/************************
	#wrapper - library - //START
*************************/
	#wrapper h2 {
		font: bold 14px Verdana, Arial, Tahoma sans-serif;
		color: #fff;
		background: #1591C1;
		padding: 5px 16px 5px;
		margin:0;
	}
 
	#wrapper .box {
		background: #fff;
		border:1px solid #D3DDE2;
		margin: 0 0 9px;
	}
		
	#wrapper .box-guide {
		background: #E7F2F7 ;
		border:1px solid #D3DDE2;
		margin: 0 0 9px;
	}
			* html #wrapper #content {
			}

			* html #wrapper .box {
				height: 1%;
			}
			#wrapper .box {
				display:block;
			}
			/* End hiding from IE-mac */


		#wrapper .box p,
		#wrapper .box p.type1,
		{
			font-size:11px;
			margin: 10px 10px;
			padding:0;
		}

		#wrapper .boxbig p.type2 {
			font-size:11px;
			margin: 12px 0 16px;
			padding:0;
			text-align: center;
		}
		#wrapper .box p.type2 {
			font-size:11px;
			margin: 12px 15px 16px;
			padding:0;
			text-align: center;
		}
		#wrapper .box p.type4 {
			font-size:11px;
			margin: 12px 15px 26px;
			padding:0 0 8px;
			border-bottom:1px solid #C9E6F2;
		}
		#wrapper .box p.type5 {
			background:#E6F3F8;
			font-size:12px;
			border-bottom:none;
			padding:6px 12px 7px;
			margin:0;
			text-align: center;
		}
	#wrapper .box2 {
		background: #fff;
		border:1px solid #fff;
		margin: 0 0 9px;
	}
	#wrapper .box3 {
		margin: 0;
		border-bottom:1px solid #fff;
	}
	#wrapper .box4 {
		background-color: #E6F3F8;

	}

	/* Defintion list for terms 
	------------------------------------------------------*/
	#terms{
	padding: 20px;
	}
	#terms dl { 
		margin: 10px 0px;
		padding: 0px 10px; 
		}
	#terms dt { 
		margin: 10px 0px 0px;
		padding: 0px;
		}
	#terms dd {
		padding: 5px;
		margin: 0px;
		}
	#terms dl br { display: none ; }

	#terms h4 { text-align: center; }
	/*--------------------------------------------------------*/
	
	#wrapper .each-hotel {	padding: 20px;	}	

	#content .box p,
	#content .box p .view-available-hotels{
	padding: 0 10px 0 10px;
	}
	#content .box ul{
		margin:0 22px 0;
		padding:0;
	}

		
		#content .box ul li{
			padding:0 0 0 17px;
			background: url(../css/img/content/dots5.gif) 0 4px no-repeat;
			line-height:1.3em;
		}
	#content .box ul.view-all {
		margin:18px 22px 20px;
	}
		#content .box ul.view-all li {
			background: url(../css/img/bullets/arrow3.gif) 0 4px no-repeat;
			font-weight: bold;
			font-size:10px;
			padding:0 0 0 10px;
			margin:0 16px 11px 0;
		}

	#content .box dl.type1 {
		margin:5px 22px 0;
		padding: 0 0 8px;
	}
		#content .box dl.type1 dt{
			font-size:12px;
			font-weight: bold;
			margin: 0 0 17px;
		}
		#content .box dl.type1 dd{
			margin: 0 0 8px 8px;
			padding: 0 0 0 18px;
			background: url(../css/img/content/dots5.gif) 0 4px no-repeat;
		}
	#content .box dl.type2 {
		margin:15px 19px 15px;
		padding: 0 0 8px;
	}

		#content .box dl.type2 dt{
			font-size:12px;
			font-weight: normal;
			margin: 0 0 17px;
		}
		#content .box dl.type2 dd{
			margin: 0 0 2px 2px;
			padding: 0 0 0 12px;
			background: url(../css/img/bullets/dots1.gif) 0 5px no-repeat;
		}
	#content h3.type1{
		background:#C7E5F2;
		margin:0;
		padding: 6px 18px 6px;
		font-size:12px;
		font-weight: bold;
	}
/************************
	#wrapper - library - //END
*************************/
/************************
	search-hotels //START
*************************/


#content div.box-search-hotels {
	background: #E6F3F8 url(../css/img/content/bg_search_for_hotels.gif) 0 0 no-repeat;
}
#content div.boxbig {
	background: #fff;
	width: 765px;
	/*width: 510px;*/
	border:1px solid #D3DDE2;
	margin: 0 0 9px 0;
}
#content div.boxbig table {
	margin: 0;
	padding: 0;
	}
#content div.boxbig blockquote {
	margin: 0;
	padding: 0;
	clear: both;
	}
#content div.boxbig table {
	width: 100%;
	}


form.search-hotels {
	margin:28px 0 0;
	
	/*background: url(../css/img/icons/icon_loupe.gif) 408px 80px no-repeat; */ /*tavlas - remove - advanced searched*/      
}
	form.search-hotels div {
		/* changed from margin: 0 19px 9px; */
		margin: 0 9px 9px;
	}
	form.search-hotels div.type1 {
		margin: 0 45px 9px;
	}
	form.search-hotels div.type2 {
		margin: 20px 19px 17px;
		text-align: center;
	}
	* html form.search-hotels div.type2 {
		margin: 0 19px 0;
	}
	form.search-hotels div:after {
		content: "."; 
		display: block; 
		height:0; 
		clear: both; 
		visibility: hidden;
	}
	form.search-hotels div {
		/*display:inline-block;*/
	}
	/* Hides from IE-mac \*/
	* html form.search-hotels div {
		height: 1px;
	}
	form.search-hotels div{
		display:block;
	}
	/* End hiding from IE-mac */
#advanced-search{
	padding: 10px 10px 5px 0px;
	text-align: right;
}
	#content form.search-hotels p{
		font-size:9px;
		color:#6C6C6C;
		margin:17px 19px 16px;
	}
	#content form.search-hotels p.help{
		font-size:9px;
		color:#6C6C6C;
		margin:2px 40px 0px 130px;
	}
	#content form.search-hotels p.box-newsletter{
		font-size:11px;
		color:#262626;
		margin:0 16px 10px;
		padding:9px 11px 9px;
		background: #E6F3F8;
	}
		#content form.search-hotels label {
			width:118px;
			_width: 110px;
			margin: 0 10px 0 0;
			display: block;
			float: left;
		}
			#content form.search-hotels label span{
				color: #1591C1;
			}
		#content form.search-hotels label.type2 {
			width:243px;
		}
		#content form.search-hotels label.type3 {
			float: none;
			width:auto;
			margin: 0 30px 0 0;
			display: inline;
			font-weight: normal;
			font-size:10px;
			vertical-align: baseline;
		}
		* html #content form.search-hotels label.type3 {
			margin: 0 21px 0 0;
		}
		#content form.search-hotels label.type4 {
			width:auto;
			margin: 0 10px 6px 0;
			padding:2px 0 0;
			display: block;
			float: none;
		}
		#content form.search-hotels label.type5 {
			width:146px;
		}
		#content form.search-hotels label.type6 {
			width:280px;
		}
		#content form.search-hotels label.type7 {
			float: none;
			width:auto;
			margin: 0 3px 0 0;
			display: inline;
			font-weight: normal;
			font-size:10px;
			vertical-align: baseline;
		}
		#content form.search-hotels label.type8 {
			float: none;
			width:auto;
			padding-bottom: 8px;
			display: inline;
			font-weight: normal;
			font-size:10px;
			vertical-align: middle;
			color: #1591C1;
		}
		#content form.search-hotels select {
			margin: 0 9px 0 0;
		}
		#content form.search-hotels select.type1 {
			width:217px;
			font-weight: bold;
		}
		#content form.search-hotels select.type2 {
			width:44px;
		}
		#content form.search-hotels select.type3 {
			width:91px;
		}
		#content form.search-hotels select.type4 {
			width:56px;
		}
		#content form.search-hotels select.type5 {
			width:94px;
			margin: 0 0px 0 0;
		}
		#content form.search-hotels label.type9 {
			float: none;
			width:auto;
			margin: 0 3px 0 0;
			display: inline;
			font-weight: normal;
			font-size:12px;
			vertical-align: baseline;
		}
		#content form.search-hotels input.checkbox {
			padding:0;
			margin: 0 7px 0 0;
			vertical-align: middle;
		}
		#content form.search-hotels input.text {
			width:59px;
			margin: 0 4px 0 0;
			border-color:#A7A7A7;
			color:#1591C1;
		}
		#content form.search-hotels input.text.type2 {
			width:217px;
			width:211px;
		}
		form.search-hotels div.buttons input {
			background:#FFFFFF;
			color:#1591C1;
			border-right:0;
			border-bottom:1px solid #fff;
			border-top:1px solid #A7A7A7;
			border-left:1px solid #A7A7A7;
			font:9px Verdana, Arial, Tahoma sans-serif;
			width:24px;
			height:15px;
		}
		form.search-hotels div.radios input {
			margin:0;
			padding:0;
			vertical-align: middle;
			margin: 0 8px 0 0;
		}
		* html form.search-hotels div.radios input {
			margin: 0 4px 0 0;
		}
		form.search-hotels div.buttons-submit,
		form.normal div.buttons-submit{
			background:#C7E5F2;
			padding:13px 0 15px;
			margin:0;
			text-align: center;
		}
		form.search-hotels div.buttons-submit input.reset,
		form.normal div.buttons-submit input.reset{
		}
		form.search-hotels div.buttons-submit input.button,
		form.normal div.buttons-submit input.button{
			margin:0 8px 0 0;
		}
		form.search-hotels a.view-all {
			bac\kground: url(../css/img/bullets/arrow3.gif) 0 50% no-repeat;
			font-weight: bold;
			font-size: 10px;
			padding:0 0 0 6px;
		}
		form.search-hotels a img{
			display: inline;
			vertical-align: middle;
			margin: 0 7px 0 0;
		}
		/* Search for accommodation */
		form.search-hotels.search-hotels2 {
			background: url(../css/img/icons/icon_loupe.gif) 420px 0px no-repeat;
		}
			form.search-hotels.search-hotels2 div.buttons-submit {
				margin: 30px 0 0;
			}
		/* Rent a car */
		form.search-hotels.rent_a_car {
			background: url(../css/img/icons/icon_loupe.gif) 400px 85px no-repeat;
		}
			form.search-hotels.rent_a_car div.buttons-submit {
				margin: 60px 0 0;
			}
			#content form.search-hotels.rent_a_car select {
				margin:0;
			}
			#content form.search-hotels.rent_a_car select.type4 {
				width:60px;
			}
			#content form.search-hotels.rent_a_car a img {
				margin: 0 8px 0 0;
			}
			#content form.search-hotels.rent_a_car a img {
				margin: 0 8px 0 0;
			}
		/* Search conferences */
		form.search-hotels.search-conferences {
			margin:0px;
			padding:0px;
		}
		/* Hides from IE-mac \*/
		* html form.search-hotels.search-conferences {
			height:1px;
		}
		/* End hiding from IE-mac */
		#content form.search-hotels.search-conferences select.type1 {
			width:198px;
		}
		/* Contact us */
		form.contact-us {
			margin:28px 0 0;
			background: none;
		}
		form.contact-us fieldset {
			margin:0 16px 0;
			background: #E6F3F8;
			padding: 0 0 16px;
		}
		form.contact-us h3{
			background: #C7E5F2;
			font-size:12px;
			font-weight: bold;
			margin:0 0 12px;
			padding:11px 13px 10px;
		}
		#content form.contact-us p.h-info {
			background: #C7E5F2;
			font-size:11px;
			margin:-19px 0 12px;
			padding:0 13px 11px;
			color:#262626;
		}
		/* Hides from IE-mac \*/
		* html #content form.contact-us p.h-info {
			height:1px;
		}
		/* End hiding from IE-mac */
		#content form.contact-us p.note {
			font-size:9px;
			margin:8px 30px 8px;
			color:#262626;
			padding:0;
		}
		form.contact-us span.required {
			width:9px;
			height:1px;
			background: url(../css/img/content/dots_required.gif) 0 0px no-repeat;
			vertical-align: bottom;
			ver\tical-align: middle;
		}
			form.contact-us span.required span {
				display: none;
			}
		form.contact-us textarea{
			color:#1591C1;
			height:113px;
			padding:0 0 0 5px;
			overflow: auto;
			border-top:1px solid #A7A7A7;
			border-left:1px solid #A7A7A7;
			font:10px Verdana, Arial, Tahoma sans-serif;
			width:339px;
		}
		* html form.contact-us textarea{
			width:350px;
			width:341px;
		}
		/* terms-of-use */
		form.contact-us div.terms-of-use{
			background:#fff;
			height:153px;
			padding:12px 9px 0;
			overflow: auto;
			border-top:1px solid #A7A7A7;
			border-left:1px solid #A7A7A7;
			font:10px Verdana, Arial, Tahoma sans-serif;
			width:440px;
			width:420px;
		}
			form.contact-us div.terms-of-use h4{
				font-weight: normal;
				font-size:12px;
				margin:0 0 17px;
				padding:0;
			}
			form.contact-us div.terms-of-use h5{
				font-weight: normal;
				font-size:11px;
				margin:0;
				padding:0;
			}
			#content form.contact-us div.terms-of-use p{
				color:#262626;
				font-size:10px;
				margin:0 0 15px;
				padding:0;
			}
		/* Sign up */
		form.signup {
			margin:0 0 0;
			background: none;
		}
/************************
	search-hotels //END
*************************/

/************************
	travel-guide //START
*************************/
.row-travel {
	width:476px;
}
	.row-travel:after {
		content: "."; 
		display: block; 
		height:0; 
		clear: both; 
		visibility: hidden;
	}
	.row-travel {
		/*display:inline-block;*/
	}
	/* Hides from IE-mac \*/
	* html .row-travel {
		height: 1px;
	}
	.row-travel {
		display:block;
	}
	/* End hiding from IE-mac */

	.row-travel dl {
		float: left;
		width:50%;
		margin: 18px 0 0;
		color:#1591C1;
	}
	.row-travel dl dt,
	.row-travel dl dd{
		margin: 0 0 0 17px;
	}
	.row-travel dl dt{
		font-size:12px;
		padding: 0 0 3px; 
	}
/************************
	travel-guide //END
*************************/

/************************
	featured-destinations //START
*************************/
.featured-destinations {
	margin: 14px 0 0;
	padding:0 19px 13px;
	border-bottom:1px solid #ECF1F3;
}
	.featured-destinations:after {
		content: "."; 
		display: block; 
		height:0; 
		clear: both; 
		visibility: hidden;
	}
	.featured-destinations {
		/*display:inline-block;*/
	}
	/* Hides from IE-mac \*/
	* html .featured-destinations {
		height: 1px;
	}
	.featured-destinations {
		display:block;
	}
	/* End hiding from IE-mac */

	.featured-destinations img {
		float: left;
		margin:0 16px 5px 0;
	}
	.featured-destinations dl dt {
		margin:0 0 3px 0;
		font-size:12px;
	}
		.featured-destinations dl dd a.more{
			background: url(../css/img/bullets/arrow3.gif) 0 50% no-repeat;
			font-weight: bold;
			font-size:10px;
			float: right;
			display: block;
			padding:0 0 0 10px;
		}

dl.featured-destinations-list {
	margin:11px 19px 20px;
}
	dl.featured-destinations-list dt{
		margin:6px 0 3px 0;
		font-size:12px;
	}
/************************
	featured-destinations //END
*************************/

/************************
	featured-hotels //START
*************************/
table.featured-hotels,
table.popular-hotels-list{
	border:0;
	margin:5px 0 3px;
	width:100%;
}

table.popular-hotels-list{
	border:0;
	margin:5px 0 3px;
	padding:5px 10px 3px;
	width:100%;
}
table.featured-hotels col.lp,
table.popular-hotels-list col.lp{
	width:61px;
}
	table.featured-hotels col.location,
	table.popular-hotels-list col.location{
	
		width:142px;
	}
	table.featured-hotels th,
	table.featured-hotels td,
	table.popular-hotels-list th,
	table.popular-hotels-list td {	
		vertical-align: top;
	}
	table.featured-hotels th,
	table.popular-hotels-list th{
		font-weight: bold;
		font-size:12px;
		text-align: left;
		border-bottom:1px solid #D3DDE2;
		padding: 12px 0;
	}
	table.featured-hotels td,
	table.featured-hotels td.lp {

		padding: 10px 3px 10px 5px;
	
	}
	table.popular-hotels-list td{
		padding: 3px 3px 4px;
	
	}
	table.featured-hotels tr td {
		background: white url(../css/img/content/dots1.gif) 0 100% repeat-x;
	}
	table.featured-hotels td.lp {
		background: url(../css/img/content/dots2.gif) 0 100% no-repeat;
		text-align: center;
	}
	table.featured-hotels td.location {
		background: url(../css/img/content/dots3.gif) 100% 100% no-repeat;
	}
	table.featured-hotels th.lp,
	table.popular-hotels-list th.lp{
		text-align: center;
	}
	table.featured-hotels td.lp
	table.popular-hotels-list td.lp{
		padding: 3px 0 4px;
		text-align: center;
	
	}
	table.featured-hotels tr.no-gfx,
	table.featured-hotels tr.no-gfx td,
	table.featured-hotels tr.no-gfx td.lp,
	table.featured-hotels tr.no-gfx td.location,
	table.popular-hotels-list tr.no-grf,
	table.popular-hotels-list tr.no-grf td,
	table.popular-hotels-list tr.no-grf td.lp,
	table.popular-hotels-list tr.no-grf td.location{
		background: none;
	}
	table.featured-hotels th.name,
	table.popular-hotels-list th.name
	{
		color:#1591C1;
	}
	table.featured-hotels img {
		vertical-align: middle;
		display: inline;
		margin: 0 0 0 7px;
	}

	#content div.more-details {
		border-top: 1px solid #D3DDE2;
		margin:0;
		padding:9px 9px 11px;
	}
		#content dv.more-details p {
			font-size: 10px!important;
			text-align:center;
		}
	.more-details ul { padding: 0px 10px 10px; }
	.more-details li {
		bac\kground: url("../css/img/bullets/arrow3.gif") 5px 7px no-repeat;
		padding: 2px 0px 2px 15px;
	}
	
/************************
	featured-hotels //END
*************************/

/*

*/
/************************
	travel-guide 2 //START
*************************/
#content div.box-travel-guide {
	background: #E6F3F8 url(../css/img/icons/icon_travel_guide.gif) 325px 42px no-repeat;
}
	#travel-guide-list{
			color: #1591C1;
			margin:15px 200px 0 19px;	
	}
	
	#travel-guide-list dd.popular-guide{
		line-height: 150%;
		padding: 1px 0 1px 10px;
	}
	
	#travel-guide-list dt,
	#content div.box-guide-left dt,
	#content div.box-guide-right dt	{
	font-size:13px;
	padding: 10px 0 4px 0;	}
		
	#travel-guide-list dd,
	#content div.box-guide-left dd,
	#content div.box-guide-right dd,
	#travel-guide-list .popular-guide
	{
		padding: 0 0 0 10px;	
	}
	
	#travel-guide-list dd a,
	#content div.box-guide-left dd,
	#content div.box-guide-right dd{
		line-height: 150%;
	}	

	#content div.box-guide-right{
	float: right;
	}
	
	#content div.box-guide-left{
	float: left;
	padding: 0 0 0 20px;
	}
	
	

	
	.travel-guide-list2 {
		background:#FFFFFF;
		padding:12px 0 12px 12px;
		width: auto;
		overflow:hidden;
	}
		.travel-guide-list2:after {
			content: "."; 
			display: block; 
			height:0; 
			clear: both; 
			visibility: hidden;
		}
		/* Hides from IE-mac \*/
		* html .travel-guide-list2 {
			height: 1px;
			margin:0;
			width: 96%;
		}
		/* End hiding from IE-mac */

		.travel-guide-list2 div {
			float: left;
			width:30%;
			margin:2px 10px 2px 2px;
			border: 1px solid #D6DEE7;
			background: #E7F2F7;
			height:150px;
		}
		.travel-guide-list2 div h2 {
			color:#FFFFFF;
			font-size:12px;
			font-weight:bold;
			background:#1591C1;
			padding:4px 10px 4px 0;
		}
		.travel-guide-list2 div a {
			background: url(../css/img/bullets/dots1.gif) 0px 4px no-repeat;
			padding: 0px 4px 0 10px;
			margin: 12px 2px 2px 12px;
			display: block;
		}
	* html .travel-guide-right {
			height:1px;
	}
	.travel-guide-right {
		background: #E7F2F7;
		border-bottom: 1px solid #1591C1;
		padding: 2px 2px 4px 2px;
		margin: 2px	10px 4px 10px;
		text-align: right;
	}
	.travel-guide-right a.button {
		font-weight: bold;
		font-size:11px;
	}
/************************
	travel-guide 2 //END
*************************/

/************************
	nearby-locations 2 //START
*************************/
dl.nearby-locations2 {
	font-size:12px;
	margin: 15px 18px 0;
	text-align:center;
}
	dl.nearby-locations2 dt {
		font-weight: normal;
		margin: 0 0 3px;
	}
	dl.nearby-locations2 dd {
		margin: 0 0 9px;
	}
		dl.nearby-locations2 dd img{
			display: block;
		}

/************************
	nearby-locations 2 //END
*************************/

/************************
	overview //START
*************************/
#content .overview p{
	font-size:11px;
	margin: 0 10px 5px 5px;
	line-height:1.4em;
}
#content .overview h3{
	font-size:12px;
	font-weight: bold;
	margin:15px 19px 15px;
	padding:0;
}
#content .overview img{
	margin:15px 10px 9px 19px;
	float: left;
}
#content .overview img.logos{
	margin:15px 10px 9px 19px;
	float: left;
	border:1px solid #C9E6F2;
}
/************************
	overview //END
*************************/

/************************
	member-reviews //START
*************************/
dl.member-reviews {
	margin:16px 18px;
}
	dl.member-reviews dt{
		font-weight:normal;
	}
	dl.member-reviews dd{
		font-size:12px;
		font-weight:bold;
		margin:4px 0 0;
	}
	dl.member-reviews dd a{
		bac\kground: url(../css/img/bullets/arrow3.gif) 0 4px no-repeat;
		padding:0 0 0 13px;
	}
dl.no-member {
	margin:46px 18px;
	text-align: center;
}
/************************
	member-reviews //END
*************************/

/************************
	wrapper-photo-big //START
*************************/
.wrapper-photo-big {
	border-bottom:1px solid #D3DDE2;
	text-align: center;
	padding:0 0 18px;
	margin: 0 0 16px;
}
	.wrapper-photo-big h3{
		font-size:12px;
		font-weight: bold;
		margin:0;
		padding:7px 17px 7px;
		background: #C7E5F2;
		text-align: left;
	}
	.wrapper-photo-big img{
		display: block;
		margin:15px auto 0;
	}
/************************
	wrapper-photo-big //END
*************************/
/************************
	wrapper-photo-small //START
*************************/
.wrapper-photo-small {
	padding: 0 0 12px 7px;
	text-align: center;
}
.wrapper-photo-small.wrapper-photo-small2 {
	padding: 13px 0 12px 7px;
}
	.wrapper-photo-small:after {
		content: "."; 
		display: block; 
		height:0; 
		clear: both; 
		visibility: hidden;
	}
	.wrapper-photo-small {
		/*display:inline-block;*/
	}
	/* Hides from IE-mac \*/
	* html .wrapper-photo-small {
		height: 1px;
	}
	.wrapper-photo-small {
		display:block;
	}
	/* End hiding from IE-mac */
	.wrapper-photo-small dl {
		float: left;
		width:146px;
		width:144px;
		margin:0 0 0 14px;
		border:1px solid #D3DDE2;
	}
	* html .wrapper-photo-small dl {
		margin:0 0 0 14px;
		display: inline;
	}
	.wrapper-photo-small dl dt{
		background:#E6F3F8;
		border-bottom:1px solid #D3DDE2;
		height:113px;
		text-align:center;
		display:table-cell;
		/*display:table; */
		vertical-align:middle;
		width:144px;
	}
	* html .wrapper-photo-small dl dt {
		float:left; /* if not table-cells, you must float them to get them side by side */
		font-size:95px; /* you must find IE's magic number */
	}
		.wrapper-photo-small dl dt img {
			border:1px solid #fff;
			vertical-align:middle;
		}
	.wrapper-photo-small dl dd {
		height:21px;
	}
		.wrapper-photo-small dl dd a{
			font-size:10px;
			font-weight: bold;
			margin:4px 0 0 44px;
			background: url(../css/img/icons/icon_loupe_small.gif) 0 0 no-repeat;
			padding: 0 0 3px 19px;
			float: left;
		}
/************************
	wrapper-photo-small //END
*************************/

/************************
	post-review //START
*************************/
form.post-review {
	margin:16px 0 0;
}
	#content form.post-review p {
		margin:0 20px 23px;
	}
	form.post-review div {
		margin:0 0 17px;
		padding:0 20px 0;
	}
		#content form.post-review label {
			display: block;
			margin: 0 0 3px;
		}
		#content form.post-review input.text {
			height:18px;
			height:16px;
		}
		#content form.post-review textarea{
			height:280px;
			padding:0 0 0 5px;
			overflow: auto;
		}
		#content form.post-review input.text,
		#content form.post-review textarea{
			background: url(../css/img/content/bg_inputs.gif) 0 0 no-repeat;
			border:1px solid #D3DDE2;
			font-size:11px;
			width:463px;
			width:456px;
		}
	form.post-review div.row-inputs {
		margin:0 0 30px;
		padding:0 20px 0;
	}
		form.post-review div.row-inputs:after {
			content: "."; 
			display: block; 
			height:0; 
			clear: both; 
			visibility: hidden;
		}
		form.post-review div.row-inputs {
			/*display:inline-block;*/
		}
		/* Hides from IE-mac \*/
		* html form.post-review div.row-inputs {
			height: 1px;
		}
		form.post-review div.row-inputs {
			display:block;
		}
		/* End hiding from IE-mac */
	
		form.post-review div.row-inputs div{
			padding:0;
			margin:0;
			float: left;
			width:213px;
		}
		form.post-review div.row-inputs div.col1{
			margin: 0 35px 0 0;
		}
		#content form.post-review div.row-inputs div input.text{
			width:214px;
			width:207px;
		}
		form.post-review div.buttons-submit {
			background:#C7E5F2;
			padding:13px 0 15px;
			margin:0;
			text-align: center;
		}
		form.post-review div.buttons-submit input.reset{
			margin:0 16px 0 0;
		}
		form.post-review div.buttons-submit input.submit{
			margin:0 0 0 16px;
		}
/************************
	post-review //END
*************************/
/************************
	advanced-hotel-search //START
*************************/
#content div.box-advanced-hotel-search {
	background: #E6F3F8;
}
form.advanced-hotel-search {
	margin:21px 0 0;
}
	form.advanced-hotel-search div.row {
		margin: 0 79px 19px;
	}
		form.advanced-hotel-search div.row:after {
			content: "."; 
			display: block; 
			height:0; 
			clear: both; 
			visibility: hidden;
		}
		form.advanced-hotel-search div.row{
			/*display:inline-block;*/
		}
		/* Hides from IE-mac \*/
		* html form.advanced-hotel-search div.row{
			height: 1px;
		}
		form.advanced-hotel-search div.row{
			display:block;
		}
		/* End hiding from IE-mac */
			form.advanced-hotel-search div.row div {
				float: left;
				margin: 0 14px 0 0;
				display: inline;
			}
	#content form.advanced-hotel-search p{
		font-size:9px;
		color:#6C6C6C;
		margin:-12px 30px 23px 79px;
	}
		#content form.advanced-hotel-search label {
			margin: 0 0 2px 0;
			display: block;
		}
		#content form.advanced-hotel-search select {
			width:159px;
		}
		#content form.advanced-hotel-search option.selected {
			font-weight: bold;
		}
		#content form.advanced-hotel-search input.text {
			width:159px;
			width:153px;
			border-color:#A7A7A7;
			color:#1591C1;
		}
	form.advanced-hotel-search div.normal-row {
		margin: 0 79px 17px;
	}
		#content form.advanced-hotel-search div.normal-row label {
			margin: 0;
			display: inline;
			vertical-align: middle;
		}
		#content form.advanced-hotel-search div.normal-row select {
			width:228px;
			margin: 0 0 0 14px;
		}
		form.advanced-hotel-search div.buttons-submit {
			background:#C7E5F2;
			padding:13px 0 15px;
			margin:0;
			text-align: center;
		}
		form.advanced-hotel-search div.buttons-submit input.button {
			margin:0 8px 0 0;
		}
		form.advanced-hotel-search a.view-all {
			bac\kground: url(../css/img/bullets/arrow3.gif) 0 50% no-repeat;
			font-weight: bold;
			font-size:10px;
			padding:0 0 0 10px;
			margin:0 16px 0 0;
		}
/************************
	advanced-hotel-search //END
*************************/
/************************
	Search result - .hotels-data //START
*************************/
.hotels-data {
	background: #E6F3F8 url(../css/img/icons/icon_loupe2.gif) 393px 9px no-repeat;
	padding:10px 18px;
	min-height:81px;
}

.popular-list{
	background:#fff;
}
.popular-list2{
	background:#E7F2F7;
	}

.popular-list2 .lp,
.popular-list .lp{
	text-align:center;
}
*html .hotels-data {
	height:101px;
	height:81px;
}
	.hotels-data table{
		border:0
	}
	.hotels-data table th,
	.hotels-data table td{
		padding:3px 5px 5px 0;
		background: url(../css/img/content/dots4.gif) 0 100% repeat-x;
	}
	.hotels-data table th{
		width:143px;
		width:138px;
	}
	.hotels-data table tr.last th,
	.hotels-data table tr.last td{
		background: none;
	}
/************************
	Search result - .hotels-data //END
*************************/
/************************
	Search result - .sort-by //START
*************************/
.sort-by {
	background:#C7E5F2;
	padding:4px 0 0;
}
	.sort-by:after {
		content: "."; 
		display: block; 
		height:0; 
		clear: both; 
		visibility: hidden;
	}
	.sort-by{
		/*display:inline-block;*/
	}
	/* Hides from IE-mac \*/
	* html .sort-by {
		height: 1px;
	}
	.sort-by{
		display:block;
	}
	/* End hiding from IE-mac */
	.sort-by dl:after {
		content: "."; 
		display: block; 
		height:0; 
		clear: both; 
		visibility: hidden;
	}
	.sort-by dl{
		/*display:inline-block;*/
	}
	/* Hides from IE-mac \*/
	* html .sort-by dl{
		height: 1px;
	}
	.sort-by dl{
		display:block;
	}
	/* End hiding from IE-mac */
	.sort-by dl dt{
			font-weight: normal;
			/* padding:4px 18px 0; */
			padding:4px 4px 0;
			float: left;
		}
		.sort-by dl dd{
			float: left;
		
		}
		#content .sort-by dl dd ul{
			margin:0 0 0;
			padding:0;
		}
		#content .boxbig .sort-by dl dd ul{
			width:620px;
			margin:0 0 0;
			padding:0;
		}
			#content .sort-by dl dd ul li{
				float: left;
				width: 110px;
				text-align: center;
				margin: 0 1px 0 0;
				padding:0;
				background:none;
				white-space: nowrap;
			}
				#content .sort-by dl dd ul li a,
				#content .sort-by dl dd ul li span{
					background: url(../css/img/content/bg_nav_sort_by.gif) left bottom repeat-x;
					color:#FFFFFF;
					width: 110px;
					widt\h:101px;
					/* w\idth:105px; */
					padding:5px 4px 4px;
					display: block;
					text-decoration: none;
				}
				/* Hides from IE-mac \*/
				* html #content .sort-by dl dd ul li a,
				* html #content .sort-by dl dd ul li span{
					float:left;
					height:1px;
					padding:4px 4px 5px; 
				}
				/* End hiding from IE-mac */
				#content .sort-by dl dd ul li a:hover,
				#content .sort-by dl dd ul li span {
					background: #fff;
					color:#292929;
					text-decoration: none;
				}
				#content .sort-by dl dd ul li span {
					letter-spacing:-1px;
					font-weight: bold;
					white-space: nowrap;
				}
		.sort-by  dd.results-amount{
			float: left;
			padding: 4px 16px 0 4px;
			/*width: 90px;
			width: 74px; */
			width: 350px; /* IE 5.x */
			w\idth: 330px; /* Everyone else */
			text-align: left; 
		}
/************************
	Search result - .sort-by //END
*************************/
/************************
	Search result - hotels-details //START
*************************/
.hotels-details {
	padding: 20px 0 10px;
	width: 472px;
	margin: 0 0 0 19px;
}
	.hotels-details dl {
		padding: 0	px 1px 5px 1px;
		margin: 0px 0 15px;
		/*border-bottom:1px solid #C7E5F2;	*/
		border-bottom: 3px double #C7E5F2;
	}
	* html .hotels-details dl dd {
		height: 1%;
		}
	.hotels-details dl dt{
		padding-top:5px;
		font-weight: bold;
		font-size:12px;
		float: left;
		width:50%;
		margin: 5px 0 4px;
	}
		.hotels-details dl dt img{
			vertical-align: baseline;
			margin: 0 0 0 8px;
		}
	.hotels-details dl dd.symbols {
		padding-top:5px;
		float: right;
		width:50%;
		text-align: right;
	}
		.hotels-details dl dd.symbols img{
			margin: 0 0 4px 4px;
		}
	.hotels-details dl dd.more-desc {
	}
	#content .hotels-details dl dd.more-desc p{
		font-size:11px;
		margin:10px 0 10px;
		line-height:1.4em;
	}
	.hotels-details dl dd.hotel-more-details {
		border-top: 1px solid #E6F3F8;
		clear: both;
		padding:6px 0 0;
	}
	/* Hides from IE-mac \*/
	* html .hotels-details dl dd.hotel-more-details {
		height:1px;
	}
	/* End hiding from IE-mac */
		.hotels-details dl dd.hotel-more-details dl{
			border: none;
			margin:0;
		}
			.hotels-details dl dd.hotel-more-details dl dt{
				float: none;
				width:100%;
				font-size:11px;
				margin: 0 0 6px;
				padding:0;
			}
			.hotels-details dl dd.hotel-more-details dl dd{
				float: none;
				width:100%;
				background: #E6F3F8;
				min-height:110px;
			}
			* html .hotels-details dl dd.hotel-more-details dl dd{
				height:110px;
			}
			.hotels-details dl dd.hotel-more-details dl dd.more-photos {
				min-height:5px;
				width:147px;
				background: #fff;
				text-align: center;
			}
				.hotels-details dl dd.hotel-more-details dl dd.more-photos a {
					border:1px solid #1591C1;
					border-top:none;
					width:147px;
					width:137px;
					display: block;
					background: url(../css/img/bullets/arrow3.gif) 27px 50% no-repeat;
					font-weight: bold;
					font-size:10px;
					padding:5px 4px 4px;
					text-decoration: none;
				}
				.hotels-details dl dd.hotel-more-details dl dd.more-photos a:hover {
					text-decoration: underline;
				}
				.hotels-details dl dd.hotel-more-details dl dd:after {
					content: "."; 
					display: block; 
					height:0; 
					clear: both; 
					visibility: hidden;
				}
				.hotels-details dl dd.hotel-more-details dl dd {
					/*display:inline-block;*/
				}
				/* Hides from IE-mac \*/
				* html .hotels-details dl dd.hotel-more-details dl dd{
					height: 1px;
				}
				.hotels-details dl dd.hotel-more-details dl dd{
					display:block;
				}
		/* End hiding from IE-mac */
			.hotels-details dl dd.hotel-more-details dl dd img {
				float: left;
				border-right:1px solid #FFFFFF;
				margin: 0 9px 0 0;
			}
			#content .hotels-details dl dd.hotel-more-details dl dd p {
				font-size:11px;
				margin:0 15px 0 9px;
				padding:5px 0 0;
				line-height:1.3em;
			}
				#content .hotels-details dl dd.hotel-more-details dl dd p a.more-details{
					bac\kground: url(../css/img/bullets/arrow3.gif) 0 50% no-repeat;
					font-weight: bold;
					font-size:10px;
					padding:0 0 0 10px;
					float: right;
					margin:0 0 5px;
					text-decoration: none;
				}
				#content .hotels-details dl dd.hotel-more-details dl dd p a:hover.more-details{
					text-decoration: underline;
				}
	.hotels-details dl dd.hotel-total-cost {
		text-align: right;
		padding:5px 26px 4px 10px;
		line-height:1.5em;
	}
	a.button {
		font:10px Verdana, Arial, Tahoma sans-serif;
		color: #fff;
		background: #1591C1;
		border:0;
		padding: 3px 11px 3px;
		text-align: center;
		margin:0;
		vertical-align: baseline;
		text-decoration: none;
	}


	/* Travel services offers */
	.hotels-details dl dd.hotel-details-data {
	  border-collapse: collapse;
	}
		.hotels-details dl dd.hotel-details-data table{
			border:0;
			margin:0;
			width:100%;
		}
			.hotels-details dl dd.hotel-details-data table col{
				width:147px;
			}
			* html .hotels-details dl dd.hotel-details-data table col{
				width:123px;
			}
			.hotels-details dl dd.hotel-details-data th,
			.hotels-details dl dd.hotel-details-data td{
				border-bottom:1px solid #C7E5F2;
			}
			.hotels-details dl dd.hotel-details-data th{
				font-size:10px;
				padding:3px 12px 3px;
			}
			.hotels-details dl dd.hotel-details-data thead th{
				font-size:11px;
				padding:3px 12px 3px;
			}
			.hotels-details dl dd.hotel-details-data td{
				padding:3px 12px 4px;
			}
			.hotels-details dl dd.hotel-details-data tr.cost th,
			.hotels-details dl dd.hotel-details-data tr.cost td{
				border-bottom:none;
			}
			.hotels-details dl dd.hotel-details-data tr.total-offer-price th ,
			.hotels-details dl dd.hotel-details-data tr.total-offer-price td{
				background:#E6F3F8;
				font-size:12px;
				border-bottom:none;
				padding:6px 12px 6px;
			}
			.hotels-details dl dd.hotel-details-data th.data1,
			.hotels-details dl dd.hotel-details-data td.data1{
				text-align: center;
			}
			.hotels-details dl dd.hotel-details-data th.choice,
			.hotels-details dl dd.hotel-details-data td.choice{
				background:#1591C1;
				color:#fff;
				width:47px;
			}
		.hotels-details dl dd.hotel-online-purchase {
			background: url(../css/img/content/verisign.gif) 20px 26px no-repeat;
			padding:10px 0 0 157px;
			border: none;
		}
			#content .hotels-details dl dd.hotel-online-purchase p{
				font-size:11px;
				margin: 0 0 16px;
				line-height:1.3em;
			}
/************************
	Search result - hotels-details //END
*************************/
/************************
	Search result - sort-pages //START
*************************/
.sort-pages {
	background:#C7E5F2;
	text-align: center;
	padding:5px;
}
	#content .sort-pages p{
		margin:0px;
		padding:0px;
		font-size:11px;
	}
		#content .sort-pages p a,
		#content .sort-pages p span{
			font-weight: bold;
		}
/************************
	Search result - sort-pages //END
*************************/
/************************
	Hotel Overview legend //START
*************************/
.legend {
	margin:0 19px 10px;
	overflow:hidden;
}
	.legend:after {
		content: "."; 
		display: block; 
		height:0; 
		clear: both; 
		visibility: hidden;
	}
	.legend{
		/*display:inline-block;*/
	}
	/* Hides from IE-mac \*/
	* html .legend{
		height: 1px;
	}
	.legend{
		display:block;
	}
	/* End hiding from IE-mac */
	.legend h3{
		margin:0 0 10px;
		padding:0;
		font-size:12px;
		font-weight: bold;
	}
	.legend dl{
		float: left;
		width:230px;
	}
	.legend dl:after {
		content: "."; 
		display: block; 
		height:0; 
		clear: both; 
		visibility: hidden;
	}
	.legend dl{
		/*display:inline-block;*/
	}
	/* Hides from IE-mac \*/
	* html .legend dl{
		height: 1px;
	}
	.legend dl {
		display:block;
	}
	/* End hiding from IE-mac */
	.legend dl dt{
		width:29px;
		float: left;
		clear: left;
	}
		.legend dl dt img{
			margin: 0 0 4px;
		}
	.legend dl dd{
		float: left;
		width:185px;
		padding:4px 0 0;
		min-height:20px;
	}
	* html .legend dl dd {
		float: none;
	}
/************************
	Hotel Overview legend //END
*************************/

/************************
	Cars - company //START
*************************/
.box-company img{
	float: left;
	border:1px solid #C9E6F2;
	margin: 16px 11px 3px 19px;
}
	.box-company h3{
		font-size:12px;
		margin:16px 19px 16px;
		padding:0;
	}
	#content .box.box-company p{
		font-size:11px;
		line-height:1.4em;
		margin: 0 19px 15px;
	}
/************************
	Cars - company //END
*************************/
/************************
	Cars Search result - .time-data //START
*************************/
.time-data {
	background: #E6F3F8 url(../css/img/icons/icon_loupe3.gif) 393px 15px no-repeat;
	padding:16px 18px 10px;
	min-height:81px;
}
*html .time-data {
	height:101px;
	heigh\t:81px;
}
	#content .time-data p {
		margin: 0 150px 8px 0;
	}
	.time-data table{
		border:0;
		margin:8px 0 0;
	}
	.time-data table th,
	.time-data table td{
		padding:3px 5px 5px 0;
		background: url(../css/img/content/dots4.gif) 0 100% repeat-x;
	}
	.time-data table th{
		width:143px;
		width:138px;
	}
	.time-data table tr.last th,
	.time-data table tr.last td{
		background: none;
	}
/************************
	Cars Search result - .time-data //END
*************************/
/************************
	Cars Search result - .pay-data //START
*************************/
.pay-data {
	background: #C7E5F2;
	padding:19px 18px 0;
}
/* Hides from IE-mac \*/
* html .pay-data {
	height:1px;
}
/* End hiding from IE-mac */

	#content .pay-data p {
		margin: 0;
		padding:0 0 15px;
		font-size:11px;
		line-height:1.8em;
	}
	#content .pay-data p.clear {
		clear: both;
	}
	.pay-data img {
		float: left;
		margin: 0 14px 14px 0;
	}
/************************
	Cars Search result - .pay-data //END
*************************/
/************************
	Cars Search result - .cars-details //START
*************************/
.cars-details {
	padding:20px 0 0;
	width:472px;
	margin: 0 0 0 19px;
}

	.cars-details dl{
		margin:0 0 20px;
	}
	.cars-details dl:after {
		content: "."; 
		display: block; 
		height:0; 
		clear: both; 
		visibility: hidden;
	}
	.cars-details dl{
		/*display:inline-block;*/
	}
	/* Hides from IE-mac \*/
	* html .cars-details dl{
		height: 1px;
	}
	.cars-details dl{
		display:block;
	}
	/* End hiding from IE-mac */
		.cars-details dl dt{
			font-size:12px;
			font-weight: bold;
			margin: 0 0 10px;
		}
		.cars-details dl dd.car-img {
			width:190px;
			float: left;
		}
			.cars-details dl dd.car-img img{
				border:1px solid #D3DDE2;
				display: block;
			}
		.cars-details dl dd.car-info{
			float: left;
			background: #E6F3F8;
			border-left:1px solid #fff;
			min-height:136px;
			width:282px;
			width:281px;
		}
		* html .cars-details dl dd.car-info{
			height:136px;
		}
			.cars-details dl dd.car-info table {
				border:0;
				margin:5px 9px 4px;
				width:263px;
			}
				.cars-details dl dd.car-info table th{
					padding:3px 0 0 9px;
					font-size:11px;
					font-weight: normal;
					width:50%;
				}
				.cars-details dl dd.car-info table td{
					padding:0 0 3px 9px;
					border-bottom:1px solid #D3DDE2;
					font-size:10px;
					font-weight:bold;
				}
				.cars-details dl dd.car-info table tr.last td{
					border-bottom:none;
				}
				.cars-details dl dd.car-info table td img {
					margin: 0 3px -1px 0;
					position: relative;
				}
		#content .cars-details dl dd.total-cost{
			border-bottom:1px solid #C7E5F2;
			text-align: right;
			padding: 6px 119px 7px 0;
			display: block;
			margin:0;
			clear: both;
		}
		* html #content .cars-details dl dd.total-cost{
			padding: 0 119px 7px 0;
			margin:-4px 0 0;
		}
		.cars-details dl dd.total-cost a.button{
			margin:4px 0 0 4px;
		}
		/* Travel services offers */
		.cars-details dl dd.car-info div{
			background: url(../css/img/content/bg_table.gif) 100% 0 repeat-y;
		}
			.cars-details dl dd.car-info div:after {
				content: "."; 
				display: block; 
				height:0; 
				clear: both; 
				visibility: hidden;
			}
			.cars-details dl dd.car-info div {
				/*display:inline-block;*/
			}
			/* Hides from IE-mac \*/
			* html .cars-details dl dd.car-info div{
				height: 1px;
			}
			.cars-details dl dd.car-info div {
				display:block;
			}
			/* End hiding from IE-mac */
			.cars-details dl dd.car-info div table {
				width:198px;
				float: left;
				margin:5px 8px 4px 7px;
				display: inline;
			}
				.cars-details dl dd.car-info div table th{
					padding:3px 0 0 5px;
				}
				.cars-details dl dd.car-info div table td{
					padding:0 0 3px 5px;
				}
			.cars-details dl dd.car-info div table.table_choice {
				float: right;
				width:57px;
				margin:5px 6px 4px 0;
			}
			.cars-details dl dd.car-info div table.table_choice th,
			.cars-details dl dd.car-info div table.table_choice td{
				text-align: center;
				padding:3px 0 0 0;
			}
			.cars-details dl dd.car-info div table.table_choice th{
				border-bottom:1px solid #D3DDE2;
				padding:3px 0 15px 0;
				color:#fff;
				font-size:11px;
				font-weight: bold;
			}
			.cars-details dl dd.car-info div table.table_choice td{
				border-bottom:none;
				padding:32px 0 0 0;
			}
/************************
	Cars Search result - .cars-details //START
*************************/
/************************
	Cars - rates //START
*************************/
.rates {
	border-bottom: 1px solid #D3DDE2;
	margin: 0 0 18px;
}
	h3.caption{
		font-size:12px;
		background:#E6F3F8;
		padding: 11px 20px;
		border-top: 1px solid #D3DDE2;
		border-bottom: 1px solid #D3DDE2;
		margin:0;
		font-weight: bold;
	}
		h3.caption span{
			color:#1591C1;
		}
	table.table1 {
		margin:0 20px 9px;
		width:469px;
		border:0;
	}
		table.table1 th,
		table.table1 td{
			font-size:10px;
			padding:5px 4px 6px 4px;
		}
		table.table1 col.col1{
			width:54px;
			width:60px;
		}
		table.table1 thead th{
			border-bottom:1px solid #D3DDE2;
			vertical-align: bottom;
			padding:3px 4px 5px 4px;
		}
		table.table1 thead th a{
			text-align: center;
			display: block;
		}
		table.table1 th.th1{
			text-align: center;
		}
		table.table1 td{
			text-align: right;
			letter-spacing:-0.1em;
		}
		table.table1 tr.odd th,
		table.table1 tr.odd td{
			background: #E6F3F8;
		}
		/* */
		table.table1.exp1 {
			border-bottom:1px solid #D3DDE2;
		}
		table.table1.exp1 td{
			text-align: left;
			letter-spacing:normal;
		}
		table.table1.exp1 th{
			text-align: center;
		}
		table.table1.exp1 th.summary{
			text-align: left;
		}
		table.table1.exp1 td.price{
			text-align: center;
		}
/************************
	Cars - rates //END
*************************/
/************************
	Cars - rates - dl.period  //START
*************************/
dl.period {
	margin:0 22px 0;
	padding: 0 0 8px;
}
	dl.period dt{
		font-size:12px;
		font-weight: bold;
		margin: 0 0 8px;
	}
	dl.period dd{
		margin: 0 0 8px 19px;
	}
		dl.period dd strong{
			color:#1591C1;
			margin: 0 8px 0 0;
		}
/************************
	Cars - rates - dl.period  //END
*************************/
/************************
	Cruises - Sailing dates - .sailing //START
*************************/
.sailing {
	
}
	.sailing:after {
		content: "."; 
		display: block; 
		height:0; 
		clear: both; 
		visibility: hidden;
	}
	.sailing {
		/*display:inline-block;*/
	}
	/* Hides from IE-mac \*/
	* html .sailing {
		height: 1px;
	}
	.sailing {
		display:block;
	}
	/* End hiding from IE-mac */

	.sailing table.table2{
		float: left;
		margin:15px 0 0 33px;
		width:196px;
	}
	* html .sailing table.table2{
		display: inline;
	}
	* html table.table2 {
		width:auto;
		}
	table.table2 {
			border:1px solid #C7E5F2;
			margin: 0 0 5px 0px;
		}
		table.table2 th,
		table.table2 td {
			padding:5px 4px 6px 3px;
			border-bottom:1px solid #E6F3F8;
		}
		table.table2 th {
			font-weight: normal;
			padding:5px 4px 6px 13px;
		}
		table.table2 thead th {
			font-weight: bold;
			background:#E6F3F8;
			border-bottom:none;
		}
		table.table2 tr.last th,
		table.table2 tr.last td {
			border-bottom:none;
		}
	table.table3 {
		border:1px solid #C7E5F2;
		}
		table.table3 caption {
			font: bold 14px Verdana, Arial, Tahoma sans-serif;
			color: #fff;
			background-color: #1591C1;
			padding: 5px 16px 5px;
			}
		table.table3 th,
		table.table3 td {
			padding:5px 4px 6px 4px;
			border-bottom:1px solid #E6F3F8;
		}
		table.table3 th {
			font-weight: normal;
			padding:5px 4px 6px 13px;
		}
		table.table3 thead th {
			font-weight: bold;
			background:#E6F3F8;
			border-bottom:none;
		}
		table.table3 tr.last th,
		table.table3 tr.last td {
			border-bottom:none;
		}


/**************************
	Cruises - Zeus Cruises // START
**************************/
		table.cruises th, table.cruises td {
			padding: 4px;
			}
			
		table.cruises th.titl,  
		table.cruises td.titl { 
			background: 	#E6F3F8; 
			border-top: 	1px solid #D7DFE7;
			border-bottom: 	1px solid #D7DFE7;
			}
			
		table.cruises td p 	{ color : #515551;  }
		table.cruises a 	{ cursor: pointer; } 
		table.cruises { width: 96%; margin: 2%;}
		table.cruises th { background-color: #E9F6FF; }
		table.cruises td { border-bottom: 1px solid #eee;  padding: 6px 0 6px 0; }




		table.cruises-rates thead th {
			font-weight: bold;
			text-align: left;
			}
		table.cruises-rates th, table.cruises-rates td {
			font-weight: normal;
			padding: 4px;
			border-bottom: 1px solid #D3D3D3;
			}
		table.cruises-rates td p 	{ color : #515551;  }
		table.cruises-rates a 	{ cursor: pointer; } 
		table.cruises-rates {
			width: 96%;
			margin: 2%;
			}
		table.cruises-rates thead th { background-color: #E9F6FF; }
		table.cruises-rates td {
			padding: 6px 0 6px 0;
			text-align:center;
			}

		.cruise-map { overflow:hidden; _height: 1%; padding: 20px 10px 20px 10px; text-align: center; background-color: #E9F6FF; margin: 10px; }
		.cruise-map img { margin-left: 14px }


/**************************
	Cruises - Zeus Cruises // END
**************************/





/************************
	Cruises - Sailing dates - .sailing //END
*************************/
/************************
	Company - International partners- .row-international-partners //START
*************************/
.row-international-partners {
	margin: 0 0 22px;
	padding: 0 0 0 62px;
}
	.row-international-partners:after {
		content: "."; 
		display: block; 
		height:0; 
		clear: both; 
		visibility: hidden;
	}
	.row-international-partners {
		/*display:inline-block;*/
	}
	/* Hides from IE-mac \*/
	* html .row-international-partners {
		height: 1px;
	}
	.row-international-partners {
		display:block;
	}
	/* End hiding from IE-mac */
	
	.row-international-partners dl{
		float: left;
		width:212px;
	}
	.row-international-partners dt{
		margin: 0 0 8px;
		width:169px;
	}
	.row-international-partners dd img{
		border:1px solid #C9E6F2;
		display: block;
	}
/************************
	Company - International partners- .row-international-partners //END
*************************/
/************************
	Site map //START
*************************/
.site-map {
	margin:16px 0 0;
}
	.site-map:after {
		content: "."; 
		display: block; 
		height:0; 
		clear: both; 
		visibility: hidden;
	}
	.site-map {
		/*display:inline-block;*/
	}
	/* Hides from IE-mac \*/
	* html .site-map {
		height: 1px;
	}
	.site-map {
		display:block;
	}
	/* End hiding from IE-mac */
	
	.site-map div.site-map-row{
		width:50%;
		float: left;
	}
		.site-map div.site-map-row dl{
			margin: 0 19px 23px;
			font-size:12px;
		}
			.site-map div.site-map-row dl dt{
				margin: 0 0 4px;
			}
			.site-map div.site-map-row dl dd{
				background: url(../css/img/bullets/arrow3.gif) 1px 4px no-repeat;
				padding: 0 0 0 16px;
				margin: 0 0 4px;
			}
/************************
	Site map //END
*************************/
/************************
	Travel services offers - .travels-data //START
*************************/
.travels-data {
	background: #E6F3F8;
	padding:18px 0 18px;
}
	#content .travels-data p{
		margin: 0 18px 0;
		padding: 0;
	}

/************************
	Travel services offers - .travels-data //END
*************************/
/************************
	Travel services offers - .vacation-offers //START
*************************/
.vacation-offers {
	background: #E6F3F8;
	padding:10px 0 9px;
}
	#content .vacation-offers p{
		margin: 0 18px 0;
		padding:0 0 6px;
		font-size:11px;
	}
		#content .vacation-offers p label{
			font-weight: normal;
		}
.vacation-offers1 {
	padding:14px 0 0 132px;
	background: url(../css/img/icons/icon_calculator.gif) 30px 20px no-repeat;
}
	#content .vacation-offers1 p{
		margin: 0 18px 20px;
		padding:0;
		font-size:11px;
		line-height:1.3em;
	}

/************************
	Travel services offers - .vacation-offers //END
*************************/


/* NEW STYLES
---------------------------------------------------------- */


/* box-search-hotels2
---------------------------------------------------------- */
#content div.box-search-hotels2 { background: #E6F3F8; }

/* dl.trip_summary
---------------------------------------------------------- */
dl.trip_summary { margin: 10px 19px 0; }
dl.trip_summary.next-summary {
	margin: 31px 19px 0;
	}
dl.trip_summary dt {
	font: normal 12px Verdana, Arial, Tahoma sans-serif;
	border-bottom: 1px solid #D3DDE2;
	padding: 0 0 4px;
	}
dl.trip_summary dd img {
	border: 1px solid #C7E5F2;
	margin: 10px 23px 0 4px;
	float: left;
	display: inline;
	}
dl.trip_summary dd dl { padding: 10px 0 0 0; }
dl.trip_summary dd dl dt {
	font-size: 10px;
	border-bottom: none;
	padding: 0;
	margin: 0 0 12px;
	}
dl.trip_summary dd dl dd { margin: 0 0 10px 6px; }
dl.trip_summary dd dl dd.flight_time {
	margin: -7px 0 10px  6px;
	font-size: 10px; 
	}
dl.trip_summary dd dl dd.operator{
	margin: 0 0 10px 6px;
	font-size: 10px;
	line-height: 1em;
	}
dl.trip_summary dd dl dd.connection_time{
	margin: 0 0 7px 0;
	padding: 2px 0 3px;
	background: #E6F3F8;
	text-align: center;
	}

/* price-summary-box
---------------------------------------------------------- */
.price-summary-box {
	width: 241px;
	float: left;
	background: #fff;
	margin: 0 14px 0 19px;
	display: inline;
	padding: 0 0 10px;
	}
.price-summary-table{
	border: 0;
	width: 231px;
	margin: 0;
	}
* html .price-summary-table{ margin: 8px 0 0; }
table.price-summary-table th, table.price-summary-table td{ border-bottom: 1px solid #E6F3F8; }
table.price-summary-table thead th{
	font-size: 12px;
	font-weight: bold;
	padding: 0 4px 2px;
	}
table.price-summary-table thead th.price{ text-align: right; }
table.price-summary-table tbody td{ text-align: right; }
table.price-summary-table tbody th,
table.price-summary-table tbody td{
	padding: 5px 4px 3px;
	font-weight: normal;
	}
table.price-summary-table tbody tr.service th,
table.price-summary-table tbody tr.service td{
	border-bottom: none;
	padding: 5px 4px 4px;
	}
table.price-summary-table tbody tr.total th,
table.price-summary-table tbody tr.total td{
	background: #E6F3F8;
	padding: 3px 4px 2px;
	font-weight: bold;
	}

/* #content .box p.info
---------------------------------------------------------- */
#content .box p.info {
	font-size: 10px;
	margin: 8px 19px 10px;
	padding: 9px 14px 9px;
	background: #E6F3F8;
	line-height: 1.4em;
	}

/* #content .box p.box-restrictions
---------------------------------------------------------- */
#content .box p.box-restrictions{
	font-size: 11px;
	margin: 10px 19px 7px;
	padding: 0;
	}
#content .box p.box-restrictions input{
	margin: 1px 8px 0 0;
	padding: 0;
	vertical-align: middle;
	float: left;
	}
#content .box p.box-restrictions label{
	font-weight: normal;
	vertical-align: middle;
	display: table;
	}

/* #content .box ul.restrictions-list
---------------------------------------------------------- */
#content .box ul.restrictions-list{ margin: 15px 19px 14px 41px; }
#content .box ul.restrictions-list li {
	margin: 0 0 2px 2px;
	padding: 0 0 0 12px;
	background: url("../css/img/bullets/dots1.gif") 0 5px no-repeat;
	}

/* #wrapper .box p.type6
---------------------------------------------------------- */
#wrapper .box p.type6 {
	margin: 0 15px 12px;
	padding: 0;
	}

/* form div.buttons-submit
---------------------------------------------------------- */
form div.buttons-submit {
	background: #C7E5F2;
	padding: 13px 0 15px;
	margin: 0;
	text-align: center;
	}
form div.buttons-submit input.button { margin: 0 8px 0 0; }
form div.buttons-submit a.view-all {
	bac\kground: url("../css/img/bullets/arrow3.gif") 0 50% no-repeat;
	font-weight: bold;
	font-size: 10px;
	padding: 0 0 0 10px;
	margin: 0 16px 0 0;
	}

/* .discounts-data
---------------------------------------------------------- */
.discounts-data {
	background: #E6F3F8 url("../css/img/icons/icon_discount.gif") 358px 15px no-repeat;
	padding: 16px 18px 10px;
	min-height: 74px;
	}
*html .discounts-data {
	height: 100px;
	heigh\t: 74px;
	}
#content .discounts-data p {
	margin: 0 225px 8px 0;
	padding: 13px 0 0;
	}
table.discounts-table {
	border: 0;
	margin: 14px 16px 0;
	width: 478px;
}
#content .box table.discounts-table th,
#content .box table.discounts-table td{ font-size: 10px; }
table.discounts-table th,
table.discounts-table td{
	text-align: center;
	padding: 6px 6px 7px;
	vertical-align: top;
	border-bottom: 1px solid #C7E5F2;
	}
table.discounts-table tr.odd th,
table.discounts-table tr.odd td{
	background: #E6F3F8;
	}
table.discounts-table tbody th,
table.discounts-table tbody td{
	line-height: 2.5em;
	padding: 0px 6px 2px;
	}
table.discounts-table tbody th img,
table.discounts-table tbody td img {
	display: block;
	margin: -4px 0 4px;
	}
table.discounts-table th.first-col,
table.discounts-table td.first-col { text-align: left; }

/* .flights-data 
---------------------------------------------------------- */
.flights-data {
	background: #E6F3F8 url("../css/img/icons/icon_loupe4.gif") 379px 16px no-repeat;
	padding: 8px 18px 20px;
	min-height: 90px;
	}
*html .flights-data {
	height: 118px;
	heigh\t: 90px;
	}
#content .flights-data dl { width: 295px; }
#content .flights-data dl dt,
#content .flights-data dl dd {
	background: url("../css/img/content/dots4.gif") 0 100% repeat-x;
	padding: 4px 1px 4px 1px;
	}
#content .flights-data dl dt{ font-size: 12px; }


/* #content .sort-by dl dd ul.sort-full
---------------------------------------------------------- */
#content .sort-by dl dd ul.sort-full { width: 100%; }
#content .sort-by dl dd ul.sort-full li { width: auto; }
#content .sort-by dl dd ul.sort-full li a { background-color: #1F96C4; }
#content .sort-by dl dd ul.sort-full li a:hover{ background-color: #fff; }
#content .sort-by dl dd ul.sort-full li a,
#content .sort-by dl dd ul.sort-full li span { width: auto; }
#content .sort-by dl dd ul.sort-full.sort-full2 {
	margin: 0 0 0 16px;
	width: 494px;
	}



/* .flights-table-container
---------------------------------------------------------- */
.flights-table-container {
	width: 480px;
	widt\h: 476px;
	margin: 19px 14px 14px 16px;
	text-align: center;
	border-right: 2px solid #E6F3F8;
	border-left: 2px solid #E6F3F8;
	overflow: auto;
	padding: 0 0 1px;
	}
.flights-table-container table{
	margin: 0 auto;
	border-collapse: collapse;
	border: 0;
	width: 100%;
	border-bottom: 2px solid #E6F3F8;
	}
.flights-table-container table th,
.flights-table-container table td{
	vertical-align: top;
	font-size: 10px;
	}
.flights-table-container table thead th {
	background: #E6F3F8;
	padding: 7px 8px 12px;
	text-align: center;
	}
.flights-table-container table tbody th {
	font-size: 11px;
	border-right: 2px solid #E6F3F8;
	border-bottom: 1px solid #E6F3F8;
	padding: 2px 8px 6px;
	width: 120px;
	white-space: nowrap;
	}
.flights-table-container table tbody th span{
	font-size: 10px;
	font-weight: normal;
	}
.flights-table-container table tbody td {
	border-bottom: 1px solid #E6F3F8;
	padding: 3px 5px 7px;
	text-align: center;
	}

/* table.table-select-flight
---------------------------------------------------------- */
table.table-select-flight {
	margin: 0 14px 17px 16px;
	width: 480px;
	border: 0;
	border-bottom: 1px solid #D3DDE2;
	}
table.table-select-flight th,
table.table-select-flight td{
	font-size: 10px;
	padding: 5px 4px 6px 4px;
	vertical-align: top;
	}
table.table-select-flight thead th{
	border-bottom: 1px solid #D3DDE2;
	padding: 5px 4px 6px 4px;
	text-align: center;
	width: 19%;
	}
table.table-select-flight thead th span{
	font-weight: normal;
	display: block;
	line-height: 1em;
	}
table.table-select-flight tbody td{
	text-align: center;
	padding: 10px 4px 6px 4px;
	}
table.table-select-flight td strong{ display: block; }
table.table-select-flight tr.odd th, table.table-select-flight tr.odd td{ background: #E6F3F8; }
table.table-select-flight th.price,
table.table-select-flight td.price,
table.table-select-flight tr.odd th.price,
table.table-select-flight tr.odd td.price {
	background: #1591C1;
	color: #fff;
	border-bottom: 1px solid #D3DDE2;
	width: 24%;
	}
table.table-select-flight .price a{
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	background: url("../css/img/bullets/arrow2.gif") 0 4px no-repeat;
	display: block;
	float: left;
	padding: 0 0 2px 10px;
	margin: 6px 0 0 18px;
	}
* html table.table-select-flight .price a{ display: inline; }


/* #content .box p.more2
---------------------------------------------------------- */
#content .box p.more2 {
	background: #C7E5F2;
	margin: 0;
	padding: 7px 14px 0px;
	}
p.more2:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
/* Hides from IE-mac \*/
* html p.more2 { height: 1px; }
p.more2 { display: block; }
/* End hiding from IE-mac */

p.more2 a{
	background: url("../css/img/bullets/arrow3.gif") 0 50% no-repeat;
	font-weight: bold;
	font-size: 10px;
	float: right;
	display: block;
	padding: 0 0 0 10px;
	margin: 0 0 7px;
	}

/* .flights-data2
---------------------------------------------------------- */
.flights-data2 {
	background: #E6F3F8 url("../css/img/icons/icon_flight.gif") 359px 19px no-repeat;
	padding: 16px 18px 10px;
	min-height: 85px;
	}
*html .flights-data2 {
	height: 111px;
	heigh\t: 85px;
	}
#content .flights-data2 p {
	margin: 0 190px 8px 0;
	padding: 13px 0 0;
	line-height: 1.5em;
	}


/* #content form.flights-form
---------------------------------------------------------- */
#content form.flights-form {
	margin: 23px 0 0;
	font-size: 10px;
	}
#content form.flights-form input.text{
	border: 1px solid #A7A7A7;
	width: 158px;
	widt\h: 161px;
	}
#content form.flights-form input.text.min{
	width: 22px;
	widt\h: 15px;
	}
#content form.flights-form select { border: 1px solid #A7A7A7; }
#content form.flights-form input.checkbox{
	vertical-align: middle;
	margin: 0 9px 0 0;
	padding: 0;
	}
* html #content form.flights-form input.checkbox{ margin: 0 5px 0 0; }
#content form.flights-form label{ margin: 0 13px 0 0; }
/* Hides from IE-mac \*/
* html #content form.flights-form label{ height: 1px; }
#content form.flights-form label.normal{
	font-weight: normal;
	font-size: 10px;
	}
#content form.flights-form label.normal2{ margin: 0 4px 0 0; }
/* End hiding from IE-mac */
#content form.flights-form div.row{
	padding: 0 16px 0 18px;
	margin: 0 0 13px;
	}
#content form.flights-form div.row:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
/* Hides from IE-mac \*/
* html #content form.flights-form div.row { height: 1px; }
#content form.flights-form div.row{ display: block; }
/* End hiding from IE-mac */
#content form.flights-form div.row div.container1 {
	float: left;
	width: 47%;
	}
#content form.flights-form div.row div.container2{
	float: right;
	width: 50%;
	text-align: right;
	}
#content form.flights-form div.row div.container3{
	float: left;
	width: 33%;
	text-align: left;
	}
#content form.flights-form div.row div.container4{
	float: left;
	width: 33%;
	text-align: center;
	}
#content form.flights-form div.row div.container5{
	float: left;
	width: 33%;
	text-align: right;
	}
#content form.flights-form div.row div.container6{
	float: left;
	width: 66%;
	text-align: left;
	}
#content form.flights-form div.row a.view-all {
	bac\kground: url("../css/img/bullets/arrow3.gif") 0 50% no-repeat;
	font-weight: bold;
	font-size: 10px;
	padding: 0 0 0 10px;
	}
#content form.flights-form h3{
	background: #C7E5F2;
	font-size: 12px;
	font-weight: bold;
	margin: 17px 0 0;
	padding: 11px 18px 10px;
	}
#content form.flights-form div.more-options {
	background: #E6F3F8;
	padding: 11px 0 1px;
	}
/* Hides from IE-mac \*/
* html #content form.flights-form div.more-options { height: 1px; }
/* End hiding from IE-mac */
#content form.flights-form div.more-options label{
	width: 87px;
	float: left;
	margin: 0;
	}
#content form.flights-form div.more-options label.nonstop{
	width: 132px;
	float: left;
	font-weight: normal;
	margin: 0 45px 0 13px;
	vertical-align: middle;
	}
* html #content form.flights-form div.more-options label.nonstop{ margin: 4px 45px 0 6px; }
#content form.flights-form div.more-options input.checkbox{
	margin: 0 0 0 87px;
	padding: 0;
	float: left;
	vertical-align: middle;
	}
#content form.flights-form div.more-options select{
	width: 154px;
	margin: 0 45px 0 0;
	}
#content form.flights-form div.buttons-submit { margin: -4px 0 0; }
#content form.flights-form div.buttons-submit input.checkbox {
	margin: 0 6px 0 0;
	padding: 0;
	}
* html #content form.flights-form div.buttons-submit input.checkbox { margin: 0; }
#content form.flights-form div.buttons-submit label {
	font-weight: normal;
	font-size: 10px;
	}


/* #content dl.sort
---------------------------------------------------------- */
#content dl.sort {
	margin: 0 16px 25px 18px;
	padding: 9px 0 0;
	}
#content dl.sort dd{
	z-index: 190;
	position: relative;
	}
#content dl.sort dd.sort-desc {
	border: 1px solid #A7A7A7;
	z-index: 189;
	margin: -1px 0 0;
	position: relative;
	padding: 20px 0 6px 65px;
	}
* html #content dl.sort dd.sort-desc { padding: 20px 0 14px 65px; }
/* Hides from IE-mac \*/
* html #content dl.sort dd.sort-desc { height:1px; }
/* End hiding from IE-mac */
#content dl.sort dd ul{
	width: 337px;
	margin: 0 0 0;
	padding: 0;
	}
#content dl.sort dd ul:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
/* Hides from IE-mac \*/
* html #content dl.sort dd ul{ height: 1px; }
#content dl.sort dd ul{ display: block; }
/* End hiding from IE-mac */
#content dl.sort dd ul li{
	float: left;
	text-align: center;
	padding: 0;
	background: none;
	margin: 0;
	}
#content dl.sort dd ul li a,
#content dl.sort dd ul li span{
	background: url("../css/img/content/bg_nav_sort_by.gif") left bottom repeat-x;
	color: #FFFFFF;
	padding: 5px 4px 4px;
	display: block;
	text-decoration: none;
	border-top: 1px solid #2096C4;
	margin: 0 1px 0 0;
	font-size: 11px;
	}
/* Hides from IE-mac \*/
* html #content dl.sort dd ul li a,
* html #content dl.sort dd ul li span{
	float: left;
	height: 1px;
	padding: 4px 4px 5px;
	display: inline;
	}
/* End hiding from IE-mac */
#content dl.sort dd ul li a:hover,
#content dl.sort dd ul li span {
	background: #fff;
	color: #292929;
	text-decoration: none;
	border: 1px solid #A7A7A7;
	border-bottom: 0;
	}
#content dl.sort dd ul li span {
	font-weight: bold;
	}
#content dl.sort dd.sort-desc div.row{
	padding: 0 0 1px;
	margin: 0 0 7px;
	}
#content dl.sort dd.sort-desc label{
	text-align: right;
	float: left;
	width: 55px;
	margin: 5px 10px 0 0;
	}
#content dl.sort dd.sort-desc a img{
	display: inline;
	vertical-align: middle;
	margin: 0 17px 0 0;
	}

.trail {
	font: normal 9px Verdana, Arial, Tahoma sans-serif;
	padding:0 0 4px 0px;
	color:#999;
}

/* Images
----------------------------------------------- */
.center {
	text-align: center;
	}
.img
{
	font-size: 11px;
	display: block;
	padding: 0 0 0 10px;
}
.img img {	
	display: block;
	margin-bottom: 5px;
	}

.img.left	{ 
	padding: 0 10px 0 0; 
	text-align: right; 
	float: left;
	}

.img.right	{ padding-left: 10px; }


/* IMAGES END */


/************************
	rlocations //START
*************************/
.rlocations.last {
	margin-bottom: 10px;
}
.rlocations, .rlocations2 {
	margin:0 1px 0px 0px;
	padding:0 0 6px 0px;
	border-bottom:1px solid #1591C1;
	height: 220px;
}
.rlocations {
	background:#F4F9FB;
}
.rlocations2 {
	background:#F2FEF0;
}
	.rlocations:after, .rlocations2:after {
		content: "."; 
		display: block; 
		height:0; 
		clear: both; 
		visibility: hidden;
	}
	/* Hides from IE-mac \*/
	* html .rlocations. * html .rlocations2 {
		height: 1px;
	}
	/* End hiding from IE-mac */

	.rlocations-list dt a {
		margin:0 0 3px 0;
		font-size:14px;
	}

.img-rlocations {
	margin: 30px 0 0 20px;
	width: 94px;
	float: left;
}
dl.rlocations-list {
	margin:12px 20px 0px;
	width: 350px;
	_width: 300px;
	float: right;
}
	dl.rlocations-list dt{
		margin: 10px 0 3px 0;
		font-size:12px;
	}
.rlocations-list dd span.right {
	text-align:right;
	display: block;
	clear: both;
	padding-top: 10px;
}
/************************
	rlocations //END
*************************/

table.bhotels {
	margin-top: 8px;
	width: 100%;
	float: right;
}
table.bhotels tbody td {
	padding: 2px;
}
table.bhotels tbody td a {
	font-weight: bold;
}
table.bhotels thead th {
	border-bottom:1px solid black;
}
table.bhotels tbody th {
	text-align: right;
}

/************************
	special-offers //START
*************************/
dl.special-offers {
	margin:16px 18px;
}
	dl.special-offers dt{
		font-weight:normal;
	}
	dl.special-offers dd{
		font-size:11px;
		margin:4px 0 0;
	}
	dl.special-offers dd a{
		bac\kground: url(../css/img/bullets/arrow3.gif) 0 4px no-repeat;
		padding:0 0 0 13px;
	}
/************************
	special-offers //END
*************************/

/************************
	box-guide 2 //START
*************************/
dl.guide-list {
	color: #1591C1;
	margin:10px 14px 0 15px;
	padding:4px 0px 0;
}
	dl.guide-list dt, dl.guide-list2 dt {
		font: bold 14px Verdana, Arial, Tahoma sans-serif;
	}
	dl.guide-list dd a, dl.guide-list dd a,
	dl.guide-list2 dd a, dl.guide-list2 dd a {
		margin:0 0 7px;
		text-decoration: none;
	}
.guide-list2 {
	background:#E7F2F7;
	color: #1591C1;
	margin:10px 10px 2px 15px;
	padding:2px 4px 6px 2px;
}

.guide-list {
	background:#fff;
	color: #1591C1;
	margin:10px 10px 2px 15px;
	padding:2px 4px 6px 2px;
}

	/* Hides from IE-mac \*/
	* html .guide-list2 {
		height: 1px;
	}
	.guide-list2 {
		display:block;
	}
	/* End hiding from IE-mac */

/************************
	guide-list//END
*************************/

/* search-guide */
form.search-guide {
	background: #E6F3F8;
}
form.search-guide div {
	margin: 0 10px 9px;
	padding:10px 10px 0 6px;
}
form.search-guide label {
	width:120px;
	margin: 0 10px 0 0;
	display: block;
	float: left;
}
form.search-guide select {
	margin: 0 9px 0 0;
	width:217px;
	font-weight: bold;
}
form.search-guide div.buttons-submit,
form.normal div.buttons-submit{
	background:#C7E5F2;
	padding:4px 0 4px;
	margin:0;
	text-align: center;
}
form.search-guide div.buttons-submit input.reset {
	margin:0 8px 0 0;
}
form.search-guide div.buttons-submit input.button,
form.normal div.buttons-submit input.button{
	margin:0 8px 0 0;
}
form.search-guide a.view-all {
	bac\kground: url(../css/img/bullets/arrow3.gif) 0 50% no-repeat;
	font-weight: bold;
	font-size: 10px;
	padding:0 6px 0 6px;
}
.box box-advanced-hotel-search-guide .view-all {
	bac\kground: url(../css/img/bullets/arrow3.gif) 0 50% no-repeat;
	font-weight: bold;
	font-size: 10px;
	padding:0 6px 0 6px;
}
form.search-guide div:after {
	content: "."; 
	display: block; 
	height:0; 
	clear: both; 
	visibility: hidden;
}
form.search-guide div.buttons-submit input.button {
	margin:0 8px 0 0;
}
/* 
-------------------------------------
*/
#wrapper #content .box a.view-all1{
	font-size:11px;
}
.sort-by .clr{
	display:block;
	overflow:hidden;
	padding:5px 0 0 0px;}

.popular-number{
	font-size: 10px;
	text-decoration: none;
	padding: 0px 5px;
}
.
2{
	padding: 0px 5px;
}
