/**
*	Index page only styling.
**/

#content .mths{overflow:hidden;}
* html #content .mths{height:1px;overflow:visible;}

#content .col1{
	width:600px;
	float:left;
	position:relative;
	overflow:hidden;
}
* html #content .col1{
	overflow:visible;
	height:1px;
}
#content .col2{
	width:170px;
	float:left;
	position:relative;
}

#cols{
	margin:0px auto;
	width:600px;
	overflow:hidden;
	text-align:left;
}
* html #cols{
	overflow:visible;
	height:1px;
}
#cols .i{
	float:left;
	position:relative;
	width:190px;
	padding-right:10px;
}
.i h3{
	margin-top:8px;
	padding-bottom:2px;
	font-size:70%;
	text-transform:uppercase;
	font-weight:normal;
	margin-bottom:3px;
}

/**
*	Destination line.
**/
.i .dr{margin-bottom:2px;overflow:hidden;width:178px;}
* html .i .dr{overflow:visible;height:1px;}
.dr .l{position:relative;float:left;width:109px;}
.dr .r{position:relative;float:left;width:69px;text-align:right;}
.dr .des a{font-size:75%;font-weight:bold;}
.dr .d{font-size:70%;}
.dr .dp a{font-size:75%;font-weight:bold;color:#CC0000;}
.dr a:hover{color:#F17E02;}

.col1 .bx1{margin-top:10px;width:570px;margin-right:8px;}
.co11 .bx1 h3{font-size:70%;margin-bottom:5px;}

/**
*	Right side lead in prices specialised.
**/
div#leads{background-image:url(/img/right-side/offers/index-r-offers.jpg);background-repeat:no-repeat;text-align:right;height:500px;}
div#leads h3{font-size:75%;text-align:left;margin-top:5px;}
div#leads .bx2{padding-top:80px;border-bottom:0;}
div#leads .des a{font-size:75%;font-weight:bold;}
div#leads .pr a{font-size:75%;font-weight:bold;color:#CC0000;}
div#leads .st{font-size:70%;}


