body {
	color: #333;
	background-color: #FFF;
	font-family:Arial;
	font-size:14px;
	text-align:center;
	margin:0;
}

a, .tt>div>div>div a, #links .list ul li a, #movie .container h3 a, .paginator_top ul li a {
	color: #000;
}
a:hover {
	color: #F00;
}

#nn {
	position: absolute;
	top: 0;
	left: 0;
	border-width:0;
	width:1px;
	height:1px;
	}

/* Alternative "a" */

.r a, #movie .container h3 a span { color: #D20606 }

/* Global Styles */
/* Captions */
.D .caption, 
.m>p, 
.tt>p, 
.list h2, 
.container .caption,
.tags>div.tagFirstLetter,
.refs>p {
	color: #FFF;
	text-align:left;
	font-size: 10px;
	background-color: #A93535;
	font-weight:bold;
	font-family: "Microsoft Sans Serif";
	padding: 0 0 1px 2px;
}
.D .caption, .m>p, .container .caption {
	display:table-caption;
	margin: 0 0 3px;
}


/* Images, Borders */
.m img, 
.items img, 
.D img, 
.tt>div>div>div>div,
.refs img /* trader banner */ {
	display: block;
	background-color:#000;
}
/* element border */
.m img, 
.refs img, 
.items img, 
.D img, 
.tt>div>div>div>div, 
.paginator_top ul li a, 
.paginator_top ul li a:visited {
	border: 1px solid #FFF;
}
/* backgrounds of base elements */
.m, 
.refs,
.tt>div>div>div>div, 
.paginator_top ul li a, 
.paginator_top ul li a:visited,
.tags>div,
#zons
 {
	background-color: #DDAFAF;
}
/* hover base layers */
.tt>div>div>div>div:hover, 
.paginator_top ul li a:hover,
.D>div:hover {
	border: 1px solid #4D4D4D;
	background-color: #C00;
}
.D>div:hover {border:0;}
.tt>div>div>div>div:hover a {color:#fff;}

/** Network **/

#network {
	width:100%;
	height: 20px;
	background: -webkit-gradient(linear, left top, left bottom, from(#980C0C), to(#FFF));
	background: -moz-linear-gradient(top, #980C0C, #FFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF980C0C, endColorstr=#FFFFFFFF);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF980C0C, endColorstr=#FFFFFFFF)";
	border-bottom: 1px solid #ddd;
}
#network * { margin: 0; padding: 0;}
#network b {
	color: #6C0909;
	padding-right: 10px;
	font-size: 14px;
	font-weight:normal;
	font-family: "Arial Black", Gadget, sans-serif;
	}	
#network > div {
margin:0 auto;
width: 1000px;
}
#network ul, #network b {
display:inline-block;
float:left;
}
#network > div, #network ul, #network b, #network ul li, #network ul li a {height: 100%}
#network ul li {
	display:inline;
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B73E3E;
}
#network ul li:last-of-type { border:0 }
#network a {
	display:block;
	text-decoration:none;
	padding: 0 20px;
	font-size: 11px;
	color: #AE0000;
}
#network a, #network b { line-height:20px }
#network a:hover {
	background-color: #fff;
	background:rgba(137,56,56,0.2);
}

.body{
	width: 1000px;
	margin: 0 auto;
	text-align:center;
}

/** Header **/
#header {
	margin: 3px 0 1px;
	-height:34px;
	overflow:hidden
}
#header br,
.tags br,
.tagFirstLetter { clear:both }

#logo, #logo+div { float:left; text-align:left  }

#logo+div { width: 714px; padding: 7px 0 0; border-left: 1px solid #ccc }

/** Logo Text **/
#logo {
	position:relative;
	width:200px;
	padding:0 0 0 85px;
	display:block;
	text-align: left;
	float:left;
	background-image: url(http://img.deepme.com/c114/z/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#logo a { position:absolute; top:0; left:0; width:100%; height:100%;}
#logo h1, #logo span {display:inline; } 
#logo span { height:100%; vertical-align:bottom}

#header h1 {
	font-family:Verdana;
	font-size: 42px;
	font-weight: bold;
	margin: 0;
	line-height: 100%;
	text-align:left;
	color: #600;
}

#header h2 {
	padding: 0 0 0 10px;
	text-align:left;
	font-size: 11px;
	margin: 0;
	letter-spacing:2px;
	-line-height: 100%;
	color: #F00;
}

/** Navigation **/

.nav { 	}
.nav ul {
	list-style:none;
}
.nav>ul,
.nav>ul>li{
	height: 16px;
}
.nav>ul {
	width: 100%;
	margin: 1px 0 0;
	padding: 0px;
}
.nav ul:hover a {
	
}

.nav ul a:hover {
	color: red;
}

.nav>ul:hover {
	background-color:#eee;
}

.nav ul a {
	white-space: nowrap;
	color:#000;
	text-decoration:none;
	padding: 0 10px;
}

.nav>ul>li:first-child { font-weight:bold }
.nav ul li, .nav ul li a {
	display: block;
}
.nav>ul>li {
	float:left;
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	vertical-align: middle;
	border-right: 1px solid #ccc;
}
.nav>ul>li:last-child,
.nav>ul>li+li+li+li+li { border:0 }
.nav>ul>li+li+li+li+li+li { float:right } /* search section */

.nav ul iframe { 
height: inherit;
width:auto;
max-width: 150px;
overflow: hidden;
display:block;
}


/* Search Form */

.nav form {

}

.nav form input[type="submit"] {
	border: solid 1px #000;
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 9px/100% Verdana;
	font-weight: bold;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	margin-left: 3px;
	padding: 0 0 1px;
}
.nav form input[type="submit"]:hover {
	text-decoration: none;
	background-color:#fff
}
.nav form input[type="submit"]:active {
	position: relative;
	top: 1px;
}

.nav form input {
	vertical-align: top;
}

.nav form input[type="text"] {
	border:0;
	color:#000;
	background-color: #ccc;
	font-size:11px;
	font-family: "Microsoft Sans Serif";
	height: 14px;
	padding:0 0 1px;
	margin:1px 0 0;
}


/* Picture Banners */

.body>.D {
	margin: 5px auto 10px;
	width:100%;
}
.D  {
	display:table;
}

.D>div {
	text-align: center;
	display:table-cell;
	vertical-align:top;
}
.D>div>div { 
display:block; 
background-color:#000; 
position:relative; 
margin: auto 
}
.D>div+div+div { padding-left: 0 }

.D p, .D img {
	position: absolute;
	margin:0;
}

.D p {
	text-align:center;
	font-family: Verdana;
	font-size:13px;
	font-weight: bold;
	height: 18px;
	top: 1px;
	left: 1px;
	margin:auto;
	white-space:nowrap;
	overflow:hidden
	
}
.D p {
	background-color:#000;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}
.D a:hover p {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
-moz-opacity: 0.9;
-khtml-opacity: 0.9;
opacity: 0.9;	
}
.D img {
	margin: auto;
	top:0;
}

.D a,
.m>.D a { color: #FFF; text-decoration:none }
.D a:hover {
	color: #FFF
}

/** Thumbs **/

.m,
.refs  {
	margin: 5px auto 0;
	padding: 0;
}
.m>p { display:block;}
.m>p>a { display:inline; font-weight:bold; text-decoration:underline }
.m a {
	font-size: 12px;
	display:block;
	color: #000;
	white-space:nowrap
}
.m a  { text-decoration:none}
.m a:hover,
.refs div>a>p {
	
}

/* Site Thumbs */
.D p {width: 193px;}
.m img, 
.items img, 
.refs img,
.D img /* Banner img */ {
	margin: auto;
	width: 193px;
	height: 145px;
}
/* container for banner thumb */
.D>div>div,
.m>.D>div { 
width: 195px; 
height: 147px; 
}

/* banner inside thumbs */
.m>.D, 
.m>.D div {
display: block;
}
/* caption */
.m>.D .caption {
background-color: transparent;
font-weight: normal;
text-align: center;
margin:0;
padding: 0;
height: 14px;
line-height: 14px;
}

/* layer with thumb and title */
.m>.D>div>div {
margin: 0;
height: 100%;
width: 100%;
}

/* end banner inside thumbs */


.m a:hover img, .items a:hover img {
	border-style: dotted;
	filter: Alpha(opacity=90)
}

.m>div,
.refs>div>div>div>div {
	width: 195px;height:176px;
}
.refs>div>div>div>div{height:166px;}
.m>div {
	float:left;
	border-width: 1px;
	text-align: center;
	margin: 2px 2.4px 0;
	overflow:hidden;
}
/* Info raiting, length */
.m>div>div {
	height: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	overflow:hidden
}
.m>div>div>div {float:left; margin:0 3px }
.m>div>div>div+div {
	font-size:24px;
	color:#F00;
	font-family: "Arial Black", Gadget, sans-serif;
	line-height:90%
}

.m span {
	display:block;
	width: 98%;
	overflow:hidden;
	line-height: 100%;
	padding: 0 0 0 1px;
	height: 14px;
	text-align:left;
}
.m a span {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
opacity: 0.8;	
}
.m a:hover span {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
}

.m br { clear:both}


/* Rating */
div.rating-cancel,div.star-rating{float:left;width:17px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{background:url(/scj/tube/delete.gif) no-repeat 0 -16px}
div.star-rating,div.star-rating a{background:url(http://img.deepme.com/c114/z/star.gif) no-repeat 0 0px}
div.rating-cancel a,div.star-rating a{display:block;width:16px;height:100%;background-position:0 0px;border:0}
div.star-rating-on a{background-position:0 -16px!important}
div.star-rating-hover a{background-position:0 -32px}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
div.star-rating{background:transparent!important;overflow:hidden!important}
/* END jQuery.Rating Plugin CSS */

/* My Rating */
.rating { margin:auto; width: 150px }
.rating>br { clear:both }
.rating b { display:block; font-weight: normal; float: left }
.rating>div, #zero_rating { height: 15px }
.rating>div { width: 102px; float: left; position:relative }
#rating_div, .rating>div:hover #current_rating, .rating>div:hover #zero_rating { display:none }
.rating>div:hover #rating_div { display:block }
#current_rating {
	height: 100%;
	position:relative;
	z-index: 2;
}
#current_rating i:first-child { background: transparent }
#current_rating i { display:block; width:17px; height: 100%; float:left; background:url(http://img.deepme.com/c114/z/star.gif) no-repeat 0 -16px  }
#zero_rating {
	position:absolute;
	top:0;
	left:17px;
	width:85px;
	background:url(http://img.deepme.com/c114/z/star.gif) no-repeat 0 0px;
	z-index: 1;
}


/** Traders Table **/

.tt { overflow:hidden }
.tt>div { display:table }
.tt>div>div { display: table-row }
.tt>div>div>div { display:table-cell }
.tt>div>div>div div { display: block }
.tt a { 
font-weight: bold;
text-decoration:none;
display:block;
}
.tt>div>div>div>div {
	
}

.tt>div {
	width:100%;
	margin:auto;
}
.tt p { margin: 0 auto 1px }

.tof {margin: 5px auto}
.tof div {
	border:0;
}
.tof span { display:none }
.tof>div>div>div {
padding-right: 1px
}
.tof>div>div>div:last-child {
padding-right: 0
}
.tof>div>div>div>div {
	text-align: center;
	font-size:16px;
	padding: 2px 4px;
}

.tof a { 
margin:auto;
white-space:nowrap;
overflow:hidden;
}

/* trader's thumbs */
.refs>p {
	margin-bottom: 2px;
}
.refs>div>div>div>div:hover { border:0 }
.refs>div>div>div { vertical-align:top; width: 20% }
.refs>div>div>div>div { border:0; margin:auto }
.refs > div p {
	margin:0;
	padding: 0 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold	
}
/* end */


/* Footer traders,
Right
 */
.tof2 { margin: 15px 0 }
.tof2>div>div>div, .t2>div>div>div {
	padding: 1px 1px 0 0;
}

.tof2 span {
	display:block;
	position:absolute;
	padding: 0 0 0 3px;
	color: #666;
}
.tof2 a { 
margin: 0 0 0 20px;
overflow:hidden;
max-width: 190px;
white-space:nowrap
}
.t2 span { display:none }

.t2 a { 
font-size:16px;
padding: 2px 3px;
}

.t2>div>div>div div { width: 98%; overflow:hidden }



/* Iframe ads */
.ia { margin-top: 4px }
.ia iframe {
	height:30px;
	width:99%
	}


/* tops */
.ti img {
	width: 120px;
	height: 80px;
	border: 0;
	margin: 15px;
}

/* Rec. Links */
.rl {
	text-align:center;
	font-size: 24px;
	font-weight: bold;
}
.rl a {  }
.rl a:hover { text-decoration: underline }

/* Webm. */
.wm {
	font-size: 12px;
	line-height: 100px;
	margin: 100px 0;
}
.wm span { display:block }
#movie .wm span { display: none }

/* Site data */
/* Links Page */
.list { display:table }
.list>div { display:table-cell; vertical-align:top }
.list>div { width: 59.5% }
.list>div+div { width: 40.5% }
.list h2 {
display:table-caption
}
#links .list ul { margin: 0 5px; padding:0 }
#links .list ul li {
	font-size:18px;
	font-weight:normal;
	padding: 2px;
	margin: 0px 0px 3px 0px;
	list-style-type: square;
	display: block;
	text-align: left;
}
#links .list ul li a {text-decoration:none}
#links .list ul li a:hover { text-decoration:underline }
#links .list ul li:hover {
	background-color:#EBCDAB;
}
#links .list ul li span {
	font-weight:normal;
	font-size:14px;
	display: block;
}
/* Sponsor banners */
#links .list .D, #movie .container .D  {
	display: block
}
#links .list .D .caption, #movie .container .D .caption {
	display: none;
}

#links .list .D>div, #movie .container .D>div {
	text-align: center;
	display: block;
}

#links .list .D>div {
	float: left;
	margin: 2px 3px 15px
}

#movie .container .D>div {
	margin: 2px auto 15px
}

#links .ia { margin: 4px 0 15px }
#links .ia iframe {
	height:60px;
	width:99%
}

/* Clip Page */
/* Middle structure */
.container {
	width: 100%;
	display:table;
	margin:5px 0 0;
}
.container>div {
	display:table-cell;
	vertical-align: top;
}
.container>div { width: 648px }
.container>div+div { width: 180px; }
.container>div+div+div, .container>div+div+div>div { width:172px; }
/* Headers */
#movie .container h2, #movie .container h3 {
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}

#movie .container h2 {
	font-size: 16px;
	margin: 10px 0 15px;
}
#movie .container h4 {
	font-size: 36px;
	margin: 0 0 10px;
}
#movie .container h3 {
	font-weight: normal;
	font-size: 22px;
	margin: 5px 0;
	text-transform: uppercase;
}
#movie .container h3 a { text-decoration:none }
#movie .container h3 a span { text-decoration: underline; font-weight:bold }

.line { margin: 10px 0; }
/* Player 
#movie .player object { width: 100%; height:auto !important;}
#movie .player embed { width:100%; height:100% !important; }

*/

/* Images container */


/* Adv.  */
.r {
	color:#000;
	margin:0 0 15px;
	font-size:22px
}
.r a {
	font-weight:bold;
	font-size: 120%;
	color: #D20606
}

/* Pagination */
.paginator_top {
	font-size:14px;
	margin: 5px 0 15px;
}
.paginator_top ul { display:inline; padding:6px 3px; }
.paginator_top ul li {
	display:inline;
	padding:4px 0;
}
.paginator_top ul li a, .paginator_top ul li a:visited{
	font-size:12px;
	padding:2px 5px;
	text-decoration:none;
}

/* Search Page */
#search .m>p { display:none }
#search #header+.m>p { display:block }

/* Tags Page */
.tags>div.tagFirstLetter {
	width:100%;
	float:none;
	font-size:24px;
	font-weight:bold;
	padding: 2px 0 2px 15px;
	text-transform: capitalize;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;	
}
.tags>div {
	float:left;
	padding: 1px 4px;
	margin: 1px;
	-background-color: #600;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
}
.tags a { text-decoration:none }
.tags>div>span {
	color:#895145
}
.tags>div:hover>span { color: #fff }

/* I. ins */

.adc2 {
	overflow:hidden;
	height:290px;	
}

.adc4 {
	overflow:hidden;
	height:705px;	
}

.adc2>iframe,
.adc4>iframe {
	width:100%;
	height:100%;	
}

/* End I. ins */

#zons{padding:0 0 2px;}

#zons b {display:inline-block;}

#zons a {
text-decoration:none;
display:inline-block;
font-weight:bold;
margin:0 6px 0 0;
}




/* Adaptive */

@media only screen and (max-width: 1000px), only screen and (max-device-width: 1000px) {

/* I. ins */

.adc2 {
	overflow:hidden;
	height:510px;	
}

/* End I. ins */

}

@media only screen and (max-width: 640px), only screen and (max-device-width: 640px) {
/* I. ins */

.adc2 {
	overflow:hidden;
	height:740px;	
}

/* End I. ins */
	
}

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
.body,
#network > div,
#logo+div,
#logo,
.D>.caption, /* cap. for banners */
.D>div>div, /* container for banner image */
.container>div,
.container>div+div+div>div, /*3d layer with traders in clip*/
.t2 div, /* traders column in clip page */
.list>div, /* links layer */
.refs > div > div > div /* container for layer with thubm ban. */
{
	width: 100% !important;
}
/* font sizes */
.nav>ul>li,
.nav form input[type="text"],
.tof > div > div > div > div, .tof2 a, /* trader name */
.paginator_top,.paginator_top ul li a,
.t2 a
 {
	font-size: 28px }

.nav form input[type="submit"], /* search button */
/*captions*/
.D .caption, 
.m>p, 
.tt>p, 
.list h2, 
.container .caption,
.tags>div.tagFirstLetter,
.refs div a p,
/*captions end */
.m a,
.D p /* sponsor name for banner */
 {
	font-size: 18px }



#header {
	height:auto;
	overflow: visible;
}

#header h2 { margin-bottom: 5px }
#logo, 
#logo+div,
#network ul li,
#network ul, #network b,
#logo h1 b,
.nav>ul>li
{ float:none !important;  }
#network ul, 
#network b,
#network ul li,
#network a,
#logo h1 b,
.nav ul li a
{ display: inline; }
#network a, #network b {
    line-height: normal;
}
#network { text-align:left; height:auto;}

#logo+div,
#logo { height:auto}


.nav>ul { background-color: #EEE}
.nav>ul,
.nav>ul>li{
	height:auto;
}

.nav ul li { display:list-item}
.nav ul li:first-child { display:none;}

.nav > ul > li:first-child + li > a:after {
    content: none!important;
}

.nav iframe { display:none !important }

.nav ul ul {
	display: list-item;
	position: relative;
	background-color: transparent;
	border:0;
	border-top: 1px solid #000000;
	margin: 0 0 0 15px;
}
.nav li li:last-child { border:0; display:list-item;}

.nav ul li,
.nav>ul>li+li+li+li+li+li
 {
 border-bottom: 1px solid #000000;	
}
.nav>ul>li+li+li+li+li,
.nav>ul>li+li+li+li
 { display:none;}
.nav>ul>li+li+li+li+li { display:list-item;}
.nav ul li a { width:100%; display:block}

/* search box */
.nav form input[type="text"] {
    height: auto;
	width: 70%;
}

/* thumbs */

.m > div,
.D>div,
.tt > div > div > div > div 
 {
    border:0;
    float:none;
    margin:0 auto 15px;
    overflow: visible;
    width:90%;
	height:auto;
}

.m img, .items img,
.D img,
.refs img
 {
    width:100%;
    height: auto;
}

.m span {
    height: auto;
    overflow: visible;
    width: 98%;
}
.m a { white-space: normal}

.D div,
.container .caption,
.tt div {
	display:block !important;
}
.D>div>div { height:auto}
.D p, .D img {
     position: relative;
}
.D p {
    height: auto;
    left: auto;
    overflow: visible;
    top: auto;
    white-space: normal;
    width:100%;
}

/* traders */

.tof > div > div > div {
    padding:0;
}

.tt > div > div > div > div,
.tt > div > div > div > div:hover {
    border-bottom: 0;
}
.tof>div>div>div:last-child > div { border-bottom: 1px solid #999999;}

.tt { overflow:visible;}

.tof2 a {
    margin: 0;
    max-width: inherit;
    overflow: visible;
    white-space: normal;
}

.tof2 > div > div > div, .t2 > div > div > div {
    padding: 0;
}
.tof2>div>div:last-child,
.t2>div>div:last-child
 { border-bottom: 1px solid #999999;}

/* pagination */
.paginator_top ul li a, .paginator_top ul li a:visited {
	font-weight:bold;
     padding: 6px 15px;
 }
.paginator_top ul {line-height:200%;}

.tof2+script+iframe { display:none}

/* CLIP PAGE */
.container,
.container>div
 {
    display: block;
}

.container .player { position:relative;
	padding-bottom: 56.25%;
	padding-top:25px;
	height:0;
}

.container object { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.container embed {
	width:100%;
	height:100%;
}

.line {}
.line a { text-decoration:none; font-weight:bold; font-size:16px }

.rating {
    margin: 10px auto 0;
}
.ia { overflow-x:hidden;}
.ia iframe {
    height: auto;
}

/* LINKS PAGE */
.list,
.list>div,
.list h2 {display:block}

#links .list .D > div {
    float:none;
	margin:auto;
}

/* I. ins */

.adc2 {
	overflow:hidden;
	height:1200px;	
}

/* End I. ins */

}
