#simpleTooltip {
	position:absolute;
	border:1px solid #fff;
	background:#fff;
	padding:2px 5px;
	color:#333;
	font-family:arial;
	font-size:11px;
	display:none;
}
.tooltip { /*cursor:help;*/ cursor:pointer; }
	
.ratesHolder						{ height:413px; overflow:hidden;}
.discountMsg						{ font-size:11px; font-family:arial; margin:0px; padding:4px 5px 1px 5px; margin:8px 8px 4px 8px; background:#c0bc8a; color:#7c6134; height:28px; overflow:hidden; border:1px solid #9e8e5f; }

.links 								{ color:#b9b98b; text-align:center; margin-top:7px; }

a.txt 								{ text-decoration:none; font-family:georgia; font-size:13px; }
a.txt:link, a.txt:visited 			{ color:#2b662b; }
a.txt:hover, a.txt:active 			{ color:#5d875d; }

.roomsRates 						{ font-family:arial; width:100%;}
.roomsRates .trHover 				{ background:#d6d6ad; }

.roomsRates thead td 				{ font-size:14px; font-family: Georgia; background:#7d6135 url(../images/gradient-rates-header.jpg) repeat-x top left; color:white; height:30px; padding-left:15px; }
.roomsRates thead td.price			{ text-align:center; padding:0; }
.roomsRates thead td.occupancy		{ text-align:center; padding:0; }

.roomsRates tbody td 				{ font-size:12px; }
.roomsRates tbody td.sep			{ font-size:0px; height:1px; background:#b9b98b; }
.roomsRates tbody td.name			{ text-transform:uppercase; color:#214121; padding:0 0 0px 15px; vertical-align:middle; }
.roomsRates tbody td.occupancy		{ font-size:11px; width:100px; text-align:center; border-left:1px dotted #c1c191; color:#676751; }
.roomsRates tbody td.price_mid		{ font-size:10px; width:140px; text-align:center; vertical-align:middle; border-left:1px dotted #c1c191; color:#676751; }
.roomsRates tbody td.price_mid div	{ padding:4px 0 0 0; }
.roomsRates tbody td.price_high		{ font-size:10px; width:140px; height:40px; text-align:center; border-left:1px dotted #c1c191; color:#676751; }
.roomsRates tbody td.price_high div	{ padding:4px 0 0 0; }

.roomsRates tbody .currency			{ font-size:12px; margin:0; padding:0;  line-height:10px; color:#000; display:inline; margin-right:0px; }
.roomsRates tbody .currency span 	{ color:#676751; }

.tooltipMark 						{ color:#7c6134; font-size:10px; }
.tooltipMark strong 				{ color:#7c6134; }