@import url('page_specific.css');


.menu_td {
	cursor:pointer !important;
}

.menu_td:a {
	cursor:pointer !important;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url(images/background.jpg) repeat top left #000000;
	
	/*scrollbar-face-color:#0000FF; scrollbar-arrow-color:#FFFFFF;*/
}
body,td,th {
	font-family: Tahoma, Arial, Verdana, Sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#535353;
}

a {
	color:#535353;
	text-decoration:none;
}
a:hover {
	color:#535353;
	text-decoration:underline;
}

ul {
	list-style-type:none;
}

li {
	list-style-type:none;
	padding:5px 0px 5px 0px;
}

/**************************************************
	TOP
**************************************************/

#top {
	background:url(images/top.jpg) no-repeat bottom left;
	width:790px;
	height:20px;
	margin:0px auto 0px auto;
	padding:5px 0px 0px 0px;
	
}
#top table {
	margin:0px auto 0px auto;
	width:740px;
	
}
#top .main {
	text-align:left;
	font-size:11px;
	color:#f1f1f1;
}
#top .main a {
	margin-left:15px;
	color:#cc0000;
	font-weight:bold;
	text-decoration:none;
}
#top .main a:hover {
	color:#d0caca;
	font-size:11px;
}
#top .country {
	font-size:11px;
	text-align:right;
	color:#f1f1f1;
}
#top .country a {
	color:#cc0000;
	text-decoration:none;
}
#top .country a:hover {
	color:#ffffff;
	text-decoration:underline;
}

/*************************************************
	FLASH HEADER
**************************************************/

#flash_header {
	background:url(images/logo.jpg) no-repeat top left #000000;
	width:790px;
	min-height: 90px;
	margin: 10px auto 0px auto;
	/*padding:5px 0px 5px 0px;*/
	
	text-align:right;
	color:#535353;
}

#flash_header .phone_number {
	font-weight:bold;
	font-size:30px;
	display:block;
}

#flash_header .cost_display {
	font-size: 14px;
	display: block;
	margin: 0 5px 0 0;
}

#flash_header .small_print {
	display:block;
	line-height: 120%;
	margin: 5px;
	font-size: 10px;
	color:#666666;

}

/**************************************************
	MAIN NAVIGATION
**************************************************/

#navigation {
	width:790px;
	border-bottom:5px solid #cc0000;
	margin:10px auto 0px auto;
	text-align:right;
}
#navigation table {
	width:790px;
}
#navigation table  tr .empty {
	width:auto;
}
#navigation table  tr .current_page {
	background:url(images/navigation.jpg) no-repeat top left;
	padding-right:2px;
}

#navigation table  tr .menu_td {
	background:url(images/navigation_inactive.jpg) no-repeat top left;
	padding-right:2px;
}

#navigation table  tr td {
	width:80px;
	height:20px;
	text-align:center;
	font-size:9px;
	padding-right:2px;
	font-weight:bold;
	color:#ffffff;
}
#navigation table  tr td {
	background:url(images/navigation_spacer.jpg) no-repeat center right;
}
#navigation table  tr td:hover {
	background:url(images/navigation.jpg) no-repeat top left;
}
#navigation table  tr .empty:hover {
	background:none;
}
#navigation a {
	color:#ffffff;
	text-decoration:none;
}
#navigation a:hover {
	text-decoration:underline;
}

/**************************************************
	
**************************************************/

#content {
	width:790px;
	min-height:500px;
	background:url(images/content_back.jpg) repeat-x top left #fafafa;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	color:#535353;
}
#actual_content {
	min-height:500px;
	padding-bottom:10px;
}

/**************************************************
	SUB NAVIGATION
**************************************************/

#sub_navigation {
	background:url(images/sub_navigation.jpg) repeat-x top left #fafafa;
	height:25px;
	border-bottom:1px solid #535353;
}

#sub_navigation a {
	display:none;
	color:#a2a2a2;
	text-decoration:none;

}
#sub_navigation a:hover {
	color:#cc0000;
	text-decoration:none;

}
#sub_navigation table tr td {
	height:25px;
	padding:0px 10px 0px 10px;
	border-right:1px dotted #535353;
	text-align:center;
	font-size:9px;
	font-weight:bold;
	color:#ffffff;
}
#sub_navigation table tr td:hover {
	background:url(images/sub_navigation_hover.jpg) no-repeat top center;

}
.searchDiv {
	width:380px;
	height:25px;
	text-align:left;
	position:relative;
	left:565px;
	top:-23px;
}
.searchDiv input {
	width:160px;
	height:18px;
	border:0px;
}
.searchDiv .input {
	padding:1px 0px 0px 25px;
	background:url(images/search.jpg) no-repeat top left;
	font-size:13px;
	font-weight:400;
	color:#cc0000;
}
.searchDiv .button {
	width:30px;
	margin:0px;
	padding:0px;
	background:url(images/button.jpg) no-repeat top left;
	text-align:center;
	font-size:1px;
	color:#cc0000;
	cursor:pointer;
	cursor:hand;
}

/**************************************************
	VIDEO SUB NAVIGATION
**************************************************/

#video_sub_navigation {
	background:url(images/sub_navigation.jpg) repeat-x top left #fafafa;
	height:23px;
	padding-top:2px;
	border-bottom:1px solid #535353;
	text-align:right;
}
#video_sub_navigation #cats, #video_sub_navigation #page, #video_sub_navigation tr {
	float:left;
	margin-left:10px;
}
#video_sub_navigation #search {
	float:none;
	margin-right:10px;
}


#video_sub_navigation a {
	color:#a2a2a2;
	text-decoration:none;

}
#video_sub_navigation a:hover {
	color:#cc0000;
	text-decoration:none;

}
/*
#video_sub_navigation table tr td {
	height:25px;
	padding:0px 10px 0px 10px;
	border-right:1px dotted #535353;
	text-align:center;
	font-size:9px;
	font-weight:bold;
	color:#ffffff;
}
#video_sub_navigation table tr td:hover {
	background:url(images/sub_navigation_hover.jpg) no-repeat top center;
}

#force {
	background:url(images/sub_navigation_hover.jpg) no-repeat top center !important;
}

#video_sub_navigation #cats select, #video_sub_navigation #page select {
	width:150px;
	height:20px;
	margin-top:1px;
	border:0px;
	color:#cc0000;
}
*/
#video_sub_navigation  input {
	width:160px;
	height:18px;
	border:0px;
}
#video_sub_navigation .input {
	padding:1px 0px 0px 25px;
	background:url(images/search.jpg) no-repeat top left;
	font-size:13px;
	font-weight:400;
	color:#cc0000;
}
#video_sub_navigation .button {
	width:30px;
	margin:0px;
	padding:0px;
	background:url(images/button.jpg) no-repeat top left;
	text-align:center;
	font-size:1px;
	color:#cc0000;
	cursor:pointer;
	cursor:hand;
}

/**************************************************
	
**************************************************/

#video_holder {
	background:url(images/video_holder.jpg) no-repeat top left #535353;
	width:750px;
	height:430px;
	margin:10px auto 0px auto;
	padding:10px;
}

#video_holder .video {
	width:460px;
	height:430px;
	background-color:#000000;
	float:left;
	margin-right:7px;
}

#video_holder .mpu {
	width:280px;
	height:430px;
	background-color:#ffffff;
	float:left;
	
}

/**************************************************
	FRONTPAGE ITEMS I'M HIDING
**************************************************/

#catagorylist_container, .country_set_msg, .phone_number, .cost_display {
	display:none;
}

/**************************************************
	DIVBAVES
**************************************************/

#divbabes_container {
	width:790px;
	min-height:345px;
	text-align:center;
	margin:20px 0px 0px 0px;
}
/*
.previous {
	width:15px;
	margin:0px 4px 5px 2px;
	float:left;
}
.next {
	width:15px;
	margin:0px 5px 0px -1px;
	float:left;
}


.divbabes a {
	color:#cc0000;
	font-weight:bold;
	text-decoration:none;
}
.babeimage {
	margin-top:10px;
}
.callimage {
	margin:15px 0px 5px 0px;
}
.options  {
	margin:5px 0px 5px 0px;
	height:55px;
	line-height:150%;
	font-size:11px;
	text-align:center;
}
.options a {
	color:#505050;
}
.options a:hover {
	color:#8a8a8a;
}
.actions {
	margin:10px 0px 10px 0px;
	line-height:150%;
	font-size:11px;
}
.actions a:hover {
	color:#d0caca;
}

/**************************************************
	
**************************************************/

.payment_option {
	width: 230px;
	height: 250px;
	margin:8px;
	margin-left: 5px !important;
	padding: 10px;
	background:url(images/payment_option.jpg) no-repeat top left;
	color: #b4b4b4 !important;
	float:left;
}

.payment_option_big {
	font-weight:bold;
	font-size: 1.4em;
}

.payment_option_prsno {
	font-weight:bold;
	font-size: 1.6em;
	color: #dcbd3f;
	margin-left: 15px;
}

.payment_option_header {
	font-weight:bold;
	width:205px;
	text-align:center;
	margin-bottom: 10px;
	border-bottom: 2px solid #646464;
	padding-bottom: 3px;
	color: #b4b4b4 !important;
}

.payment_option_info {
	margin-right: 8px;
}

/*******************************************
	PAGE CONTROL
*******************************************/

#pagecontrol{
	clear:left;
	margin:0px 50px 20px 45px;
	padding:10px;
	background-color:#000000;
	border:1px solid #cccccc;
	text-align:right;
}	

#pagecontrol a {
	font-size:12px;
	font-weight:bold;
	color:#cc0000;
	text-decoration:none;
}

#pagecontrol a:hover {
	color:#f6f6f6;
	text-decoration:none;
}

/* this is here to force the previous option to the left */
.previous_page {
	float:left;
}

/**************************************************
	PAGE STYLES
**************************************************/

.heading {
	margin:0px 0px 10px 0px;
	padding-top:10px;
	font-size:22px;
	font-weight:bold;
}
.sub_heading {
	font-weight:bold;
}
.pagetitle {
	margin:0px 0px 10px 20px;
	padding-top:10px;
	font-size:22px;
	font-weight:bold;
	text-decoration: underline;
}
.sellers_speaker {
	border:0px;
	margin-left:20px;
}

/**************************************************
		REGISTER PAGE
**************************************************/

#page_signup {
	min-height:680px;
	padding:0px 20px 10px 350px;
	background:transparent url(images/page_register.jpg) no-repeat scroll left top
}

#page_signup .form {
	margin:10px 0px 10px 0px;
	padding:0px 10px 0px 10px;
	background-color:#e8e8e8;
	border-top:1px dotted #666666;
	border-bottom:1px dotted #666666;
}

#page_signup .verification {
	margin:10px 0px 10px 0px;
	padding:10px;
	background-color:#e8e8e8;
	border-top:1px dotted #666666;
	border-bottom:1px dotted #666666;
}
#page_signup .verification img {
	margin:10px 0px 10px 70px;
	display:block;
}
#page_signup .verification input {
	width:200px;
	margin:10px 0px 0px 0px;
}
#page_signup .label {
	margin-top:10px;
	font-weight:bold;
}
#page_signup .label a {
	color:#535353;
}
#page_signup .label a:hover {
	text-decoration:none;
}
#page_signup .button {
	width:80px;
	height:32px;
	border:0px;
	margin:10px 0px 10px 0px;
	background:url(images/button_form.jpg) no-repeat top left;
	color:#fafafa;
	cursor:hand;
	cursor:pointer;
}

/**************************************************
	SIGN IN PAGE
**************************************************/

#page_signin {
	min-height:680px;
	padding:0px 20px 0px 350px;
	background:url(images/page_signin.jpg) no-repeat top left;
}
#page_signin .form {
	margin:10px 0px 10px 0px;
	padding:10px 10px 0px 10px;
	background-color:#e8e8e8;
	border-top:1px dotted #666666;
	border-bottom:1px dotted #666666;
}
#page_signin .form .info {
	width:auto;
	position:relative;
	left:175px;
	top:-15px;
}
#page_signin .form .info a:hover {
	text-decoration:none;
}

#page_signin .form .button {
	width:80px;
	height:32px;
	display:block;
	margin:10px 0px 10px 50px;
	border:0px;
	background:url(images/button_form.jpg) no-repeat top left;
	color:#fafafa;
	cursor:hand;
	cursor:pointer;
}

/*********************************************************/
#page_signup .form label, #page_signin .form label {
	font-weight:bold;
	color:#333333;
}
#page_signup .form table tr td , #page_signin .form table tr td {
	padding:5px;
	border-top:5px solid transparent;
}
#page_signin .form .info {
	width:auto;
	position:relative;
	left:175px;
	top:-15px;
}
#page_signin .form .info a:hover {
	text-decoration:none;
}
#page_signup .form input, #page_signin .form input  {
	width:200px;
}
#page_signup .form select {
	width:auto;
}
#page_signup .verification img {
	margin:10px 0px 10px 70px;
	display:block;
}
#page_signup .verification input {
	width:200px;
	margin:10px 0px 0px 0px;
}
#page_signup .label {
	margin-top:10px;
	font-weight:bold;
}
#page_signup .label a {
	display:inline;
}
#page_signup .label a:hover {
	text-decoration:none;
}
#agree_tos {
	display:inline;
}


/**************************************************
	REGiSITER & LOGIN TABLE
**************************************************/

.offer {

	background-color: #E8E8E8;

}

.offer strong {

	padding-left: 70px !important;

}

.offer #readmore {
	display: none;
	color: black;

}

.register_table {
	width: 400px;
}

.register_table, .login_table {
	margin: 10px;
	margin: 10px 0 0 10px;
	font-size: 14px;
}

.login_table {
	width: 200px;
	border-top: 1px dotted #cccccc;
	border-bottom:1px dotted #cccccc;
	background-color: #eeeeee;
}

.register_table .item td, .register_table .item_open td, .register_table .item_middle td, .register_table .item_close td {
	background-color: #eeeeee;
}

.register_table td, .login_table td {
	padding: 5px;
	border-top:5 px solid transparent;
}
.register_table .item td {
	padding: 10px 0px;
	border-top: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
}
.register_table .item_open td {
	padding: 10px 5px;
	border-top: 1px dotted #cccccc;
	border-bottom: 0;
}
.register_table .item_middle td {
	border: 0;
}
.register_table .item_close td {
	padding: 0 5px 10px 5px;
	border-top: 0;
	border-bottom: 1px dotted #cccccc;
}
.register_table .break td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 10px;
}

.register_table input, .login_table input {
	width: 140px;
}

.register_table label, .login_table label {
	clear: both;
	width: 120px;
	margin: 0;
	color: #333333;
	font-weight: bold;
	font-size: 14px;
}

.register_table select {
	clear:both;
	width:auto;
	margin:0px;
	font-weight:normal;
	font-size:14px;
}

.register_table .terms, .login_table .terms {
	padding: 10px;
	background-color: #666666 !important;
	border: 5px solid #eeeeee !important;
	color: #ffffff;
	font-size: 12px;
}

.register_table .terms a, .login_table .terms a {
	color: #eeeebb;
}

.register_table .button, .login_table .button {
	width: 80px;
}

.register_table .chk {
	margin:0;
	padding:0;
	width:auto;
}

/**************************************************
	OPERATOR PAGE
**************************************************/

#page_operator {
	min-height:680px;
	padding:0px 20px 0px 350px;
	background:url(images/page_operator.jpg) no-repeat top left;
}
#page_operator .button {
	width:80px;
	height:32px;
	display:block;
	margin:10px 0px 10px 0px;
	border:0px;
	background:url(images/button_form.jpg) no-repeat top left;
	color:#fafafa;
	cursor:hand;
	cursor:pointer;
}

/**************************************************
	PROFILE PAGE
**************************************************/

#profile_images_container {
	background:#151515;
	border:5px solid #cc0000;
	border-left:0px;
	border-right:0px;
	margin: 20px 60px 20px 60px;
	padding:10px;
}
#profile_images {
	padding:10px;
	text-align:center;
}
#profile_text_container {
	margin: 20px 60px 20px 60px;
	padding:10px;
	min-height:150px;
	background-color:#e8e8e8;
	border-top:1px dotted #666666;
	border-bottom:1px dotted #666666;
}
#profile_text {
	padding:10px;
	text-align:left;
	color:#535353;
}
#profile_chat_container{
  background:#1f1f1f;
  border:1px solid #000000;
  margin: 20px 1px 20px 1px;
  padding:10px;
}
#profile_chat{
  background:#1f1f1f;
  text-decoration:none;
  text-align:center; 
  color:#ffffff;
}

.short_intro {
	text-align:center;
}

.profile_buttons{
  text-align:center; 
  margin: 0px 150px 0px 150px;
  padding:10px;
}

.profile_button{
	cursor:pointer;
	width: 170px;
	height: 68px;
}

.profile_message{
  margin:0px 150px;
  text-align:left;
  font-weight:bold;
  font-size:18pt;
  color:#ffffff;
}

#chat_iframe{
  background:#1f1f1f;
  padding-top:10px;
}
.blog_container1 {
	margin: 20px 60px 20px 60px;
	padding:10px;
	background-color:#e8e8e8;
	border-top:1px dotted #666666;
	border-bottom:1px dotted #666666;
}
.rating_container {
	margin: 20px 60px 20px 60px;
	padding:10px;
	min-height:150px;
	border-top:1px dotted #666666;
	border-bottom:1px dotted #666666;
}

.rating_content_container {
	margin-top:10px;
	padding:0px 10px 20px 10px;
	border-bottom:1px dotted #666666;
}
.rating_content_header {
	background-color:#000000;
	min-width:400px;
	padding:5px;
	color:#f1f1f1;
	font-weight:bold;
}

/*******************************************
	WEBCAM PAGE
*******************************************/

#cam_chat_container {
	color:#000000;
}
#big_div_container{
	background:url()#2e2e2e;
	width:860px;
	margin: 0px 10px 0px 3px;
	_margin:30px 5px 0px 8px;
	border:1px solid #000000;
	padding:10px;
}
#big_div{
	background-color:#101010 !important;
	height:100%; 
}
.webcam_text {
	color:#000000 !important;
}
.public_message {
	color:#000000 !important;
}

/*******************************************
	NOT REALLY SURE, css_edit_seller css_edit_seller css_edit_seller
*******************************************/

#memberid{
	background-color:transparent !important;
	border:none;
	color:#FFF !important;
}
.edit_personas {
	float:left !important;
	margin-left:50px !important;
	color:black !important;
	width:90%;
}
.edit_personas  td {
	border:1px solid #ccc;
	margin:0px;
	padding:6px;
	font-size:12pt;
	text-align:center;
	color:#fff;
}
.edit_personas  .submitbutton{
	font-family:Arial, Helvetica,sans-serif;
	font-size: 13px;
	font-weight: Bold;
	width:50px;
	text-decoration: underline;
	border: none;
	cursor: pointer;
	cursor: pointer;
}

/***********************************************

***********************************************/

.failure_notice {
	margin-left: 3%;
	width: 90%;
	border: 2px solid #191919;
	padding: 10px;
	font-weight:bold;
	font-size:1em;
	text-align:center;
	background-color: #F2D9D0;
	color: #000000;
	margin-bottom: 15px;
}
.failure_notice a {
	color: #000000 !important;
}
.success_notice {
	margin-left: 3%;
	width: 90%;
	border: 2px solid #191919;
	padding: 10px;
	font-weight:bold;
	font-size:1em;
	text-align:center;
	background-color: #E4F1D2;
	color: #000000;
	margin-bottom: 15px;
}
.success_notice a {
	color: #aeb2ba !important;
}

/***********************************************

***********************************************/

.streambox{
	float:left;
	clear:none;
	margin:10px;
	border:1px solid white;
	padding:5px;
}

/************************************************

************************************************/
.becomeababediv {
	padding:10px;
}
.becomeababediv .highlighted {
	background-color:#EEB;
	padding:5px;
	margin:2px;
}
.becomeababediv .col1 {
	color:#000;
	font-weight:700;
}
.becomeababediv .col2 {
	color:#000;
	font-weight:700;
}
.becomeababediv .col3 {
	color:#000;
	font-weight:700;
}

/****************************************

****************************************/

.sellers_page *{

}
.player_anchor a {
	border:none !important;
}
.player_anchor a:hover{
	border:none !important;
}

/**************************************

**************************************/

.site_selector {
	margin:0 10px;
}
.a_site {
	border:1px solid white;
	margin:10px;
	padding:5px;
}
.commissions_table {
	margin:0 auto;
	margin-bottom:15px;
	margin-top:15px;
}
.commissions_table  td{
	border:1px solid white;
	padding:3px;
}

/*****************************************

*****************************************/

.call_hist_table {
	text-align:center;
}
.call_hist_table td{
	margin:5px;
	border:1px solid white;
	padding:3px;
}

/*******************************************
	FAQ
*******************************************/

#faq {
	width:850px;
	margin:0px 20px 0px 20px;
}

#faq .title {
	display:block;
	margin-bottom:10px;
	font-size:16px;
	font-weight:bold;
}

#faq .explanation {
	margin-bottom:30px;
}

#faq .line {
	height:10px;
	width:790px;
	margin:10px 30px 0px 30px;
	border-top:2px solid #ff00cc;
}

/**************************************************
	BLOG PAGE
**************************************************/

.blog_layout_container {
	background:#e8e8e8;
  	margin: 20px 60px 20px 60px;
	padding:10px;
	border-top:1px dotted #666666;
	border-bottom:1px dotted #666666;
	cursor:pointer;
	cursor:hand;
}
.blog_layout {
	padding:10px;
	min-height:100px;
	text-align:left;
}
.blog_layout a {
	color:#535353;
	text-decoration:none;
}
.blog_layout a:hover {
	background-color:#000000;
	padding:5px;
	color:#f1f1f1;
	font-weight:bold;
	text-decoration:none;
}
.blog_layout .nick {
	background-color:#000000;
	min-width:400px;
	padding:5px;
	color:#f1f1f1;
	font-weight:bold;
}
.blog_image{
  /*float:right;*/
	margin:10px 0px 10px 0px;
}

.blog_content_container {
	margin-bottom: 10px;
	border-bottom: 1px solid;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	padding-bottom: 10px;
}

.blog_content_header {
	font-size: 1.4em;
	font-weight: 700;
	border-bottom: 1px solid;
	margin-bottom: 10px;
}

.blog_content_image {
	width:180px;
}

.blog_header {
	font-size: 2em;
	font-weight: 700;
	text-align: center;
}

.blog_see_more {
	text-align:center;
	border: 1px solid;
	padding: 7px;
	background-color: #313131;
	width: 80%;
	margin-left: 78px;
	margin-bottom: 8px;
}

.blog_content_audio {
	margin-top: 7px;
	margin-bottom: 10px;
	border: 1px solid;
	background-color: #313131;
	padding: 5px;
}

.blog_content_audio a{
	font-weight:600;
}

/*******************************************
	MAIL PAGES
*******************************************/

#mailmenu {
	margin-top:10px !important;
}
#mailmenu ul {

}

#mailmenu ul a {
	padding:5px 10px 5px 10px;
	color:#535353;
	font-weight:bold;
	text-decoration:none;
}
#mailmenu ul a:hover {
	background-color:#000000;
	color:#f1f1f1;
	font-weight:bold;
	text-decoration:none;
}
#mailmenu li {
	display:inline;
	font-size:1.2em;
}

.mail_operations {
  list-style:none;
}
.mail_operations li {
  display:inline;
  padding:0 10px;
}
.mail_options ul li a {
	padding:5px 10px 5px 10px;
	color:#535353;
	font-weight:bold;
	text-decoration:none;
}
.mail_options a:hover {
	background-color:#000000;
	color:#f1f1f1;
	font-weight:bold;
	text-decoration:none;
}
#mail_options li {
  display:inline;
  font-size:1.1em;
  padding:0 35px;
}

#mailcontainer {
	margin:0px 10px 0px 10px;

}

#mailtable {
	margin:5px;
	width:100%;
}
#mailtable a {
	margin:5px;
	width:100%;
	color:#535353;
}
#mailtable tr td {
	border-top:1px dotted #666666;
	border-bottom:1px dotted #666666;
	color:#535353;
}
#mailtable tr .read_mail_row td {
	background-color:#e8e8e8;
	color:#535353;
}
#mailtable tr.unread_mail_row td {
	background-color:#cc0000;
	color:#f1f1f1;
	font-weight:bold;
}

/* where are these ? */
#mail_subject {
  border:1px solid #ccc;
  margin:0 50px -1px;
  padding:7px;
}

#mail_body {
  border:1px solid #ccc;
  margin:0 50px;
  padding:7px;
}


div.maildiv {
	margin:0px auto 0px auto;
}

div.maildiv a {
  display:block;
  left:-5px;
  padding-bottom:5px;
  padding-top:5px;
  position:absolute;
  text-align:center;
  width:100px;
}

/*******************************************
	ADMIN CREDITCARD
*******************************************/

#credit_card_table{
	font-size:11px;
	font-size:bold;
	color:#000000 !important;
	background-color:#eeeeee !important;
}

#credit_card_table tr {
	color:#ffffff;
	text-align:left;
	border:1px solid #666666;
	padding:4px;
}

#credit_card_table td {
	text-align:left;
	border: 1px solid #666666;
	padding:4px;
}

/*******************************************
	ADMIN CALLS MADE
*******************************************/

#mytable {
	font-size:11px;
}

/**************************************************
	POP UP CONTAINERS
**************************************************/

#bigpopup{
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	text-align:center;
	display:none;
}

#bigpopup_contents{
	text-align:center;
	margin:150px auto;
	border:1px solid white;
	width:100%;
	background-color:black;
	padding:20px;
}

#bigpopup_contents_html{
	margin-bottom:30px;
	text-align:left;
}

#bigpopup_contents_footer{
	position:relative;
	bottom:0px;
}

.cam_status_thing {
	text-align:center;
	width:100%;
	font-weight:bold;
	font-size:1.4em;
	color:#ffff7f;
}

/**************************************************
	PRODUCT STUFF LIKE
**************************************************/

.private_gallery_group_header {
	font-weight:bold;
	font-size:18px;
	padding:10px;
	margin-left:10px;
	margin-top:40px;
}

.private_gallery_group_header .button {
	width:150px;
	margin:10px 0px 10px 0px;
	display:block;
}

.private_gallery_group_desc {
	font-weight:bold;
	font-size:16px;
	margin-left:20px;
}

.private_gallery_img_contain {
	background:url(images/private_gallery_img_contain.jpg) repeat-y top left;
	width:98%;
	margin:0px 20px 10px 20px;
	padding:20px 20px 20px 20px;
	text-align:center;
}

.private_gallery_image {
	margin:2px;
	width: 130px;
	height: 125px;
}

/**************************************************
	FORMS
**************************************************/

label {
	margin-left:20px;
	width:150px;
	display:block;
	clear:none;
	float:left;
}
/*
input, select {
  margin: 4px 0px 0px 0px;
  font-weight: bold;
  background-color:#cccccc;
  color:#000000;
  border:1px solid #000000;
  width:100px;
}

select {
  width:auto;
}

textarea {
  background-color:transparent;
  border:1px solid white;
  color:white;
}
*/
.button {
	width:80px;
	height:32px;
	border:0px;
	margin:10px 0px 10px 0px;
	background:url(images/button_form.jpg) no-repeat top left;
	color:#fafafa;
	cursor:hand;
	cursor:pointer;
}

.large_button{
  background:url(images/buttons_lrg.jpg) repeat-x top left #000000;
  color:#ffffff;
  border:1px solid #920000;
  text-align:center;
  cursor:hand;
  cursor:pointer;
  height:40px;
  padding: 6px;
  font-weight:bold;
}

.inputbutton{
  background:url(images/buttons.jpg) repeat-x top left #000000;
  color:#ffffff;
  border:1px solid #920000;
  text-align:center;
  cursor:hand;
  cursor:pointer;
}

/**************************************************
	BECOME A BABE
**************************************************/

#become_a_babe {
	clear:both;
	background-color:#000000;
	width:790px;
	height:30px;
	margin:0px auto 0px auto;
	padding:5px 0px 5px 0px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	letter-spacing:0.1em;
	color:#ffffff;
}
#become_a_babe a {
	color:#ffffff;
	text-decoration:none;
}
#become_a_babe a:hover {
	text-decoration:underline;
}

/**************************************************
		THE GIRLS
**************************************************/

#the_girls_title {
	background-color:#000000;
	width:790px;
	margin:10px auto 0px auto;
	padding:5px 0px 5px 0px;
	font-size:12px;
	font-weight:bold;
	letter-spacing:0.1em;
}
#the_girls {
	background-color:#000000;
	width:790px;
	height:115px;
	margin:0px auto 0px auto;
	padding-top:5px;
	border-top:1px dotted #666666;
	border-bottom:1px dotted #666666;
	overflow: auto;
	font-size:9px;
	scrollbar-base-color: #000000;
	scrollbar-arrow-color: #cc0000;
	scrollbar-shadow-color: #666666;
	scrollbar-track-color: #333333;
}
#the_girls a {
	color:#666666;
	text-decoration:none;
	display:block;
}
#the_girls a:hover {
	color:#ffffff;
}
#the_girls .column {
	width:130px;
	margin:0px 0px 5px 0px;
	float:left;
}


/*******************************************
	LOGIN_OR_REGISTER
*******************************************/

.login_or_register form {
	float: left;
	width: 340px;
	margin: 0 0 0 10px;
	padding: 20px;
	background-color: #eeeeee;
	font-size: 12px;
}

.login_or_register form h2 {
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
}

.login_or_register form hr {
	clear: both;
}

.login_or_register form table {
	width: 100%;
}

.login_or_register form table td {
	padding: 5px 0;
}

.login_or_register form table td label, .login_or_register form table .tcs {
	margin: 0;
	padding: 0;
	color: #666666 !important;
	font-weight: bold;
}

.login_or_register form table .tcs {
	margin: 5px 0;
	color: #999999 !important;
	font-weight: normal;
	font-size: 10px;
}

.login_or_register form table .forgot {
	display: block;
	margin: 5px 0;
	color: #999999 !important;
}

.login_or_register form table .left {
	width: 130px;
}

.login_or_register form table .button {
	width: 80px;
}

.login_or_register form table input {
	width: 170px;
}

.login_or_register form .terms {
	padding: 0 0 0 70px;
}

.login_or_register form  .chk {
	margin: 0;
	padding: 0;
	width: auto;
}

.login_or_register #userOk, .login_or_register #userNo, .login_or_register #uinfo, .login_or_register #no_match {
	display: block;
	display: none;
	margin: 5px 20px 0 0;
	padding: 5px 5px 5px 30px;
	background: url('images/icons/16x16/tick.png') no-repeat 5px center #b8ff8f;
	border: 1px solid #007236;
	color: #007236;
	font-size: 10px;
}

.login_or_register #userNo, .login_or_register #no_match {
	background: url('images/icons/16x16/error.png') no-repeat 5px center #f2bfbf;
	border: 1px solid #cc0000;
	color: #cc0000;
}

.login_or_register #uinfo {
	background: url('images/icons/16x16/inform.png') no-repeat 5px center #fff3a3;
	border: 1px solid #e7bd72;
	color: #b79000;
}

/**************************************************
	FOOTER
**************************************************/

#copyright {
	background-color:#000000;
	width:790px;
	margin:0px auto 0px auto;
	font-size:10px;
	font-weight:bold;
	color:#666666;
	text-align:left;
}

#footer {
	background-color:#000000;
	width:790px;
	margin:0px auto 0px auto;
	padding:5px 0px 10px 0px;
	font-size:10px;
	font-weight:bold;
	color:#ffffff;
}
#footer a {
	color:#ffffff;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

#small_print {
	background-color:#000000;
	width:790px;
	line-height:150%;
	margin:0px auto 0px auto;
	padding:10px 0px 10px 0px;
	font-size:9px;
	font-weight:bold;
	color:#666666;
}