#logo, .bar, .iepng, #premium div, .content_vip, .pop, #movie_info img { behavior:url('/gfx/iepngfix.htc'); }

body 
{
	margin:0px;
	padding:0px;
	text-align:left;
	font-size:12px; 
	background-color:#000000; 
	color:#CCCCCC;
	font-family:'Arial';	
}

a
{
	color:white;	
	text-decoration:none;
	font-weight:bold;
}

a:hover
{
	text-decoration: underline;	
}

h1
{
	font-size:22px; 
	font-weight:bold; 
	margin-bottom:6px;
}

#layout
{
	width:950px; 
	margin:0px auto; 
}

#logo
{
	background-image:url('/gfx/logo.png');
	height:108px;
	width:311px;
	float:left;
}

#logo a
{
	position:absolute; 
	margin-left:75px; 
	margin-top:5px; 
	width:235px; 
	height:80px;
}

#top-right
{
	width:630px; 
	height:108px; 
	float:left;
}

#top-right #premium_info
{
	position:absolute;
	margin-left:370px;
	margin-top:30px;	
}

#userbar
{
	margin-left:121px;
	background-image:url('/gfx/userbar.png'); 	
	width:509px; 
	height:28px; 
	position:absolute;
}

#userbar div
{
	font-size:15px;
	color: white;
	margin-top:5px;
	margin-right:10px;
	float:right;
}

.bar
{
	clear:both;
	width:950px;
	height:43px;
}

.bar a
{
	position:absolute;
	height:40px;
}

.bar-video
{
	background-image:url('/gfx/movie_act.png');	
}

.bar-photo
{
	background-image:url('/gfx/photo_act.png');	
}

.bar-vip
{
	background-image:url('/gfx/vip_act.png');	
}

.bar-girl
{
	background-image:url('/gfx/girl_act.png');	
}
	
#category
{
	background-color:#434343; 
	height:86px; 
	text-align:center; 
	padding-top:5px; 
	padding-left:0px;
	border-left:1px solid #F14465;
	border-right:1px solid #F14465;
	border-bottom:1px solid #F14465;
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
}

#category a
{
	padding:7px 0px;
	display:inline-block;
	width:89px;
	height:23px;
	line-height:23px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	margin:0 0 2px 0;
	border:1px solid #434343;
	background-color:#4F4F4F;
}


#category .catactive
{
	border:1px solid #F14465;
	background-color: #434343;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	color:#F14465;
}

#category .catpromo
{
	background-color:#F14465;
}

#category a:link
{
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
	color:#fff;
}

#category a:visited
{
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
	color:#fff;
}

#category a:hover
{
	border:1px solid #F14465;
	background-color: #434343;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	color:#F14465;
}


#main
{
	overflow:hidden;
	background-image:url('/gfx/main.jpg'); 
	background-repeat:repeat-y; 
	padding-top:5px; 
	width:900px; 
	padding-left:25px; 
	padding-right:25px; 
	min-height:500px;	
}

#browse
{
	width:900px;
}

#browse h1
{
	font-weight:normal;
	font-size:14px;
}

.content
{
	float:left;	
	margin:7px;
	width:160px;
	height:260px;
}

.content h2
{
	font-size:14px; 
	color:#47404F; 
	margin-top:2px;
}

.content .thumb
{
	border:2px #F14465 solid; 
	width:160px; 
	height:120px;
}

.content .content_length
{
	position:absolute;
	margin-left:125px; 
	margin-top:105px; 
	font-size:12px; 
	font-weight:bold; 
	background-color:#FFFFFF; 
	padding:1px 3px; 
	-moz-opacity:0.7;
	filter:alpha(opacity=70); 
	z-index:1;
	color: black;
}

.content .content_favorite
{
	position:absolute;
	margin-top:2px;
	margin-left:128px;  
	font-size:12px; 
	font-weight:bold; 
	background-color:#FFFFFF; 
	padding:1px 3px; 
	-moz-opacity:0.7;
	filter:alpha(opacity=70); 
	z-index:1;
	color: black;
}

.content .content_vip
{
	width:29px;
	height:29px;
	background-image:url('/gfx/vip.png');
	margin-top:2px;
	margin-left:4px; 
	position:absolute;
	z-index:1;
}

#movie_right
{
	float:left;
}

#movie_info
{ 
	margin-left:20px;
	width:250px;
	border:1px solid #444343;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	padding:8px;
	font-size:12px;
}

#search
{
	margin:6px 0 0 0;
	padding:0px;
	float:right;
}

#search .input
{
	background-color:#fff;
	width:250px;
	border:1px solid #F14465;
	height:24px;
	font-size:18px;
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
	padding-left:3px;
}

.sbutton
{
	padding:2px 7px;
	background-color:#444343;
	border:1px solid #8f8f8f;
	color:#fff;
	cursor:pointer;
	font-size:15px;
	font-weight:bold;
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
}

.sbutton:hover
{
	background-color:#f14465;
	border:1px solid #fff;
	color:#fff;
}

#top
{
	padding:5px 0px;
}


#footer
{
	margin-top:10px;
	clear:both;	
}

#footer .line
{
	background-color:#E84668;
	height:5px;
	width:950px;
	-moz-border-radius:2px; 
	-webkit-border-radius:2px;
	border-radius:2px;
	margin:1px 0 5px 0;
	font-size: 0px;
	clear:both;
}

#footer .text
{
	margin-bottom:10px;	
}

.headline
{
	font-weight:bold;
	font-size:16px;
	margin-bottom:6px;
	color:#F14465;
}

.pagination
{
	text-align:center; 
	clear:both;
	margin-bottom:5px;
}

#pag_top .act
{
	padding:2px 4px;
	line-height:20px;
	background-color:#F14465;
	text-decoration:none;
	margin-right:3px;
	font-size:12px;
	text-align:center;
	color:#fff;
	-moz-border-radius:2px; 
	-webkit-border-radius:2px;
}

#pag_top .nav
{
	padding:2px 4px;
	line-height:20px;
	background-color:#444343;
	text-decoration:none;
	margin-right:3px;
	font-size:12px;
	text-align:center;
	color:#fff;
	-moz-border-radius:2px; 
	-webkit-border-radius:2px;
}

#pag_top .nav:hover
{
	padding:1px 3px;
	border:1px solid #F14465;
	color:#F14465;
	text-decoration:none;
}

#pag_top .act:hover
{
	text-decoration:none;
}


.act
{
	padding:6px 10px;
	line-height:36px;
	background-color:#F14465;
	text-decoration:none;
	margin-right:3px;
	font-size:16px;
	text-align:center;
	color:#fff;
	-moz-border-radius:2px; 
	-webkit-border-radius:2px;
}

.nav
{
	padding:6px 10px;
	line-height:36px;
	background-color:#444343;
	text-decoration:none;
	margin-right:3px;
	font-size:16px;
	text-align:center;
	color:#fff;
	-moz-border-radius:2px; 
	-webkit-border-radius:2px;
	border-radius:2px;
}

.nav:hover
{
	padding:10px 9px;
	border:1px solid #F14465;
	color:#F14465;
	text-decoration:none;
}

.act:hover
{
	text-decoration:none;
}

.comment
{
	margin-bottom:25px;
	padding:2px; 
	width:400px; 
	background-color:#444343;
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
	border-radius:4px;
	font-size:12px;
}

.avatar
{
	border:ridge 1px #f14465;
}

/* PREMIUM */
.payment_act { background-color:#CCFF00; }
.payment_inact { background-color:#FF0000; }
#payment_table { margin:15px auto; width:700px; font-size:14px; text-align:center; background-color:#444343; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; border:1px solid #8f8f8f; }
#payment_table td { padding:10px; }
.premium_table_headline { font-size:16px; line-height:25px; font-weight:bold; text-align:center; color:#000; }
.premium_table_left_headline { font-size:16px; font-weight:bold; text-align:left; border-bottom:1px solid #8f8f8f; width:280px; padding-left:4px; }
.premium_cell { background-color:#F14465; border-left:1px solid #F2DBE2; border-bottom:1px solid #F2DBE2; width:130px; color:#fff; }
.premium_cell2 { border-left:1px solid #F2DBE2; border-bottom:1px solid #8f8f8f; width:130px; color:#AFAFAF; }
.premium_cell3 { border-left:1px solid #8f8f8f; border-bottom:1px solid #8f8f8f; width:130px; color:#AFAFAF; }
.additional_text { display:block; font-size:11px; font-weight:normal; }
.premium_points_2_cell { background-color:#FFAFC7; border:1px solid #8f8f8f; height:50px; line-height:20px; }
.premium_points_1_cell { border:1px solid #8f8f8f; height:20px; line-height:50px; }
.payment_method
{
	width:300px;
	height:70px;
	cursor:pointer;
	font-weight:bold;
	border-right:3px solid #8f8f8f;
	border-bottom:3px solid #8f8f8f;
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
	border-radius:4px;
	font-size:18px;
}
.payment_method:hover
{
	background-color:#2F2F2F;
	color:#F14465;
	border-right:3px solid #F14465;
	border-bottom:3px solid #F14465;
	font-size:20px;
	letter-spacing:2px;
}

/* OTHER */
.email
{
	border:1px dashed #8f8f8f;
	margin:3px auto 20px;
	display:block;
	padding:7px;
	width:250px;
	height:26px;
	line-height:26px;
	text-align:center;
	cursor:pointer;
}
.email:hover
{
	border:1px solid #8f8f8f;
	font-size:16px;
	width:250px;
	height:26px;
	font-weight:bold;
	color:#F14465;
}

.emailheadline
{
	font-weight:bold;
	font-size:16px;
}

.ad_content { width:150px; float:left; margin-left:20px; }
.ad_img { width:150px; height:115px; border:0; border:2px solid #fff; }
.ad_content a { color:#fff; font-weight:bold; text-decoration:none; }

.promolink a
{
	margin:0px 5px;
}