/* grid */
body {
	background:#fff;
	color:#262626;
	font:11pt Verdana, Arial, Tahoma sans-serif;
	margin:0;
	padding:0;
	text-align: left;
	width:100%;
	
}
	#root {
		background: none;
		text-align: left;
		margin: 0 0 0;
		width:100%;
	}
#header,
#breadcrumbs,
#wrapper-top,
.box-offer-top,
#modules,
#footer .footer-top,
.design1{
	display: none;
}

#content {
	float: none;
	width:100%;
	margin:0;
}
#footer .footer-bottom {
	background: #fff;
	padding:13px 0 12px;
}
	#footer .footer-bottom p.copy,
	#footer .footer-bottom p.design{
		font-size:9pt;
		width:100%;
		float: none;
		text-align: left;
	}
	
	#footer .footer-bottom a{
		color:#262626;
	}
	#footer .footer-bottom a:before {/*hack ff*/
		content: ".";
		display: block; 
		height:0; 
		clear: both; 
		visibility: hidden;
	}
/* //end grid */
/* shared */
input.text {
	border:1px solid #ccc;
}
input.button,
input.reset{
	color: #1591C1;
	background: #C7E5F2;
	font-weight: bold;
	text-decoration: none;
}
/* //end shared */
/* content */
#wrapper h2 {
	font: bold 14pt Verdana, Arial, Tahoma sans-serif;
	color: #262626;
	background: white;
}
	#wrapper .box,
	#wrapper .box2,
	#wrapper .box3,
	#wrapper .box4 {
		border:none;
		border-bottom:1px solid #262626;
		margin: 0 0 9px;
		padding: 0 0 9px;
	}
#content .sort-by dl dd ul li a,
#content .sort-by dl dd ul li span{
	background: none;
	color:#C7E5F2;
}
.hotels-details {
	width:90%;
	margin: 0 auto;
}
	.hotels-details dl dt{
		width:45%;
	}
	.hotels-details dl dd.symbols {
		width:45%;
	}
.legend {
	margin:19px 19px 10px;
}
table.table1 {
	margin:0 auto 9px;
	width:100#;
}
	.site-map div.site-map-row{
		width:45%;
		float: left;
	}