/* CSS Document */

.offer
{
	margin-top:5px;
	float:none;
}

.container_header_offer
{
	border-bottom:1px solid #bbbbbb;
	border-top:1px solid #bbbbbb;
	padding:2px 0px;
	margin-top:8px;
	margin-bottom:4px;
}

.header_offer_date
{
	margin:0px 4px 0px 0px;
	float:right;
	font-size:10px;
	color:#F05C04;
	background:#f2f2f2;
}


.header_offer_title
{
	
	height:18px;
	padding:0px 4px;
	padding-top:2px;
	background:#f2f2f2;
}

a.offer_title, a.offer_title:link, a.offer_title:hover, a.offer_title:active 
{
	color:#333333;
}
a.offer_title:hover, a.offer_title:active
{
	text-decoration:underline;
}

.content_offer
{
	padding:2px;
}

.splash_offer
{
	clear:left;
	float:left;
	margin:3px;
	margin-left:5px;
	margin-right:8px;
}

.container_detail_offer
{
}

.offer_left
{
	width:225px;
	font-size:10px;
	float:left;
	padding-top:6px;
	text-align:center;
}

.offer_img
{
	margin:15px 5px 3px 0px;
}

#thumbs_area
{
	padding:4px;
	background:#f2f2f2;
}

.thumbnail img
{
	border:3px solid #ffffff;
	float:left;
	margin:2px 5px;
}

.offer_right
{
	margin-left:233px;
	margin-bottom:10px;
	padding-top:0px;
	line-height:1.5em;
}

.title
{
	border-bottom:1px solid #cccccc;
	padding-bottom:2px;
	margin-bottom:1px;
	color:#F05C04;
}

.title h2
{
	margin:0px;

	padding:3px 8px;
	font-size:11px;
	font-weight:normal;
	color:#F05C04;

	background-image:url("../images/dots/dot_orange.gif");
	background-position:left center;
	background-repeat:no-repeat;

}

.title p
{
	margin:0px;
	padding:1px;	
	color:#4B5154;
}


.container_footer_offer
{
	border-bottom:1px solid #bbbbbb;
	border-top:1px solid #bbbbbb;
	padding:2px 0px;
	margin-top:8px;
	margin-bottom:4px;
}

.footer_offer_next
{
	margin-right:4px;
	padding-right:10px;
	height:20px;
	float:right;
	font-size:10px;
	
	background-image:url("../images/arrows/arrow_right.gif");
	background-position:right center;
	background-repeat:no-repeat;
}


.footer_offer_previous
{
	margin-right:4px;
	padding-left:10px;
	height:20px;
	font-size:10px;
	
	background-image:url("../images/arrows/arrow_left.gif");
	background-position:left center;
	background-repeat:no-repeat;

}

.footer_offer_info
{
	
	height:20px;
	padding:0px 4px;
	padding-top:2px;
	background:#f2f2f2;
}

.img_large
{
	width:225px;
	height:168px;
}
.img_medium
{
	width:145px;
	height:108px;
}
.img_small
{
	width:55px;
	height:55px;
}

.img_digest
{
	width:80px;
	height:68px;
}

#offers_digest_band
{
	width:540px;
		
	margin:8px 0px 15px 0px;
	padding:0px 10px;	
	
	border-top:1px solid #bbbbbb;
	border-bottom:1px solid #bbbbbb;
	clear:right;
	text-align:center;
}

.offer_digest
{
	width:100px;
	/*height:96px;*/
	
	padding-top:4px;
	
	background:#e6e6e6;
	margin:0px 4px;	
	float:left;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	color:#4B5154;
}

.offer_digest img
{
	border:2px solid #FFF;
}

.td_offer_digest
{
	width:100px;
	
	padding-top:4px;
	
	background:#e6e6e6;
	margin-right:4px;	
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	vertical-align:top;
	color:#4B5154;
}

.td_img_digest
{
	border:2px solid #FFF;
	width:80px;
	height:68px;
}
/***********************************************************************/

#request_offer
{
	margin:5px 0px;
	padding:4px;
}
#request_offer label
{
	text-align:right;

	width:130px;
	float:left;

	padding:0.2em;
	margin-right:0.2em;
}

#request_offer .nobr
{
	display:none;
}
#request_offer .clear
{
	clear:left;
}
#request
{
	width:500px;
	background-color:#f2f2f2;
	border:1px solid #cccccc;
	padding:4px;
	padding-bottom:10px;
}

#add_offer
{
	margin:5px 0px;
	padding:4px;
}

#add_offer label
{
	text-align:right;

	width:130px;
	float:left;

	padding:0.2em;
	margin-right:0.2em;
}

#add_offer .nobr
{
	display:none;
}
#add_offer .clear
{
	clear:left;
}

#contact
{
	width:400px;
	background-color:#f2f2f2;
	border:1px solid #cccccc;
	padding:4px;
	padding-bottom:10px;
	
}

#property
{
	width:520px;
	background-color:#f2f2f2;
	border:1px solid #cccccc;
	padding:4px;
	padding-bottom:10px;
	
}
#files
{
	width:400px;
	background-color:#f2f2f2;
	border:1px solid #cccccc;
	padding:4px;
	padding-bottom:10px;
	
}

.required
{
	color:#990000;
}