/* START CODE932 CSS CODE*/
.clear {
	clear: both;
}

#categorySearchFilters {
}

#categorySearchFilters .categoryList {
	float: left;
}

#categorySearchFilters h4 {
	padding: 0 0 3px 5px;
	border-bottom: 1px dotted black;
}

#categorySearchFilters .categoryFilter {
	float: left;
	margin-left: 10px;
	width: 165px;
}

#categorySearchFilters .categoryFilterHelp {
	float: left;
	margin-left: 10px;
	width: 70px;
}

#categorySearchFilters .categoryFilterTable {
	border-left: 1px dotted black;
}

#categorySearchFilters .categoryFilterTable .tdHelp {
	height: 100px;
}

#modelSearchResults {
	margin-bottom: 20px;
}

#modelSearchResults .loading {
	text-align: center;
	padding: 50px;
}

#pagesHeader {
	margin-bottom: 20px;
}

#modelsList {
	margin-bottom: 20px;
}

#modelsList .modelsTable {
	text-align: center;
}

#modelsList .modelsTable .tdtopleft {
	vertical-align: top;
	text-align: left;
}

#modelsList .modelCell {
	float: left;
	text-align: center;
	width: 112px;
	border: 1px solid black;
	margin: 8px;
	padding: 5px;
}

#modelStatusSwitch {
	float: right;
}

#modelStatusSwitch .online {
	color: green;
}

#modelStatusSwitch .offline {
	color: red;
}

#modelListSwitch {
	margin-bottom: 20px;
	float: left;
}

/*404 page not found*/
#notFoundContent  {
	font-size: 14px;
	border:	#999 1px solid;
	background-color: #fff;
	padding: 20px 20px 12px 20px;
	margin: 10px;
}

#notFoundContent h1 {
	font-weight: normal;
	font-size: 20px;
	margin:	0 0 4px 0;
}
/*404 page not found*/

/* login page */
#loginL {
	margin-bottom: 20px;
}

#loginL .field {
	float: left;
	width: 150px;
	margin-bottom: 10px;
}

#fields input {
	width:110px;
	height:22px;
	padding:6px 4px 0 10px;
	border:0;
	margin:0 1px 10px 0;
	background:transparent url(images/login_bg.gif) left top no-repeat;
	color:#ffea82;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:1px;
	float:left;
}
/* login page */

#error {
	color: red;
	margin-bottom: 10px;
}

#breadcrumb {
	display: block;
	width: 100%;
	height: 24px;
	padding: 5px 0 0 0;
	margin: 0 0 20px 0;
	background: #ffea82 url(images/yellow.gif) left center no-repeat;
	color: #252525;
	text-transform: uppercase;
	font: bold 14px Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: 23px;
}

#viewProfile {
	margin-bottom: 10px;
}

#viewProfile #leftViewProfile {
	float: left;
	width: 180px;
	text-align: center;
	padding: 10px;
	border: 1px solid black;
}

#viewProfile #centerViewProfile {
	float: left;
	padding: 10px;
	width: 695px;
	border: 1px solid black;
}

#viewProfile #centerViewProfile .centerText {
	text-align: center;
}

#viewProfile #centerViewProfile .imageProfile {
	margin-left: 10px;
}

#warning {
	margin-bottom: 25px;
	text-align: center;
	font-size: 125%;
	font-weight: bold;
}

#searchedTags {
	margin-bottom: 10px;
}

/*advanced search area*/

#searchAdvancedArea {
	float: left;
	display:block;
}
#searchAdvancedArea a, #searchAdvancedArea a:visited {
	color: #777;
}
#searchAdvancedArea input {
	width:253px;
	height:22px;
	padding:6px 4px 0 10px;
	border:0;
	margin:0 2px 12px 0;
	background:url(images/search_bg.gif) left top no-repeat;
	color:#777;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:1px;
	float:left;
}
#searchAdvancedArea input.button {
	width:34px;
	height:28px;
	padding:0;
	text-indent:-9999px;
	background:url(images/search_button.gif) left bottom no-repeat;
}

/*regular search area*/
#searchArea {
	float: right;
	display:block;
}
#searchArea a, #searchArea a:visited {
	color: #777;
}
#searchArea input {
	width:253px;
	height:22px;
	padding:6px 4px 0 10px;
	border:0;
	margin:0 2px 12px 0;
	background:url(images/search_bg.gif) left top no-repeat;
	color:#777;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:1px;
	float:left;
}
#searchArea input.button {
	width:34px;
	height:28px;
	padding:0;
	text-indent:-9999px;
	background:url(images/search_button.gif) left bottom no-repeat;
}

#menuModel {
	position: relative;
	display: block;
	width: 923px;
	margin: 0 auto;
}

#modelAccount {
	font-weight: bold;
}

#modelAccount .welcome {
	float: left;
}

#modelAccount .credit {
	float: left;
	margin-left: 250px;
}

#modelAccount .date {
	float: right;
}

#modelAccountWarning {
	border: 1px solid black;
	padding: 10px;
	text-align: center;
}

#announcement {
	float: left;
	width: 200px;
	border: 1px solid #dbdbdb;
}

#announcement .title {
	background: #dbdbdb;
	padding: 10px;
	font-weight: bold;
}

#announcement .message {
	padding: 10px;
}

#modelAccountCenter {
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	width: 477px;
}

#startChat, #modelMessages {
	width: 477px;
	border: 1px solid #dbdbdb;
}

#startChat .title, #modelMessages .title {
	background: #dbdbdb;
	padding: 10px;
	font-weight: bold;
	text-align: center;
}

#startChat .message, #modelMessages .message {
	padding: 10px;
}

#startChat .message .button {
	padding: 5px;
	height: 20px;
	background: #ffea81;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

#startChat .rating {
	margin-top: 10px;
	text-align: center;
}

#copyright {
	margin-bottom: 20px;
}

#copyright .image {
	margin-right: 30px;
}

#copyright .list {
	margin-left: 440px;
}

#copyright .text {
	float: left;
	margin-right: 15px;
	width: 300px;
}

#copyright .text1 {
	float: left;
	margin-right: 15px;
	width: 590px;
}

#inputCheckboxes {
	float: left;
	width: 100px;
}

#resendModel {
	margin-bottom: 20px;
}

#resendModel .frontText {
	float: left;
	width: 200px;
	font-weight: bold;
	margin-bottom: 10px;
}

#resendModel .input {
	float: left;
	width: 500px;
	margin-bottom: 10px;
}

.requiredField {
	color: red;
	font-weight: bold;
}

label.error, label.myerror {
	margin-left: 5px;
	color: red;
}

.cursor {
	cursor: pointer;
}

#personalDetails {
	margin-bottom: 20px;
}

.inputFrontText {
	float: left;
	width: 200px;
}

.inputFrontHeader {
	float: left;
	font-size: 14px;
	font-weight: bold;
}

.inputFrontLegend {
	float: left;
	margin-bottom: 20px;
}

.inputValue {
	margin-left: 30px;
	float: left;
	font-size: 14px;
	width: 690px;
}

.inputValue .inputCheckboxes {
	float: left;
	width: 115px;
}

#kinksDiv, #fetishDiv, #turnsMeOffDiv, #turnsMeOnDiv, #aboutMeDiv, #mainDescDiv {
	margin-left: 250px;
}

.spokenLanguageLabel {
	height: 150px;
}

#publicProfile .submit, #changePassword .submit, #paymentDetails .submit, .submit {
	display:block;
	width:155px;
	height:37px;
	margin:0;
	padding:0;
	background:transparent url(images/signup_button.jpg) left top no-repeat;
	text-transform:uppercase;
	text-indent:-9999px;
	margin-top:10px;
	margin-left:25px;
}

#publicProfile, #changePassword, #paymentDetails {
	margin-bottom: 20px;
}

#changeSuccess h3 {
	display: block;
	width: 100%;
	padding: 7px 0 7px 35px;
	margin: 0 0 20px 0;
/*	background: #ffea82 url(images/yellow.gif) left center no-repeat; */
	background: #d7f8d8 url(../images/forum/success.png) no-repeat 10px center;
	color: #252525;
	text-transform: uppercase;
	font: bold 14px Arial, Helvetica, sans-serif;
	text-align: left;
}

.countryStateCity {
	float: left;
	width: 200px;
}

.dayofweek {
	float: left;
	width: 100px;
	padding: 10px;
}

.dayofweekInput {
	float: left;
	width: 300px;
}

.dayofweekSmall {
	float: left;
	margin-left: 123px;
	margin-top: -9px;
	font-size: 75%;
}

#images .profilePicture {
	float: left;
	padding: 10px;
}

#images {
	margin-bottom: 20px;
}

#dayPay, #paidSessions {
	margin-bottom: 30px;
}

#dayPay .tr, #paidSessions .tr {
	background-color: #FFEA81;
}

#dayPay .tr td, #paidSessions .tr td {
	font-weight: bold;
	font-size: 14px;
}

#dayPay .buttonDiv {
	width: 600px;
	margin: 0 auto;
}

#dayPay .buttonDiv .button, .buttonMov {
	float: left;
	width: 180px;
	height: 28px;
	font-size: 16px;
	font-weight: bold;
}

#dayPay .buttonDiv .pages {
	float: right;
	font-size: 12px;
	font-weight: bold;
}

.unread {
	font-weight: bold;
}

fieldset .input_file_path {
	 margin-left: 250px
}

.inputNormal {
	height: 12px;
}

.toleft {
	float: left;
}

.xxxPhotos {
	float: left;
	width: 160px;
	padding: 3px;
	margin: 5px;
	border: 1px solid black;
}

.modelListCell {
	float: left;
	width: 177px;
	text-align: center;
}

.pageDiv {
	float: left;
	padding: 5px;
	font-size: 12px;
}

.registeredSearch {
	float: right;
	width: 600px;
}

.submitButton {
	height: 27px;
	width: 180px;
	padding-bottom: 5px;
}

#signupModel fieldset .modelValue {
	float: left;
	width: 635px;
}

#memberAwards {
}

#memberAwards .cell {
	float: left;
	text-align: center;
	width: 209px;
	border: 1px solid black;
	padding: 10px;
	height: 30px;
}

#memberAwards .right {
	border-left: none;
}

#memberAwards .bottom {
	border-top: none;
}

#memberAwards .bottomRight {
	border-top: none;
	border-left: none;
}

#memberAwards .delete {
	width: 20px;
	cursor: pointer;
}

#memberAwards .bottomDelete {
	border-top: none;
	width: 20px;
	cursor: pointer;
}

a.linkProfileGreen, a.linkProfileGreen:hover, a.linkProfileGreen:visited, a.linkProfileGreen:active {
	color: #a4e749;
	text-decoration: none;
}

.recVideo {
	position:relative;
	display:block;
	width:366px;
	height:335px;
	margin-right:0px;
	float:left;
	/*background:url(../images/preview_and_approve.gif) right top no-repeat; */
	padding:60px 0px 0 25px;
}
.recVideo .patitle {
	width:352px;
	background:url(../images/field_pa.gif) left top no-repeat;
}
.recVideo textarea {
	width:352px;
	height:228px;
	background:url(../images/textarea366x228.gif) left top no-repeat;
}

.editchatre {
	position:relative;
	display:block;
	width:880px;
	height:400px;
	margin-right:0px;
	float:left;
	background:url(../images/edit_chat.gif) right top no-repeat;
	padding:10px 8px 0 0px;
	text-align:right;
}
.editchatyo {
	position:relative;
	display:block;
	width:880px;
	min-height:400px;
	margin-right:0px;
	float:left;
	background:url(../images/edit_chat.gif) right top no-repeat;
	padding:25px 8px 0 0px;
	text-align:right;
}

.discountDiv {
	width: 885px;
	margin-left: 260px;
}

.discountLabel {
	float: left;
	margin-top: 5px;
	text-transform: uppercase;
}

.modelEditPriceDiv {
	width: 100px;
	margin-left: 390px;
}

.modelEditPriceLabel {
	float: left;
	margin-top: 5px;
	text-transform: uppercase;
}

.studioDiscountDiv {
	width: 885px;
	margin-left: 312px;
}

.studioDiscountLabel {
	float: left;
	margin-top: 5px;
	text-transform: uppercase;
}

div.signUpPictureText {
	float: left;
	padding-left: 10px;
	padding-top: 7px;
}

#signupModel label.label_noclass {
	float: left;
	font-size: 11px;
	font-weight: normal;
	padding-top: 6px;
	text-transform: none;
	width: 500px;
}

.rankingMainDiv {
	padding: 10px;
	margin-left: 5px;
	border: 1px solid black;
	margin-top: 5px;
	width: 150px;
}

.rankingVotesDiv {
	float: left;
	margin-left: 5px;
	padding: 10px;
	border: 1px solid black;
	margin-top: 5px;
	width: 150px;
}

.rankingUserDiv {
	float: left;
	width: 75px;
}

.rankingValueDiv {
	float: left;
	padding-left: 20px;
}

#pagesHeader {
	white-space:nowrap;
}

div#imageProfile div.discount {
	position:absolute;
	display:block;
	top:159px;
	left:73px;
	width:130px;
	height:26px;
	-ms-filter: "Alpha(opacity=80)";
	filter: Alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	-webkit-opacity:0.8;
	background: url('images/discount.gif') no-repeat;
	z-index: 100;
}

#signupModel fieldset.fieldsetAdvancedSearch {
	width: 460px;
}

#signupModel div.fieldsetDiv {
	float: left;
}

#signupModel div.tagCloudDiv {
	float: left;
	width: 420px;
	text-align: center;
}

.tag_cloud_1 {
	font-size: 11px;
}

.tag_cloud_2 {
	font-size: 12px;
}

.tag_cloud_3 {
	font-size: 13px;
}

.tag_cloud_4 {
	font-size: 14px;
}

.tag_cloud_5 {
	font-size: 15px;
}

.tag_cloud_6 {
	font-size: 16px;
}

.tag_cloud_7 {
	font-size: 17px;
}

.tag_cloud_8 {
	font-size: 18px;
}

.tag_cloud_9 {
	font-size: 19px;
}

.tag_cloud_10 {
	font-size: 20px;
}
/* END CODE932 CSS CODE*/

div.tagCloudDiv a, div.tagCloudDiv a:visited, div.tagCloudDiv a span {
	text-decoration: none;
}
#additionalsettings {
	position:absolute;
	display:block;
	right:-27px;
	top:0px;
	width:25px;
	height:226px;
	background:url(../images/my_additional_settings.gif) right top no-repeat;
	text-indent:-9999px;
}

div.admin_list_cell {
	width: 895px;
}

div.admin_list_name {
	background:#ffea82;
	color:#252525;
	font:normal 11px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-align:center;
	height:28px;
}

#listings td.selectedRow {
	/*background: url('images/1px_listings_gradient.gif') repeat-x;
	cursor: pointer;*/
}

.stats table td.selectedRowInter {
	/*background: url('images/1px_listings_gradient_inter.gif') repeat-x;
	cursor: pointer;*/
}

.stats table td.selectedRowSmall {
	/*background: url('images/1px_listings_gradient.gif') repeat-x;
	cursor: pointer;*/
}

#listings td.selectedRowBig, .stats table td.selectedRowBig {
	/*background: url('images/1px_listings_gradient_big.gif') repeat-x;
	cursor: pointer;*/
}

.stats label, .labelawards {
	display:block;
	float:left;
	width:60px;
	margin:3px 0 0 0;
	padding:0;
	font-size:12px;
	color:#252525;
	text-transform:uppercase;
}

.stats input.displaystats {
	margin-left: 4px;
	margin-top: -3px;
}

#logout_admin {
	position:absolute;
	display:block;
	top:0;
	right:0;
	width:92px;
	height:30px;
	margin:0;
	padding:0;
	background:url(../images/logoutbutton.gif) center center no-repeat;
}
#logout_admin a {
	display:block;
	width:92px;
	height:30px;
	line-height:30px;
	text-align:left;
	text-indent:-9999px;
}

#adminLandingHome {
	color: white;
    display: block;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    right: 104px;
    text-align: center;
    text-transform: uppercase;
    top: 120px;
    width: 210px;
}

#admin_label {
	margin-left: 5px;
	width: 100px;
}

#table_admin_logged td {
	color:#000000;
	font-family:Verdana,Tahoma,Arial,sans-serif;
	font-size:x-small;
	background: #F8F8F8;
}

#table_admin_logged span {
	color:#0066CC;
	font-weight:bold;
}

#table_admin_logged div.thin {
	line-height:140%;
	margin:2px 0;
	padding:2px 0;
}

#registeredModelMenuAdmin {
	position: relative;
	display: block;
	width: 895px;
	height: 43px;
	margin: 0 auto;
	background: url(../images/cxc_listing_top_small.gif) left top no-repeat;
}

#search_admin {
	position:relative;
	display:block;
	width:308px;
}

#search_admin a, #search_admin a:visited {
	color:#777;
}

#search_admin input {
	width:253px;
	padding:6px 4px 0 10px;
	border:0;
	margin:0;
	background:url(../images/search_bg.gif) left top no-repeat;
	color:#777;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:1px;
	float:left;
}

#search_admin input.button {
	width:34px;
	height:28px;
	padding:0;
	margin-left: 5px;
	text-indent:-9999px;
	background:url(../images/search_button.gif) left bottom no-repeat;
}

.submitForm {
	display:block;
	width:132px;
	height:34px;
	margin:0;
	padding:0;
	background:transparent url(../images/button_submit_tiny.gif) left top no-repeat;
	text-transform:uppercase;
	text-indent:-9999px;
	float:left;
	cursor:pointer;
	_cursor:hand;
	margin-top: -3px;
}

.stats #backtoreport {
	display:block;
	float:left;
	text-transform:uppercase;
	text-align:left;
	font-size:12px;
}

.stats #backtoreport a {
	display:block;
	text-transform:uppercase;
	font-size:12px;
	text-indent:15px;
	background:url(../images/arr_yellow.gif) left center no-repeat;
}

#listings .pageLetter {
	float: right;
	width: 350px;
	text-align: right;
}

#listings .page {
	float: left;
	width: 550px;
}

#topblockps h2.commission {
	background:none;
	color:black;

	display:block;
	height:20px;
	text-transform:uppercase;
	width:530px;
}

div.multiple_persons {
	border: 1px solid #DBDBDB;
	display: none;
	padding: 5px;
	margin-top: 5px;
}

#multiple_persons label {
	width: 244px;
}

#multiple_persons fieldset .input_file_path {
	margin-left: 244px;
	margin-left: 244px;
}

.person_identifier {
	color: #354bf8;
	margin-top: -5px;
}

div.activateEmail {
	margin-left: 20px;
}

#all_seo div.seo_fields {
	border: 1px solid #DBDBDB;
	padding: 10px;
	margin-top: 10px;
}

#all_seo div.seo_fields .header {
	color: #252525;
	background: #FFEA82 url(images/yellow.gif) no-repeat scroll left center;
	padding: 5px 5px 5px 25px;
	width: 150px;
}

#all_seo .seo_submitForm {
	margin-left: 10px;
}
.footerlogos a {
	padding: 0px 10px;
}

#listings .sortable {
	cursor: pointer;
}

#listings .sort_arrows_img {
	margin-top: 5px;
}

#div_over_chart_stamp {
	width: 400px;
	height: 18px;
	background: #F8F8F8;
	margin-left: 7px;
	position: absolute;
	z-index: 10;
}

label.width_180 {
	width: 180px;
}

#homepage {
	text-align:right;
}

.model_guests, #homepage .model_guests {
	color: black;
	font-weight: bold;
	text-transform: uppercase;
	width: 150px;
}

.model_users_no_money, #homepage .model_users_no_money {
	color: red;
	font-weight: bold;
	text-transform: uppercase;
	width: 150px;
}

.model_users, #homepage .model_users {
	color: #0066CC;
	font-weight: bold;
	text-transform: uppercase;
	width: 150px;
}

.model_users total_users, #homepage .model_users total_users {
	padding-right: 20px;
}

.model_models, #homepage .model_models {
	color: #67c857;
	font-weight: bold;
	text-transform: uppercase;
}

div.spy_total_main {
	float: right;
	margin-left: 10px;
}

div.spy_total {
	float: left;
	text-align: center;
}

div.spy_separator {
	float: left;
	margin: 0 5px 0 5px;
}

.cluetip_image {
	border: 1px solid #1F1F1F;
}

#listingtop_admin {
	position:relative;
	display:block;
	width:923px;
	height:43px;
	margin:0 auto;
	background:url(../images/cxc_listing_top_admin.gif) left top no-repeat;
	letter-spacing:0.05em;
}

.add_new_category {
	margin-top: 5px;
}

ul.model_list_grid {
	margin: 0;
	padding: 0;
	float: left;
	display:inline;
	list-style-type: none;
}
ul.model_list_grid li {
	width: 174px;
	height: 168px;
	float: left;
	display: inline;
	margin: 10px 0 0 10px;
	position: relative;

}

.model_list_grid img.modelphoto {
	border-bottom:8px solid #1E9B01;
	border-top:8px solid #1E9B01;
	width: 174px;
	height: 131px;
}
.model_list_grid img.modelphoto:hover{
	border-bottom:8px solid #f924a9;
	border-top:8px solid #f924a9;
}
ul.model_list_grid h3 {
	position: absolute;
	top: 115px;
	background: url(../images/transparent_bg.png);
	font: bold 12px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 4px 5px 0px 5px;
	width: 164px;
	padding-left:5px;
	color:white;
	font-size:12px !important;
	font-weight:bold;
	height:20px;
	text-decoration:none;
	text-transform:uppercase;
	text-align: left;
	float: left;
}
ul.model_list_grid h3 span {
	display: block;
	float: left;
	width: 28px;
	height: 20px;
	padding-top: 7px;
	text-align: center;
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #000;
	background: url(../images/gallery_star.png) no-repeat;
	margin-top: -8px;
}
ul.model_list_grid li a {
	display: block;
}
ul.model_list_grid li a.action_freechat {
	width: 87px;
	height: 25px;
	background: url(../images/model_list_action_buttons.gif) no-repeat 0px -50px;
	text-indent: -9999px;
	float: left;
}
ul.model_list_grid li a.action_freechat:hover {
	background-position: 0px -75px;
}
ul.model_list_grid li a.action_privatechat {
	width: 87px;
	height: 25px;
	background: url(../images/model_list_action_buttons.gif) no-repeat -88px -50px;
	text-indent: -9999px;
	float: left;
	margin-left: 1px;
	display: inline;
}
ul.model_list_grid li a.action_privatechat:hover {
	background-position: -88px -75px;
}
ul.model_list_grid li a.action_freetextchat {
	width: 87px;
	height: 25px;
	background: url(../images/model_list_action_buttons.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	float: left;
}
ul.model_list_grid li a.action_freetextchat:hover {
	background-position: 0px -25px;
}

ul.model_list_grid li ul.model_dropdown {
	padding: 0px;
	margin: 0px;
	float: none;
	position: absolute;
	bottom: 29px;
	display: none;
}
ul.model_list_grid li ul.model_dropdown li {
	float: none;
	margin: 0; padding: 0;
}
ul.model_list_grid li ul.model_dropdown.leftmenu {
	left: 0px;
	margin: 0; padding: 0;
}
ul.model_list_grid li ul.model_dropdown.rightmenu {
	right: 0px;
}

ul.model_list_grid li ul.model_dropdown li a {
	display: block;
	width: 86px;
	text-align: center;
	padding: 5px 0px;
	background: url(../images/transparent_bg.png);
	text-decoration: none;
	font-weight: bold;
	color: #ffee66;
	margin-top: 1px;
}

ul.model_list_grid li ul.model_dropdown li a:hover {
	/*background: #333;*/
}
ul.model_list_grid li a.action_privatechat_off {
	width: 87px;
	height: 25px;
	background: url(../images/model_buttons_private_off.png) no-repeat;
	text-indent: -9999px;
	float: left;
	margin-left: 1px;
	display: inline;
}

ul.model_list_grid.top3 {
	margin-left:30px;
	margin-top: 70px;
}
ul.model_list_grid.top3 li {
	margin-left: 85px;
	display: inline;
}


ul.model_list_grid2 {
	margin: 0;
	padding: 0;
	float: left;
	display:inline;
	list-style-type: none;
	width:925px;
	padding-bottom:50px;
	padding-top:50px;
}
ul.model_list_grid2 li {
	width: 174px;
	height: 135px;
	float: left;
	display: inline;
	margin: 10px 0 0 10px;
	position: relative;

}

.model_list_grid2 img.modelphoto {
	border-bottom:8px solid #1E9B01;
	border-top:8px solid #1E9B01;
	width: 174px;
	height: 131px;
}
.model_list_grid2 img.modelphoto:hover{
	border-bottom:8px solid #f924a9;
	border-top:8px solid #f924a9;
}
ul.model_list_grid2 h3 {
	position: absolute;
	top: 115px;
	background: url(../images/transparent_bg.png);
	font: bold 12px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 4px 5px 0px 5px;
	width: 139px;
	padding-left:30px;
	color:white;
	font-size:12px !important;
	font-weight:bold;
	height:20px;
	text-decoration:none;
	text-transform:uppercase;
}
ul.model_list_grid2 h3 span {
	display: block;
	float: left;
	width: 28px;
	height: 20px;
	padding-top: 7px;
	text-align: center;
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #000;
	background: url(../images/gallery_star.png) no-repeat;
	margin-top: -8px;
}
ul.model_list_grid2 li a {
	display: block;
}
ul.model_list_grid2 li a.action_freechat {
	width: 87px;
	height: 25px;
	background: url(../images/model_list_action_buttons.gif) no-repeat 0px -50px;
	text-indent: -9999px;
	float: left;
}
ul.model_list_grid2 li a.action_freechat:hover {
	background-position: 0px -75px;
}
ul.model_list_grid2 li a.action_privatechat {
	width: 87px;
	height: 25px;
	background: url(../images/model_list_action_buttons.gif) no-repeat -88px -50px;
	text-indent: -9999px;
	float: left;
	margin-left: 1px;
	display: inline;
}
ul.model_list_grid2 li a.action_privatechat:hover {
	background-position: -88px -75px;
}
ul.model_list_grid2 li a.action_freetextchat {
	width: 87px;
	height: 25px;
	background: url(../images/model_list_action_buttons.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	float: left;
}
ul.model_list_grid2 li a.action_freetextchat:hover {
	background-position: 0px -25px;
}

ul.model_list_grid2 li ul.model_dropdown {
	padding: 0px;
	margin: 0px;
	float: none;
	position: absolute;
	bottom: 29px;
	display: none;
}
ul.model_list_grid2 li ul.model_dropdown li {
	float: none;
	margin: 0; padding: 0;
}
ul.model_list_grid2 li ul.model_dropdown.leftmenu {
	left: 0px;
	margin: 0; padding: 0;
}
ul.model_list_grid2 li ul.model_dropdown.rightmenu {
	right: 0px;
}

ul.model_list_grid2 li ul.model_dropdown li a {
	display: block;
	width: 86px;
	text-align: center;
	padding: 5px 0px;
	background: url(../images/transparent_bg.png);
	text-decoration: none;
	font-weight: bold;
	color: #ffee66;
	margin-top: 1px;
}

ul.model_list_grid2 li ul.model_dropdown li a:hover {
	/*background: #333;*/
}
ul.model_list_grid2 li a.action_privatechat_off {
	width: 87px;
	height: 25px;
	background: url(../images/model_buttons_private_off.png) no-repeat;
	text-indent: -9999px;
	float: left;
	margin-left: 1px;
	display: inline;
}

ul.model_list_grid2.top3 {
	margin-left:30px;
	margin-top: 70px;
}
ul.model_list_grid2.top3 li {
	margin-left: 85px;
	display: inline;
}

#ui-datepicker-div{z-index: 500 !important}

.model_list_grid li a img.butonline{border:0px none}
.model_list_grid li a img{width:174px;border-top:8px solid;border-bottom:8px solid}
.model_list_grid li.green a img{border-color:#1e9b01;}
.model_list_grid li.yellow a img{border-color:#fed90c;}
.model_list_grid li.orange a img{border-color:#ff9900;}
.model_list_grid li.green h3{background:url("../images/bg_modelname.png") no-repeat scroll 0px 0px transparent}
.model_list_grid li.yellow h3{background:url("../images/bg_modelname.png") no-repeat scroll 0px -29px transparent}
.model_list_grid li.orange h3{background:url("../images/bg_modelname.png") no-repeat scroll 0px -56px transparent}


.model_list_grid2 li a img.butonline{border:0px none}
.model_list_grid2 li a img{width:174px;border-top:8px solid;border-bottom:8px solid}
.model_list_grid2 li.green a img{border-color:#1e9b01;}
.model_list_grid2 li.yellow a img{border-color:#fed90c;}
.model_list_grid2 li.orange a img{border-color:#ff9900;}
.model_list_grid2 li.green h3{background:url("../images/bg_modelname.png") no-repeat scroll 0px 0px transparent}
.model_list_grid2 li.yellow h3{background:url("../images/bg_modelname.png") no-repeat scroll 0px -29px transparent}
.model_list_grid2 li.orange h3{background:url("../images/bg_modelname.png") no-repeat scroll 0px -56px transparent}


.ul_blog_image_library li{float:left;margin:7px;width:176px;height:165px;text-align:center;border:1px solid;position:relative}

.ul_blog_image_library li div.deleteLink{position:absolute;bottom:0;left:75px}

.modelcomments{min-height:45px;}
.modelcomments .imguser{float:left;width:75px;margin-right:5px}
.modelcomments .comments{float:left;width:540px;position:relative}
.modelcomments .wall{float:left;width:520px;position:relative}
.modelcomments .comments.admin{float:left;width:800px;position:relative}
.modelcomments .save{
	background: url("../images/icons/icon_save.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    height: 16px;
    left: 190px;
    margin-left: 0 !important;
    position: absolute;
    text-indent: -3000px;
    top: 6px;
    width: 32px;
}
.modelcomments .edit{
	background: url("../images/icons/icon_comment_edit.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    cursor:pointer;
    height: 16px;
    position: absolute;
    right: 30px;
    text-indent: -3000px;
    top: 0;
    width: 16px;
}
.modelcomments .delete{
	background:url("../images/icons/icon_comment_delete.png") no-repeat scroll 0px 0px transparent;
	border: 0 none;
	cursor:pointer;
    height: 16px;
    position: absolute;
    right: 10px;
    text-indent: -3000px;
    top: 0;
    width: 16px;
}
input.button.preview{background: url("../images/button_preview.gif") no-repeat scroll left top transparent;}
input.button.reset{background: url("../images/button_reset.gif") no-repeat scroll left top transparent;}
input.button.filter{background: url("../images/button_filter.gif") no-repeat scroll left top transparent;}

#videosPage{padding:50px}
ul.videosCategories{float:left;width:211px;margin: 18px 18px 0 0}
ul.videosCategories.last{margin-right:0}
ul.videosCategories li{padding:10px 20px 2px;background:url(/images/categ/body.gif)}
ul.videosCategories li.top, ul.videosCategories li.bottom{background:url(/images/categ/top-bottom.gif);height:5px;padding:0}
ul.videosCategories li.category a{color:#F924A9;font-size:12px;font-weight:bold;text-transform:uppercase;text-decoration:none;}
ul.videosCategories li.subcategory a{font-size:11px;font-weight:bold;color:#038EE9;text-decoration:none;}
ul.videosCategories li.subcategory a:hover{color:#333333;text-decoration:underline}

#videosPage2{padding:30px}
#videosPage2 .categoryHeader{color:#000000;font-size:24px;font-weight:bold;background:url("/images/categ/category-header.gif");height:55px;width:938px}
#videosPage2 .categoryHeader span{padding-left:15px;padding-top:12px;display:block}
#videosPage2 .categoryHeader span a{color:#000000;text-decoration:none}
#videosPage2 .subcategoriesHeader{background:#E4E4E4;padding:10px 0;border:1px solid #BABABA;width:936px}
#videosPage2 .subcategoriesHeader ul li{float:left;width:187px;height:25px}
#videosPage2 .subcategoriesHeader ul li a{padding:4px 20px;color:#038EE9;text-decoration:none;font-size:12px;font-weight:bold}
#videosPage2 .subcategoriesHeader ul li a.selected{color:#F924A9}
#videosPage2 .subcategoriesHeader ul li a:hover{color:#333333;text-decoration:underline}
#videosPage2 .userprofilemenu.videosOrder{width:938px}
#videosPage2 .userprofilemenu li a{border:none;padding-right:0}
#videosPage2 .userprofilemenu li span{color:white;text-decoration:none;text-transform:uppercase;}
#videosPage2 .userprofilemenu li{width:140px;margin:0px;text-align:center}
#videosPage2 .userprofilemenu li.width2{width:60px;margin-left:15px}
#videosPage2 .novideoMessage{float:left;width:715px}
#videosPage2 span.message{padding:10px}
#videosPage2 .colright{margin-right:2px}

#files_list{width:300px;font:12px Arial,Helvetica,sans-serif}
#files_list .xrow{padding:5px;background-color:#E7E7E7}
#files_list .xrow .xfname{float:left;width:250px}
#files_list .xrow a.img{float:left}

#lightboxXupload{position:absolute;top:50%;left:-9999px;z-index:9999;width:480px;height:330px;margin:-200px 0 0 -200px;background:#FFF;text-align:left}
#lightboxXupload[id]{position:fixed}
#overlayXupload{position:absolute;top:0;left:-9999px;width:100%;height:100%;z-index:5000;background-color:#444;-moz-opacity:0.8;opacity:.80;filter:alpha(opacity=80)}
#overlayXupload[id]{position:fixed}
#lhdrXupload{position:absolute; top:0px; left:0px;background:#2c4887;font:bold 13px Arial;width:388px;height:18px;padding-left:2px;color:#FFFFFF}
#closeXupload{position:absolute; top:2px; right:2px; cursor:pointer}

/*videos listing*/
.vm-video-list li {
    border-top: 1px solid #DDDDDD;
    clear: both;
    height: 125px;
    line-height: 1.2;
    padding:10px;
}
.vm-video-metrics {
    border-left: 1px solid #DDDDDD;
    color: #666666;
    float: right;
    font-size: 11px;
    height: 125px;
    line-height: 16px;
    padding-left: 10px;
    width: 170px;
}
.vm-video-metrics dt {
    float: left;
    font-weight: normal;
    margin-right: 4px;
}
.vm-video-metrics dd {
    color: #333333;
    font-weight: normal;
    overflow: hidden;
}
.vm-video-list .vm-thumb {
    cursor: default;
    float: left;
    margin-left: 8px;
    margin-right: 5px;
}
.ux-thumb-wrap {
    display: inline-block;
    position: relative;
}
.video-thumb {
    background-color: white;
    position: relative;
    vertical-align: bottom;
	background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #D3D3D3;
    border-radius: 3px 3px 3px 3px;
    display: inline-block;
    overflow: hidden;
    padding: 4px;
}
.video-time {
    bottom: 5px;
    margin-right: 0;
    margin-top: 0;
    position: absolute;
    right: 5px;
    background-color: #000000;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF !important;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    height: 14px;
    line-height: 14px;
    opacity: 0.75;
    padding: 0 4px;
    vertical-align: top;
}
.vm-video-list .vm-video-title {
    display: block;
    font-size: 13px;
    margin-top: -12px;
}
.vm-video-list .vm-video-info {
    color: #333333;
    display: block;
    font-size: 11px;
    margin-top: 6px;
}
.vm-separator {
    color: #CCCCCC;
    margin: 0 3px;
}
.vm-video-list .vm-video-desc {
    color: #666666;
    height: 14px;
    overflow: hidden;
}
/*videos listing*/

.videosThumbs{width:825px}
.videosThumbs .btn-arr-left, .videosThumbs .btn-arr-left1, .videosThumbs .btn-arr-left2{cursor:pointer;float:left;margin-top:50px}
.videosThumbs .btn-arr-right, .videosThumbs .btn-arr-right1, .videosThumbs .btn-arr-right2{cursor:pointer;float:right;margin-top:50px}
.videosThumbs li{padding:5px}
.videosThumbs li a img{border: 1px solid black}
.videosThumbs li a img.selected{border: 1px solid red}
.profile-pic-thumbs ul li, .profile-pic-thumbs1 ul li, .profile-pic-thumbs2 ul li{float:left}


.videoThumb{margin-top:20px;float:left}
.videoThumb img{border-top:6px solid #FF9900;border-bottom:6px solid #FF9900}
.videoData{margin:20px;margin-bottom:0;float:left;width:540px}
.videoData .clip-Info-Title{color: #000000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 4px 20px 0 11px;
    text-transform: uppercase;
}
.videoData .clip-Info{
	color: #333333;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: normal;
    padding: 2px 50px 6px 10px;
    text-transform: none;
}
.clip-detail-info-white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 20px;
	color: #000000;
	text-transform: uppercase;
	background-color: #FFFFFF;
	margin-bottom: 2px;
}

.clip-detail-info-box {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 6px;
}

.clip-detail-info-boxL {
	font-size: 24px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 15px;
	padding-top: 25px;
	color: #000000;
	float: left;
	width: 255px;
}
.clip-detail-info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 11px;
	padding-right: 20px;
	color: #000000;
	text-transform: uppercase;
	background-color: #FFFFCC;
	margin-bottom: 2px;
}
.moremyclips{
	background:#363636;
	float:left;
	margin-top:10px;
	width:935px;
}
.moremyclips h2{
	background:url("/images/categ/titlebar-blue_01.jpg") no-repeat scroll left top #363636;
	color: #FFFFFF;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 3px 20px 3px 15px;
    text-transform: uppercase;
    line-height: 34px
}
.alsoviewed{
	background:#363636;
	float:left;
	margin-top:30px;
	width:935px;
}
.alsoviewed h2{
	background:url("/images/categ/titlebar-purple_01.jpg") no-repeat scroll left top #363636;
	color: #FFFFFF;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 3px 20px 3px 15px;
    text-transform: uppercase;
    line-height: 34px
}
.videoscategories{
	background:#363636;
	float:left;
	margin-top:10px;
	width:935px;
	margin-bottom:-40px;
}
.videoscategories h2{
	background:url("/images/categ/titlebar-purple_01.jpg") no-repeat scroll left top #363636;
	color: #FFFFFF;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 3px 20px 3px 15px;
    text-transform: uppercase;
    line-height: 34px
}



.modelsonline{
	background:#363636;
	float:left;
	margin-top:30px;
	width:935px;
}
.modelsonline h2{
	background:url("/images/categ/titlebar-darkblue_01.jpg") no-repeat scroll left top #363636;
	color: #FFFFFF;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 3px 20px 3px 15px;
    text-transform: uppercase;
    line-height: 34px
}
.modelsonline2{
	background:#363636;
	float:left;
	margin-top:0px;
	width:935px;
}
.modelsonline2 h2{
	background:url("/images/categ/titlebar-darkblue_01.jpg") no-repeat scroll left top #363636;
	color: #FFFFFF;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 3px 20px 3px 15px;
    text-transform: uppercase;
    line-height: 34px
}
.modelsonline3{
	background:#363636;
	float:left;
	margin-top:10px;
	width:935px;
}
.modelsonline3 h2{
	background:url("/images/categ/titlebar-darkblue_01.jpg") no-repeat scroll left top #363636;
	color: #FFFFFF;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 3px 20px 3px 15px;
    text-transform: uppercase;
    line-height: 34px
}
.modelslist .videobuy .downloadvideobut{
	background: url("/images/categ/download.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    bottom: 5px;
    cursor: pointer;
    display: block;
    height: 32px;
    position: absolute;
    right: 1px;
    text-indent: -9999px;
    width: 32px;
    z-index: 99;
}
