@charset "utf-8";
@import url("/static/v2/css/right.css");
@import url("/static/v2/css/left.css");
@import url("/static/v2/css/vid_list.css");
body {
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial;
	margin: 0;
	padding: 0;
	font-size: 12px;
	background-attachment: fixed;
	background-position: top center;
	background-color: #000;
	background-image: url(/static/v2/images/new_bkg.jpg);
	background-repeat: no-repeat;
}
a {
	color: #777777;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img { border: none; }
.clrlft {
	clear: left;
	float: none;
	padding: 0;
	margin: 0;
}
.smalldet{
	color: #888;
}
.clearfix {
	float: none;
	clear: both;
}
h3 {
	color: #57b9f2;
	font-size: 14px;
	margin: 0px;
	padding: 5px;
}
h1 {
	color: #57b9f2;
	font-size: 20px;
	margin: 0px;
	padding: 10px;
}
div#container {
	width: 970px;
	margin: 10px auto;
	background-color: #000000;
	border: 2px solid #111111;
	background:  url(/static/v2/images/80.png);
	/*background:  rgba(0,0,0,0.8) ;*/
}
input, input.file {
	background: #000;
	border: 1px solid #57b9f2;
	padding: 2px;
	color: #fff;
}
/*HEADER*/
div#header {
	position: relative;
}
/* LOGO */
#head_logo {
	position: absolute;
	width: 250px;
	height: 115px;
	top:12px;
	left: 730px;
}
#head_logo h1 {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}
#head_logo h1 a {
	position: relative;
	float: left;
	display: inline;
	padding: 0;
	margin: 0;
	height: 115px;
	width: 250px;
}
#head_logo h1 a span { display:none; }
#head_logo h1.logo {
	height: 115px;
	width: 250px;
	background-image: url(/static/v2/images/x3_logo.png);
	background-repeat: no-repeat;
}
div#header .banner {
	width: 728px;
	height: 90px;
	overflow: hidden;
	float: left;
}

/*Navigation*/
#navigation {
	background: url(/static/v2/images/nav_bkg.jpg);
	padding-left: 20px;
	height: 22px;
	padding-top: 3px;
}
	#navigation a {
		color: #fff;
		font-weight: bold;
		padding: 0px 10px;
		text-decoration: none;
	}
	#navigation a:hover {
		text-decoration: underline;;
	}
div#contentarea {
	margin-left: 175px;
	margin-right: 313px;
}
div.categories a {
	display: block;
	font-weight: bold;
	color: #ffffff;
	padding: 0px 10px;
}
div#pagination a {
	color: #fff;
	border: 1px solid #fff;
	padding: 2px 5px;
	background-color: #57b9f2;
	text-align: center;
}
td.pagination a {
	color: #57b9f2;
	font-weight: bold;
	font-size: 14px;
}

