@charset "utf-8";
html, body {
	height: 100%;
}
* html, * html body { width: 100%; overflow-x: hidden; }

body {
	color: #c0c0c0;
	background-color: #860000; 
	background-image: url("/index.php.assets/Images/bg.gif");
	background-repeat: repeat-x;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	
	margin: 0; padding: 0;
}

a { color: #decccc; }
a:hover { color: #fff; }

img { border: 0 !important }

#header { margin: 10px;text-align: center; background: #000; padding: 0; height: 30px; }

#langselect { position: absolute; top: 17px; text-align: right; right: 20px; font-size: 14px; }
#langselect a { text-decoration: none !important; }
#langselect a:hover { text-decoration: underline; }

#content {width: 990px; margin: 0 auto 20px auto; }

h1 { text-align: center; font-size: 22px; font-weight: bold; margin: 30px 0; }
.escort-list { float: left; display: inline; width: 110px; margin: 0;  }

.escort-list h2 { font-weight: bold; font-size: 14px; height: 20px; text-align: center; color: #fff; text-decoration: none }

.escort-list h2 a { text-decoration: none; }
.escort-list.hover h2 a, .escort-list h2 a:hover { color: #e07000; text-decoration: underline; }

#escorts { width: 220px; }
#escorts, #escort-of-the-day { border-right: 1px solid #c0c0c0; }
#escorts-new, #escorts-touring { border-left: 1px solid #c0c0c0; }

.escort {
	float: left; display: inline; clear: none;  
	width: 100px; height: 225px; overflow: hidden;   
	margin: 10px 5px; text-align: center;
	font-size: 12px;
}

.escort h3 { height: 15px; font-size: 13px !important; line-height: 14px !important; margin: 0 0 3px 0 !important; white-space: nowrap !important; } 
.escort a { text-decoration: none; }
.escort a:hover { text-decoration: underline; }
.escort p { line-height: 12px; height: 14px; margin: 0 0 2px 0; height: 2em; overflow: hidden; }
.escort h4 { height: 12px; font-size: 12px !important; line-height: 12px !important; margin: 0 0 3px 0 !important; font-weight: blod; color: #fff; white-space: nowrap; } 
.escort p { height: 13px; overflow: hidden; font-weight: normal !important }
.escort p.tags { font-size: 10px; }


.escort-list .escort-thumb { margin: 2px auto; display: block; }
.escort-list:hover .escort-thumb, .escort-list.hover .escort-thumb { display: none; }

.escort-list .escort-thumb-color { margin: 2px auto; display: none; }
.escort-list:hover .escort-thumb-color, .escort-list.hover .escort-thumb-color { display: block; }

#escorts-5stars { width: 435px; }
#escorts-5stars .escort { width: 135px; height: 278px; margin-bottom: 0px !important; }
#escorts-5stars .escort h4 { margin-top: 11px !important; }
	
#news {
	margin: 20px 0 20px 0; background: #000; font-size: 12px; 
	width: 100%; overflow: hidden;
	height: 30px;
	clear: both; 
}
#the-news { margin-top: 7px; height: 13px; white-space: nowrap; float: left; display: none }

#massage { width: 96px; float: left; display: inline; border: 2px solid #000; height: 221px; margin: 10px 5px }
#massage h2 { margin: 70px 10px 0 10px; }
#massage h3 {  white-space: nowrap !important; }

#disclaimer-bg { 
	width: 100%; height: 100%; background: #000;
	z-index: 600;
	position: fixed !important;  
	top: 0; left: 0;
	opacity: 0.75; -moz-opacity: 0.75; -khtml-opacity: 0.75; filter:alpha(opacity=75);  
}
#disclaimer {
	z-index: 700;
	position: fixed !important;  
	top: 50%; left: 50%; 
	margin-left: -300px; margin-top: -225px;
	
	width: 600px; height: 450px;
	background: #860000; 
	border: 1px solid #4f4f4f;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 10px 10px 10px #000;
	-moz-box-shadow: 10px 10px 10px #000;
	box-shadow: 10px 10px 10px #000;	
}
* html #disclaimer { position: absolute !important; }
* html #disclaimer-bg { position: absolute !important; } 

.content-text a { text-decoration: none; color: #e07000 }
.content-text a:hover { text-decoration: underline; }
