/* 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 {
	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%;
	height: 22px;
	padding: 7px 0 0 0;
	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;
	text-indent: 30px;
}

.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;
	wdith: 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 {
	position:relative;
	display:block;
	width:210px;
	height:111px;
	float:left;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-transform:uppercase;
	border-left: 1px dotted;
	border-right: 1px dotted;
	height: 40px;
	margin-top: 30px;
}

#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 {
	display:block;
	width:530px;
	height:20px;
	background:url(../images/h_perf_registration_commission.gif) left top no-repeat;
	text-transform:uppercase;
	text-indent:-9999px;
}

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;
	margin-left: 8px;
	float: left;
	display:inline;
	list-style-type: none;
}
ul.model_list_grid li {
	width: 175px;
	height: 157px;
	float: left;
	display: inline;
	margin-right:8px;
	margin-bottom: 8px;
	position: relative;
     -moz-box-shadow: 0px -1px 4px #CCC; /* FF3.5+ */
  -webkit-box-shadow: 0px -1px 4px #ccc; /* Saf3.0+, Chrome */
          box-shadow: 0px -1px 4px #ccc; /* Opera 10.5, IE 9.0 */

}
.model_list_grid img.modelphoto {
	width: 175px;
	height: 131px;
}
ul.model_list_grid h3 {
	position: absolute;
	height: 20px;
	top: 108px;
	background: url(../images/transparent_bg.png);
	color: #fff;
	font: bold 12px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 4px 5px 0px 5px;
	width: 165px;
}
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: 25px;
	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: 87px;
	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;
}


  

