@charset "utf-8";

/* General */

v\:*         { behavior: url(#default#VML) }
o\:*         { behavior: url(#default#VML) }
.shape       { behavior: url(#default#VML) }

html {
	min-height: 100%;
	height: auto;
}
body {
	margin: 0px;
	padding: 0px;
	background: none;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
}
form {
	margin: 0px;
	padding: 0px;
}
td {
	font-size: 12px;
}
body#FirstPageBody .SearchRowTable div.SmallText {
	display: none;
}
.PositionDiv {
	position: relative;
}
#GeneralTable {
	width: 100%;
}
.SearchRowTable {
	margin: 10px 0px;
	
}


/* Backgrounds */

#GeneralDiv {
	background: url(images/bg-generaldiv.jpg) repeat 380px 260px;
	min-width: 1000px;
}
#BgLeftDiv {
	min-width: 1000px;
	background: url(images/bg-left.jpg) repeat-y left top;
}
#BgRightDiv {
	min-width: 1000px;
	background: url(images/bg-right.jpg) repeat-y right top;
}
#BgBottomDiv {
	min-width: 1000px;
	background: url(images/bg-bottom.jpg) repeat-x 350px bottom;
}
#BgTopDiv {
	min-width: 1000px;
	background: url(images/bg-top.jpg) repeat-x 566px top;
}
#BgTransBottomRightDiv {
	background: url(images/bg-trans-br.png) no-repeat right bottom;
	min-width: 1000px;
}
#BgTransBottomDiv {
	background: url(images/bg-trans-bottom.png) no-repeat right bottom;
	min-width: 1000px;
}
#BgTransRightDiv {
	background: url(images/bg-trans-right.png) repeat-y right top;
	min-width: 1000px;
}
#BgTransTopDiv {
	background: url(images/bg-trans-top.png) repeat-x left top;
	min-width: 1000px;
}
#BgTransTopLeftDiv {
	background: url(images/bg-trans-tl.png) no-repeat 275px 156px;
	min-width: 1000px;
}
#BgBottomRightDiv {
	min-width: 1000px;
	background: url(images/bg-corner-br.jpg) no-repeat right bottom;
}
#BgBottomLeftDiv {
	min-width: 1000px;
	background: url(images/bg-corner-bl.jpg) no-repeat left bottom;
}
#BgTopRightDiv {
	min-width: 1000px;
	background: url(images/bg-corner-tr.jpg) no-repeat right top;
}
#BgTopLeftDiv {
	min-width: 1000px;
	background: url(images/bg-corner-tl.jpg) no-repeat left top;
}
#BgPaddingDiv {
	padding: 40px 55px 20px;
	min-width: 790px;
}

/*Languige*/
	.GeneralLangDiv {
	position:relative;
	min-width:790px;
	width:expression((document.documentElement.clientWidth || document.body.clientWidth) < 790? "790px": "auto");

	}
	#LangDiv {
	font: bold 10px Tahoma, Tahoma, Arial, Helvetiva, Sans-serif;
	color: #A89A83;
	position:absolute;
	right:20px;
	top:-10px;
	}
	#LangDiv b {
	color: #FFF;
	}
	#LangDiv a:link, #LangDiv a:active, #LangDiv a:visited {
	color: #723E16;
	text-decoration: none;
	}
	#LangDiv a:hover {
	color: #006600;
	}


/* Top */

#TopTd {
	vertical-align: top;
	height: 100px;
}
#TopTd .PositionDiv a {
	display: block;
	position: absolute;
	text-decoration: none;
}
#TopSearchLadyLink {
	width: 197px;
	height: 105px;
	left: 308px;
	top: 0px;
	background: url(images/searchladylink.png) no-repeat;
}
#TopSearchLadyLink:hover {
	background: url(images/searchladylink-over.png) no-repeat;
}
#TopSearchManLink {
	width: 198px;
	height: 105px;
	left: 505px;
	top: 0px;
	background: url(images/searchmanlink.png) no-repeat;
}
#TopSearchManLink:hover {
	background: url(images/searchmanlink-over.png) no-repeat;
}
#LogoLink {
	width: 300px;
	height: 100px;
	left: 0px;
	top: -30px;
}



/* Top menu */

#TopMenuTd {
	padding: 5px 0px 0px;
}
#TopMenuTable, #TopMenuTable_es {
	margin: 0px auto;
}
#TopMenuTable td a, #TopMenuTable_es td a {
	display: block;
	height: 18px;
	text-decoration: none;
	border: none;
}
#TopMenuLink1 {
	background: url(images/menu1.gif) no-repeat;
	width: 47px;
}
#TopMenuLink1:hover {
	background: url(images/menu1-over.gif) no-repeat;
}
#TopMenuTable_es #TopMenuLink1 {
	background: url(images/menu1_es.gif) no-repeat;
	width: 53px;
}
#TopMenuTable_es #TopMenuLink1:hover {
	background: url(images/menu1_es-over.gif) no-repeat;
}

#TopMenuLink2 {
	background: url(images/menu2.gif) no-repeat;
	width: 74px;		
}
#TopMenuLink2:hover {
	background: url(images/menu2-over.gif) no-repeat;
}
#TopMenuTable_es #TopMenuLink2 {
	background: url(images/menu2_es.gif) no-repeat;
	width: 83px;		
}
#TopMenuTable_es #TopMenuLink2:hover {
	background: url(images/menu2_es-over.gif) no-repeat;
}

/*#TopMenuLink3 {
	background: url(images/menu3.gif) no-repeat;
	width: 76px;		
}
#TopMenuLink3:hover {
	background: url(images/menu3-over.gif) no-repeat;
}
*/
a.qjlink:link, a.qjlink:active, a.qjlink:visited {
	background: url(images/menu3.gif) no-repeat;
	width: 76px;
	}
a.qjlink:hover {
	background: url(images/menu3-over.gif) no-repeat;
	}
a.qjlink span {
	display:none;
}
#ContentDiv a.qjlink  {
	background:none;
	width: auto;
	display: inline-block;
}
#ContentDiv a.qjlink span {
	display:inline-block;
}

#TopMenuTable_es a.qjlink:link, #TopMenuTable_es a.qjlink:active, a.qjlink:visited {
	background: url(images/menu3_es.gif) no-repeat;
	width: 112px;
	}
#TopMenuTable_es a.qjlink:hover {
	background: url(images/menu3_es-over.gif) no-repeat;
	}





#TopMenuLink4 {
	background: url(images/menu4.gif) no-repeat;
	width: 57px;		
}
#TopMenuLink4:hover {
	background: url(images/menu4-over.gif) no-repeat;
}

#TopMenuTable_es #TopMenuLink4 {
	background: url(images/menu4_es.gif) no-repeat;
	width: 81px;		
}
#TopMenuTable_es #TopMenuLink4:hover {
	background: url(images/menu4_es-over.gif) no-repeat;
}


#TopMenuLink5 {
	background: url(images/menu5.gif) no-repeat;
	width: 67px;		
}
#TopMenuLink5:hover {
	background: url(images/menu5-over.gif) no-repeat;
}

#TopMenuTable_es #TopMenuLink5 {
	background: url(images/menu5_es.gif) no-repeat;
	width: 80px;		
}
#TopMenuTable_es #TopMenuLink5:hover {
	background: url(images/menu5_es-over.gif) no-repeat;
}

#TopMenuLink6 {
	background: url(images/menu6.gif) no-repeat;
	width: 40px;		
}
#TopMenuLink6:hover {
	background: url(images/menu6-over.gif) no-repeat;
}

#TopMenuTable_es #TopMenuLink6 {
	background: url(images/menu6_es.gif) no-repeat;
	width: 58px;		
}
#TopMenuTable_es #TopMenuLink6:hover {
	background: url(images/menu6_es-over.gif) no-repeat;
}


#TopMenuLink7 {
	background: url(images/menu7.gif) no-repeat;
	width: 73px;		
}
#TopMenuLink7:hover {
	background: url(images/menu7-over.gif) no-repeat;
}

#TopMenuTable_es #TopMenuLink7 {
	background: url(images/menu7_es.gif) no-repeat;
	width: 105px;		
}
#TopMenuTable_es #TopMenuLink7:hover {
	background: url(images/menu7_es-over.gif) no-repeat;
}
 
.TopMenuDividerTd {
	padding: 0px 12px;
}
#TopMenuTable_es .TopMenuDividerTd {
	padding: 0px 9px;
}

.TopMenuDividerLeftTd {
	padding-right: 30px;
}
.TopMenuDividerRightTd {
	padding-left: 30px;
}



/* Middle */

#MiddleTable {
	width: 100%;
}

/* Left td */

#LeftTd {
	width: 200px;
	height: 830px;
	vertical-align: top;
	padding: 10px 0px 20px 0px;
	text-align: center;
}
#LeftTd h1, #LeftTd h2 {
	margin: 20px 0px 10px 0px;
	font: 300 20px "Academy", Academy, "Book Antiqua", Georgia, Arial, Helvetica, sans-serif;
	color: #006600;
}
#LeftTd h1 span, #LeftTd h2 span {
	background: url(images/icon-leave-left.gif) no-repeat left 9px;
	display: block;
}
#LeftTd h1 span span, #LeftTd h2 span span {
	background: url(images/icon-leave-right.gif) no-repeat right 9px;
	display: block;
}
#LeftTd h1 b, #LeftTd h2 b {
	text-transform: uppercase;
	color: #CC0000;
	font-weight: normal;
}
#LeftTd h2.DesignBoxTitle {
	display: none;
}
#LeftTd .DesignBox {
	margin: 0px;
	padding: 0px;
	width: 200px;
}
#LeftTd #SearchDiv h2#HeaderSearch {
	display:none;
}
#LeftTd #SearchDiv #SearchDiv a {
	display:none;
	}
#LeftTd .SpecialHideDiv form {
		display: none;
	}
	
	
	
#LoggedMenuDiv h1 span, #LoggedMenuDiv h2 span {
	background: url(images/icon-leave-left.gif) no-repeat left 9px;
	display: block;
}
#LoggedMenuDiv h1 span span, #LoggedMenuDiv h2 span span {
	background: url(images/icon-leave-right.gif) no-repeat right 9px;
	display: block;
}
	


	/* Search form */
	
		#HeaderSearch {
			margin-top: 10px;
		}
		.SearchForm {
			margin: 0px;
		}
		#SearchDiv {
			padding: 0px;
		}
		.SearchForm table tbody input {
			border: 1px solid #A16130;
			background: #FFFFFF;
		}
		.SearchForm table tbody td {
			vertical-align: top;
			text-align: left;
		}
		.SearchForm table tbody b {
			display: block;
			text-align: right;
			font-size: 10px;
			font-weight: normal;
			padding-top: 4px;
			padding-right: 2px;
			text-transform: uppercase;
		}
		.SearchForm table tfoot input {
			font: 300 18px "Academy", Academy, "Book Antiqua", Georgia, Arial, Helvetica, sans-serif;
			border-style: none;
			cursor: pointer;
			margin: 5px 0px 5px;
			color: #990000;
			background:none;
			text-align: center;
		}
		.SearchForm table tfoot td {
			text-align: center;
		}
	
	/* Login */
	
		#HeaderLogin {
			background: url(images/header-login.png) no-repeat right top;
		}
		#LoginForm {
			margin: 0px auto;
			padding: 0px;
			text-align: center;
		}
		#LoginForm table tbody input {
			width: 110px;
			border: 1px solid #A16130;
		}
		#LoginForm table tbody b {
			display: block;
			text-align: right;
			font-size: 10px;
			font-weight: normal;
			padding-top: 2px;
			padding-right: 2px;
			text-transform: uppercase;
		}
		#LoginForm table tfoot input {
			font: 300 18px "Academy", Academy, "Book Antiqua", Georgia, Arial, Helvetica, sans-serif;
			border-style: none;
			cursor: pointer;
			margin: 5px 0px 5px;
			color: #990000;
			background:none;
			text-align: center;
		}
		#LoginForm table tfoot td {
			text-align: center;
		}
		#LoginForm table tfoot a:link, #LoginForm table tfoot a:active, #LoginForm table tfoot a:visited {
			font-size: 11px;
			color: #FFF;
			text-decoration: none;
		}
		#LoginForm table tfoot a:hover {
			text-decoration: underline;
			color:#FFFFCC;
		}

	/* Register */
	
		#HeaderRegister {
			background: url(images/header-register.png) no-repeat right top;
		}
		#RegisterDiv {
			text-align: center;
			padding: 0px 0px 15px;
		}
		#RegisterDiv p {
			margin: 0px 0px 5px 0px;
		}
		#RegisterDiv p span {
			color: #CC0000;
			font-weight: bold;
		}
		#RegisterDiv a.qjlink, #RegisterDiv a.qjlink span {
			font: 300 18px "Academy", Academy, "Book Antiqua", Georgia, Arial, Helvetica, sans-serif;
			color: #990000;
			text-align: center;
			text-decoration: none;
		}
		#RegisterDiv a.qjlink span {
			display:block;
			
			}
	
	/* Subscribe */

		#SubscriptionDiv {
			text-align: center;
		}
		#SubscriptionDiv h2 {
			display: none;
		}
		#SubscriptionDiv form {
			margin: 0px;
			padding: 0px 10px 10px;
		}
		#SubscriptionDiv table td {
			vertical-align: top;
			font-size: 11px;
			text-align: center;
			color: #000000;
			padding: 0px;
		}
		#SubscriptionDiv table td input {
			background: #FFFFFF;
			border: 1px solid #A16130;
		}
		#SubscriptionDiv table td input.button {
			font: 300 18px "Academy", Academy, "Book Antiqua", Georgia, Arial, Helvetica, sans-serif;
			border-style: none;
			cursor: pointer;
			margin: 0px 0px 5px;
			color: #990000;
			background: none;
			text-align: center;
		}

	/* Misc Menus */
	
		.LoggedMenuDiv ul{
			margin: 0px 0px 0px 5px;
			padding: 0px;
			list-style-type: none;
		}
		.LoggedMenuDiv ul li {
			color: #CC3562;
			text-transform:none;
			margin: 0px;
			padding: 3px 0px;
			font: normal 16px Academy, Tahoma, Arial, Helvetica, sans-serif, "Arial Narrow";
		}
		.LoggedMenuDiv ul li a:link, .LoggedMenuDiv ul li a:active, .LoggedMenuDiv ul li a:visited {
			color: #990000;
			text-decoration: none;
			display: block;
			background: url(images/menuli-bg.png) no-repeat 0px 2px;
			margin: 0px;
			padding: 0px 10px 0px 10px;
			height: 14px;
			text-align:left;
		}
		.LoggedMenuDiv ul li a:hover {
			background: url(images/menuli-over-bg.png) no-repeat 0px 2px;
			color:#006600;
		}
		.LoggedMenuDiv ul li #CurrentPageLink {
			background: url(images/menuli-over-bg.png) no-repeat 0px 2px;
			color:#333;
			text-decoration: none;
			display: block;
			margin: 0px;
			padding: 0px 10px 0px 10px;
			height: 14px;
			text-align:left;
			font-weight: normal;
		}
		ul.CustomMenuUL {
			margin: 0px 0px 0px 5px;
			padding: 0px;
			list-style-type: none;
			white-space: nowrap;
			overflow:hidden;
		}
		ul.CustomMenuUL li {
			color: #CC3562;
			text-transform:none;
			margin: 0px;
			padding: 3px 0px;
			font: normal 15px Academy, Tahoma, Arial, Helvetica, sans-serif, "Arial Narrow";
		}
		ul.CustomMenuUL li a:link, ul.CustomMenuUL li a:active, ul.CustomMenuUL li a:visited {
			color: #990000;
			text-decoration: none;
			display: block;
			background: none;
			margin: 0px;
			padding: 0px 10px 0px 10px;
			height: 14px;
			text-align:left;
		}
		ul.CustomMenuUL li a:hover {
			background: none;
			color:#006600;
		}
		ul.CustomMenuUL li #CurrentPageLink {
			background: none;
			color:#333;
			text-decoration: none;
			display: block;
			background: none;
			margin: 0px;
			padding: 0px 10px 0px 10px;
			height: 14px;
			text-align:left;
			font-weight: normal;
		}

		



/* Right td */

#RightTd {
	vertical-align: top;
	padding: 10px 20px 40px;
}


	/* Content */
		
		#ContentDiv {
			float: none;
			clear: both;
			margin: 0px 10px 0px 10px;
			padding-top: 1px;
			width:100%;
		}
		#ContentDiv hr {
			color: #808000;
			background: #808000;
			border-style: none;
		}
		#ContentDiv h1 {
			font: 300 24px "Academy", Academy, "Book Antiqua", Georgia, Arial, Helvetica, sans-serif;
			color: #006600;
			margin: 10px 0px;
			background: url(images/bg-h1.gif) repeat-x 0px 16px;
			padding-left: 15px;
			max-width:530px;
			overflow:hidden;
			width:expression((document.documentElement.clientWidth
	 || document.body.clientWidth) < 530? "530px":
	 "auto");

		}
		#ContentDiv h1 span {
			background: #DDCDB3;
			padding: 0px 10px;
			width: 10px;
			white-space: nowrap;
		}
		#ContentDiv a:link, #ContentDiv a:active, #ContentDiv a:visited {
			color: #990000;
			text-decoration: none;
		}
		#ContentDiv a:hover {
			text-decoration: underline;
		}
		.GreenText {
			font: 12px Tahoma, Arial, Helvetica, sans-serif, "Arial Narrow";
			color: #666;
		}
		.BlueText {
			font: 12px Tahoma, Arial, Helvetica, sans-serif, "Arial Narrow";
			color: #333;
		}
		.SmallText {
			font-size: 10px;
			text-transform: uppercase;
			color: #006600;
		}
		.DataTable {
			margin: 0px 20px;
			width: 95%;
		}
		.DataTable td {
			vertical-align: top;
		}
		.TdAlignRight {
			text-align: right;
			padding-right: 5px;
		}
		.TdPaddingBottom {
			padding-bottom: 10px;
		}
		#GuaranteeImage {
			background: url(images/guarantee.png) no-repeat;
		}
		.DataDiv {
			margin: 0px;
			float: none;
			clear: both;
		}
		.ContentPaddingDiv {
			padding: 0px 20px 30px 20px;
		}
		* html .DataDiv {
			width:100%;			
		}

		.DataDiv input.no {
			background: #FFFFFF;
			border: 1px solid #666;
		}
		.DataDiv textarea {
			background: #FFFFFF;
			border: 1px solid #666;
		}
		h2.DesignBoxTitle {
			color: #8E2E07;
		}
		.DataDiv h2.DesignBoxTitle {
			color: #FFF;
			background: url(images/icon-heart-top.gif) no-repeat 0px 3px;
			padding: 0px 0px 0px 20px;
			text-align: left;
			font-size: 12px;
			text-transform: uppercase;
		}
		.DataDiv ul {
			margin: 10px 0px 10px 15px;
			padding: 0px;
			list-style-type: none;
		}
		.DataDiv ul li {
			background: url(images/li-bg.gif) no-repeat 0px 5px;
			padding: 1px 0px 1px 15px;
		}
		.BorderTd {
			border-left: 2px solid #CAD0D5;
			padding-left: 10px;
		}
		.PaddingTd {
			padding-right: 10px;
		}
		.FormTextButton {
			color: #990000;
			text-transform: none;
			text-decoration: none;
			background: #E0D0B7;
			border-style: none;
			border-color: #FFFFFF;
			cursor: pointer;
			font: bold 18px Academy, "Times New Roman", Times, serif, Tahoma, Arial;
		}
		#UnderPhotoLinkDiv {
			width: 125px;
			text-align: center;
			margin-top: 10px;
		}
		#UnderPhotoLinkDiv table {
			text-align: center;
			margin: 0px auto;
			width: 70px;
		}
		 #swl a {
			height:30px;
			width:127px;
			display:block;
			margin:15px 0px 0px 15px;
			font-size:0px;
			background: url(images/mv_bg.png) no-repeat left top;
		}
		.spd span {
			color:#16692F;
			cursor:pointer;
			}




		
	/* Search by age */
		
		#ByAgeTable {
			margin-left: 28px;
		}
		#ByAgeTd {
			vertical-align: top;
			font: 300 18px "Academy", Academy, "Book Antiqua", Georgia, Arial, Helvetica, sans-serif;
			color: #333333;
			padding-right: 10px;
			white-space: nowrap;
			text-align: right;
		}
		#ByAgeMenuTd {
			vertical-align: top;
		}
		#ByAgeMenuTd div {
			width: 100%;
			overflow: visible;
			padding-top: 5px;
		}
		#AgeMenuTable, #AgeMenuTable_es {
			float: left;
			margin-right: 50px;
			margin-bottom: 10px;
		}
		#AgeMenuTable td a, #AgeMenuTable_es td a {
			display: block;
			height: 17px;
			text-decoration: none;
			border: none;
		}
		#AgeMenuLink1 {
			background: url(images/agelink1.gif) no-repeat;
			width: 59px;
		}
		#AgeMenuLink1:hover {
			background: url(images/agelink1-over.gif) no-repeat;
		}
		#AgeMenuTable_es #AgeMenuLink1 {
			background: url(images/agelink1_es.gif) no-repeat;
			width: 96px;
		}
		#AgeMenuTable_es #AgeMenuLink1:hover {
			background: url(images/agelink1_es-over.gif) no-repeat;
		}
		#AgeMenuLink2 {
			background: url(images/agelink2.gif) no-repeat;
			width: 35px;
		}
		#AgeMenuLink2:hover {
			background: url(images/agelink2-over.gif) no-repeat;
		}
		#AgeMenuLink3 {
			background: url(images/agelink3.gif) no-repeat;
			width: 31px;
		}
		#AgeMenuLink3:hover {
			background: url(images/agelink3-over.gif) no-repeat;
		}
		#AgeMenuLink4 {
			background: url(images/agelink4.gif) no-repeat;
			width: 35px;
		}
		#AgeMenuLink4:hover {
			background: url(images/agelink4-over.gif) no-repeat;
		}
		#AgeMenuLink5 {
			background: url(images/agelink5.gif) no-repeat;
			width: 52px;
		}
		#AgeMenuLink5:hover {
			background: url(images/agelink5-over.gif) no-repeat;
		}
		#AgeMenuTable_es #AgeMenuLink5 {
			background: url(images/agelink5_es.gif) no-repeat;
			width: 92px;
		}
		#AgeMenuTable_es #AgeMenuLink5:hover {
			background: url(images/agelink5_es-over.gif) no-repeat;
		}
		.AgeMenuDividerTd {
			padding: 0px 8px;
		}
		#SpecialMenuTable, #SpecialMenuTable_es {
			float: left;
		}
		#SpecialMenuTable td a, #SpecialMenuTable_es td a {
			display: block;
			height: 17px;
			text-decoration: none;
			border: none;
		}
		#SpecialMenuLink1 {
			background: url(images/speciallink1.gif) no-repeat;
			width: 109px;
		}
		#SpecialMenuTable_es #SpecialMenuLink1 {
			background: url(images/speciallink1_es.gif) no-repeat;
			width: 57px;
		}
		#SpecialMenuLink1:hover {
			background: url(images/speciallink1-over.gif) no-repeat;
		}
		#SpecialMenuTable_es #SpecialMenuLink1:hover {
			background: url(images/speciallink1_es-over.gif) no-repeat;
		}
		#SpecialMenuLink2 {
			background: url(images/speciallink2.gif) no-repeat;
			width: 148px;
		}
		#SpecialMenuLink2:hover {
			background: url(images/speciallink2-over.gif) no-repeat;
		}
		#SpecialMenuTable_es #SpecialMenuLink2 {
			background: url(images/speciallink2_es.gif) no-repeat;
			width: 103px;
		}
		#SpecialMenuTable_es #SpecialMenuLink2:hover {
			background: url(images/speciallink2_es-over.gif) no-repeat;
		}
		#VideoGirlsLink {
			background: url(images/videogirlslink.gif) no-repeat;
			width: 124px;
		}
		#VideoGirlsLink:hover {
			background: url(images/videogirlslink-over.gif) no-repeat;
		}
		#SpecialMenuTable_es #VideoGirlsLink {
			background: url(images/videogirlslink_es.gif) no-repeat;
			width: 121px;
		}
		#SpecialMenuTable_es #VideoGirlsLink:hover {
			background: url(images/videogirlslink_es-over.gif) no-repeat;
		}
		.SpecialMenuDividerTd {
			padding: 0px 8px;
		}





	/* Search row*/
		
		h2.SearchRowTitle {
			color: #000;
			text-transform: uppercase;
			margin: 10px 0px;
			padding: 2px 0px 2px 10px;
			font: bold 12px Arial, Helvetica, sans-serif;
		}
		.SearchRowLinksDiv {
			border-top: 1px dotted #FFF;
			border-bottom: 1px dotted #FFF;
			padding: 4px 0px;
			margin-top: 10px;
		}
		.SearchRowLinksTable td {
			padding: 0px 10px;
		}
		.SearchRowNameText {
			margin-bottom: 4px;
			text-transform: uppercase;
			font-size: 12px;
			font-weight: bold;
			color: #666;
		}
		.SearchRowUnderNameText {
			padding-bottom: 5px;
			border-bottom: 1px dotted #FFF;
			color: #006600;
		}
		#UnderProfilesDiv {
			margin: 15px 0px 5px 0px;
			color: #666;
			font: 10px Tahoma, Arial, Helvetica, sans-serif;
			background: url(images/bg-h1.gif) repeat-x 0px 10px;
		}
		#UnderProfilesDiv table td {
			text-align: center;
		}
		.WhiteBgSpan {
			background: #DDCDB3;
			padding: 0px 10px;
			width: 10px;
			white-space: nowrap;
		}
		#UnderProfilesDiv a {
			text-decoration: none;
			font: 300 18px "Academy", Academy, "Book Antiqua", Georgia, Arial, Helvetica, sans-serif;
			text-transform:lowercase;
			background:none;
		}
		#UnderProfilesDiv a:hover {
			color:#FF0000;
			text-decoration: none;
		}
		#UnderProfilesDiv a#ViewProfileLink.ViewProfileLink {
			background:none;			
			}
		



/* Bottom */

#BottomMenuTd {
	text-align: center;
	padding: 0px 0px 30px;
}
#BottomMenuTable {
	margin: 0px auto;
}
#BottomMenuTable td a {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #ECE1D3;
	text-decoration: none;
	display: block;
	margin-bottom: 3px;
}
#BottomMenuTd table td a:hover {
	text-decoration: underline;
	color: #FFFFCC;
}
.BottomMenuDividerTd {
	padding: 0px 10px;
}
.BottomMenuDividerLeftTd {
	padding-right: 20px;
}
.BottomMenuDividerRightTd {
	padding-left: 20px;
}



/* Copy */

#CopyTd {
	padding: 10px 0px 30px;
	font: 10px Arial, Helvetica, sans-serif;
	color: #CCC;
	text-align: center;
}
#CopyTd p {
	margin: 0px;
	padding: 0px;
}
#CopyTd img {
	display: block;
}




/* From Old Styles */

.padborder {
	border: thin solid #cbcdcc;
   padding: 2px;
}
.padborderlarge {
	border: thin solid #cbcdcc;
    padding: 4px;
}
.regular {
	font-family: arial;
	font-size: 11px;
	color: #3c393b;
}
.logout {
	font-family: arial;
	font-size: 11px;
	color: #3c393b;
}
.pinkregular {
	font-family: arial;
	font-size: 11px;
	color: #b90258;
}
.pinkstrong {
	font-family: arial;
	font-weight: bold;
	font-size: 10px;
	color: #b90258;
}
.pinkheading {
	color: #006600;
	text-transform:uppercase;
	font: bold 14px Arial, Helvetica, sans-serif, "Arial Narrow";
}
.style3 {color: #CCCCCC}
.style5 {
	color: #CCCCCC;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}



.bold { text-decoration: bold; }
.text {
	font-size: 11px;
	font-weight: normal;
	color: #000;
 }

.text2 { font-family: arial; font-size: 11px; font-weight: normal; color: #3c393b; }
.text2 textarea {
	width:400px; 

}
.table1 textarea {
	width:400px; 
}
#DescriptionMe {
	width:280px;
}
#DescriptionYou {
	width:280px;
}

.text_promo { font-size: 12px; font-family:arial; color: #336699; }
.text_index { font-family: arial; font-size: 11px; font-weight: normal; color: #ffffff; }
.promo { font-size: 26px; font-family:tahoma; color: #cc0000; text-decoration: bold;}
.small { border: 0px solid #ff9cca; font-size: 11px; font-family:tahoma; color: #003063; text-decoration: bold;}
.small2 { font-size: 11px; font-family:tahoma; color: #444477; text-decoration: bold;}
.err { font-size: 11px; font-family: Tahoma; color: #FF0000; text-decoration: underline; }
.white { font-size: 11px; font-family:tahoma; color: #FFFFFF; text-decoration: bold;}
.dark { font-size: 11px; font-family:tahoma; color: #333366; text-decoration: bold;}

.tiny {font-family: arial; color: #666699; font-size: 10px; }
.biglink { font-size: 13px; font-family:arial; color: #444477; }

.chat_body_msgs {	background: #f0f0ff; font-family: Verdana; font-size: 11px; font-weight: normal; color: #444477; 
				font-weight: 400;  margin: 0px; }
.chat_body { background: #ffffff; font-family: Verdana; font-size: 11px; font-weight: normal; color: #444477; }
.chat_small { font-size: 8px; font-family: Tahoma; color: #FFFFFF; }
.chat_user { font-size: 11px; font-family: Tahoma; color: #666699; }

.msg {
    margin-top: 0px;
    margin-bottom: 2px;
}

.rate_image {
	border:1px solid #8E2E07;
	background: #F2DFCE;
}
.rate_profile {
	border:1px solid #8E2E07;
	background: #F2DFCE;
}

.thumb_profile {
	width: auto;
	height: auto;
	padding: 2px;
	}
.thumb_cp {
	border: 1px solid #FFF;
	width: auto;
	height: auto;
	padding: 2px;
	}
.thumb_search  {
	border: 1px solid #FFF;
	width: auto;
	height: auto;
	padding: 2px;
}

.top_rated_0 { border-right:  1px dotted white; }
.top_rated_1 { border-bottom: 1px dotted white; }
.top_rated_2 { border-bottom: 1px dotted white; }

.memb_stat { border-bottom: 1px dotted white; }

.index_news_0 {}
.index_news_1 {}

.menu { font-size: 11px; font-family:tahoma; color: #FFFFFF;}
.menub { font-size: 11px; font-family:tahoma; color: #666699;}
a.menu:link              { color: #FFCCFF;  text-decoration: none; font-weight: normal; }
a.menu:visited           { color: #FFCCFF;  text-decoration: none; font-weight: normal;}
a.menu:active			 { color: #FFCCFF;  text-decoration: none; font-weight: normal;}
a.menu:hover			 { color: #FFFFFF;  text-decoration: none; font-weight: normal;}

.membermenu { color: #b90258;  text-decoration: none; font-weight: normal;}
a.membermenu:link              { color: #a90248;  text-decoration: none; font-weight: normal;}
a.membermenu:visited           { color: #a90248;  text-decoration: none; font-weight: normal;}
a.membermenu:active			 { color: #b90258;  text-decoration: none; font-weight: normal;}
a.membermenu:hover			 { color: #b90258;  text-decoration: none; font-weight: normal;}


a.index:link              { color: #666699; text-decoration: none; font-weight: normal;}
a.index:visited           { color: #666699; text-decoration: none; font-weight: normal;}
a.index:active, a.index:hover   { color: #9999FF; text-decoration: underline; font-weight: normal;}



.panel {
	color: #000000;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
	}
.panel div ul {
	margin: 5px 0px;
	padding: 0px;
	list-style-type: none;
}
.panel div ul li {
	background: url(images/li-bg.gif) no-repeat 0px 3px;
	padding: 1px 0px 1px 15px;	
}



.head_td {
	background: #F7ECE1;
}
.cc_td_1_border, .cc_td_2_border, .cc_td_3_1_border {
	padding-top: 1px;
	padding-bottom: 1px;
	border-top: 1px dotted #A99D85;
	border-bottom: 1px dotted #A99D85;
}
.cc_td_1_border {
	width: 5px;
}
.cc_td_2_border {
	width: auto;
}
.cc_td_3_1_border {
	width: 17px;
}
.table { color: #424573; }
.free { color: #424573; }
.canvas { background-color: #ccccff; }

.immsgi { color: black; font-style: italic; }
.immsgme { color: #0000CC;  }

.prof_stat_Unconfirmed { background-color: #ffd7d7; }
.prof_stat_Approval { background-color: #b9ddb9; }
.prof_stat_Active { background-color: none; }
.prof_stat_Rejected { background-color: #ff3333; }
.prof_stat_Suspended { background-color: #cccccc; }

select.index { border : 1px solid #003366; font-family: Arial; font-size: 9px; background: #edeffc; }
input.button { border : 2px solid #c9c9c9; background-color : #f5f5f5; font-family: arial; font-size: 11px; color: #ba0359; font-weight: bold; }

.control_panel_table {
	font-size: 11px;
	border: 1px solid #8E2E07;
	background: #F2DFCE;
}

.control_panel_td_1_first { 
    padding: 2px 8px 2px 10px;
    font-weight: bold;
	text-align: right;
	color: #666666;
	vertical-align: top;
}
.control_panel_td_2_first { 
    padding: 2px;
	text-align: left;
	vertical-align: top;
}
.control_panel_td_1 { 
    padding: 2px 8px 2px 10px;
    font-weight: bold;
	text-align: right;
	color: #666666;
	vertical-align: top;
}
.control_panel_td_2 { 
    padding: 2px;
	text-align: left;
	vertical-align: top;
}




.profile_table {
	font-size: 11px;
	border: 1px solid #8E2E07;
	background: #F2DFCE;
}
.profile_header_first 
{
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif, "Arial Narrow";
	text-transform: uppercase;
	color: #FFF;
	background: #986D3C; 
	padding: 5px 0px;
}
.profile_header {
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif, "Arial Narrow";
	text-transform: uppercase;
	color: #FFF;
	background: #986D3C; 
	padding: 5px 0px;
}
.profile_td_1_first {
    padding: 2px 8px 2px 0px;
    font-weight: bold;
	text-align: right;
	color: #666666;
	vertical-align: top;
}
.profile_td_2_first {
    padding: 2px;
	text-align: left;
	vertical-align: top;
}
.profile_td_1 {
    padding: 2px 8px 2px 0px;
    font-weight: bold;
	text-align: right;
	color: #666666;
	vertical-align: top;
}
.profile_td_2 {
    padding: 2px;
	text-align: left;
	vertical-align: top;
}


.profile_desc_header {
	padding: 5px 0px;
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif, "Arial Narrow";
	text-transform: uppercase;
	color: #006600;
}

.profile_desc_text {
    padding: 2px;
}



.join_table {
    font-size: 11px;
    color: #336699;
	text-align:left;
}
.join_header_first {
	padding: 15px 0px 5px 0px;
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif, "Arial Narrow";
	text-transform: uppercase;
	color: #006600;
	border-bottom: 1px solid #DFD0E6;
	text-align:center;
}
.join_header {
	padding: 15px 0px 5px 0px;
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif, "Arial Narrow";
	text-transform: uppercase;
	color: #006600;
	border-bottom: 1px solid #DFD0E6;
	text-align:center;
}
.join_td_1_first {
	padding: 15px 0px 5px 0px;
    font-weight: bold;
	text-align: right;
	color: #666666;
	vertical-align: top;
}
.join_td_2_first {
    padding: 2px;
	text-align: left;
	vertical-align: top;
}
.join_td_1 {
    padding: 2px 8px 2px 0px;
    font-weight: bold;
	text-align: right;
	color: #666666;
	vertical-align: top;
}
.join_td_2 {
    padding: 2px;
	text-align: left;
	vertical-align: top;
}


/* Profile details styles */
.profile_details
{
	margin: 4px;
}

.profile_thumb
{
	margin: 0px;
	border: 1px solid #FFF;
	width: auto;
	height: auto;
	padding: 2px;
	text-align: center;
}

.profile_details ul
{
	margin: 10px;
	padding: 0px;
	list-style: none;
	font-size: 11px;
}

.profile_details ul li.profile_nickname
{
	font-size: 12px;
	font-weight: bold;
}

/*
*
*Blog Styles 
*
*/
.blog_table_brd { border:1px solid #9999FF;}
.blog_tr_bg {background-color:#CCCCFF; padding:0px; margin:0px;}
.blog_trbot_bg {background-color:#CCCCFF;}
.blog_subject  {font:bold 14px Verdana, Arial, Helvetica, sans-serif; color:#666699; text-transform:capitalize;}
.blog_clock {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#666699;}
.blog_content { background-color:#DEDEFE; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#666699;}
.blog_prof { background-color:#CCCCFF; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#666699;}

.blink {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#4949AC;}
a.blink:link, a.blink:visited {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#4949AC;}
a.blink:active, a.blink:hover {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#4949AC;}

.links {font:bold 11px Verdana, Arial, Helvetica, sans-serif; color:#4949AC; text-decoration:underline}
a.links:link, a.links:visited {font:bold 11px Verdana, Arial, Helvetica, sans-serif; color:#4949AC; text-decoration:underline}
a.links:active, a.links:hover {font:bold 11px Verdana, Arial, Helvetica, sans-serif; color:#4949AC; text-decoration:underline}
/*
*
* End Blog Styles 
*
*/

.featured { background-color:#ffffff; border:1px solid #CCCCFF}


/*Trust Level*/

.TrustLevelDiv {
	height:36px;
	background: url(images/tr_level_bg.png) no-repeat 15px top;
	padding-top:40px;
	color:#666;
	font: 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:175px;
	text-align:left;
	margin-right:auto;
	position:relative;
	}

.TrustLevelDiv span {
	color:#B64500;
	font-size:30px;
}
/*.SearchRowUnderNameText .TrustLevelDiv {
	position:absolute;
	right:0px;
	margin:0px;
	bottom:3px;
	} 
*/
a.TrLnk {
	display:block;
	position: absolute;
	top:0px;
	left:15px;
	width:55px;
	height:55px;
	}

div.TrustLevelDiv span.TrLevel.red {
	color:#CC3300;
	}
div.TrustLevelDiv span.TrLevel.orange {
	color:#E8C500;
	}
div.TrustLevelDiv span.TrLevel.green {
	color:#14A400;
	}
div.TrustLevelDiv.SmallStar {
	height:28px;
	background: url(images/tr_level_bg_small.png) no-repeat 8px top;
	padding-top:28px;
	color:#666;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:135px;
	text-align:left;
	position:absolute;
	bottom:-2px;
	right:0px;
	}
div.TrustLevelDiv.SmallStar span {
	color:#B64500;
	font-size:22px;
}

/*photo gallery view*/
	
.pgl {
	width:auto;
	overflow:hidden;
	background:#FFF;
}
.pgl div.DesignBox {
	float:left;
	margin:10px 20px 10px 15px;
	height:235px;
	
}
.pgl div.DesignBox:last-child {

	margin-right:0px;
}
.pgl div.DesignBox h2.DesignBoxTitle {
	width:125px;
	overflow:hidden;
	text-align:center;
	}
/*right side photo panel*/

.w_block { 
 width: 180px; 
 padding: 10px 0; 
 margin: 0px auto 0px;
 } 
 
 .w_link{ 
 margin-left: 10px; 
 margin-top: 6px; 
 text-align: left; 
 } 
 .w_block h3{ 
 margin-bottom:10px; 
 } 
 .w_block table{ 
 margin: 0 auto; 
 } 
 .w_block img{ 
 width:90px; 
 height:120px; 
 -moz-opacity: 0.95; 
 opacity: 0.95; 
 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=95); 
 } 
 .w_block img:hover{ 
 -moz-opacity: 1; 
 opacity: 1; 
 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100); 
 } 
 .w_img0{ 
 -webkit-border-top-left-radius: 6px; 
 -moz-border-radius-topleft: 6px; 
 border-top-left-radius: 6px; 
 } 
 .w_img1{ 
 -webkit-border-top-right-radius: 6px; 
 -moz-border-radius-topright: 6px; 
 border-top-right-radius: 6px; 
 } 
 .w_img2{ 
 -webkit-border-bottom-left-radius: 6px; 
 -moz-border-radius-bottomleft: 6px; 
 border-bottom-left-radius: 6px; 
 } 
 .w_img3{ 
 -webkit-border-bottom-right-radius: 6px; 
 -moz-border-radius-bottomright: 6px; 
 border-bottom-right-radius: 6px; 
 } 

/*by credits t14*/

#bcd {
	
	width: 800px;
	margin: 0px auto;
}
#bcd h1 {
    font-family: 'Ubuntu', sans-serif;
	text-align: center;
	font-size: 40px;
	color:#446AA9;
	margin: 30px 0px 0px;
	padding: 0px;
}

#bcd h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	text-align: center;
	font-size: 20px;
	color:#999999;
	margin: 0px;
	padding: 0px;
}
.ppl {
	text-align: center;
	padding: 10px 0px;
}

#bcd table tr td:first-child {
	text-align: right;
}
#bcd table tr td:last-child {
	text-align: left;
}

#bcd table tr:first-of-type td {
	padding : 20px 0px;
	text-align: center;
}
#bcd table tr:nth-child(n+14) td{
	text-align: center;
}
.pcd {
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border: 1px solid #d5d5d5;
	background-color: #fff;
	width: 510px;
	margin: 0px auto;

	
}
#bcd table {
	padding: 20px 0px;
}
#bcd table td input {
	margin-bottom: 5px;
}
#bcd table tr:nth-child(n+14) td input {
	width: 150px;
	height: 35px;
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	background-color: #EDEDED;
	border: 1px solid #CACAD9;
	color: #000000;
	margin: 10px 0px;
	

}
#bcd ul {
	width: 400px;
	margin: 20px auto;
}
#bcd ul li {
	float: left;
	list-style: none;
	margin-right: 10px;
}
#bcd font {
	margin: 0px 10px;
}
body.ppb {
	background-color:#DDCCB2;
}
.ppbd span {
	color: #fff;
}

.segp_txt {
	margin:20px 0px 20px 30px;
	font-size: 14px;
	font-weight: bold;
}

p.segp_txt a {
	color: #CC0000;
	font-size: 16px;

	
}
