/* CSS Document */
@import url("/stylesheets/reset.css");
@import url("/stylesheets/profiles.css");
@import url("/stylesheets/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/logo_full_width.png') center top no-repeat, url('/images/public_body_bg_repeat.jpg') top center repeat #000;
		padding: 0;
	}
	#agecheck.public .enterbox {
		display: block;
		background: url('/images/bg_public_leftcol.png') top repeat-x #060502;
		padding: 20px 20px 20px 20px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		border-top: 1px solid #3d3930;
	}
	#agecheck.public .enterbox p {
		color: #818181;
		font: normal 14px/120% helvetica, arial, sans-serif;
		margin-bottom: 10px;
	}
	#agecheck.public .enterbox a.subdue_link {
		color: #818181;
		text-decoration: underline;
	}
	#agecheck.public .enterbox a.subdue_link:hover {
		color: #e2e2e2;
		text-decoration: underline;
	}
	#agecheck.public .enterbox p em {
		font: bold 18px/120% helvetica, arial, sans-serif;
		color:#ffae00;
	}
	#agecheck.public h1.header {
		display: block;
		width: 640px;
		height: 180px;
		text-indent: -9999px;
		color: #000;
	}
	#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: #1839f5;
		text-align: center;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		padding: 15px 15px 12px 15px;
		-webkit-box-shadow: 4px 4px 6px 2px #333;
		-moz-box-shadow: 4px 4px 6px 2px #333;
		box-shadow: 4px 4px 6px 2px #333;
		margin-top: 15px;

	}
	#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 15px 12px 15px;
		-webkit-box-shadow: 4px 4px 6px 2px #333;
		-moz-box-shadow: 4px 4px 6px 2px #333;
		box-shadow: 4px 4px 6px 2px #333;
		margin-top: 15px;
	}
	#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/public_body_bg_overlay.png') top center no-repeat, url('/images/public_body_bg_repeat.jpg') repeat #000;
	}
	.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: 10px 10px 7px;
		color: #fff;
		font: normal 20px/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: #4b9d2b;
		margin-right: 10px;
	}
	.public #header ul#menu_top li#join_link a:hover {
		background: #34721b;
	}
	.public #header ul#menu_top li#members_signin a {
		background: #1933b8;
	}
	.public #header ul#menu_top li#members_signin a:hover {
		background: #172d99;
	}
	.public #header img.hdv {
		position: absolute;
		top: 15px;
		right: 0px;
	}
	.public #header h1 a#logo_top {
		position: absolute;
		display: block;
		top: 5px;
		left: 0px;
		background: url(/images/site_logo.png) bottom left no-repeat;
		width: 570px;
		height: 130px;
		text-indent: -9999px;
	}
	.public #content_wrap #content {
		width: 910px;
		display: table;
		margin: 0 auto 0 auto;
		padding: 15px;
	}
	.public #content p {
		font: normal normal normal 12px/130% 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 a.button_update {
		display: block;
		width: 305px;
		text-align: center;
		text-decoration: none;
		float:left;
		margin: 5px 5px 5px 0px;
		background: #3b759e;
		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: #2f5b7b;
	}
	.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;
	}
	.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 #060502;
		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: normal normal bold 16px/130% "skia", verdana, 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: normal normal bold 12px/120% "skia", verdana, sans-serif;
		color:#fff;
		list-style-type: disc;
		list-style-position: inside;
	}
	.public #content_wrap #content #leftcol #section h2 {
		font: bold 24px/120% helvetica, arial, sans-serif;
		color:#d4a046;
	}
	.public #content_wrap #content #leftcol #section a.ghost_link {
		color:#f4ac00;
		text-decoration: none;
	}
	.public #content_wrap #content #leftcol #section a.ghost_link h2 {
		font: bold 26px/120% helvetica, arial, sans-serif;
		color:#f4ac00;
		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;
		color: #fff;
	}
	.public #content_wrap #content #rightcol #update table tr td.info {
		padding: 0 0 0 6px;
	}
	.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 #060502;
		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:#d4a046;
	}
	.public #content_wrap #content #leftcol .leader_button {
		display: block;
		margin: 10px 0 0 0 ;
	}
	.public #content_wrap #content #leftcol #section.help a {
		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/public_body_bg_overlay.png') top center no-repeat, url('/images/public_body_bg_repeat.jpg') top center repeat #000;
	}
	#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: #4b9d2b;
		margin-right: 10px;
	}
	#frontpage.public #header ul#menu_top li#join_link a:hover {
		background: #34721b;
	}
	#frontpage.public #header ul#menu_top li#members_signin a {
		background: #1933b8;
	}
	#frontpage.public #header ul#menu_top li#members_signin a:hover {
		background: #172d99;
	}
	#frontpage.public #header h1 a#logo_top {
		position: absolute;
		display: block;
		top: 5px;
		left: 0px;
		background: url(/images/site_logo.png) bottom left no-repeat;
		width: 570px;
		height: 130px;
		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 33px/100% helvetica, arial, sans-serif;
		color: #ccc;
		margin-right: 15px;
	}
	#frontpage.public .tagline_top .columns a.continue_button {
		font: bold 28px/100% helvetica, arial, sans-serif;
		color: #eee;
		text-decoration: none;
		background: #4b9d2b;
		padding: 8px 12px 3px 12px;
		-moz-border-radius: 	6px;
		-webkit-border-radius: 	6px;
		border-radius: 		6px;
	}
	#frontpage.public .tagline_top .columns a.continue_button:hover {
		background: #34721b;
	}
		
/* ------------------------------------- */
/* public overflow */
/* ------------------------------------- */
	.public.overflow #content_wrap #content #update {
		background: url('/images/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: #1933b8;
		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 .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/category_solo.jpg) top repeat-x #006b12;
	}
	#features.public #rightcol #cosplay.category {
		background: url(/images/category_cosplay.jpg) top repeat-x #005e8c;
	}
	#features.public #rightcol #hardcore.category {
		background: url(/images/category_hardcore.jpg) top repeat-x #ab7400;
	}
	#features.public #rightcol #updates.category {
		background: url(/images/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;
	}


/* ------------------------------------- */
/* public tour hardcore */
/* ------------------------------------- */
	.public.hardcore #header {
		background: url('../images/header_public_hardcore.jpg');
	}
/* ------------------------------------- */
/* public tour uniforms */
/* ------------------------------------- */
	.public.uniforms #header {
		background: url('../images/header_public_uniforms.jpg');
	}
	
/* ------------------------------------- */
/* public tour solo */
/* ------------------------------------- */
	.public.solo #header {
		background: url('../images/header_public_solo.jpg');
	}
	
/* ------------------------------------- */
/* 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_members_body.jpg') top center no-repeat, url('/images/bg_members_body_repeat.png') top repeat-x #000;
		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: url('/images/bg_members_content.png') top repeat-x #120101;
		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/130% 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: url(/images/button_member_menu.png) top repeat-x #28153c;
		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: url(/images/button_member_menu_on.png) top repeat-x #b41314;
		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-bottom: 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 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;
		background: url(../images/bg_public_rightcol.png) top repeat-x;
		border: 1px solid #222;
		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;

	}
	#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;
	}

/* 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 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 { /* jquery rounded corners */
		background: #a41c38;
		width:160px;
		padding:15px 0 15px 0;
	}
	#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 #content .banner {
		width:868px;
		height:275px;
		text-align: left;
		margin: 0 auto 10px auto;
		display: table;
	}
	#members.models #content_wrap #content #banner_hardcore {
		background: url('../images/tour_hardcore.jpg') top left no-repeat;
	}
	#members.models #content_wrap #content #banner_uniform {
		background: url('../images/tour_uniform.jpg') top left no-repeat;
	}
	#members.models #content_wrap #content #banner_solo {
		background: url('../images/tour_solo.jpg') top left no-repeat;
	}
	#members.models #content_wrap #content #banner_pastupdates {
		background: url('../images/tour_pastupdates.jpg') top left no-repeat;
	}
	#members.models #content_wrap #content #banner_comingsoon {
		background: url('../images/coming_soon.jpg') top left no-repeat;
	}
	#members.models #content .banner #infowrap {
		margin:95px 0 0 30px;
	}
	#members.models #content .banner #infowrap a.link {
		font: normal normal bold 30px/120% helvetica, arial, sans-serif;
	}
	#members.models #content .banner #infowrap p.description {
		font: normal normal normal 16px/120% georgia, times, serif;
		width: 480px;
	}
	
/* -------------------------------------------------------------- */
/* MEMBERS browse (Russ mod) */
/* -------------------------------------------------------------- */
	#members.models h2 {
		font: normal 18px/120% helvetica, arial, sans-serif;
	}		

	#members.models #buttons {
		font: bold 22px/100% helvetica, arial, sans-serif;
		color:#fff;
	}
	#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 34px/100% times, helvetica, arial, sans-serif;
		color: #ebe905;
		margin-top: 130px;
		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 {
		font:normal 22px/100% helvetica, arial, sans-serif;
		color: #fff;
		text-decoration: none;
		border-bottom: 1px dotted #fff;
		
		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 #allsets {
		background: url(/images/browse_all_bg.jpg) top left no-repeat;
		width: 400px;
		height: 200px;
		border: 1px solid #fff;
		padding: 5px 0 0 10px;
		margin:10px;
		float: left;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;

	}
	#members.models #buttons #ManWithShemale {
		background: url(/images/browse_ManWithShemale_bg.jpg) top left no-repeat;
		width: 400px;
		height: 200px;
		border: 1px solid #fff;
		padding: 5px 0 0 10px;
		margin:10px;
		float: left;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
	}
	#members.models #buttons #ShemaleWithShemale {
		background: url(/images/browse_ShemaleWithShemale.jpg) top left no-repeat;
		width: 400px;
		height: 200px;
		border: 1px solid #fff;
		padding: 5px 0 0 10px;
		margin:10px;
		float: left;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
	}
	#members.models #buttons #bonus {
		background: url(/images/browse_bonus_bg.jpg) top left no-repeat;
		width: 400px;
		height: 200px;
		border: 1px solid #fff;
		padding: 5px 0 0 10px;
		margin:10px;
		float: left;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
	}
	

/* 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: #a03535;
		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.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: 360px;
		margin:10px;
		background: #6c1527;
	}
	#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 3px 6px;
	}

/*
#####################################################
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;
	}

/* -------------------------------------------------------------- */
/* Error 401 404 pages */
/* -------------------------------------------------------------- */
	#error.tour h1 {
		color: #fff;
	}
	#error.tour {
		background: url('http://www.shemalejapanhardcore.com/images/public_body_bg.jpg') top center no-repeat, url('http://www.shemalejapanhardcore.com/images/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/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}
