@charset "utf-8";
/* Student Flights 09 Cheap Travel - CSS Document */


/* Page Layout **************************************************************************************************/

.cheap-trav-more-panel {
	width:251px;
}


/* Include for dynamic products **************************************************************************************************/

h1 { /* (Define attributes here to customise page specific tags) */
margin-bottom:0px;
}


/* Cheap Travel Catergory Page **************************************************************************************************/


.ct-product-name {
	font-size:14px;
	color:#333;
	font-weight:bold;
	float:left;
	margin-left:10px;
	padding-top:4px;
}

.ct-product-description {
	font-size:12px;
	color:#333;

}

.ct-product-name a {
	color:#333;
	text-decoration:none;
}

.ct-product-name a:hover, .ct-product-name:hover {
	border-bottom:1px dotted #333;
	text-decoration:none;
}

.ct-from {
	font-size:10px;
	color:#333;
	float:right;
	text-decoration:none;
	padding-right:80px;
	padding-top:7px;
	font-weight:normal;
	letter-spacing:0px;
}

.big-price {
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	padding-left:5px;
}

.ct-nav {
	padding:10px 0px 10px 15px;
	font-size:12px;
}

.ct-previous, .ct-previous a {
	float:left;
	color:#E37100;
	font-weight:bold;
}

.ct-next, .ct-next a {
	float:left;
	color:#E37100;
	font-weight:bold;
}

.ct-page-numbers, .ct-page-numbers a {
	float:left;
	color:#E37100;
	padding-left:5px;
	padding-right:5px;
}

.ctc-button img:hover {background-image:url(/images/sf-click-to-call-hover.png);}




