@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
	font-family: Arial;
	font-size: 12px;
}
body a {
	color: #FF6600;
	text-decoration: none;
}
body a:hover {
	color:#DF0000;
	font-weight: bold;
}
b {
	font-size: 110%;
}
em {
	color: red;
}

#maincontainer {
	width: 960px;
	margin: 0px auto;
}

/* TOP SECTION */
#topsection{
}
#h_top {
	background-image:url(/img/h_topback.gif);
	height:27px;
}
#h_topright {
	position: relative;
	float: right;
	background-image: url(/img/h_topright_2010.jpg);
	height: 27px;
	width: 96px;
}
#h_mid {
	background-image: url(/img/h_mid_2010.jpg);	
	height: 138px;
	width: 960px;
}
#h_bot {
	background-image: url(/img/h_bot_2010.jpg);	
	height: 38px;
	width: 960px;
	margin: 0px auto;
}
#h_bot #spacer {
	position: relative;
	float: left;
	width: 120px;	
	height: 38px;
}
#h_bot .item_on {
	position: relative;
	float: left;
	width: 130px;
	height: 38px;
	color: #000000;
	background: #FFFFFF;
	text-align: center;
}
#h_bot .item_on a {
	color: #000000;
	text-decoration: none;
}
#h_bot .item_off {
	position: relative;
	float: left;
	width: 130px;
	height: 38px;
	color: #FFFFFF;
	text-align: center;
}
#h_bot .item_off a{
	color: #FFFFFF;
	text-decoration: none;
}
.item_on .inner, .item_off .inner{
	padding-top:10px;	
}

/* MAIN CONTENT */
#contentwrapper {
	position: relative;
	float: left;
	width: 100%;
	padding-bottom: 15px;
}

#contentcolumn{
	position: relative;
	float: left;
	padding-left: 16px;
	padding-right: 18px;
	width: 700px;
}

#rightcolumn {
	position: relative;
	float: left;
	padding-top: 15px;
	width: 209px;
}

#footer {
	background: url(/img/footer-bg.png) no-repeat scroll center top transparent;
	height: 60px;
	width: 960px;
	padding-top: 15px;
	clear: both;
	color: #ACACAC;
}
#footer a {
	color: #ACACAC;
}
#footer a:hover {
	font-weight: normal;
	text-decoration: underline;
}
#footer_container {
	position: relative;
	width: 926px;
	height: 43px;
	padding-top: 8px;
	padding-left:17px;
	padding-right: 17px;
}
#footer_left {
	position: relative;
	float: left;
	padding-top: 8px;
}
#footer_right {
	position: relative;
	float: right;
}
#footer_left .footer_item {
	position: relative;
	float: left;
	padding-right: 40px;
}
#footer_right .footer_item {
	position: relative;
	float: left;
	padding-left: 40px;
}

.innertube{
	margin-top: 0;
}

/* PAGES CLASSES */
#searchform_margin {
	background: #d6e6ef;
	position: relative;
	min-height: 120px;
	width: 680px;
	padding: 10px;
}
.formtitle {
	position: relative;
	font-size: 14px;
	font-weight: bold;
	border-bottom: #FFFFFF 2px dotted;
}
.formitem {
	position: relative;
	float: left;
	padding-top:5px;
	padding-right: 10px;
}
.formbutton {
	position: relative;
	float: right;
	padding-top:22px;
	padding-right: 18px;
}

#hotelresult_margin {
	position: relative;
	float: left;
	width: 700px;
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom: #DF0000 2px dotted;
}
#hotelresult_left {
	position: relative;
	float: left;
	width: 132px;
	padding-right: 15px;
}
#hotelresult_left .picture {
	border: #E55C0C 1px solid;
	width:130px;
	padding:1px;
}
#hotelresult_right {
	position: relative;
	float: right;
	width: 553px;
}

.servicetitle {
	font-weight: bold;
	font-size: 18px;
	color:#FF6600;
	text-decoration:none;
}
.servicetitle a {
	color:#FF6600;
	text-decoration:none;
}
.servicetitle a:hover {
	color:#DF0000;
}

.stars{
	text-align: right;
	float: right;
	width: 120px;
}

.servicesubtitle {

}

.serviceavailable_left {
	position: relative;
	float: left;
	padding-top: 15px;
	width: 350px;
	font-size: 16px;
	font-weight: bold;
}
.serviceavailable_right {
	position: relative;
	float: right;
	padding-top: 15px;
	width: 100px;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
}

.servicetablelist {

}

.frompricerow{
	border-bottom: #DF0000 1px dotted;
	padding: 2px;
	font-size: 10px;
}

/*************************************
******** jMyCarousel Arrows **********
**************************************/	
div.jMyCarousel .prev{
	background: url('/img/left.png') center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
}
div.jMyCarousel .next{
	background: url('/img/right.png') center center no-repeat;
	width:40px;
	height:61px;
	border:0px;
}

/** carousel 1 **/
div.jMyCarousel ul li{
	border:1px solid #fff;
	line-height:0px;
}

div.jMyCarousel ul li a{ /* in case of link */
	display:block;
	border:0px;
}

div.jMyCarousel ul li a img{
	display:block;
	border:0px;
}
