body {
margin: 0;
background: #000 url(img/bg.jpg) top center repeat-x fixed;
font-size: 13px;
font-family: ‘Metrophobic’, Arial, serif; font-weight: 400;
color: #fff;
}

img {
border: none;
}

a, a:active, a:visited {
color: #ffe100;
text-decoration: none;
}

a:hover {
color: #33c2ff;
text-decoration: none;
}

.main {
opacity: 0.9;
width: 1240px;
background: #222;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.75);
-moz-box-shadow:    0px 3px 8px rgba(0, 0, 0, 0.75);
box-shadow:         0px 3px 8px rgba(0, 0, 0, 0.75);
}

.main h1 {
color: #F5DEB3;
margin: 0;
font-size: 17px;
line-height: 25px;
height: 25px;
background: rgb(149,149,149); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(149,149,149,1) 0%, rgba(13,13,13,1) 46%, rgba(1,1,1,1) 50%, rgba(10,10,10,1) 53%, rgba(78,78,78,1) 76%, rgba(56,56,56,1) 87%, rgba(27,27,27,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(149,149,149,1)), color-stop(46%,rgba(13,13,13,1)), color-stop(50%,rgba(1,1,1,1)), color-stop(53%,rgba(10,10,10,1)), color-stop(76%,rgba(78,78,78,1)), color-stop(87%,rgba(56,56,56,1)), color-stop(100%,rgba(27,27,27,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(149,149,149,1) 0%,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(149,149,149,1) 0%,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(149,149,149,1) 0%,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(149,149,149,1) 0%,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#959595', endColorstr='#1b1b1b',GradientType=0 ); /* IE6-9 */
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom: 1px solid #666;
}

.bottom {
height: 25px;
background: rgb(27,27,27); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(27,27,27,1) 0%, rgba(56,56,56,1) 13%, rgba(78,78,78,1) 24%, rgba(10,10,10,1) 47%, rgba(1,1,1,1) 50%, rgba(13,13,13,1) 54%, rgba(149,149,149,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(27,27,27,1)), color-stop(13%,rgba(56,56,56,1)), color-stop(24%,rgba(78,78,78,1)), color-stop(47%,rgba(10,10,10,1)), color-stop(50%,rgba(1,1,1,1)), color-stop(54%,rgba(13,13,13,1)), color-stop(100%,rgba(149,149,149,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(27,27,27,1) 0%,rgba(56,56,56,1) 13%,rgba(78,78,78,1) 24%,rgba(10,10,10,1) 47%,rgba(1,1,1,1) 50%,rgba(13,13,13,1) 54%,rgba(149,149,149,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(27,27,27,1) 0%,rgba(56,56,56,1) 13%,rgba(78,78,78,1) 24%,rgba(10,10,10,1) 47%,rgba(1,1,1,1) 50%,rgba(13,13,13,1) 54%,rgba(149,149,149,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(27,27,27,1) 0%,rgba(56,56,56,1) 13%,rgba(78,78,78,1) 24%,rgba(10,10,10,1) 47%,rgba(1,1,1,1) 50%,rgba(13,13,13,1) 54%,rgba(149,149,149,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(27,27,27,1) 0%,rgba(56,56,56,1) 13%,rgba(78,78,78,1) 24%,rgba(10,10,10,1) 47%,rgba(1,1,1,1) 50%,rgba(13,13,13,1) 54%,rgba(149,149,149,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b1b1b', endColorstr='#959595',GradientType=0 ); /* IE6-9 */
-webkit-border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
border-top: 1px solid #666;
}

.pics table{cellpadding:0;cellspacing:3;border:0;text-align:center;}
.pics {
font-size: 13px;
font-family: ‘Metrophobic’, Arial, serif; font-weight: 400;
}

.pics tr td a {
color: #F5DEB3;
text-align:center;
display:block;
background: rgb(90,90,90); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(90,90,90,1) 0%, rgba(76,76,76,1) 94%, rgba(56,56,56,1) 100%, rgba(58,58,58,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(90,90,90,1)), color-stop(94%,rgba(76,76,76,1)), color-stop(100%,rgba(56,56,56,1)), color-stop(100%,rgba(58,58,58,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(90,90,90,1) 0%,rgba(76,76,76,1) 94%,rgba(56,56,56,1) 100%,rgba(58,58,58,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(90,90,90,1) 0%,rgba(76,76,76,1) 94%,rgba(56,56,56,1) 100%,rgba(58,58,58,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(90,90,90,1) 0%,rgba(76,76,76,1) 94%,rgba(56,56,56,1) 100%,rgba(58,58,58,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(90,90,90,1) 0%,rgba(76,76,76,1) 94%,rgba(56,56,56,1) 100%,rgba(58,58,58,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a5a5a', endColorstr='#3a3a3a',GradientType=0 ); /* IE6-9 */
border: 1px solid #666;
-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
-moz-box-shadow:    1px 1px 2px rgba(0, 0, 0, 0.75);
box-shadow:         1px 1px 2px rgba(0, 0, 0, 0.75);
width:302px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.pics tr td a:hover {
color: #483D8B;
background: rgb(183,222,237); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(183,222,237,1) 0%, rgba(113,206,239,1) 94%, rgba(33,180,226,1) 100%, rgba(183,222,237,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(183,222,237,1)), color-stop(94%,rgba(113,206,239,1)), color-stop(100%,rgba(33,180,226,1)), color-stop(100%,rgba(183,222,237,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(183,222,237,1) 0%,rgba(113,206,239,1) 94%,rgba(33,180,226,1) 100%,rgba(183,222,237,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(183,222,237,1) 0%,rgba(113,206,239,1) 94%,rgba(33,180,226,1) 100%,rgba(183,222,237,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(183,222,237,1) 0%,rgba(113,206,239,1) 94%,rgba(33,180,226,1) 100%,rgba(183,222,237,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(183,222,237,1) 0%,rgba(113,206,239,1) 94%,rgba(33,180,226,1) 100%,rgba(183,222,237,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7deed', endColorstr='#b7deed',GradientType=0 ); /* IE6-9 */
border: 1px solid #21b4e2;
}


.arc a{
	color:#FFFFFF;
	border:1px solid;
	width:27px;
	padding:1px 10px;
	text-align:center;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:700;
	font-size:11px;
	border-color:#837F7E;
	margin:2px;
	height: 16px;
	line-height: 15px;
	margin-top: 4px;
	background-color: #282828;
}
.arc A:hover{
	color:#000000;
	border-color:#2B292C;
	background-color: #F1FAFF;
}

.tags{display:inline-block;width:235px;text-align:left;color: #FFF;margin: 3px;font-size:11px;vertical-align:top;}
.tags a{color:#FED65D;font-size: 15px;line-height:18px;text-decoration:none;}

.nsg_play{overflow:invden;margin-bottom:10px;position:relative;height:480px;width:640px}.nsg_play inv{position:relative;background:#f0f0f0}.nsg_play.mac:before{top:0;bottom:81px;left:0;right:348px}.nsg_play.mac:after{top:0;bottom:27px;left:608px;right:0}.nsg_play.mac>i:before{top:0;bottom:81px;left:348px;right:61px}.nsg_play.mac>i:after{top:0;bottom:281px;left:0;right:0}.nsg_play.mac>i>b:before{top:399px;bottom:27px;left:0;right:297px}.nsg_play.mac>i>b:after{top:0;bottom:99px;left:500px;right:0}.nsg_play.mac>i>b>i:before{top:399px;bottom:27px;left:421px;right:61px}.nsg_play.mac>i>b>i:after{top:429px;bottom:27px;left:0;right:200px}.nsg_play.mac>i>b>i>b:before{top:255px;bottom:81px;left:292px;right:292px}.nsg_play.mac>i>b>i>b>i:before{top:0;bottom:454px;left:0;right:0;content:''}.nsg_play.mac>i>b>i>b>i:after{top:434px;bottom:27px;left:0;right:538px;content:'megavideospornos.com';font-size:11px;padding-left:7px;color:orange}.nsg_play.mac:before,.nsg_play.mac:after,.nsg_play.mac>i:before,.nsg_play.mac>i:after,.nsg_play.mac>i>b:before,.nsg_play.mac>i>b:after,.nsg_play.mac>i>b>i:before,.nsg_play.mac>i>b>i:after,.nsg_play.mac>i>b>i>b:before{content:'';display:block;background-color:transparent;position:absolute}.nsg_play.mac>i>b>i>b>i:before,.nsg_play.mac>i>b>i>b>i:after{display:block;background-color:#000;position:absolute}
