/* CSS Document */
/* content:
	- CONTENT LAYOUT
	- MAINOFFERS
	- OFFERLIST
	*/


DIV.mainspacer {
	height:7px;
	background-color:#5AAEFD;
	float:none;
	clear:both;
	line-height:0px;
	font-size:0px;
	}

#contact_table {margin-bottom:20px;}
#contact_table TD {height:20px;}


/* ------------------------------------------------------------------------------------------ */
/* CONTENT HEADER */
	

	#maincontent DIV.separator {margin-bottom:4px;}

	#maincontent {
		border-left:3px solid #ffffff;
		
		padding:0px 6px 20px 0px;
		color:#6C6C6C;
		}

	#maincontent IMG.titleimg {width:307px; height:15px; }


/* ------------------------------------------------------------------------------------------ */
/* MAINOFFERS */

	DIV.mainoffer_whitestripe {
		background-color:#FFFFFF;
		width:3px;
		height:120px;
		font-size:0px;
		line-height:0px;
		float:left;
		}
	DIV.mainoffer {
		width:162px;
		float:left;
		padding-left:14px;
		padding-top:4px;
		}
	DIV.desc {overflow:hidden; width:147px; margin:0px; padding:0px;}
	TD.title {height:12px; padding:5px 0px; text-transform:uppercase; overflow:hidden;}
	TD.title A {color:#FF9900; font-weight:bold;}
	TD.title A:hover {color:#FFCC33;}
	TD.region {color:#626262; height:12px; padding:2px 0px;}
	TD.num {color:#626262; height:12px; padding:2px 0px;}
	TD.desc2 {color:#898883; padding-top:5px; text-align:left;}
	TD.price {color:#FF9900; font-weight:bold; height:16px; vertical-align:bottom;}
	TD.button {height:16px; margin:0px; padding:0px;}
	TD.image {width:145px; height:140px; text-align:center; vertical-align:middle;}

	DIV.mainoffer IMG.thumb_large {
		border:7px solid #ffffff;
		position:relative;
		left:-7px;
		}

	DIV.mainoffer IMG.micropoint_bullet {
		width:17px;
		height:17px;
		position:relative;
		top:5px;
		margin-right:8px;
		}

	DIV.mainoffer IMG.offerlist_button {
		width:88px;
		height:16px;
		margin-left:56px;
		padding-bottom:10px;
		}						
/* ------------------------------------------------------------------------------------------ */
/* OFFERLIST */
    DIV.offerlistsearch {
		width:485px;
		float:none;
		clear:both;
		margin:0px 13px 0px 13px;
		padding-bottom:16px;
		padding-top:16px;
		border-bottom:1px dashed #D0D0D0;
		min-height:86px;
		}
    DIV.offerlistdiv IMG.bullet {
		width:17px;
		height:17px;
		position:relative;
		top:6px;  
		margin-right:8px;
		z-index:100;
		}

	DIV.offerlistdiv IMG.button {
		width:88px;
		height:16px;
		position:relative;
		top:12px;
		z-index:100;
		}

	DIV.offerlistdiv IMG.thumb_small {
		border:1px solid #ffffff;
		}

	DIV.offerlistdiv DIV.img {
		float:left;
		width:145px;
		height:109px;
		text-align:center;
		background-color:#FFFFFF;
		margin-right:16px;
		}

