/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
html { font-size: 87.5% }
body {
	font: normal 1em/1.3em "Trebuchet MS", Lucida, "Lucida Grande", sans-serif;
	color: #d7d7d7;
	background: #000000;
}
:focus { outline: 0; }
ol, ul { list-style: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
blockquote, q { quotes: none; }
h1 {
	margin: 0px 0px 0.3em;
	font: normal 1.71em/normal "Trebuchet MS", Arial, Tahoma, sans-serif;
}
h2 {
	font-size: 1.5em;
	margin: 1.07em 0 .535em;
}
h3 {
	font-size: 1.4em;
	margin: 1.14em 0 .57em;
}
h4 {
	font-size: 1.3em;
	margin: 1.23em 0 .615em;
}
h5 {
	font-size: 1.2em;
	margin: 1.33em 0 .67em;
}
h6 {
	font-size: 1em;
	margin: 1.6em 0 .8em;
}
h1, h2, h3, h4, h5, h6 { margin-bottom: 0.4em; }
p, hr, ul, ol { margin-bottom: 1.143em; }
strong, h2, h3, h4, h5, h6 { font-weight: bold; }
em { font-style: italic; }
sup { vertical-align: super; }
sub { vertical-align: sub; }
/* lists */
ol {
	list-style-position: outside;
	list-style-type: decimal;
}
/* links */
a:link {
	text-decoration: none;
	color: #d7d7d7;
}
a:visited {
	text-decoration: none;
	color: #d7d7d7;
}
a:hover {
	text-decoration: underline;
	color: #d7d7d7;
}
a:active, a:focus {
	text-decoration: none;
	color: #d7d7d7;
}
/* table 
#content table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #656a9a;
}
#content caption, #content th, #content td {
	font-weight: normal;
	padding: 3px;
	border: 1px solid #656a9a;
}
#content caption {
	color: #FFFFFF;
	background-color: #1871a2;
	text-align: right;
	border-bottom-style: none;
}
#content th {
	font-weight: bold;
	color: #3e5e78;
	background-color: #e9eff4;
	text-align: center;
} */
/* FORMS */
fieldset {
	border: 1px solid #526c88;
	padding: 1em;
	margin: 1em 0;
}
input[type='text'], input[type='password'] { cursor: text; }
/* Site */
* html .clear { zoom: 1; }
.clear:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clear2 { //clear: both; }
.wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	background: url(../images/bg_head.png);
	height: 84px;
	position: relative;
}
a.logotype {
	background: url(../images/logo.png) no-repeat;
	height: 84px;
	width: 230px;
	display: block;
}
div.search {
	float: right;
	margin-top: 30px;
	margin-right: 18px;
}
div.search .box {
	background: url(../images/bg_search.png) no-repeat;
	height: 23px;
	width: 188px;
}
div.search .s_field {
	background: transparent;
	height: 23px;
	width: 155px;
	border-width: 0px;
	float: left;
	color: #d7d7d7;
	line-height: 23px;
	padding-left: 5px;
}
div.search .submit {
	height: 23px;
	width: 23px;
	float: left;
	display: block;
}
.banners {
	position: absolute;
	left: 250px;
	top: 10px;
	background: url(../images/banner.png) no-repeat;
	width: 500px;
	height: 70px;
}
.nav {
	background: url(../images/bg_menu.png) repeat-x top;
	height: 50px;
	margin-bottom: 21px;
}
.nav .links {
	float: right;
	padding-top: 4px;
	padding-right: 5px;
	display: block;
}
.nav .links a {
	background: url(../images/bg_nav_item.png) no-repeat left 0px;
	display: block;
	height: 32px;
	padding-left: 15px;
	float: left;
	margin-right: 3px;
	line-height: 32px;
	font-size: 14px;
	color: #cbcbcb;
}
.nav .links a span {
	background: url(../images/bg_nav_item.png) no-repeat right 0px;
	padding-right: 15px;
	display: block;
	height: 32px;
	float: left;
	cursor: pointer;
}
.nav .links a:hover {
	background: url(../images/bg_nav_item.png) no-repeat left -34px;
	text-decoration: none;
}
.nav .links a:hover span { background: url(../images/bg_nav_item.png) no-repeat right -34px; }
div.upload {
	padding-top: 8px;
	padding-left: 9px;
}
div.upload a {
	background: url(../images/button_upload.png) no-repeat;
	height: 28px;
	width: 89px;
	display: block;
	text-indent: -999em;
}











.container {
	background: #191919 url(../images/bg_content.png) no-repeat left top;
	padding-bottom: 15px;
	width: 1000px;
	display: block;
	padding-top: 14px;
}
#sidebar-left {
	width: 160px;
	float: left;
}
#sidebar-right {
	width: 147px;
	float: left;
	margin-left: 12px;
}
#menu {
	display: block;
	width: 145px;
	margin-bottom: 1em;
	background: #2a2a2a;
	border: 1px solid #373737;
}
#menu h2 {
	color: #c8c8c8;
	display: block;
	padding: 0px 0px 0px 10px;
	width: auto;
	font: bold 15px/31px "Trebuchet MS", Arial, Tahoma, sans-serif;
	height: 31px;
	margin: 0px;
}
#menu ul {
	display: block;
	margin: 5px 0px 0px;
	padding: 5px 0px 15px 10px;
	width: 135px;
}
#menu ul li a {
	color: #d8d8d8;
	text-decoration: none;
	font: 12px/22px Verdana, Arial, Helvetica, sans-serif;
}
#menu ul li a:hover { text-decoration: underline; }
.block {
	display: block;
	width: 145px;
	margin-bottom: 1em;
	background: #2a2a2a;
	border: 1px solid #373737;
}
.block .content {
	margin: 5px 0px 0px;
	padding: 5px 5px 15px 10px;
	width: 130px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
.block h2.top {
	color: #c8c8c8;
	display: block;
	padding: 0px 0px 0px 10px;
	width: auto;
	font: bold 15px/24px "Trebuchet MS", Arial, Tahoma, sans-serif;
	height: 31px;
	margin: 0px;
}
.log-in {
	padding-top: 3px;
	background: url(../images/bg_log.png) no-repeat left 11px;
	display: block;
	width: 130px;
}
.log-in .bt { float: right; }
.log-in .l_field {
	line-height: 15px;
	height: 15px;
	width: 90px;
	border: 1px solid #363636;
	margin-bottom: 3px;
	background: #2A2A2A;
	padding-left: 3px;
	font-size: 12px;
	color: #dcdcdc;
}
.log-in .links {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 3px;
}




.butt {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background: url(../images/button.gif) no-repeat left top;
	height: 19px;
	width: 79px;
	border-width: 0px;
}
.block .butt { margin-bottom: 4px; }
.butt:hover { cursor: pointer; }
#content {
	float: left;
	width: 681px;
}
#shortstory {
	background: #2a2a2a;
	padding: 1em 1em 2em;
	border: 1px solid #373737;
	color: #d9f7ff;
}
.title_h a { color: #d9f7ff; }
#shortstory .keywords {
	font-size: 18px;
	font-weight: bold;
	color: #818181;
	margin-bottom: 15px;
}
#shortstory .keywords a { color: #818181; }
.shortstory-bottom {
	height: 23px;
	margin: 0px 0px 20px;
	background: url(../images/bg_short_bottom.png) repeat-x left top;
	padding-right: 1em;
	padding-left: 1em;
}
.shortstory-bottom .view {
	text-transform: uppercase;
	color: #212c10;
	font: 12px/23px Tahoma, Arial, Verdana, sans-serif;
}
.shortstory-bottom a {
	background: url(../images/download.png);
	display: block;
	float: right;
	height: 23px;
	width: 77px;
	text-indent: -999em;
}
#shortstory .content { padding-bottom: 1em; }
#shortstory .content img {
	margin-right: 1em;
	margin-bottom: 0.5em;
}
#shortstory .content table img { margin: 0em; }
#shortstory .date {
	float: right;
	line-height: 26px;
}
#shortstory .date a { text-decoration: underline; }
#content .title {
	background: #FFC3E2 url(../images/bg_menu_top.png) repeat-x left top;
	display: block;
	margin: 0px 0px 0em;
	padding: 0px;
	font: bold 18px/31px "Trebuchet MS", Arial, Tahoma, sans-serif;
	border: 1px solid #bb0500;
	color: #a41e4f;
}
#content .title a { color: #a41e4f; }
.title .title_bg {
	background: url(../images/title_bg.png) no-repeat center top;
	padding: 0px 0px 0px 20px;
	height: 31px;
}

.footer {
	height: 40px;
	color: #e3e3e3;
	padding-top: 30px;
	padding-left: 40px;
	width: 960px;
}
.comm-header {
	color: #307a9c;
	background: #B5B5B5 url(../images/bg_comm_top.png);
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	height: 34px;
	margin: 0px;
	padding: 0px 18px;
}
.comm-header h2 {
	margin: 0px;
	padding: 0px;
	font: bold 18px/34px "Trebuchet MS", Arial, Tahoma, sans-serif;
	color: #111314;
}
.comm-header .right-comm {
	float: right;
	line-height: 34px;
	color: #111314;
}

#comment {
	background: #2a2a2a;
	display: block;
	padding-left: 18px;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid #373737;
}
#comment .info span { color: #999999; }

#comment .comm-bottom {
	display: block;
	text-align: right;
	font: 11px/normal Verdana, Arial, Helvetica, sans-serif;
	float: right;
	padding-right: 18px;
}
#addcomm, #regg, #inff {
	display: block;
	margin: 1.5em 0px 0px;
	padding: 0px;
}
#addcomm .addcom-header {
	background: #B5B5B5 url(../images/bg_comm_top.png);
	height: 34px;
	margin: 0px;
	padding: 0px 18px;
	font: bold 18px/34px "Trebuchet MS", Arial, Tahoma, sans-serif;
	color: #111314;
	
}
#addcomm .addcom-content { padding: 8px 1em 8px 18px; 
}
.f_textarea {
	height: 150px;
	width: 460px;
}
#dle-speedbar {
	margin-bottom: 1em;
	display: block;
}
#regg .regg-header {
	background: #334952 url(../images/bg_regg_top.png) no-repeat left top;
	height: 38px;
	width: 642px;
	color: #FFFFFF;
	font: bold 12px/38px Verdana, Arial, Helvetica, sans-serif;
	padding-left: 47px;
	margin-bottom: 1em;
}
#regg .regg-content, #inff .inff-content {
	padding-right: 1em;
	padding-left: 1em;
}
#regg .regg-bottom, #inff .inff-bottom {
	margin-top: 1em;
	background: url(../images/bg_addcom_bottom.png) no-repeat left bottom;
	height: 10px;
	width: 689px;
	display: block;
}
#inff .inff-header {
	background: #334952 url(../images/bg_inff_top.png) no-repeat left top;
	height: 38px;
	width: 642px;
	color: #FFFFFF;
	font: bold 12px/38px Verdana, Arial, Helvetica, sans-serif;
	padding-left: 47px;
	margin-bottom: 1em;
}
.div_pages {
	text-align: center;
	height: 22px;
	margin-bottom: 1em;
	font: 1em/22px "Trebuchet MS", Arial, Tahoma, sans-serif;
	display: block;
	visibility: visible;
	margin-top: 1em;
}
.nav_pages {
	text-align: center;
	background: url(../images/bg_pages.png) no-repeat right top;
	padding-right: 20px;
	display: inline-block;
	zoom:1;
	color: #111314;
}
* html .nav_pages {
	text-align: center;
	background: url(../images/bg_pages.png) no-repeat right top;
	padding-right: 20px;
	display: inline;
	zoom:1;
}
.nav_pages .pagess {
	text-align: center;
	background: url(../images/bg_pages.png) no-repeat left top;
	padding-left: 20px;
	display: inline-block;
	zoom:1;
}
* html .nav_pages .pagess {
	text-align: center;
	background: url(../images/bg_pages.png) no-repeat left top;
	padding-left: 20px;
	display: inline;
	zoom:1;
}
.nav_pages .pagess a {
	line-height: 22px;
	height: 22px;
	padding-right: 4px;
	padding-left: 4px;
	color: #111314;
}
.nav_pages .pagess span {
	line-height: 22px;
	height: 22px;
	padding-right: 4px;
	padding-left: 4px;
}
#preview_video {
	display: inline-table;


	//display: inline;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0px 23px 25px 0px;
	width: 163px;
}
#preview_video td {
	text-align: left;
	vertical-align: top;
	width: 163px;
}
#preview_video h2 {
	color: #bb0500;
	margin: 0px 0px 2px;
	padding: 0px;
	font: bold 12px/normal Verdana, Arial, Helvetica, sans-serif;
}
#preview_video h2 a {
	color: #bb0500;
	text-decoration: none;
}
#preview_video h2 a:hover { text-decoration: underline; }
#preview_video .image { }
#preview_video .image img {
	border: 1px solid #dea9a9;
	margin-bottom: 3px;
}
#preview_video .info {
	color: #a3a3a3;
	font: 12px/normal Verdana, Arial, Helvetica, sans-serif;
	width: 163px;
}
#preview_video .info .lft {
	float: left;
	width: 95px;
	overflow: hidden;
}
#preview_video .info .rgt {
	width: 65px;
	float: right;
	text-align: right;
}
.rgt .rait {
	float: right;
	height: 13px;
}
.vot-time { text-align: right; }
.rating-div {
	display: block;
	height: 16px;
	position: absolute;
	margin-top: -30px;
	margin-left: 20px;
}
.rating {
	line-height: 13px;
	font-size: 11px;
	color: #D9F7FF;
}
