body {
 	font-size:12px;
 	text-align:center;
 	margin:0px auto;
	/*background-color: #EFB7C4;*/
	background: transparent url(../images/bg_page.png) center repeat-y;
	background-color: #f2f1f2;
	height: 100%;
}
#big_bg {
	background: transparent url(../images/bg_final.jpg) center top no-repeat;
	overflow: hidden;
	}
/** top section with logo/text/date/search/girls **/
#logosearch {
	margin: 0px auto;
	width: 825px;
	height: 131px;
	/*border: 1px solid black;*/
}
#girls {
	float: right;
	height: auto;
	width: auto;
	position: relative;
	z-index: 1;
	/*border: 1px solid black;*/
}
#logo {
	width: auto;
	height: auto;
	margin-top: 65px;
	margin-left: 10px;
	margin-right: 5px;
	float: left;
	/*border: 1px solid black;*/
}
#logo_top {
	margin-top: 70px;
	width: auto;
	height: 15px;
	float: left;
	/*border: 1px solid black;*/
	text-align: left;
}
#logo_bottom {
	width: 230px;
	height: 5px;
	/*border: 1px solid black;*/
	text-align: right;
}
#search {
	background: transparent url('../images/search.png') right no-repeat;
	width: 160px;
	height: 30px;
	margin-top: 75px;
	margin-left: 30px;
	text-align: right;
	float: left;
	/*border: 1px solid black;*/
}
#searchfield {
	border: none;
	width: 122px;
	height: 23px;
	padding: 1px;
	margin-top: 1px;
	margin-right: 5px;
	background: transparent;
	font-size: 16px;
	float: left;
}
/** menubar with links to all sections **/
#menubar {
	margin: 0px auto;
	width: 830px;
	height: 55px;
	background: transparent url(../images/menubar.png) center no-repeat;
	position: relative;
	z-index: 0;
	text-align: left;
	padding: 0px;
}
#menubar ul.main {
	list-style: none;
	width: auto;
	height: auto;
	margin-top: 0px;
	padding-top: 17px;
}
#menubar ul.main li {
	display: inline;
	padding-left: 25px;
	margin-left: -5px;
}
#menubar ul.main li a {
	color: #ca266f;
	font-family: Arial, sans-serif;
	font-size: 16px;
	text-decoration: none;
	margin-right: 0px;
}
#menubar ul.main li a:hover {
	text-decoration: underline;
}
/** ajax category class definition **/
#menubar ul.category {
	position: absolute;
	top: 50px;
	left: 15px;
	list-style: none;
	width: auto;
	height: auto;
	margin-top: -15px;
	padding-top: 0px;
}
#menubar ul.category li {
	font-family: Arial, sans-serif;
	color: #ca266f;
	font-size: 11px;
	display: inline;
	padding-left: 5px;
	margin: 0px;
}
#menubar ul.category li a {
	font-family: Arial, sans-serif;
	color: #ca266f;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}
#menubar ul.category li a:hover {
	background-color: #c1c1c1;
}
/** last updated box **/
#update_box {
	width: 820px;
	margin: 0px auto;
}
#update_box p {
	margin-top: 5px;
}
#update_box p.left {
	text-align: left;
	width: 220px;
	float: left;
}
#update_box p.mid {
	text-align: center;
	width: 370px;
	float: left;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: white;
}
#update_box p.right {
	text-align: right;
	width: 210px;
	float: right;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ce4281;
}
/** sidebar menu navigation **/
#side_nav_container {
    margin: 10px 0 10px 0;
    width: 200px;
}
#side_nav_container div.topbox {
    float: left;
    width: 95px;
    font-family: arial, verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #ca266f;
}
#side_nav_container div.sidemenubox {
    float: left;
    width: 95px;
    padding: 0;
    text-align: left;
}
#side_nav_container div.sidemenubox ul.side_nav {
    list-style-type: none;
    font-size: 12px;
    font-family: arial, verdana, sans-serif;
    width: 100px;
    padding: 0;
    margin: 10px 0 10px 0px;
}
#side_nav_container div.sidemenubox ul.side_nav li {
    padding-left: 5px;   
}
#side_nav_container div.sidemenubox ul.right li {
    margin-left: 10px;
}
/** main content box **/
#main_box {
	width: 840px;
	/** temp height 
	height: 800px;**/
	margin: 0px auto;
	margin-top: 50px;
}
/** left side wrapper **/
#main_box .left {
	width: 200px;
	/** temp height 
	height: 750px;**/
	/*border: 1px solid white;*/
	border: 2px solid #CDCBCC;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-opera-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius: 8px;
	background-color: #D0A8BB;
	padding: 10px;
	float: left;
	margin-top: 10px;
}
#main_box .left h1 {
	font-family: Arial;
	font-size: 12px;
	color: #ca266f;
}
#main_box .left p {
	font-family: Arial;
	font-size: 11px;
	color: #494849;
	text-align: left;
}
#main_box p.central {
	text-align: center;
}
#main_box .left a {
	color: #ca266f;
	text-decoration: underline;
}
#main_box .left a:hover {
	color: #ca266f;
	text-decoration: none;
}
#main_box .right {
	width: auto;
	/** temp height
	height: 750px; **/
	/**border: 1px solid white;**/
	margin-left: 10px;
	margin-top: 10px;
	float: right;
}
#footer_wrap {
	width: 100%;
	background: transparent url('../images/footer_02.png') center repeat-x;
}
#footer_fancy {
	width: 100%;
	background: transparent url('../images/footer_03.png') center no-repeat;
}
#footer {
	background: transparent url('../images/footer_01.png') center no-repeat;
	margin: 0px auto;
	width: 904px;
	height: 200px;
}
#footer .back {
	margin-top: 60px;
	margin-left: 20px;
	width: 64px;
	height: 64px;
	float: left;
}
#footer .forward {
	margin-top: 60px;
	margin-right: 20px;
	width: 64px;
	height: 64px;
	float: right;
}
#footer .ads {
	margin-top: 60px;
	width: 725px;
	height: auto;
	float: left;
}
#footer p {
	margin-top: 25px;
	width: 900px;
	height: auto;
	color: #9e9e9e;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	text-align: center;
	float: left;
}
/** image replacement classes **/
.title {
	color: #ca266f;
	font-family: Arial;
	font-size: 22px;
}
.title2 {
	color: #ca266f;
	font-family: Arial;
	font-size: 10px;
}

/** list items box **/
.list_box {
	margin-bottom: 3px;
	border: 1px solid #b1b0b1;
	width: 600px;
	height: 85px;
	background: transparent url('../images/inf_bg.png') center repeat-x;
}
.top_info {
	margin: 0px;
	padding:  0px;
	list-style: none;
	float: left;	
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #636263;
}
.top_info .isiimg {
	margin-top: 2px;
}
.top_info li {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 1px;
	}
/** classes for sprite rollover **/
.voter {
	margin: 0px;
	list-style: none;
	float: right;
	overflow: hidden;
	}
.voter ul {
	display: inline;
}
.voter li, .voter li a {
	display: inline;
	float: left;
	}
	
.voter li a {
	display: inline;
	height: 16px;
	text-decoration: none;
	text-indent: -500px;
	width: 49px;
	}
a.vote {
	background: transparent url('../images/switch_btn2.png') no-repeat 0 0;
	}
	
a.vote:hover {
	background-position: -49px 0;
	}
	
a.review {
	background: transparent url('../images/switch_btn2.png') no-repeat 0 -16px;
	}
	
a.review:hover {
	background-position: -49px -16px;
	}
/** end of sprite rollover **/
.list_holder {
	margin-top: 20px;
	padding-left: 3px;
	font-family:Arial, sans-serif;
	font-size: 12px;
	text-align:  left;
	/*color: black;*/
	color: #333233;
}
.list_holder a {
	text-decoration: none;
	color: #ca266f;
}
.list_holder a:hover {
	text-decoration: underline;
}
.list_holder .middle {
	float: left;
	margin-left: 5px;
	height: 45px;
	width: 440px;
}
.list_holder .middle_large {
	float: left;
	margin-left: 5px;
	height: 45px;
	width: 528px;
}
.list_holder img {
	float: left;
}
.stats {
	margin-left: 10px;
	margin-top: 10px;
}
.list_holder .stars {
	margin:-5px 0 0 0;
	width: 440px;
	padding: 0px;
	float: left;
	font-weight: bold;
	font-size: 11px;
	color: #ca266f;
	/*border: 1px dotted black;*/
}
.list_holder .stars p {
	float: left;
	margin: -2px 5px 5px 5px;
	padding: 0px;
}
.ad_wrapper {
	width: auto;
	height: 92px;
	padding-top: 15px;
}

/** old code **/
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
  
 .clearfix {
display: inline-block;
}  

    /* Holly Hack Targets IE Win only \*/
    * html .clearfix {height: 1%;}
	.clearfix {display: block;}
    /* End Holly Hack */
/*** end of old code ***/

.sitemap {
	width:60%;
}

.sitemap a {
	display:inline-block;
	margin:8px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0055E6;
	text-decoration:underline;
}

.sitemap a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0055E6;
	text-decoration:none;
}
