/* CSS Document */
@import url("/pageincludes/profiles.css");
@import url("/pageincludes/gallery.css");

/* ------------------------------------- */
/* s3slider */
/* ------------------------------------- */
	#s3slider {
		width: 980px; /* important to be same as image width */
		height: 448px; /* important to be same as image height */
		position: relative; /* important */
		overflow: hidden; /* important */
		margin: 10px auto 0 auto;
		background: #000;
	}
	#s3slider #s3sliderContent {
		width: 980px; /* important to be same as image width or wider */
		position: absolute; /* important */
		top: 0; /* important */
		margin-left: 0; /* important */
	}
	.s3sliderImage {
		float: left; /* important */
		position: relative; /* important */
		display: none; /* important */
	}
	.s3sliderImage span {
		position: absolute; /* important */
		right: 0;
		font: 16px/120% Arial, Helvetica, sans-serif;
		padding: 20px 20px;
		width: 100px;
		height: 360px; /* important to be same as image height */
		//background-color: #f00;
		background: none;
		filter: alpha(opacity=80); /* here you can set the opacity of box with text */
		-moz-opacity: 0.8; /* here you can set the opacity of box with text */
		-khtml-opacity: 0.8; /* here you can set the opacity of box with text */
		opacity: 0.8; /* here you can set the opacity of box with text */
		color: #fff;
		display: none; /* important */
		top: 0;
			
		/* if you put top: 0; the box with text will be shown at the top of the image */
		/* if you put bottom: 0; the box with text will be shown at the bottom of the image */
		bottom: 0;
	}
	.clear {
		clear: both;
	}
	
/* ------------------------------------- */
/* AGECHECK */
/* ------------------------------------- */
	#agecheck.public {
		background: url('/images/bg_accent.png') top center no-repeat, url('/images/bg_repeat.gif') top repeat #210000;
		padding: 0;
	}
	#agecheck.public .enterbox {
		background: url('/images_v3/bg_public_leftcol.png') top repeat-x #060502;
		padding: 15px 15px 15px 15px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		border-top: 1px solid #3d3930;
	}
	#agecheck.public h1.header {
		display: block;
		background: url(/images/header_logo_compact.png) top left no-repeat;
		width: 651px;
		height: 141px;
		text-indent: -9999px;
		margin-top: -11px;
		margin-left: 10px;
	}
	#agecheck A:link {
		text-decoration: none; 
		//color:#fff;
	}
	#agecheck a#enterlink {
		display: block;
		font: bold 22px/100% helvetica, arial, sans-serif;
		text-decoration: none;
		color:#fff;
		background: #000c87;
		text-align: center;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		padding: 15px;
		-webkit-box-shadow: 4px 4px 6px 2px #333;
		-moz-box-shadow: 4px 4px 6px 2px #333;
		box-shadow: 4px 4px 6px 2px #333;

	}
	#agecheck a#enterlink:hover {
		color: #d9d9d9;
		background: #000b78;
		-webkit-box-shadow: 3px 3px 6px 2px #333;
		-moz-box-shadow:  3px 3px 6px 2px #333;
		box-shadow:  3px 3px 6px 2px #333;
	}
	#agecheck a#leavelink {
		display: block;
		color:#fff;
		font: bold 22px/100% helvetica, arial, sans-serif;
		text-decoration: none;
		background: #900;
		text-align: center;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		padding: 15px;
		-webkit-box-shadow: 4px 4px 6px 2px #333;
		-moz-box-shadow: 4px 4px 6px 2px #333;
		box-shadow: 4px 4px 6px 2px #333;
	}
	#agecheck a#leavelink:hover {
		color: #d9d9d9;
		background: #800;
		-webkit-box-shadow: 3px 3px 6px 2px #333;
		-moz-box-shadow:  3px 3px 6px 2px #333;
		box-shadow:  3px 3px 6px 2px #333;
	}

/* ------------------------------------- */
/* s3slider FEATURES */
/* ------------------------------------- */
	#features.public #s3slider {
		width: 730px; /* important to be same as image width */
		height: 437px; /* important to be same as image height */
		position: relative; /* important */
		overflow: hidden; /* important */
		margin: 10px auto 10px auto;
		background: #000;
	}
	#features.public #s3sliderContent {
		width: 730px; /* important to be same as image width or wider */
		position: absolute; /* important */
		top: 0; /* important */
		margin-left: 0; /* important */
	}

/* ------------------------------------- */
/* public GLOBAL */
/* ------------------------------------- */
	.public {
		background: url('/images/bg_repeat.gif') top repeat #210000;
	}
	.public #background2 #header {
		position: relative;
		width:980px;
		height: 120px;
		z-index:1;
		background: none;
		margin: 0 auto;
		text-align: left;
	}
	.public #background2 #header ul#menu_top {
		position: absolute;
		bottom: 10px;
		right: 0px;
	}
	.public #header ul#menu_top li {
		display: inline-table;
	}
	.public #header ul#menu_top li a {
		display: table;
		padding: 8px 10px 7px;
		color: #fff;
		font: normal 23px/100% helvetica, arial, sans-serif;
		text-decoration: none;
		-moz-border-radius: 	6px;
		-webkit-border-radius: 	6px;
		border-radius: 		6px;
	}
	.public #header ul#menu_top li#join_link a {
		background: #203886;
		margin-right: 10px;
		-webkit-box-shadow:  	2px 2px 2px 0px rgba(00, 00, 00, .5);
		box-shadow:  			2px 2px 2px 0px rgba(00, 00, 00, .5);
	}
	.public #header ul#menu_top li#join_link a:hover {
		background: #152761;
		-webkit-box-shadow:  	0px 0px 0px 0px rgba(00, 00, 00, .5);
		box-shadow:  			0px 0px 0px 0px rgba(00, 00, 00, .5);
	}
	.public #header ul#menu_top li#members_signin a {
		background: #6f0083;
		-webkit-box-shadow:  	2px 2px 2px 0px rgba(00, 00, 00, .5);
		box-shadow:  			2px 2px 2px 0px rgba(00, 00, 00, .5);
	}
	.public #header ul#menu_top li#members_signin a:hover {
		background: #590069;
		-webkit-box-shadow:  	0px 0px 0px 0px rgba(00, 00, 00, .5);
		box-shadow:  			0px 0px 0px 0px rgba(00, 00, 00, .5);
	}
	.public #header img.hdv {
		position: absolute;
		top: 15px;
		right: 0px;
	}
	.public #header h1 a#logo_top {
		position: absolute;
		display: block;
		top: 0px;
		left: 0px;
		background: url(/images/header_logo_compact.png) bottom left no-repeat;
		width: 651px;
		height: 141px;
		text-indent: -9999px;
	}
	.public #content_wrap #content {
		width: 910px;
		display: table;
		background: url('../images/bg_public_subpage_content.png') top repeat-x #796831;
		margin: 0 auto 0 auto;
		padding: 15px;
	}
	.public #content p {
		font: normal normal normal 12px/120% verdana, sans-serif;
		color: #fff;
	}
	.public #content p a {
		font-weight: bold;
		color: #fdfc74;
	}
	.public #content p a:hover {
		color: #ffa474;
	}
	.public #content h1 {
		font: normal normal bold 34px/130% helvetica, sans-serif;
		color: #fff;
	}
	.public p.blurb	{
		margin:0 auto 15px auto;
		color:#aaa;
		width:750px;
	}
	.public a.join_now {
		font:normal normal normal 40px/120% helvetica, arial, sans-serif;
	}
	.public div.thumbswrap {
		margin:0 0 15px 0;
	}
	.public #content_wrap #content #update p {
		font: normal 12px/120% verdana, sans-serif;
		margin-bottom: 10px;
	}
	.public #content_wrap #content #update a.button_update {
		display: block;
		width: 305px;
		text-align: center;
		text-decoration: none;
		float:left;
		margin: 5px 5px 5px 0px;
		background: #c26e14;
		color: #fff;
		padding: 8px 15px 4px 15px;
		font: normal 20px/100% helvetica, arial, sans-serif;
		
		-moz-border-radius: 	6px;
		-webkit-border-radius: 	6px;
		border-radius: 		6px;		
	}
	.public #content_wrap #content #update a.button_update:hover {
		background: #4b9d2b;
	}
	.public #content_wrap #content #update a.wmv_download {
		display: block;
		clear: left;
		font: normal 10px/120% verdana, arial, sans-serif;
		color: #ccc;
		margin: 0 0 0 0;
	}
	.public #content_wrap #content #update a.wmv_download:hover {
		color:#fdfc74;
	}
	#background_pic_agecheck{
		position: absolute;
		top:0;
		left:0;
		width:370px;
		height:700px;
		z-index: 1;
		background: url(/images/agecheck_background_pic.jpg) ;
	}
	#content_agecheck{
		position: relative;
		z-index: 100;
	}
	.public #content_wrap #content div.more_inside {
		position: relative;
		color: #eee;
		font: normal normal normal 14px/120% helvetica, arial, sans-serif;
		margin:0 0 10px;
	}
	.public #content_wrap {
		position: relative;
		width: 980px;
		background: #0f0f0f;
		margin: 10px auto 0 auto;
		padding: 0px 0 0 0;
	}
	.public #content_wrap #content {
		width: 980px;
		display: table;
		background: none;
		padding: 10px 0 0 0;
	}
	.public #content_wrap #content #leftcol {
		float: left;
		width: 220px;
		margin-left: 10px;
		min-height:  1000px;
	}
	.public #content_wrap #content #leftcol #section {
		background: url('/images/bg_public_leftcol.png') top repeat-x #202020;
		padding:15px;
		text-align: left;
		margin: 0 0 10px 0;
		font: normal 12px/130% verdana, sans-serif;
		color: #fff;
		border-top: 1px solid #3d3930;
	}
	.public #content_wrap #content #leftcol #section a {
		//display: block;
		font-weight: bold;
		color: #fdfc74;
		margin:6px 0 0 0;
	}	
	.public #content_wrap #content #leftcol #section a:hover {
		color: #ffa474;
	}
	.public #content_wrap #content #leftcol #section .mini_header {
		color: #f4ac00;
	}
	.public #content_wrap #content #leftcol #section ul.allexclusive li {
		font: bold 16px/120% helvetica, arial, sans-serif;
		color:#fff;
		list-style-type: square;
		list-style-position: outside;
		margin-left: 20px;
	}
	.public #content_wrap #content #leftcol #section ul.stats li {
		font: bold 18px/120% helvetica, arial, sans-serif;
		color:#fff;
		list-style-type: disc;
		list-style-position: inside;
	}
	.public #content_wrap #content #leftcol #section h2 {
		font: bold 26px/120% helvetica, arial, sans-serif;
		color:#ff4200;
		text-shadow: 2px 2px 2px #000;
		filter: dropshadow(color=#000, offx=2, offy=2);			
	}
	.public #content_wrap #content #leftcol #section a.ghost_link {
		color:#ff4200;
		text-shadow: 2px 2px 2px #000;
		filter: dropshadow(color=#000, offx=2, offy=2);			
		text-decoration: none;
	}
	.public #content_wrap #content #leftcol #section a.ghost_link h2 {
		font: bold 26px/120% helvetica, arial, sans-serif;
		color:#ff4200;
		text-shadow: 2px 2px 2px #000;
		filter: dropshadow(color=#000, offx=2, offy=2);			
		margin-right: 5px;
	}
	.public #content_wrap #content #leftcol #section a.ghost_link:hover {
		text-decoration: underline;
	}
	.public #content_wrap #content #leftcol #section p {
		margin:0 0 6px 0;
	}	
	.public #content_wrap #content #rightcol {
		float: left;
		width: 730px;
		margin: 0 0 0 10px;
	}
	.public #content_wrap #content #rightcol #update {
		background: url('/images/bg_public_rightcol.jpg') top repeat-x #000;
		text-align: left;
		margin: 0 0 10px 0;
		border-top: 1px solid #423e35; 
	}
	.public #content_wrap #content #rightcol #update #innerwrap {
		padding:15px;
	}
	.public #content_wrap #content #rightcol #update h2 {
		font: bold 24px/110% helvetica, arial, sans-serif;
		color:#ffe5a6;
	}
	.public #content_wrap #content #rightcol #update p.date {
		font: bold 18px/100% helvetica, arial, sans-serif;
		margin: 3px 0 10px 0;
		float: right;
	}
	.public #content_wrap #content #rightcol #update .titlebar {
		padding-bottom: 3px;
	}
	.public #content_wrap #content #rightcol #update .description_wrap {
		margin: 10px 0 3px 10px;
	}
	.public #content_wrap #content #rightcol #update p.description {
		margin: 0px 0 6px 0px;
		font:normal normal normal 14px/120% arial, sans-serif;
	}
	.public #content_wrap #content #rightcol #update p.description_newfreetour {
		padding: 10px 0 10px 0;
		font:normal normal normal 16px/120% arial, sans-serif;
	}
	.public #content_wrap #content #rightcol #update table tr td.info {
		padding: 0 0 0 6px;
	}
	.public #content_wrap #content #rightcol #update table tr td.info h2 {
		font-size: 34px;
		margin-top:-10px;
		padding-bottom: 5px;
		text-shadow: 2px 2px #000;
	}
	.public #content_wrap #content #rightcol #update ul.thumbs {
		display: block;
	}
	.public #content_wrap #content #rightcol #update ul.thumbs li {
		display: inline;
		margin-right: 1px;
	}
	.public #content_wrap #content #rightcol #update ul.thumbs li:last-child {
		margin-right: 0;
	}
	.public #content_wrap #content #leftcol #bottom_feeder {
		position: absolute;
		background: url('/images/bg_public_leftcol.png') top repeat-x #202020;
		width: 220px;
		text-align: left;
		font: normal normal normal 12px/130% verdana, sans-serif;
		color: #fff;
		left: 10px;
		bottom: 15px;
		border-top: 1px solid #3d3930;
	}
	.public #content_wrap #content #leftcol #bottom_feeder .padding {
		padding: 15px;
	}
	.public #content_wrap #content #leftcol #bottom_feeder h2 {
		font: bold 20px/120% helvetica, arial, sans-serif;
		color:#ff4200;
		text-shadow: 2px 2px 2px #000;
		filter: dropshadow(color=#000, offx=2, offy=2);			
	}
	.public #content_wrap #content #leftcol .leader_button {
		display: block;
		margin: 10px 0 0 0 ;
	}
	.public #content_wrap #content #leftcol #section.help a {
		display: block;
		font-weight: bold;
		color: #fdfc74;
		margin:0 0 0 0;
	}	
	
/* ------------------------------------- */
/* footer GLOBAL */
/* ------------------------------------- */
	#footer{
		clear: both;
		width:940px;
		margin: 20px auto 20px auto;
		text-align: center;
		color: #ccc;
	}
	#footer p{
		font: normal normal normal 10px/130% verdana, sans-serif;
		margin:8px 0 8px 0;
	}
	#footer #compliance {
		border-top: 1px dotted #999;
		border-bottom: 1px dotted #999;
	}
	#footer a{
		color:#fff;
		font-weight: bold;
	}
	#footer #help h2 {
		font: bold 24px/100% helvetica, arial, sans-serif;
	}
	#footer #help p{
		font: normal 16px/120% helvetica, arial, sans-serif;
	}
	#footer .languagelinks a {
		color: #f4ac00;
	}

/* ------------------------------------- */
/* public frontpage */
/* ------------------------------------- */
	#frontpage.public {
		background: url('/images/bg_accent.png') top right no-repeat, url('/images/bg_repeat.gif') top repeat #210000;
	}
	#frontpage.public #background2 #header {
		position: relative;
		width:980px;
		height: 120px;
		z-index:1;
		background: none;
		margin: 0 auto;
		text-align: left;
	}
	#frontpage.public #background2 #header ul#menu_top {
		position: absolute;
		bottom: 10px;
		right: 0px;
	}
	#frontpage.public #header ul#menu_top li {
		display: inline-table;
	}
	#frontpage.public #header ul#menu_top li a {
		display: table;
		padding: 8px 10px 7px;
		color: #fff;
		font: normal 23px/100% helvetica, arial, sans-serif;
		-moz-border-radius: 	6px;
		-webkit-border-radius: 	6px;
		border-radius: 		6px;
	}
	#frontpage.public #header ul#menu_top li#join_link a {
		background: #203886;
		margin-right: 10px;
		-webkit-box-shadow:  	2px 2px 2px 0px rgba(00, 00, 00, .5);
		box-shadow:  			2px 2px 2px 0px rgba(00, 00, 00, .5);
	}
	#frontpage.public #header ul#menu_top li#join_link a:hover {
		background: #152761;
		-webkit-box-shadow:  	0px 0px 0px 0px rgba(00, 00, 00, .5);
		box-shadow:  			0px 0px 0px 0px rgba(00, 00, 00, .5);
	}
	#frontpage.public #header ul#menu_top li#members_signin a {
		background: #6f0083;
		-webkit-box-shadow:  	2px 2px 2px 0px rgba(00, 00, 00, .5);
		box-shadow:  			2px 2px 2px 0px rgba(00, 00, 00, .5);
     }
	#frontpage.public #header ul#menu_top li#members_signin a:hover {
		background: #590069;
		-webkit-box-shadow:  	0px 0px 0px 0px rgba(00, 00, 00, .5);
		box-shadow:  			0px 0px 0px 0px rgba(00, 00, 00, .5);
	}
	#frontpage.public #header img.hdv {
		position: absolute;
		top: 15px;
		right: 0px;
	}
	#frontpage.public #header h1 a#logo_top {
		position: absolute;
		display: block;
		top: 0px;
		left: 0px;
		background: url(/images/header_logo_compact.png) bottom left no-repeat;
		width: 651px;
		height: 141px;
		text-indent: -9999px;
	}
	#frontpage.public .tagline_top {
		width: 980px;
		margin: 16px auto 10px;
	}
	#frontpage.public .tagline_top .columns {
		margin: 0 auto;
	}
	#frontpage.public .tagline_top .columns #left h2 {
		font: bold 30px/100% helvetica, arial, sans-serif;
		color: #fff;
		margin-right: 15px;
		text-shadow: 2px 2px 2px #000;
		filter: dropshadow(color=#000, offx=2, offy=2);		
	}
	#frontpage.public .tagline_top .columns a.continue_button {
		font: normal 24px/100% helvetica, arial, sans-serif;
		color: #eee;
		text-decoration: none;
		background: #203886;
		padding: 8px 12px 3px 12px;
		-moz-border-radius: 	6px;
		-webkit-border-radius: 	6px;
		border-radius: 		6px;
		-webkit-box-shadow:  	2px 2px 2px 0px rgba(00, 00, 00, .5);
		box-shadow:  			2px 2px 2px 0px rgba(00, 00, 00, .5);
	}
	#frontpage.public .tagline_top .columns a.continue_button:hover {
		background: #1a2f70;
		-webkit-box-shadow:  	0px 0px 0px 0px rgba(00, 00, 00, .5);
		box-shadow:  			0px 0px 0px 0px rgba(00, 00, 00, .5);
		
	}
		
/* ------------------------------------- */
/* public overflow */
/* ------------------------------------- */
	.public.overflow #content_wrap #content #update {
		background: url('/images_v2/bg_public_rightcol.jpg') top repeat-x #5d3800;
		text-align: left;
		margin: 0 auto 10px auto;
		width:750px;
	}
	.public.overflow #content_wrap #content #update #innerwrap {
		padding:15px;
		border:1px solid #aaa;
	}
	.public.overflow #content_wrap #content #update h2 {
		font: normal normal bold 24px/110% "skia", verdana, sans-serif;
		color:#fff;
	}
	.public.overflow #content_wrap #content #update p.date {
		font: normal normal bold 12px/100% verdana, sans-serif;
		margin: 0 0 10px 0;
	}
	.public.overflow #content_wrap #content #update p.description {
		margin: 5px 0 0 0;
	}
	.public.overflow #content_wrap #content #update table tr td.info {
		padding: 0 0 0 15px;
	}
	.public.overflow #content_wrap #content #update table tr td.info img {
		margin:0 5px 0 0;
	}

/* ------------------------------------- */
/* public pagination top */
/* ------------------------------------- */
	.public #content #rightcol #pagination_top {
		margin: 0 auto 10px auto;
		background: #5d3800;
		padding: 10px 10px 8px 10px;
		-moz-border-radius: 	6px;
		-webkit-border-radius: 	6px;
		border-radius: 		6px;		
	}
	.public #content #rightcol #pagination_top .columns {
		width: 100%;
	}
	.public #content #pagination_top .columns a.text_link {
		font: bold 24px/100% helvetica, arial, sans-serif;
		text-decoration: none;
		padding: 5px 5px 0px;
		color: #ffe5a6;
	}
	.public #content #pagination_top .columns #left.col {
		width: 50%;
		text-align: left;
	}
	.public #content #pagination_top .columns #left.col #arrow,
	.public #content #pagination_top .columns #right.col #arrow {
		width: 34px;
	}
	.public #content #pagination_top .columns #right.col {
		width: 50%;
		text-align: right;
	}


/* ------------------------------------- */
/* public pagination bottom */
/* ------------------------------------- */
	.public #content #rightcol #pagination_bottom {
		margin: 0 auto 15px auto;
		background: #203886;
		padding: 10px 10px 8px 10px;
		-moz-border-radius: 	6px;
		-webkit-border-radius: 	6px;
		border-radius: 		6px;		
	}
	.public #content #rightcol #pagination_bottom .columns {
		width: 100%;
	}
	.public #content #pagination_bottom .columns a.text_link {
		font: bold 24px/100% helvetica, arial, sans-serif;
		text-decoration: none;
		padding: 5px 5px 0px;
		color: #ffe5a6;
	}
	.public #content #pagination_bottom .columns #left.col {
		width: 50%;
		text-align: left;
	}
	.public #content #pagination_bottom .columns #left.col #arrow,
	.public #content #pagination_bottom .columns #right.col #arrow {
		width: 34px;
	}
	.public #content #pagination_bottom .columns #right.col {
		width: 50%;
		text-align: right;
	}
		
/* ------------------------------------- */
/* public bottom menu */
/* ------------------------------------- */
	.public #bottom_menu {
		font:normal normal bold 20px/150% arial, sans-serif;
		margin:0 auto 0 auto;
		text-align: center;
	}
	.public #bottom_menu li {
		display: inline;
	}
	.public #bottom_menu.parent_menu li a {
		color: #863e00;
		margin: 0 1px 0 1px;
		text-decoration: none;
		background: #ee6b07; /* the button bg */
		padding: 3px 5px 3px 5px;
	}
	.public #bottom_menu.parent_menu a.on,
	.public #bottom_menu.parent_menu a:hover {
		text-decoration: none;
		background: #e6dc7c;
	}

/* ------------------------------------- */
/* public features */
/* ------------------------------------- */
	#features.public #rightcol {
		min-height: 1155px;
	}
	#features.public #rightcol .category {
		background: #333;
		padding: 20px;
		margin-bottom: 10px;
	}
	#features.public #rightcol h1.category_head {
		font: bold 38px/120% helvetica, arial, sans-serif;
		color: #fff;
		margin: 20px 10px 0px 10px;
	}
	#features.public #rightcol p.category_description {
		margin: 0px 10px 20px 10px;
	}
	#features.public #rightcol .category h2 a {
		font: bold 32px/120% helvetica, arial, sans-serif;
		color: #fff;
		text-decoration: none;
	}
	#features.public #rightcol .category h2 a:hover {
		text-decoration: none;
		color: #fbbb00;
		border-bottom: 1px dotted #fff;
	}
	#features.public #rightcol #solo_scenes.category {
		background: url(/images_v2/category_solo.jpg) top repeat-x #006b12;
	}
	#features.public #rightcol #cosplay.category {
		background: url(/images_v2/category_cosplay.jpg) top repeat-x #005e8c;
	}
	#features.public #rightcol #hardcore.category {
		background: url(/images_v2/category_hardcore.jpg) top repeat-x #ab7400;
	}
	#features.public #rightcol #updates.category {
		background: url(/images_v2/category_updates.jpg) top repeat-x #bb5346;
	}
	#features.public #rightcol table.thumbnails {
		width: 100%;
	}
	#features.public #rightcol table.thumbnails tr td a {
		display: block;
		margin-bottom: 6px;
	}
	#features.public #leftcol #section h2#featuredmodels {
		font: bold 22px/100% helvetica, arial, sans-serif;
	}
	#features.public #leftcol #section img#featuredmodels_img {
		margin: 10px 0;
	}
	#features.public #leftcol #section #featuredmodellist li a.featuredmodel {
		display: block;
		background: #835e00;
		padding: 7px 10px 4px 10px;
		text-decoration: none;
		font: normal 18px/100% helvetica, arial, sans-serif;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		color: #fff;
	}
	#features.public #leftcol #section #featuredmodellist li a.featuredmodel:hover {
		background: #449b00;
	}
	#features.public #rightcol .feature_wrap {
		background: #000;
		border: 1px solid #666;
		margin-bottom: 15px;
		height: 200px;
	}
	#features.public #rightcol .feature_wrap h2 {
		margin: 20px 0 5px 20px;
		color: #ffe5a6;
		font: bold 28px/120% helvetica, arial, sans-serif;
		text-shadow: 2px 2px 2px #000; 
		filter: dropshadow(color=#000, offx=2, offy=2); 
	}
	#features.public #rightcol .feature_wrap h2 a {
		color: #ffe5a6;
	}
	#features.public #rightcol .feature_wrap h2 a:hover {
		color: #d09e4f;
	}
	#features.public #rightcol .feature_wrap p {
		margin: 0 0 0 20px;
		width: 440px;
		color: #ccc;
		font: normal 13px/120% helvetica, arial, sans-serif;
		text-shadow: 2px 2px 2px #000; 
		filter: dropshadow(color=#000, offx=2, offy=2); 
	}
	#features.public #rightcol #solo.feature_wrap {
		background: url('/images/features_bg_solo.jpg');
	}
	#features.public #rightcol #hardcore.feature_wrap {
		background: url('/images/features_bg_hardcore.jpg');
	}
	#features.public #rightcol #HDVideos.feature_wrap {
		background: url('/images/features_bg_hdvideo.jpg');
	}
	#features.public #rightcol #contact.feature_wrap {
		background: url('/images/features_bg_contact.jpg');
	}
	#features.public #rightcol #bonus.feature_wrap {
		background: url('/images/features_bg_bonus.jpg');
	}
	#features.public #rightcol #modelswanted.feature_wrap {
		background: url('/images/features_bg_modelswanted.jpg');
	}
	#features.public #rightcol #videosample.feature_wrap {
		background: #000;
		padding: 15px 0 ;
		height: auto;
	}
	#features.public #rightcol #videosample.feature_wrap p {
		margin: 0 20px ;
		color: #ccc;
		font: normal 13px/120% helvetica, arial, sans-serif;
		width: auto;
	}

	#features.public img#mainpic {
		margin-bottom: 15px;
	}
	#features.public embed {
		margin: 0 0 20px 0;
	}
	
/* ------------------------------------- */
/* public updates */
/* ------------------------------------- */
	.public.updates #header {
		background: url('/images/header_public_updates.jpg');
	}
	.public.updates #content_wrap #content #entry_wrap {
		display: table;
		width:700px;
		margin:0 auto 0 auto;
	}
	.public.updates #content_wrap #content #entry_wrap #entry {
		float:left;
		margin:0 9px 15px 9px;
		width:122px;
		height:220px;
	}
	.public.updates #content_wrap #content #entry_wrap #entry a.modelname_link {
		font:normal normal normal 16px/120% skia, arial, sans serif;
	}
	
/* ------------------------------------- */
/* public join */
/* ------------------------------------- */
	.public.join #header {
		background: url('../images/header_public_join.jpg');
	}
	.public.join #content h2 {
		font: normal normal bold 30px/120% helvetica, arial, sans-serif;
	}
	.public.join #content #pay_method {
		background:url('../images/bg_join_pay_method.png') top repeat-x #d8d8d8;
		width: 800px;
		margin:0 auto 0 auto;
	}
	.public.join #content #pay_method h2 {
		margin:10px 0 0 0;
	}
	.public.join #content #pay_method p {
		color: #333;
		font:normal normal normal 18px/130% helvetica, arial, sans-serif;
	}
	.public.join #content #pay_method a {
		color: blue;
	}
	.public.join #content #pay_method a:hover {
		color: #80daeb;
	}
	.public.join #content #customer_support {
		width: 600px;
		margin: 0 auto 0 auto;
	}
	.public.join #content #customer_support #supportlink {
		padding:10px;
	}

/* ------------------------------------- */
/* public billing support */
/* ------------------------------------- */
	.public.billingsupport h2 {
		font-family:verdana,arial,sans-serif;
		font-size:18px;
		font-weight:bold;
		color:#fff;
	}

/* ------------------------------------- */
/* members global */
/* ------------------------------------- */
	#members {
		text-align: center;
		background: url('/images/bg_accent.png') top right no-repeat, url('/images/bg_repeat.gif') top repeat #210000;
		color: #fff;
		font-family: Helvetica, Arial, sans-serif;
	}
	#members #content_wrap{ /* Spacer for CONTENT DIV. Keep the same width as header. */
		width: 1000px;
		text-align: center;
		margin: 0 auto 0 auto;
	}
	#members #content_wrap #content {
		width: 870px;
		display: table;

background: #a90329; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5MDMyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE4JSIgc3RvcC1jb2xvcj0iIzZiMDAwMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhZDAwNGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #a90329 0%, #6b0001 18%, #ad004e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(18%,#6b0001), color-stop(100%,#ad004e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #a90329 0%,#6b0001 18%,#ad004e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #a90329 0%,#6b0001 18%,#ad004e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #a90329 0%,#6b0001 18%,#ad004e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #a90329 0%,#6b0001 18%,#ad004e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#ad004e',GradientType=0 ); /* IE6-8 */


		margin: 0 auto 0 auto;
		padding: 23px 30px 30px 30px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		border: 1px solid #111;
	}
	#members #content_wrap #content p {
		color: #eee;
	}
	#members #content_wrap #content a {
		color: #fdfc74;
		font-weight: bold;
		text-decoration: none;
	}
	#members #content_wrap #content .pagination a {
		display: block;
		font: normal 24px/100% helvetica, arial, sans-serif;
		outline: none;
	}
	#members #content_wrap #content .pagination a:hover {
		border: 1px dotted #666;
		outline: none;
	}
	#members #content_wrap #content a:hover {
		color: #ff7538;
	}
	#members #content_wrap #content h1 {
		font: normal normal bold 36px/100% helvetica, arial, sans-serif;
		color: #ffba68;
	}
	#members #content_wrap #content h2 {
		font: normal normal normal 24px/130% helvetica, arial, sans-serif;
		color: #ffba68;
	}
	#members #header {
		background: url(/images/header_member_index.png);
		width:1000px;
		height:206px;
		margin:0 auto 0 auto;
		display: table;
	}
	#members #header #menu ul {
		margin:165px 0 0 60px;
		display: table;
		text-align: left;
	}
	#members #header #menu ul li {
		display: inline;
     }
	#members #header #menu ul li a {
		background: #1e5799; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzI5ODlkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iIzIwN2NjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZGI5ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 50%, #207cca 52%, #7db9e8 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(52%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 52%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 52%,#7db9e8 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 52%,#7db9e8 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #1e5799 0%,#2989d8 50%,#207cca 52%,#7db9e8 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-8 */
		
		padding: 6px 6px 4px 6px;
		font: normal 14px/40px helvetica, arial, sans-serif;
		text-decoration: none;
		margin: 0 1px 0 1px;
		color:#fff;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
	     -webkit-box-shadow:  2px 2px 4px 0px rgba(0, 0, 0, .8);
	     box-shadow:  2px 2px 4px 0px rgba(0, 0, 0, .8);
	     border-top: 1px solid #c5aeda;
	     border-bottom: none;

	}
	#members #header #menu ul li a:hover {
		color: yellow;
	     -webkit-box-shadow:  1px 1px 0px 0px rgba(0, 0, 0, .4);
	     box-shadow:  1px 1px 0px 0px rgba(0, 0, 0, .4);
	     border-top: none;
	     border-bottom: 1px solid #493062;
	}
	#members #header #menu ul li a.on {
		background: #f85032; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4NTAzMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YxNmY1YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2Y2MjkwYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcxJSIgc3RvcC1jb2xvcj0iI2YwMmYxNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNzM4MjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f85032), color-stop(50%,#f16f5c), color-stop(51%,#f6290c), color-stop(71%,#f02f17), color-stop(100%,#e73827)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=0 ); /* IE6-8 */

		color:#eee;
	}
	#members #alphabet {
		color:#fff;
		margin: 0 0 15px 0;
		padding: 0 0 10px 0;
	}
	#members #alphabet a.alphabet {
		text-decoration: none;
		color:#fff;
	}
	#members #content_wrap div.stars,
	#members #content_wrap table.stars {
		background: top center no-repeat;
		width: 101px;
	}
	
/* ------------------------------------- */
/* members tooltip */
/* ------------------------------------- */
	a.tooltip{
	    position:relative; /*this is the key*/
	    z-index:24; 
		 text-shadow:#999999;
	}
	
	a.tooltip:hover{z-index:25; }
	
	a.tooltip span{display: none}
	
	a.tooltip:hover span{ /*the span will display just on :hover state*/
	    display:block;
	    position:absolute;
		font-size:12px;
	    top:20px; left:20px; 
		padding:5px;
	    border:1px solid White;
	    background-color:#444444; color:#ffffff;
	    text-align: left;
	}
	
/* members main */
	#members.main #frontPageThumbsWrap_faves img {
		margin:0 0 10px 0;
		border: 1px solid #fff;
		width: 112px;
	}
	#members.main #frontPageThumbsWrap_updates img {
		margin:0 0 10px 0;
		border: 1px solid #fff;
	}
	#members.main #content_wrap #content #info {
		border-top: 2px solid #eee;
		border-bottom: 2px solid #eee;
		padding:15px;
		text-align: left;
		display: none;
	}
	#members.main #content_wrap #content #info table td {
		width: 50%;
	}
	#members.main #content_wrap #content #info ul li {
		margin:10px 0 10px 25px;
		list-style: outside url('../images/list_image.gif');
	}
	#members.main #content_wrap #content h1 {
		font: normal 14px/100% helvetica, arial, sans-serif;
		color:#ccc;
	}
	#members.main #content_wrap #content .front_top_models {
		border-top: 1px solid #fff; 
		border-bottom: 1px solid #fff; 
		padding: 10px 5px 5px 5px;
		background: #333;
		text-align: center;
	}
	#members.main #content_wrap #content h2  {
		font: normal 16px/130% helvetica, arial, sans-serif;
		margin-top: 20px;
	}
	#members.main #content_wrap #content .front_top_models h1.welcome_message {
		font: normal 14px/100% helvetica, arial, sans-serif;
		color:#ccc;
		margin: 0px 0px 2px 0px;
	}
	#members.main #content_wrap #content h3#alltime  {
		font: bold 20px/130% helvetica, arial, sans-serif;
		color: #ffba68;
		margin: 0px;
	}
	#members.main #content_wrap #content h3  {
		font: bold 30px/130% helvetica, arial, sans-serif;
		color: #ffba68;
		margin-top: 15px;
	}
	#members.main #content_wrap #content .date  {
		display: block;
		font: normal 14px/100% helvetica, arial, sans-serif;
		color: #fff;
		margin-bottom: 15px;
	}
	#members.main #content_wrap #content h3 span.date {
		font: normal normal normal 14px/130% helvetica, arial, sans-serif;
	}
	#members.main #content_wrap #content table tr td.leftcol  {
		padding: 20px 20px 20px 0;
		text-align: left;
		border-right: 2px solid #eee;
	}
	#members.main #content_wrap #content table tr td.leftcol #alltimefaves {
		border-bottom: 2px solid #cd3151;
		padding-bottom: 15px;
		margin-bottom: 10px;
	}
	#members #top50 {
	width:840px;
	display: table;
	}
	#members #top50 #model {
	float: left;
	font: normal normal bold 14px/120% arial, sans-serif;
	width:135px;
	height: 200px;
	text-align: center;
	padding-bottom:30px;
	}
	#members #top50 #model a {
	text-decoration: none;
	}
	#members.main #content_wrap #content table tr td.leftcol #news_article {
		border-bottom: 2px solid #cd3151;
		padding-bottom: 5px;
		margin-bottom: 10px;
	}
	#members.main #content_wrap #content table tr td.rightcol  {
		padding: 20px 15px 20px 15px;
		text-align: center;
		width:170px;
	}
	#members.main #content_wrap #content table tr td.rightcol h2  {
		font:  bold 16px/130% helvetica, arial, sans-serif;
		margin:10px 0 5px 0;
		color: #ffe100;
	}
	#members.main #content_wrap #content table tr td.rightcol p.motw_description{
		margin:10px 0 10px 0;
		font:normal normal normal 12px/130% helvetica, arial, sans-serif;
	}
	#members.main #content_wrap #content table tr td.rightcol img.buy_dvds{
		width:142px;
		height:100px;
		margin:0 0 10px 0;
	}
	#members.main #content_wrap #content table tr td.rightcol img.dvd_reviews{
		width:142px;
		height:64px;
	}
	#frontPageThumbsWrap_updates img {
		margin:0 0 10px 0;
		border: 1px solid #fff;
	}
	#members.main #content_wrap #content p {
		margin:0 0 12px 0;
	}
	#members.main a.see_more {
		font-family: arial, verdana, sans-serif;
		font-size: 14px;
		text-decoration: none;
	}
	#members.main #thumbCluster {
		padding-top:8px;
	}
	#members.main hr {
		margin: 15px 0;
	}
	
/* members search */
	#members.search #content_wrap #content #searchform {
		text-align: left;
		color:#fff;
	}
	#members.search #content_wrap #content #searchform h3 { /* i.e. Model Name, Photographer, etc. */
		font: normal normal normal 18px/160% "arial black", sans-serif;
	}
	#members.search #content_wrap #content #searchform h5 { /* i.e. Body, Breasts, Clothes, etc. */
		font: normal normal bold 20px/130% "arial", sans-serif;
		color:#fdfc74;
	}
	#members.search #content_wrap #content #searchform table tbody tr #model_name_input input {
		font: normal normal bold 20px/170% "arial", sans-serif;
		color:#222;
		width:590px;
	}
	#members.search #content_wrap #content #searchform #featuring_wrap {
		display: table;
		padding:0 0 0 0;
		width: 100%;
		margin:20px 0 0 0;
	}
	#members.search #content_wrap #content #searchform #featuring_panel{
		float: left;
		border-top: 1px solid #ffffff;
		width: 180px;
		height:200px;
		padding:10px;
		margin:0 10px 10px 0;
		text-align: left;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		
		background: #1e5799; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzI5ODlkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzIwN2NjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZGI5ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-8 */

	}
	#members.search #content_wrap #content #searchform #model_search_wrap #model_search_field { /* type model name here */
		font: normal normal bold 24px/100% "arial", sans-serif;
		width:600px;
		padding:0 0 0 5px;
		margin-right:5px;
		color: #444;
	}
	#members.search #content_wrap #content #searchform #model_search_wrap #submit_button { /* top button that says "search" */
		font: normal normal bold 22px/100% "arial", sans-serif;
		color: #444;
	}
	#members.search #content_wrap #content #searchform #buttons_search_submit {
		margin:5px 0 0 0;
	}
	#members.search #content_wrap #content #searchform #buttons_search_submit input{
		font: normal normal bold 18px/100% "arial", sans-serif;
		margin:0 5px 0 0;
		color:#444;
	}
	#members.search #content_wrap #content #searchform #SearchPhotographer {
		width:350px;
	}
	#members.search #content_wrap #content #searchform #misc_wrap{
		margin:10px 0 20px 0;
	}
	#members.search #content_wrap #content #searchform #misc_wrap #leftcol{
		padding-right: 30px;
	}
	#members.search #content_wrap #content .search_result_entry { /* Individual search result cell */
		padding: 10px;
	}
	#members.search #content_wrap #content .type { /* Individual search result cell */
		color: #a03535;
		font: normal 12px/120% arial, sans-serif;
	}
	html > body#members.search > div#content_wrap > div#content > h1 {
		margin: 15px 15px 15px 15px;
	}
	html > body#members.search > div#content_wrap > div#content > a.backtomodelspage {
		display: table;
		background: #e6121d;
		color: #fff;
		font: bold 20px/100% helvetica, arial, sans-serif;
		padding: 15px 15px 15px 15px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		margin: 0 auto 0px auto;
		-webkit-box-shadow:  	2px 2px 2px 0px rgba(00, 00, 00, .5);
		box-shadow:  			2px 2px 2px 0px rgba(00, 00, 00, .5);
	}
	html > body#members.search > div#content_wrap > div#content > a.backtomodelspage:hover {
		background: #3f0306;
		-webkit-box-shadow:  	0px 0px 0px 0px rgba(00, 00, 00, .5);
		box-shadow:  			0px 0px 0px 0px rgba(00, 00, 00, .5);
	}

/* members FAQ */
	#members.faq #content_wrap #content {
		text-align: left;
	}
	#members.faq #content_wrap #content h3 {
		font: normal normal bold 25px/100% helvetica, arial, sans-serif;
		margin:30px 0 0 0;
		color: #fdd7e4;
	}
	ul.url_list {
		list-style: inside url('../images/list_image.gif');
		margin:15px 0 15px 10px;
	}
	ul.url_list li {
		margin:0 0 5px 0;
	}
	
/* members links */
	#members.links #content_wrap #content #white {
		color: #fff;
	}
	#members.links #content_wrap #content #white font.linkstitle {
		font-size: 20px;
		line-height: 170%;
	}
	#members.links #content_wrap #content #white font.links {
		font-size: 14px;
		padding:0 15px 20px 0;
	}
	
/* members model profile */
	#members.profile #content_wrap #content #info_wrap {
		width: 870px;
	}
	#members.profile #content_wrap #content #info_wrap img.mainpic {
	}
	#members.profile #content_wrap #content #info_wrap #meta {
		text-align: left;
		margin: 0 0 0 20px;
	}
	#members.profile #content_wrap #content #info_wrap #meta p {
		margin-bottom: 8px;
	}
	#members.profile #content_wrap #content #info_wrap #meta div.stars {
		margin:0 0 10px 0;
	}
	#members.profile #content_wrap #content #info_wrap #meta span { /* model description */
		color: #eee;
		font: normal normal normal 13px/120% helvetica, arial, sans-serif;
		margin: 10px 0 10px 0;
	}
	#members.profile #content_wrap #content div.videoset,
	#members.profile #content_wrap #content div.photoset { 
		background: #691022;
		width:186px;
		padding:15px 15px 15px 15px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
	}
	#members.profile #content_wrap #content div.videoset {
		margin: 0 0 15px 0;

	}
	#members.profile #content_wrap #content div.videoset p.date,
	#members.profile #content_wrap #content div.photoset p.date {
		font: normal normal normal 18px/120% helvetica, arial, sans-serif;
	}
	#members.profile #content_wrap #content div.videoset img.gallerypic,
	#members.profile #content_wrap #content div.photoset img.gallerypic{
		margin: 5px 0 5px 0;
	}
	
/* members model search */
	#members.search #content_wrap #content #innerwrap {
		padding:10px;
		border-top: 2px solid #eee;
	}
	#members.search #content_wrap #content #innerwrap table.modelresultscontainer {
		width: 100%;
		margin: 10px 0 20px 0;
	}
	#members.search #content_wrap #content #innerwrap table.modelresultscontainer td.results_cell {
		padding:10px;
	}
/* members movie.php */
	#members.movie #content_wrap #content div.gallery_page_movie_container {
		width: 360px;
		margin: 20px auto 0 auto;
		background: #a41c38;
	}
	#members.movie #content_wrap #content div.gallery_page_movie_container #inner_wrap td.leftcol {
		padding: 15px 8px 15px 15px;

	}
	#members.movie #content_wrap #content div.gallery_page_movie_container #inner_wrap td.rightcol {
		text-align: left;
		padding: 15px 15px 15px 8px;
	}
	#members.movie #content_wrap #content div.gallery_page_movie_container #inner_wrap td.rightcol ul.movieformatlist {
		font:normal normal normal 25px/120% helvetica, arial, sans-serif;
	}
	#members.movie #content_wrap #content #rating {
		text-align: center;
		margin: 15px auto 15px auto;
		width: 101px;
	}
	#members.movie #content_wrap #content .movie_entry {
		width:400px;
		margin: 0 auto 15px auto;
		border: 1px solid #222;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		background: rgba(0,0,0,0.2)
	}
	#members.movie #content_wrap #content .movie_entry .movie_entry_inner_padding {
		padding: 15px 15px 0px 15px;
	}
	#members.movie #content_wrap #content .movie_entry .movie_entry_inner_padding .movie_info_inner_padding {
		margin: 0 20px 20px 20px;
	}
	
/* -------------------------------------------------------------- */
/* MEMBERS browse */
/* -------------------------------------------------------------- */
/* members models.php */
	#members.models #header {
		background: url(/images/header_member_models.png);
	}
	#members.models h2 {
		font: normal 18px/120% helvetica, arial, sans-serif;
	}		
	#members.models #content_wrap #content {
		background: url('/images/members_models_body_bg.png') 220px 50px no-repeat, #a90329; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url('/images/members_models_body_bg.png') 220px 50px no-repeat, url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5MDMyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE4JSIgc3RvcC1jb2xvcj0iIzZiMDAwMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhZDAwNGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: url('/images/members_models_body_bg.png') 220px 50px no-repeat, -moz-linear-gradient(top,  #a90329 0%, #6b0001 18%, #ad004e 100%); /* FF3.6+ */
		background: url('/images/members_models_body_bg.png') 220px 50px no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(18%,#6b0001), color-stop(100%,#ad004e)); /* Chrome,Safari4+ */
		background: url('/images/members_models_body_bg.png') 220px 50px no-repeat, -webkit-linear-gradient(top,  #a90329 0%,#6b0001 18%,#ad004e 100%); /* Chrome10+,Safari5.1+ */
		background: url('/images/members_models_body_bg.png') 220px 50px no-repeat, -o-linear-gradient(top,  #a90329 0%,#6b0001 18%,#ad004e 100%); /* Opera 11.10+ */
		background: url('/images/members_models_body_bg.png') 220px 50px no-repeat, -ms-linear-gradient(top,  #a90329 0%,#6b0001 18%,#ad004e 100%); /* IE10+ */
		background: url('/images/members_models_body_bg.png') 220px 50px no-repeat, linear-gradient(to bottom,  #a90329 0%,#6b0001 18%,#ad004e 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#ad004e',GradientType=0 ); /* IE6-8 */

	}
	#members.models #buttons {
		font: bold 18px/100% helvetica, arial, sans-serif;
		text-align: left;	
	}
	#members.models #buttons a.customsearch {
		font: normal 22px/100% helvetica, arial, sans-serif;
		color:#fff;
		text-align: center;
		margin-top: 20px;
	}
	#members.models #buttons h3 {
		font: bold 20px/100% helvetica, arial, sans-serif;
		color: #ebe905;
		margin-top: 10px;
		margin-bottom: 3px;

		text-shadow: 2px 2px 5px #000000;
		filter: dropshadow(color=#000000, offx=2, offy=2);
     }
	#members.models #buttons h3.bonus {
		font: bold 34px/100% helvetica, arial, sans-serif;
		color: #ebe905;
	}
	#members.models #buttons a {
		color: #fff;
		text-decoration: none;
		border-bottom: 1px dotted #fff;
		text-align: left;
		text-shadow: 2px 2px 5px #000000;
		filter: dropshadow(color=#000000, offx=2, offy=2);
	}
	#members.models #buttons a.bonus {
		font:normal 20px/100% helvetica, arial, sans-serif;
		color: #fff;
		text-decoration: none;
		line-height: 24px;
	}
	#members.models #buttons a:hover {
		color: #ff0000;
	}
	#members.models #buttons .wrap {
		position: absolute;
		bottom: 10px;
		left: 10px;
	}
	#members.models #buttons #updates {
		position: relative;
		background: url(/images/browse_updates.jpg) top left no-repeat;
		width: 410px;
		height: 100px;
		//border: 1px solid #fff;
		margin:10px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
	}
	#members.models #buttons #allsets {
		position: relative;
		background: url(/images/browse_all.jpg) top left no-repeat;
		width: 410px;
		height: 100px;
		//border: 1px solid #fff;
		margin:10px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;

	}
	#members.models #buttons #solo {
		position: relative;
		background: url(/images/browse_solo.jpg) top left no-repeat;
		width: 410px;
		height: 100px;
		//border: 1px solid #fff;
		margin:10px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
	}
	#members.models #buttons #hardcore {
		position: relative;
		background: url(/images/browse_hardcore.jpg) top left no-repeat;
		width: 410px;
		height: 100px;
		//border: 1px solid #fff;
		margin:10px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
	}
	#members.models #buttons #comingsoon {
		position: relative;
		background: url(/images/browse_comingsoon.jpg) top right no-repeat;
		width: 200px;
		height: 100px;
		margin:10px 0 10px 10px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		float: left;
	}
	#members.models #buttons #bonus {
		position: relative;
		background: url(/images/browse_amateur.jpg) top right no-repeat;
		width: 410px;
		height: 100px;
		margin:10px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		float: left;
	}

	

/* members updates.php */
	#members.updates #content_wrap #content td.entry {
		padding: 10px;
	}
	#members.updates #content_wrap #content td.entry img {
		padding: 5px;
	}
	#members.updates #content_wrap #content a.archives {
		font:normal normal normal 25px/120% helvetica, arial, sans-serif;
	}
	#members.updates #content_wrap #content td.entry p.meta {
		color: #ffa0a0;
		font: normal 12px/120% arial, sans-serif;
	}
	
/* members archive.php */
	#members.archives #content_wrap #content {
		background-image: none;
		background-color: #a92641;
	}
	#members.archives #content_wrap #content a.archives {
		font:normal normal normal 25px/120% helvetica, arial, sans-serif;
	}
	#members.archives #content_wrap #content ul {
		margin: 20px 0 0 0;
	}
	#members.archives #content_wrap #content ul li.entry {
		background: #e5224b;
		text-align: left;
		padding: 0 20px 0 20px;
		margin: 0 0 10px 0;
	}
	#members.archives #content_wrap #content ul li a {
		font:normal normal normal 22px/200% helvetica, arial, sans-serif;
	}

/* members videos.php */
	#members.videos #content_wrap #content td.entry {
		padding: 10px;
	}
	#members.videos #content_wrap #content td.entry img {
		padding: 5px;
	}
	#members.videos #content_wrap #content a.archives {
		font:normal normal normal 25px/120% helvetica, arial, sans-serif;
	}
	#members.videos #content_wrap #content td.entry p.meta {
		font:normal normal normal 14px/120% helvetica, arial, sans-serif;
	}

/* members coming-soon.php */
	#members #content_wrap #content h1 {
		margin: 15px;
	}
	#members.comingsoon #content_wrap #content h2 {
		border-top: 1px solid #ddd;
		margin: 15px 0 0 0;
		padding: 15px 0 0 0;
	}
	#members.comingsoon div.modelwrap {
		float: left;
		width: 410px;
		margin:10px;
		background: #6c1527;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
	}
	#members.comingsoon table.model {
		margin: 0 auto 0 auto;
	}
	#members.comingsoon table.model p {
		margin:0 0 10px 0;
	}
	#members.comingsoon table.model td p.modelname {
		font:normal normal normal 24px/120% arial, sans-serif;
	}
	#members.comingsoon table.model img {
		margin:10px 6px 10px 6px;
	}
	
/* members favourites.php */
	#members.favorites .favorite_cells {
		vertical-align: top;
		text-align: center;
		width: 240px;
		border: 1px solid #666;
	}
	body#members.favorites > div#content_wrap > div#content > center > h1 {
		margin-top: 20px;
	}
	html > body#members.favorites > div#content_wrap > div#content > center > h3 > a.faves,
	html > body#members.favorites > div#content_wrap > div#content > h3 > a.faves {
		display: inline-block;
		padding: 15px 0 10px;
	}

/*
#####################################################
COMMENTS CSS
#####################################################
*/

div.commentBox {
	padding: 10px;
	margin-bottom: 10px;
	border: 1px dashed #CCCCCC;
	font-size:12px;
	max-width:900px;
	word-wrap: break-word;
}

div.commentBox strong {
	font-weight: bold;
}

#commentform form {
	padding:	0px;
	margin:	0;
	color:		#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	9px;
	border: 0px;
}

#commentform form fieldset {
	border: 0px;
}

#commentform form li {
	padding:	5px;
	vertical-align: top;
	list-style: none;
	margin: 0;
	clear: both;
}

#commentform form ol {
	margin: 0;
	padding: 0;
}

#commentform strong {
	font-weight: bold;
}


#commentform form legend {
	color:		#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	14px;
	font-weight: bold;
	border: 0px;
}

#commentform form label {
	display: block;
	line-height: 1.8;
	vertical-align: top;
	width: 100px;
	float: left;
	text-align: right;
	margin-right: 10px;
	color: #FFFFFF;
}

#commentform form em {
	font-weight: bold;
	font-style: normal;
	color: #FF0000;
}

#commentform form fieldset input, textarea, file {
	width: 150px;
	border: 1px solid #000000;
	padding: 3px;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
}

#commentform form fieldset textarea {
	width: 300px;
	height: 100px;
}

#commentform .checkbox {
	width: 20px;
}

#commentform .buttons {
	border: 0px;
	width: 100px;
	padding: 0px;
}

#commentform .buttonsubmit {
	border: 1px solid #FFFFFF;
	background-color: #A30D0D;
	color: #FFFFFF;
	cursor:	pointer;
}

#commentform form input:focus, textarea:focus {
	color: #000;
}

.textareawide {
	width:  200px;
}

#commentform a { color: #E68A00; text-decoration: none; }
#commentform a:hover { text-decoration: underline; }

/*
#####################################################
END COMMENTS CSS
#####################################################
*/

/* ############# NEW MODEL OF THE MONTH CHANGES ###############*/

	img.herefirst{
		display: none;
		//display: block;
		z-index:1000; 
		position:relative;
		width:110px;
		bottom:-110px;	
		margin-top:-110px;
		left:0;	
		text-align: left;
	}
	.motm{
		text-align:center;
		z-index:1000; width:100px; height:90px;
		position:relative;
		margin-left: 250px;
		margin-top:-65px;
		margin-bottom:-30px;
		color:#FFFFFF;
	}
	.motm img{
		float:left;
	}

/* highslide */
	.highslide {
	    cursor: url("highslide/graphics/zoomin.cur"), pointer;
	    outline: none;
	}
	.highslide-active-anchor img {
		visibility: hidden;
	}
	.highslide img {
		border:none;
	}
	.highslide:hover img {
		border:none;
	}
	.highslide-wrapper {
		background: white;
	}
	.highslide-image {
		border: 2px solid white;
	}
	.highslide-image-blur {
	}
	.highslide-caption {
	    display: none;
	    
	    border: 2px solid white;
	    border-top: none;
	    font-family: Verdana, Helvetica;
	    font-size: 10pt;
	    padding: 5px;
	    background-color: white;
	}
	.highslide-loading {
	    display: block;
		color: black;
		font-size: 8pt;
		font-family: sans-serif;
		font-weight: bold;
	    text-decoration: none;
		padding: 2px;
		border: 1px solid black;
	    background-color: white;
	    
	    padding-left: 22px;
	    background-image: url("highslide/graphics/loader.white.gif");
	    background-repeat: no-repeat;
	    background-position: 3px 1px;
	}
	a.highslide-credits,
	a.highslide-credits i {
	    padding: 2px;
	    color: silver;
	    text-decoration: none;
		font-size: 10px;
	}
	a.highslide-credits:hover,
	a.highslide-credits:hover i {
	}
	a.highslide-full-expand {
		background: url("http://www.shemalejapan.com/highslide/graphics/fullexpand.gif") top left no-repeat;
		display: block;
		margin: 0 10px 10px 0;
		width: 34px;
		height: 34px;
	}
	/* These must always be last */
	.highslide-display-block {
	    display: block;
	}
	.highslide-display-none {
	    display: none;
	}
	
/* Translated Japanese frontpage */
	.public #content #japan_innerpadding {
		padding:20px;
		color:#fff;
		text-align: left;
		background: url('../images/bg_public_leftcol.png') top repeat-x #7f6e34;
	}
	.public #content #japan_innerpadding p {
		font: normal normal normal 16px/120%;
		margin: 10px auto 10px auto;
	}
	.public #content #japan_innerpadding ul li {
		font: normal normal normal 12px/120%;
		margin: 10px auto 10px auto;
	}
	.public #content #japan_innerpadding h2 {
		font: normal normal bold 30px/120%;
		margin: 0 auto 0 auto;
		text-align: center;
	}


/*  USER TAGS */

	#usertags{
		padding:0 0 10px 0; margin:0;
	}
	#usertags li{
		padding:0; margin:0; display:inline;
		line-height:25px;
	}
	#usertags li {
		display: inline;
		white-space:nowrap;
		padding:2px 10px 2px 8px;
		background-color:#000;
		border:1px solid #dddddd;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	#usertags li.justadded {
		background-color:#333;
		font-weight:normal;
		font-decoration: none;
	}
	#usertags li:hover{
		background-color:#666;		
	}
	#usertags a.usertags {
		font-weight:normal;
		font-decoration: none;
	}
	a.deltag img{
		width:13px;
		height:13px;
		vertical-align:bottom;
		border:none;
	} 
	a.deltag{ 
		text-indent:-8000px;
		background:url(/members/images/del.gif) top left no-repeat;		
		margin-left:6px;
	}
	a.deltag:hover{ 
		background-position: top right;			
	}

/* NEW TOUR STYLE */

.tour_mainimage {margin-right: 10px;}

/* FREE TOUR VIDEO FLOATOVER */

/*  FLOATOVERS TAGS */


#csoverlay{ 
	position:fixed;  
	top:0; left:0; right:0; bottom:0; 
	color:#FFFFFF;
	opacity:0.90;
	filter:alpha(opacity=90);
	z-index:1000;
}
#cspanel{ 
	position:fixed;  
	top:0; left:0; right:0; bottom:0; 
	z-index:2000;
}

#cspanel h1{
	position: absolute;
	display:block;
	width:500px; 
	font-family: normal 20px/100% Arial, Helvetica, sans-serif;
	color:#9c9c9c;
	left: 50%;
	top: 100px;
	text-align: left;
	z-index:3000;
	margin-left: -250px;
}
#cspanel #movie{
	overflow:auto;
	background-color:#fff;
	margin:0 auto ;
	width:500px;
	padding:35px 20px 20px 20px;
	border: 6px solid #000;
	margin-top: 85px;
}
#cspanel .clear{
	height:0; width:0; clear:both;
}
#cspanel a.closepanel {	
	position: fixed;
	display:block;
	left: 50%;
	top: 98px;
	margin-left: 180px;
	width: 66px;
	height: 22px;
	background:url('/images/closelabel.gif') top left no-repeat;
	z-index:3000;
	text-indent:-4000px;
}

#cspanel #moviearea{
	float:left;
}
#cspanel #other{
	float:center;
	margin:0;
	padding:0;
	display:block;
}
#cspanel #other h2{
	display: none;
	font-style:normal;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:20px; 
	margin:0; padding:0 0 20px 0;
}

/*----------------------------------*/
/* CANCEL PAGE */
/*----------------------------------*/
	#cancel.public #content_wrap,
	#cancel.public #content_wrap #content{
		margin-top: 30px;
		width: 600px;
		color: #fff;
		font: normal 16px/120% helvetica, arial, sans-serif;
	}
	#cancel.public #content #content_padding {
		padding: 10px 20px 20px 20px;
	}
	#cancel.public #content h1{
		text-align: center;
	}
	#cancel.public #content h2{
		font: bold 20px/120% times, serif;
	}
	#cancel.public #content #pay_method h2 a {
		color:#ffd417;
	}
	#cancel.public #content #pay_method h2 a:hover {
		color:#c7a81a;
	}
	#cancel.public #content p {
		margin: 0 0 20px 0;
		font: normal 16px/120% helvetica, arial, sans-serif;
	}
	#cancel.public #header #menu_top li a {
		font-size: 18px;
	}

/* -------------------------------------------------------------- */
/* Error 401 404 pages */
/* -------------------------------------------------------------- */
	#error.tour h1 {
		color: #fff;
	}
	#error.tour {
		background: url('http://www.shemalejapanhardcore.com/images_v3/public_body_bg.jpg') top center no-repeat, url('http://www.shemalejapanhardcore.com/images_v3/public_body_bg_repeat.png') top repeat-x #000;
		font: normal 14px/120% helvetica, arial, sans-serif;
		color: #fff;
	}
	#error.tour #wrapper {
		background: none;
		border: none;
	}
	#error.tour #header {
		position: relative;
		width:980px;
		height: 115px;
		z-index:1;
		background: none;
		margin: 0 auto;
		text-align: left;
	}
	#error.tour #content {
		position: relative;
		width: 910px;
		display: table;
		background: url('http://www.shemalejapanhardcore.com/images_v3/bg_members_content.png') top repeat-x #120101;
		margin: 0 auto 0 auto;
		padding: 15px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;

	}
	#error.tour #content #left.col .copy{
		color: #ccc;
		width:610px; 
		margin-right: 25px; 
		margin-top: 20px;
	}
	#error.tour #content #right.col {
		padding: 0 0 0 0;
	}
	#error.tour #content #right.col .join_widget {
		background: #666;
		padding: 15px 15px 15px 15px;
		margin: 0px 0 0 0;
		text-align:center;
		width: 280px;

		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		
		-webkit-box-shadow: 4px 4px 6px 2px #000;
		-moz-box-shadow: 4px 4px 6px 2px #000;
		box-shadow: 4px 4px 6px 2px #000;
	}
	#error.tour a.widget_header {
		text-decoration: none;
		color: #ab5563;
	}
	
	#error.tour ul#top_links {
		display: block;
		position: absolute;
		top: 100px;
		right: 20px;
		font:normal normal bold 23px/120% arial, sans-serif;
		text-shadow: 2px 2px 3px #000000;
		filter: dropshadow(color=#000000, offx=2, offy=2);
		color: #fff;
	}
	#error.tour ul#top_links li {
		display: inline;
	}
	#error.tour ul#top_links li a {
		color: #fff;
		text-decoration: none;
		padding:11px 5px 11px 5px;		
        	letter-spacing: -1px;
	}
	#error.tour ul#top_links li a:hover {
		color: #ff0;
		text-decoration: none;
		background: url(/images/frontpage_menu_hover.png) bottom center repeat-x;
		padding:11px 5px 11px 5px;
	}



div.searchedfor{ display:block; padding:10px; background-color:#DEF0DB; color:#000}




/*----------------------------------*/
/* PROFILE PAGE */
/*----------------------------------*/
	#members.profile a#createprofile_button {
		display: table;
		background: #2b89d0;
		padding: 18px 20px 15px 20px;
		margin: 20px auto 0 auto;
		color: #000;
		
		-webkit-box-shadow:  	2px 2px 2px 0px rgba(00, 00, 00, .5);
		box-shadow:  			2px 2px 2px 0px rgba(00, 00, 00, .5);
		
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		
	}
	#members.profile a#createprofile_button:hover {
		-webkit-box-shadow:  	0px 0px 0px 0px rgba(00, 00, 00, .5);
		box-shadow:  			0px 0px 0px 0px rgba(00, 00, 00, .5);
		
	}
	#members.profile form {
		text-align: left;
	}
	#members.profile form p {
		display: block;
		margin: 0 0 0px 0;
	}
	#members.profile form p label a {
		margin: 8px;
	}
	#members.profile #content_wrap #content h2 {
		display: block;
		font: normal normal normal 24px/100% helvetica, arial, sans-serif;
		color: #ffba68;
		margin: 0 0 8px;
		text-align: left;
	}
	#members.profile h1 {
		margin: 15px 0 0 0;
	}
	#members.profile #content_wrap #content .aboutme {
		text-align: left;
		clear: both;
		margin-top: 0;
	}
	#members.profile #content_wrap #content .aboutme h4 {
		font: bold 16px/120% helvetica, arial, sans-serif;
		color: #ffba68;
	}
	#members.profile #content_wrap #content .changeimage {
		margin: 8px 0 5px;
		text-align: center;
	}
	#members.profile #content_wrap #content .editprofile {
		text-align: center;
	}
	#members.profile #content_wrap #content .metainfo {
		background: #5e0003;
		margin: 5px 0 15px;
		padding: 10px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
	}
	#members.profile #content_wrap #content .metainfoMemberOf {
		background: #5e0003;
		margin: 5px 0 15px;
		padding: 10px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
	}
	#members.profile #content_wrap #content .metainfoMemberOf a {
		font: bold 12px/120% helvetica, arial, sans-serif;
	}
	#members.profile #content_wrap #content .metainfo h4,
	#members.profile #content_wrap #content .metainfoMemberOf h4 {
		font: bold 16px/120% helvetica, arial, sans-serif;
	}
	
/* -------------------------------------------------------------- */
/* MEMBERS poll frontpage */
/* -------------------------------------------------------------- */
	#members.main  #poll_question {
		font-size: 14px;
		margin: 0 15px 0 15px;
		text-align: center;
	}
	#members.main #pollcontainer {
		background: none;
		padding: 0;
		border: 0;
	}
	#members.main #pollform #pollquestion {
		font-size: 14px;
		margin: 0 15px 0 15px;
		text-align: center;
	}
	#members.main #pollform {
		font-size: 13px;
		margin: 0 15px 0 15px;
		text-align: left;
		line-height: 18px;
	}
	#members.main input {
		margin-left: 15px;
	}
	#members.main #pollbackground {
		margin: 0 15px 0 15px;
		font-size: 12px;
		text-align: left;
	}
	#members.main #widgetbody #pollkeybackground {
		font-size: 12px;
	}
/* -------------------------------------------------------------- */
/* MEMBERS poll model of the month page */
/* -------------------------------------------------------------- */
	#members.polls #poll_archive {
		background: #6C0002;
		color: #fff;
		margin: 10px auto;
		width: 500px;
		border: 1px solid #000;
		text-align: left;
		-moz-border-radius: 16px;
		-webkit-border-radius: 16px;
		border-radius: 16px;
	}
	#members.polls #poll_question {
		width: 460px;
		font-size: 14px;
		margin: 0 15px 0 15px;
		text-align: center;
		padding-top: 10px;
	}
	#members.polls #pollcontainer {
		background: none;
		padding: 0;
		border: 0;
		width: 500px;
	}
	#members.polls #pollform #pollquestion {
		font-size: 14px;
		margin: 0 15px 0 15px;
		text-align: center;
		padding-top: 10px;
		width: 460px;
	}
	#members.polls #pollform #polloptions {
		width: 500px;
		margin: 0 auto;
		padding-bottom: 10px;
	}
	#members.polls #pollform #polloptions #pollbutton {
		padding-top: 5px;
		width: 100px;
	}
	#members.polls #pollform {
		font-size: 13px;
		margin: 0 15px 0 15px;
		text-align: left;
		line-height: 18px;
	}
	#members.polls input {
		margin-left: 85px;
	}
	#members.polls #pollbackground {
		margin: 0 auto;
		font-size: 12px;
	}
	#members.polls #motm_page_poll #pollkeybackground {
		margin: 10px auto;
		font-size: 12px;
		text-align: center;
		padding-bottom: 10px;
	}	