/* IE PROBLEM SOLVED? */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* END IE PROBLEM SOLVED? */

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* BEGIN GLOBALS */

h1 { font-size: 16px; margin: 0; padding: 0; margin-left: 20px; margin-top: -20px;}

#off {
position: absolute;
height: 0;
display: none;
right: -5000px;
}
img
{
	border: 0px;
}

html {

}

body
{
	margin: 0 auto;
	padding: 0px;
	background-color: #f6f1e6;
  	font-family: Arial, sans-serif;
}

a {
	color:#666;
}

p 
{
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
	margin: 0;
	color: #000000;
}

/* END GLOBALS */

/* BEGIN SITE LAYOUT */

div#wrapper {
	width: 100%;
border-bottom:4px solid #FFF;
  background: #FFF;
   box-shadow: 0 2px 2px -2px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 2px 2px -2px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 2px 2px -2px rgba(0,0,0,0.3); 
  z-index:100;
  position:relative;
}

#head {
  padding:0;
  max-width:1200px;
  margin: 0 auto;
  margin-bottom:4px;
  margin-top:-5px;
 
}

#head h1 {
  font-family: Helvetica;
font-size:18px;
}

#top-left {
	float:left;
  text-align:center;
}

#top-left h1 {
margin:0;
font-size:1em;
}
#top-left form {
margin-top:15px;
}
#top-left .s_input {
background: #eee;
border: 1px solid #bab8b3;
line-height: 18px;
webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
#top-left .s_submit {
background: #322e2e;
border: 1px solid #000;
color: #F2EEE8;
webkit-border-radius: 2px;
-moz-border-radius: 5px;
border-radius: 3px;
font-size: 12px;
line-height: 18px;
}
#top-right {
float:right;
}

.top-controls {
  padding: 0;
  margin: 0 0 10px 0;
}

#logo {
background: url('/images/simple-logo.png') no-repeat ;
  width:320px;
  height:124px;
}

#logo a {
  width:320px;
  height:124px;
  display:block;
}

div#left-column {
	width: 204px;
	float: left;
}

div#right-column {
	width: 800px;
	float: right;
}

.right-column-wide {
	margin: 0 3%;
}

/* END SITE LAYOUT */

/* BEGIN HEADER CSS */

.header-left {
float:left;
width:362px;
}

.header-right {
float:left;
width:640px;
}

.header-line {
width:990px;
height:41px;
background: url('/images/dotted-line.gif') no-repeat;
clear:both;
}

.header-toplist {
//width:800px;
}
.header-toplist ul {
list-style-type: none;
margin: 0px;
padding: 0px;
padding-top: 0.5em;
float: left;
//width:155px;
}
.header-toplist ul li {
//height: 1.3em;
display: block;
}
.header-toplist ul li a:hover {
color: #666;
}
.header-toplist ul li b {
font-size: 12px;
color: #666;
}

.header-toplist ul li a {
font-size: 12px;
font-weight: bold;
color: #000;
padding: 5px;
}

/* END HEADER CSS */

.spacer {
  margin-bottom:10px;
}


.clear {
clear:both;
}

/* --------------- Content --------------- */
.shadow {
 	box-shadow: 0px 2px 3px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.4); 
}

.rounded {
	border-radius:5px; 
  -moz-border-radius:5px; 
  -webkit-border-radius:5px;
}

.rounded-bottom {
  -webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.rounded-top {
  -webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

#gallery-wrapper {
  padding:9px;
	max-width:1200px;
	margin: 0 auto;
  margin-bottom:20px;
}
#gallery-top-right {
	float:right;
  max-width:380px;
  margin: 0 4px 0 0; 
  padding:6px 0 0 6px;
}
#gallery-top-left {
	max-width:797px;
  float:left;
  width:65.5%;
}
#main-content-wrapper {
  padding:9px 0px;
	width:100%;
	margin: 0 auto;
  margin-bottom:20px;
  position:relative;
}
#content-wrapper {
  padding:5px;
  background:#f5f5f5; 
  max-width:1200px;
  margin: 0 auto;
  margin-bottom:20px;
  width:98%;
  position:relative;
}
h1 {
text-transform:capitalize;
margin:0;
}
h2 {
margin:0;font-size:16px;
}
.right {
	float:right;
}
.left {
  float:left;
}
.section-header {
  font-size:16px; 
  font-weight:bold; 
  margin:0px 0px 10px 0px; 
  background:#Fff; 
  color:#514f4f;
  border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; 
  width:100%;
  position:relative;
}
.section-header h2 {
  display: inline-block;
  padding: 10px;
  float:none;
}
.section-header .navi {
  display: inline-block;
  text-align: right;
  width: 70%;
  float:none;
  padding:0;
}
.model-alpha {
display: inline-block;
width: auto;
text-align: right;
padding: 10px;
}
.top-tab {
  padding:10px 10px 10px 10px;
  margin-top:-10px; 
  width:auto;
  margin-right:5px;
}
.name { 
  font-size:16px; 
  font-weight:bold; 
  color:#514f4f;
  background:#FFF;
  z-index:1;
   box-shadow: 0 2px 2px -2px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 2px 2px -2px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0px 2px 2px -2px rgba(0,0,0,0.4); 
}
.name-link {
  font-size:16px; 
  font-weight:bold; 
  color:#514f4f;
  background:#948c7c;
  z-index:1;
  box-shadow: 0 2px 2px -2px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 2px 2px -2px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0px 2px 2px -2px rgba(0,0,0,0.4);
}
.name-link a {
  display:block;
  font-size:16px; 
  font-weight:bold; 
  color:#FFF;
  font-weight: normal;
  text-decoration:none;
}
.name-link:hover {
	background:#000;
}

.pad {
height:22px;
}

.adv a {
  font-size:22px; 
  text-align:center; 
  font-weight:bold; 
  padding:10px;
  margin-bottom:10px; 
  color:#000; 
  top:-11px;
  position:relative;
  text-transform:capitalize;
  margin-bottom:-5px;
  margin-left:2px;
  display: block;
 	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3); 
  	border-radius:4px; 
  -moz-border-radius:4px; 
  -webkit-border-radius:4px;
  background:#FFF;
  width:97%;
}
.adv a:hover { color:#999;}
.thumbs { width:100%; padding-bottom:15px;}
.gallery-thumbs { width:100%; padding-bottom:15px;}
	.thumbs_wrap { width:100%; position:relative;}
	.thumbs a { display:inline-block; margin:0 3px 1px 3px;width:13.3%; text-align:center;}
	.thumbs img { display:block; width:100%; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px;background:#FFF;padding:4px;}
        .gallery-thumbs a { display:inline-block; margin:0 5px 1px 5px;width:23.5%; text-align:center;}
        .gallery-thumbs img { display:block; width:100%; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px;background:#FFF;padding:4px;
 	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3); 
}
	.thumbs a:hover img { background:#f6f6f6;}

.movies a {width:237px;}
.movies img {width:235px;height:170px;}


	.thumbs em { padding:3px 0 8px 0; display:block;}
.trade_thumbs { width:100%; overflow:hidden; padding-bottom:15px;}
	.trade_thumbs a { float:left; display:block; margin:0 1px 3px 2px;width:147px; text-align:center;}
	.trade_thumbs img { width:145px; height:190px; display:block; border:1px solid #979797;}
	.trade_thumbs a:hover img { border:1px solid #be4db7;}
	.trade_thumbs em { padding:3px 0 8px 0; display:block;}
.tops { width:100%; overflow:hidden; padding-bottom:15px;}
	.tops ul { width:16.6%; float:left;}
	.tops li { font-weight:bold; padding-left:15px; background:url(../images/li.png) 0 50% no-repeat;}
.mids { width:100%; overflow:hidden; padding-bottom:15px;}
	.mids li { width:200px; float:left;}
	.mids a { display:block; margin:0 auto; width:80%;border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;background:#f3f2eb; padding:10px; text-align:center; font-size:12px;}
	.mids strong { color:#be4db7; display:block; font-size:14px;}
	.mids a:hover { text-decoration:none;}
	.mids a:hover strong { color:#514f4f;}
.pagination { padding:4px 0; margin-bottom:0px;color:#767575; font-size:12px;}
	.sort {display:inline-block;}
	.sort a, .sort a:visited {color:#333;text-decoration:none;padding:3px 7px; font-size:12px; background:#e8e6db; border:1px solid #dbdbdb;}
	.sort a:hover {background: #747473;color:#fff;}
.bottom-pagi-nav {
padding:10px;
}
.bottom-pagi-nav .sort {
color:#000;
}
.bottom-pagi-nav .sort a {
background:#FFF;
}
.bottom-pagi-nav .sort a:hover {
background:#575757;
color:#FFF;
}
/* ------------------------------------------- */

/* FLASH PAGE */

#flash_page { width:1200px; margin:0 auto; padding:5px 0 25px; overflow:hidden;}
.flash { width:800px; float:left;}
#pics_page { max-width:1200px; margin:0 auto; padding:5px 0 25px; overflow:hidden;width:98%;}
.pics { max-width:800px; float:left; width:66.5%;}
#single_pic_page { max-width:1200px; margin:0 auto; padding:5px 0 25px; overflow:hidden;width:98%;}
.single_pic { max-width:800px; float:left; width:66.5%;}
#single_pic { margin-top:10px;}
.line { padding:4px 0; font-size:14px;}
.line span { padding-right:5px; padding-left:5px;}
.l_space { padding-left:25px;}
.fr { float:right; display:inline;}
.line em {color:#555;font-weight:bold;}
.flash h3 { font-size:14px; text-align:center;} 
.banner { max-width:380px; width:31.5%;float:right; text-align:center;background:#FFF;margin: 0 4px 0 0; padding:6px 0 0 6px;border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;box-shadow: 0px 2px 3px rgba(0,0,0,0.4);-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.4);-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.4);}
.player { width:670px;  padding-bottom:10px;}

.single_item {text-align:center;padding-bottom:20px;width:65.5%;float:left;}
.single_item img {width:100%;margin:0 auto;padding:6px;background:#FFF; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;box-shadow: 0px 2px 3px rgba(0,0,0,0.4);-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.4);-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.4);margin-bottom:10px;}
.single_item p {margin:0px 0px 20px 0px;text-align:center;}
.single_item p a {color:#555;}
.single_item li {list-style-type:none;}
.single_item li a {color:#666}
.mod_list {float:none;overflow:hidden;padding:0 0 15px 15px;}
.mod_list li {width:19.6%; display:inline-block;padding-left:0;background:none;list-style-type:none;}
.mod_list li a{padding-left:15px; background:url(../images/li.png) 0 50% no-repeat;}

.thumbs_mix a {width:auto;float:none;display:inline-block; *display:inline;*zoom:1;vertical-align:top;margin:0 -1px 3px 0;}
.thumbs_mix img {width:auto;height:auto;max-width:235px;max-height:260px;}

.topthumbs li {
list-style-type:none;
float:left;
width:31.6%;
max-height:157px;
margin:2px;
position:relative;
}
.topthumbs img {
max-width:100%;
box-shadow: 0px 2px 3px rgba(0,0,0,0.4);
-moz-box-shadow: 1 1px 1px 1px rgba(0,0,0,0.4);
-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.4); 
border: 1px solid #FFF;
}
.topthumbs b {position:absolute;bottom:5px;left:1px;opacity:.8;background: #FFF;width:100%;display:inline-block;padding:2px 0px;font-weight:normal;}
.topthumbs a {color:#000;font-size:11px;}
.topthumbs a:hover b {opacity:1;}

.gallery-toplist {
font-size:14px;
}
.gallery-toplist ul {float:left;padding:0 30px;margin:0 0 10px 0;}
.gallery-toplist li {list-style-type:none;padding: 2px 0;}
.gallery-toplist li a {color:#444;font-weight:bold;}

.prev-next {text-align:center;}
.prev-next ul {width:auto;margin:0 auto;padding:0;display:inline-block;}
.prev-next a {text-decoration:none;font-size:10px;display:block; float:left; background:#FFF; padding:4px 6px; margin:6px 4px 0px 4px;color:#444;font-weight:bold;border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;box-shadow: 0px 2px 3px rgba(0,0,0,0.4);-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);}
.prev-next a:hover {background:#000; color:#FFF;box-shadow: 0px 0px 0px rgba(0,0,0,0);-moz-box-shadow:0px 0px 0px rgba(0,0,0,0);-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0);}

#footer {
	font-size:13px;
	padding:10px 0 20px 0;
	margin:0 auto;
	text-align:center;
  background: #FFF;
}

.image_page_thumbs {
	width:780px;
	margin:0 auto;
  padding-left:25px;
}
.image_page_thumbs img {
	padding:3px;
	max-width:78px;
	border-radius:5px; -moz-border-radius:3px; -webkit-border-radius:3px;
  box-shadow: 0px 1px 2px rgba(0,0,0,0.4);-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.4);-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.4);margin-bottom:5px;
	margin-left:-45px;
}

.image_page_thumbs img:hover {
	margin-right:45px; 
}
.adthumbs {
	width:380px;
	margin-left:-4px;
}

.adthumbs img {max-width:90px;}



/* BEGIN LEFT COLUMN CSS */

ul.vert-top {
	list-style-type: none;
	margin: 0px -13px 0 10px;
	padding: 0px;
  background: #fcfcfc;
  box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3); 
}
ul.vert-top li {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #DDD;
	margin-left: 0px;
	color: #666;
}
ul.vert-top li a {
  color:#333;
	font-size:13px;
	display: block;
  font-size:15px;
  padding:3px 0px 3px 10px;
  font-weight:bold;
  text-decoration:none;
}
ul.vert-top li a:hover {
	background-color: #EFEFEF;
}

.mov-dec {

	background-color: #fff;
	border: 1px solid #DDC6B1;
	padding: 6px;
	position: relative;
	width: 225px;
	height: 170px;
}
.leftmenubg {
	background-image: url(images/left-menu-bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding-right: 3px;
	padding-left: 7px;
}
div#cat-header {
  background:url('/images/cat-header.png');
	margin-left:7px;
  width:200px;
	height: 60px;
}
.cat-menu {
 	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3); 
}
div#cat-footer {
	margin-left:10px;
  width:200px;
	height: 23px;
}
ul.cat-menu {
	list-style-type: none;
	margin: 0px -13px 0 10px;
	padding: 0px;
  background: #fcfcfc;
}
ul.cat-menu li {
	font-size: 1em;
	font-weight: bold;
	border-bottom: solid #DDD 1px;
	display: block;
}
ul.cat-menu li a:hover {
	background-color: #EFEFEF;
}
ul.cat-menu li a {
	color: #000000;
	display: block;
	padding: 3px 0px 3px 10px;
text-decoration:none;
}

.side-sponsor-link {
	font-size:11pt; 
	margin-top:10px;
}

div#trades-header {
	width: 210px;
	height: 60px;
  margin-left:7px;
	background-image: url(/images/vert-trade-header.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#trades-footer {
	width: 204px;
	background-repeat: no-repeat;
	background-position: center top;
  margin: 0 0 20px 0;
}

#sponsor-header {
	width: 210px;
	height: 60px;
  margin-left:7px;
	background-image: url(/images/spon-header.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#sponsor-footer {
	width: 204px;
	background-repeat: no-repeat;
	background-position: center top;
  margin-bottom:20px;
}

#dating-header {
	width: 210px;
	height: 60px;
  margin-left:7px;
	background-image: url(/images/dating-header.png);
	background-repeat: no-repeat;
	background-position: center top;
}

ul.vert-sponsor {
	list-style-type: none;
	margin: 0px -13px 0 10px;
	padding: 0px;
  background: #fcfcfc;
  box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3); 
}

ul.vert-sponsor li {
	font-size: 1em;
	font-weight: bold;
	border-bottom: solid #DDD 1px;
	display: block;
  padding:2px 0 2px 12px;
}

ul.vert-sponsor li:hover {
background:#efefef;
}

ul.vert-sponsor li img {
  box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3); 
}

ul.vert-sponsor li a {
	color: #000000;
}

ul.vert-sponsor li p {
	font-size: 1em;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	display: block;
}

ul.vert-sponsor li img {
	border: 1px #FFFFFF solid;
}

ul.vert-sponsor li div.sponsor-tinylink img {
	border: 0;
}

.side-sponsor-link {
	font-size:11pt; 
	margin-top:10px;
}
.large-trade a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #006600;
}

/* END LEFT COLUMN CSS */
.adzone {
max-width:920px;
margin:0 auto;
padding:5px;
padding-right:15px;
}

.adzone li {
float:left;
padding:0 5px 0 0;
list-style-type:none;
}

.inline {
  display:inline-block;
}

@media(max-width:1077px){
  .ul-5 {
  display:none;
  }
  .thumbs a {
  width:13.1%;
  }
  .gallery-thumbs a {
  width:23.3%;
  }
}
@media(max-width:1021px){
  .search-tab {
  z-index:10;
  margin-top:-4px;
  }
  .thumbs a {
  float:none;
  display:inline-block;
  margin: 0 3px 1px 3px;
  width:15.2%;
  }
  .gallery-thumbs a {
  width:23.2%;
  }
}
@media(max-width:921px){
  .ul-4 {
  display:none;
  }
  .mod_list li {
  font-size:14px;
  }
  .thumbs a {
  width:18.2%;
  }
  .gallery-thumbs a {
  width:22.8%;
  }
  #single_pic .banner {
  display:none;
  }
  .single_item {
  width:98%;
  }
  .image_page_thumbs {
    width: 92%;
    margin: 0 auto;
    padding-left: 45px;
  }
  #gallery-top-left {
  width:98%;
  }
}
@media(max-width:770px){
  .ul-3 {
  display:none;
  }
  .mod_list li{
  width:24%;
  }
  .top-tab {
  padding: 8px 6px 5px 6px;
  }
  .name {
  font-size:14px;
  }
  .gallery-thumbs a {
  width: 47%;
  }
  .topthumbs li {
  width:47.3%;
  }
}
@media(max-width:624px){
  .ul-2 {
  display:none;
  }
  .thumbs a {
  width: 31%;
  }
  .banner {
  display:none;
  }
  .pics {
  width:98%;
  }
  .single_pic {
  width:98%;
  }
  #gallery-top-left {
  width:97%;
  }
  .gallery-thumbs a {
  width:22.5%;
  }
  .image_page_thumbs img {
    max-width: 65px;
  }
}
@media(max-width:478px){
  .ul-1 {
  display:none;
  }
  #top-left {
  float:none;
  }
  #logo {
  margin:0 auto;
  }
  .sort {
  line-height: 26px;
  }
  .mod_list li{
  width:32%;
  }
  #gallery-top-left h1 {
  font-size:13px;
  }
  .thumbs a {
  width: 47%;
  }
  .name-link a {
  font-size:13px;
  }
  .gallery-thumbs a {
  width:47.3%;
  }
  #content-wrapper {
  width:97%;
  }
  #content-wrapper .thumbs a {
  width:30%;
  }
}
@media(max-width:414px){  
  #gallery-top-left h1 {
  font-size:13px;
  }
  .name-link a {
  font-size:13px;
  }
  .pics {
  width:99%;
  }  
  .single_pic {
  width:99%;
  }
  .gallery-thumbs a {
  width:46.5%;
  }
  .image_page_thumbs img {
    max-width: 58px;
  }
  #gallery-top-left {
  width:100%;
  }
}




