/* CSS Document */

body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000000;
}

h1 { font-size: 24px; }
ul { font-size: 16px; }

#outercontainer { width: 980px; margin: 0 auto; }

/* Top Module */
#book { width: 980px;}



/* table data styles */
tr.row { background-color: #f4f2ef; }
td.imagetd { width: 140px; padding: 10px; }
	img.hotelimg { border:#FFFFFF solid 4px; }
td.hoteldetailtd { width: 600px; padding: 5px; padding-left: 15px; }
	span.hotelname, a.hotelname { color:#000000; font-size: 18px; line-height: 5px; font-weight:bold;  text-decoration: none;}
	a:hover.hotelname { text-decoration: underline; }
	span.hoteladd { color: #908e8d; font-size: 11px; font-style:italic; line-height: 30px; }
	span.hoteltext { color: #000; font-size: 12px; }
td.booktd { width: 120px; padding-left: 22px; }
	span.ratesTitle { color: #000000; font-size: 13px; }
	span.ratesPrice { color:#666666; font-size: 13px; font-weight:bold;}
	span.ratesRoom { color: #666666; font-size: 11px; }

	hr { border-top: 1px dotted ; color: #857c79; }
tr.oddrow { background-color: #fff; }


/*  Footer  */
#details {
	float:left;
	width:950px;
	margin: auto 0px;
	font-size:10px;
	color:#333333;
	display:inline;
	padding: 0 0 0 30px;
}
	#details #copyright{ float:left; display:block; margin:0 auto 10px auto; color:#7e709a; }
	#details #tc { float:right; padding:0 39px 0 0; }
	#details a{ color:#857c79; text-decoration:none; }
#back-to-top { background-image:url(../images/back-to-top.gif); background-repeat:no-repeat; background-position:12px -1pt; }
#brand-bar {  margin:auto 0; display:inline; padding: -10px 0; }
#globalFooterLegal { width: 950px; float:left; color:#7E709A; margin-left:15px; margin-top:20px; display:inline; text-align: center;}
#globalFooterLegal a{ color:#7b726f; text-decoration:none; font-size:11px;}
#globalFooterLegal a:hover { color: #685f5c; }
#globalFooterLegal p{ color:#a9a9a9; font-size:11px;}

