body {
    margin:0;
    padding:0;
    background: #0b131a;    
}

a {
    color: #fff;
}

a:hover {
    color: #72d1ff;
}

#wrapper {
    width: 100%;
    background: #000 url('/img/head_bg.jpg') 0 0 repeat-x;
	overflow: hidden;
}

.header {
    max-width: 1220px;
    height: 55px !important;
    margin: 0 auto;
	overflow: hidden;
}

.header .logo {
    float: left;
    background: url('/img/logo.jpg') no-repeat;
    width: 442px;
    height: 55px;  
	text-indent:-9999px;      
}

.header .search {
    float: left;
    height: 43px;
    padding: 11px 0;
}

.header .info {
    float: right;
    font-family: Arial, Verdana, serif;
    font-size: 10px;
    color: #757575;
    padding: 9px 20px 0 0;
}

.header .info .item {
    float: left;
    width: 140px;
}

.header .info .up {
    float: left;
    height: 22px;
    width: 100%;
    padding-left: 60px;
}

.header .info .up i {
    float: left;
    width: 16px;
    height: 16px;
    background: url('/img/sprite.png');
}

.header .info .up i.clock {
    background-position: 0px -120px;
}

.header .info .up i.tv {
    background-position: 0px -140px;    
}

.header .info .down {
    text-align: center;
}

.header .info .down strong {
    color: #b5b5b5;  
	line-height: 0px;  
}

.header input.hs, #thumb ul li input.hs {
	background:#333;
	width:250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#8b8b8b;
	float:left;
	outline:none;
	font-size:13px;
	height:35px;
	line-height:35px;
    padding: 0 10px;
    border:0;
	border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
	border-top-right-radius:0;
	-moz-border-radius-topright:0;
	-webkit-border-top-right-radius:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	border-bottom-right-radius:0;
}

.header input.hsub, #thumb ul li input.hsub {
	border:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-border-radius:0;
	float:left;
	background:#4496cd;
	cursor:pointer;
	background: url('/img/sprite.png') 0 -280px no-repeat;
	width:35px;
	height:35px;
}

.header input:hover.hsub {
	background-position: 0 -320px;
}

.wrap {
    width: 100%;
    background: url('/img/bg.jpg') top center no-repeat;
	overflow: hidden;
}

#menu {
    max-width: 1195px;
    height: 40px !important;
    padding: 7px 0 0 0;
    margin: 0 auto;    
	overflow: hidden;
}

#menu ul {
    float: left;
    width: 890px;
    height: 40px;
    list-style: none;
    background: #1c1c1c url('/img/menu_bg.gif') repeat-x;  
    border: 1px solid #111820;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
    padding:0;
    margin:0;
}

#menu ul li {
    float: left;
    padding: 2px 15px 4px 15px;
	position: relative;
    margin: 0;
	text-align: center;
	max-width: 110px;
}

#menu ul li i {
    display: block;
    width: 20px;
    height: 20px;
    background: url('/img/sprite.png');
    margin: 0 auto;
    padding: 0;
}

#menu ul li em {
	display: block;
	width: auto;
	padding: 0;
	margin: 0;
	font-style: normal;
}

#menu ul li i.calendar {
    background-position: 0px 0px;
}

#menu ul li i.play {
    background-position: 0px -20px;
}

#menu ul li i.camera {
    background-position: 0px -40px;
}

#menu ul li i.mic {
    background-position: 0px -60px;
}

#menu ul li i.tape {
    background-position: 0px -80px;
}

#menu ul li i.folder {
    background-position: 0px -100px;
}

#menu ul li.separator {
    width: 2px;
    height: 40px;
    background: url('/img/sprite.png') -280px 2px no-repeat;
    padding: 0;
    margin: 0;
}

#menu ul li.button {
    float:right;
    padding: 0;
    margin: 0;
}

#menu ul li.button div {
    float: right;
    width: 160px;
    height: 40px;
    background: url('/img/sprite.png') -60px -1px;
    text-align: center;
}

#menu ul li.button div:hover {
    background-position: -60px -51px;
}

#menu ul li.button div a {
    line-height: 39px;
    color: #fff;
    font-size: 15px;
    font-family: Arial, Verdana, Tahoma;
    font-weight: bold;
    padding-left: 14px;
}

#menu ul li a {
    font-size: 12px;
    font-family: Arial, Verdana;
    font-weight: bold;
    line-height: 14px;
    text-decoration: none;
    color: #e2e3e3;
}

#menu ul li a:hover {
    text-decoration: none;
    color: #72d1ff;
}

#menu ul li.select a {
	color: #72d1ff;
}

#menu .social {
    /*float: right;*/
    /*width: 288px;*/
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    padding: 5px 0 0 15px;
}

#menu ul li .drop{
	position:absolute;
	left:-243px;
	top:30px;
	width:567px;
	overflow:hidden;
	padding: 10px 0 0 0;
	background: none; 
	display:none; 
	z-index:999;
}
#menu ul li .drop ul {
    background: #000;
    width: auto;
    height: auto;
    border-radius:5px;
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
    padding: 7px 0 8px 5px;
    border:0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
    opacity: 0.9;

}
#menu ul li .drop .pointer {
	background-image: url('/img/as_pointer_black.gif');
	background-position: top;
	background-repeat: no-repeat;
	height: 10px;
	width: 100%;
}
#menu ul li:hover .drop {display:block;}
#menu ul li .drop ul {overflow:hidden; }
#menu ul li .drop ul li {
	float:left;
	position:relative;
	width:167px;
	float:left;
	text-align: left;
	padding: 3px 5px !important;
	height: 16px;
	overflow: hidden;
}
#menu ul li .drop ul li i {
	float: left;
	width: 22px;
	height: 19px;
	background: url('/img/sprite.png');
	background-position: 0px -201px;
}
#menu ul li .drop a{
	display:block;
	width:145px !important;
	height:19px !important;
	font-weight:bold;
	font:bold 12px/16px Verdana, Arial;
	color:#e2e3e3;
	padding:0 4px !important;
	background:none !important;
	text-indent:0 !important;
}
#menu ul li .drop a:hover{
	background:#72d1ff !important;
	color:#000 !important;	
	text-decoration:none !important;
}
#menu ul li .drop .all-cat{
	float:right;
	height:auto !important;
	width:auto !important;
	margin:3px 10px 0 0;
}
#menu ul li .drop .all-cat:hover{
	background:none !important;
	text-decoration:underline !important;
	font:bold 12px/17px Verdana, Arial !important;
	color:#72d1ff !important;
}

.headline, .related {
    max-width: 1220px;
    height: 27px;
    line-height: 27px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
    background: #000;
    border-bottom: 1px solid #3f474e;
	overflow: hidden;
}

.headline .headtext {
    float: left;    
    color: #999;
    font-family: Arial, Verdana, Tahoma;
    font-weight: bold;
    font-size: 14px;
	width: 100%;
}

.headline .headtext i {
    float: left;
    padding: 0;
    margin: 3px 4px 0 6px;
    width: 20px;
    height: 20px;
    background: url('/img/sprite.png') 0px -160px;
}

.headline .headtext em {
	float: left;
	font-style: normal;
	/*max-width: 385px;*/
	max-height: 27px;
	overflow: hidden;
}

.headline .headtext strong {
	float: right;
	padding-right: 8px;
	color: #3a96c4;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial,Verdana,Tahoma;
}

.headline .headtext strong a {
	text-decoration: none;
	color: #3a96c4;
}

.headline .headtext span {
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial;
	font-weight: normal;
	color: #888;
	padding: 0 0 0 10px;
}

.related span {
	float: left;
	padding: 0 7px 0 15px;
	color: #aaa;
	font-family: Tahoma;
	font-size: 11px;
}

.related a {
	text-decoration: underline;
	background: url('/img/sprite.png') -286px -450px no-repeat;
	padding-left: 18px;
	color: #ccc;
	font-family: Tahoma;
	font-size: 11px;
}

#thumb {
    position: relative;
	background: none;
    width:expression(document.body.clientWidth > 1220? "1220px": document.body.clientWidth );
	margin: 7px auto;
    max-width: 1220px;
	clear: both;    
}

#related {
	position: relative;
	background: none;
    width:expression(document.body.clientWidth > 605? "605px": document.body.clientWidth );
    margin: 5px 0 10px 3px;
    max-width: 607px;
    float: right;
}

#thumb ul, #related ul {
	display: inline-block;
	//display: inline;
    position: relative;
	zoom: 1;
	list-style-type: none;
    padding: 2px 0;
	margin: 0;
    width: 100%;
    max-width: 1220px;
    width:expression(document.body.clientWidth > 1220? "1220px": document.body.clientWidth);
	text-align: center;
	font-size:1px;
	word-spacing:-1px;
}

#thumb ul li, #related ul li {
    position: relative;
	text-align: center;
	vertical-align: top;
	height: 168px;
	display: inline-block;
	margin: 1px;
    padding: 0px;
	cursor: default;
	zoom: 1;
    *display: inline; 
    background: #222222; 
    color: #6da9c6;  
}

#thumb ul.tags li {
	height: 172px;
}

#thumb ul.tags li span {
	position: absolute;
	top:5px;
	right: 5px;
	display: block;
	width: auto;
	height: 13px;
	line-height: 13px;
	padding: 1px 4px;
	background: #000;
	color: #eee;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
    opacity: 0.75;
}

#thumb ul li:hover, #related ul li:hover {
    background: #37495e;
    color: #fff;
}

#thumb ul li img, #related ul li img {
    width: 200px;
    height: 150px;
    border: 0;
	padding:0;
	margin:0;
}

#thumb ul li a, #related ul li a {
    text-decoration: none;
    color: #6da9c6;
}

#thumb ul li i, #related ul li i {
	display: block;
	position: absolute;
	top:150px;
	left:0;
    width: 190px;
    max-height: 15px;
    line-height: 15px;
    padding: 1px 5px 2px 5px;
    font-size: 11px;
    font-style: normal;
    font-family: Tahoma, Verdana, Arial;
    overflow: hidden;    
}

#thumb ul li .new_thumb {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    background: url('/img/sprite.png') -265px -401px no-repeat;
    z-index: 5;
}

#thumb ul li.string {
	width: 100%;
	padding: 0;
	margin: 0;
	height: 40px;
	font-size: 14px;
	color: #aaa;
	font-family: Tahoma,Arial, Verdana;
	font-weight: bold;
	vertical-align: center;
	margin: auto 0;
	padding-top: 20px;
}

#thumb ul li.search {
	padding: 0;
	margin: 0 auto;
	height: 55px;
	width: 100%;
	overflow: hidden;
	text-align: center;
}

#thumb ul li div.search
{
	margin: 0 auto;
	width: 350px;	
}

#thumb ul li.string:hover, #thumb ul li.search:hover {
	background: #222;
}

#thumb ul.tags li i {
	max-height: 20px;
	line-height: 20px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

#thumb ul li a:hover, #related ul li a:hover {
    color: #ddd;    
}

#thumb ul li a:hover i, #related ul li a:hover i {
    overflow: visible;  
	max-height: 150px;
	background: #37495e;
	filter: Shadow(Color=#000000, Direction=45, Strength=4);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.55);
	z-index:99;
}

#thumb ul li span, #related ul li span {
	display: none;
	float: right;
}

#thumb ul li span em, #related ul li span em {
	font-style:normal;
	float: left;
	padding-left: 5px;
	height: 15px;

}

#thumb ul li a:hover span, #related ul li a:hover span {
	display: block;
	position: absolute;
	top: 135px;
	left: 0;
	width: 195px;
	height:15px;
	background: #eee;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	color: #000;
	font-size:10px;
	font-family: Tahoma, Verdana, Arial;
	text-align: right;
	padding-right: 5px;
	z-index:1;
}

/* Pagination */

#thumb #pagination, #thumb #sorting {
    float: right;
	width:auto;
	height: auto;
    margin: 0 2px 0 20px;
	padding: 2px 0 0 0;
	overflow: hidden;
}

#thumb #pagination {
	width: 400px;
	text-align: right;
	margin: 0 2px 0 0;
}

#thumb #pagination ul, #thumb #sorting ul {
	position: relative;
	margin: auto;
	width: auto;
	overflow: hidden;
	display: inline-block;
	padding: 0;
	zoom:1;
	*display:inline;
    border: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    list-style-type: none;
    background: none;
}
* html ul.pagination { margin: 0 auto; width: 370px; } /* IE fix */ 

#thumb #pagination ul li, #thumb #sorting ul li {
	white-space: nowrap;
	line-height: 20px;
	font-size: 12px;
    font-family: Arial, Verdana, Tahoma;
	font-weight: bold;
	float: left;
	height: auto;
	text-shadow: 0 0 1px #000;
    padding:0;
    margin: 1px;
}

#thumb #sorting ul li {
    font-size: 11px;
    font-weight: normal;   
}

#thumb #pagination ul li.page_dots {
    background: none;
}

#thumb #pagination ul li a, #thumb #sorting ul li a,
#thumb #pagination ul li.page_dots span,
#thumb #pagination ul li span,
#thumb #pagination ul li a:hover,
#thumb #pagination ul li.page_next a,
#thumb #pagination ul li.page_previous a {
	background: #252525;
    text-decoration: none;
}

#thumb #pagination ul li a, #thumb #sorting ul li a,
#thumb #pagination ul li.page_dots span {
	width: auto;
	height: 20px;
	color: #fff;
	border: none;
    padding: 0 3px;
	float: left;
}

#thumb #pagination ul li.page_dots span {
    padding: 0 1px;
}

#thumb #sorting ul li a {
    padding: 0 7px;
}

#thumb #pagination ul li.page_dots span {
    background: none;    
}

#thumb #pagination ul li span {
	width: auto;
    padding: 0 5px;
	height: 20px;
	color: #010101;
	float: left;
	display: block;
    background: #72d1ff;
    text-shadow: none;
    font-family: Arial, Verdana, Tahoma;
	font-weight: bold;
	font-size: 12px;
}

#thumb #pagination ul li a:hover {
	text-shadow: 0 0 1px #000;
}

#thumb #pagination ul li.page_next a,
#thumb #pagination ul li.page_previous a {
	width: 43px;
    padding: 0 3px;
	height: 20px;
	color: #fff;
	float: left;
}

#thumb #sorting ul li a {
    background: url('/img/tl_bg.gif') 0 0 repeat-x;
	text-transform:uppercase;
}

#thumb #sorting ul li a.active {
    background: url('/img/tla_bg.gif') 0 0 repeat-x;
    color: #72d1ff;
}

/* Pagination Main */

#pagmain #pagination {
    display: block;
	position: relative;
	width:100%;
	clear:both;
    margin: 0;
	padding: 10px 0 20px 0;
	overflow: hidden;
	text-align:center;
}

#pagmain #pagination ul {
	position: relative;
	margin: auto;
	width: auto;
	overflow: hidden;
	display: inline-block;
	padding: 0;
	zoom:1;
	*display:inline;
    border: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    list-style-type: none;
    background: none;
}
* html ul.pagination { margin: 0 auto; width: 340px; } /* IE fix */ 

#pagmain #pagination ul li {
	white-space: nowrap;
	line-height: 32px;
	font-size: 13px;
    font-family: verdana, serif;
	float: left;
	text-shadow: 0 0 1px #000;
    padding:0;
    margin: 1px;
}
#pagmain #pagination ul li a,
#pagmain #pagination ul li.page_dots span,
#pagmain #pagination ul li span,
#pagmain #pagination ul li a:hover,
#pagmain #pagination ul li.page_next a,
#pagmain #pagination ul li.page_previous a {
	background: #252525;
    color: #000;
    text-decoration: none;
}

#pagmain #pagination ul li a,
#pagmain #pagination ul li.page_dots span {
	width: auto;
	height: 32px;
    padding: 0 10px;
	color: #fff;
	border: none;
	display: block;
	float: left;
}

#pagmain #pagination ul li.page_dots span {
    background: none;    
}
#pagmain #pagination ul li span {
	width: auto;
	height: 32px;
    padding: 0 10px;
	color: #000;
    text-shadow: none;
    background: #72d1ff;
	display: block;
	float: left;
}
#pagmain #pagination ul li a:hover {
	text-shadow: 0 0 1px #000;
    background: #72d1ff;
}

#pagmain #pagination ul li.page_next a,
#pagmain #pagination ul li.page_previous a {
	width: 50px;
	height: 32px;
    color: #fff;
	border: none;
	display: block;
	float: left;
}
#pagmain #pagination ul li.page_next a:hover,
#pagmain #pagination ul li.page_previous a:hover {
    color: #000;
}

#azlist {
    position: relative;
	background: none;
	overflow: hidden;
    width:expression(document.body.clientWidth > 1220? "1220px": document.body.clientWidth );
	margin: 10px auto;
    padding: 0 0 10px 0;
    max-width: 1220px;
    background: #252525;
	clear: both;       
}

#azlist ul {
    display: block;
    position: relative;
    padding: 15px 40px 15px 70px;
	margin: 0;
    font-family: Arial, Tahoma, Verdana;
    font-size: 14px;
	word-spacing:0px;
}

#azlist ul li {
    text-align: left;
    width: 100%;
    float: left;
    list-style: none;
}

#azlist ul li ul {
    text-align: left;
    width: 19%;
    float: left;
    border:0;
    margin:0;
    padding:0;
    font-size:13px;
    font-family: Arial, Tahoma, Verdana;
}

#azlist ul li ul li {
    text-align: left;
    height: 18px;
    line-height: 18px;
	overflow: hidden;
    list-style: none;
    color: #72d1ff;
}

#azlist ul li ul li a {
    color: #72d1ff;
    text-decoration: none;
}

#azlist ul li ul li a:hover {
    color: #fff;
}


#azlist ul li ul li i {
    float: left;
    background: url('/img/sprite.png') 0 -220px;
    width:16px;
    height:18px;
    padding-right:3px;
}

#azlist ul li ul li.letter {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #b1b3ae;
    margin: 2px 5px;
    background: #000;
    width: 28px;
    height: 24px;
    text-align: center;
    border-radius: 5px;
}

#toplist {
    position: relative;
	background: none;
	overflow: hidden;
    width:expression(document.body.clientWidth > 1220? "1220px": document.body.clientWidth );
	margin: 10px auto;
    padding: 0;
    max-width: 1220px;
    background: #000;
	clear: both;       
}

#toplist ul {
    padding: 15px 0;
    max-width: 1220px;
    width: 100%;
}

#toplist ul li {
    position: relative;
    text-align: left;
    vertical-align: top;
    width: 200px;
    margin: 0 15px;
    height: auto;
    display: inline-block;
    cursor: default;
    zoom: 1;
    *display: inline;   
}

#toplist ul li ul {
    padding: 0 10px;
    border: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#toplist ul li ul li {
    width: 100%;
    display: block;
    float: left;
    padding: 3px 0 3px 8px;
    margin: 0;
    border-bottom: 1px dotted #464646;
    overflow: hidden;
}

#toplist ul li ul li:hover {
	background: #252525;
}

#toplist ul li ul li a {
    font-size: 15px;
    font-family: Arial, Verdana, Tahoma;
    font-weight: bold;
    letter-spacing: -0.02em;
    word-spacing: 0;
    text-decoration: none;
    color: #72d1ff;
}

#toplist ul li ul li a:hover {
    text-decoration: underline;
    color: #fff;
}

/* auto suggest class */

div.autosuggest
{
	position: absolute;
	background-image: url('/img/as_pointer.gif');
	background-position: top;
	background-repeat: no-repeat;
	padding: 10px 0 0 0;
	font-family: Arial, Tahoma, Verdana; 
	font-size: 13px;
    z-index:999;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=95);
	-moz-opacity: 0.95;
	-khtml-opacity: 0.95;
    opacity: 0.95;
}

div.autosuggest div.as_header,
div.autosuggest div.as_footer
{
	position: relative;
	height: 6px;
	width: 100%;
	overflow: hidden;
    background-color: #333;
	border-radius: 5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
}
div.autosuggest div.as_footer
{
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;	
}

div.autosuggest ul
{
	list-style: none;
	margin: 0 0 -4px 0;
	padding: 0;
	overflow: hidden;
	background-color: #333;
}

div.autosuggest ul li
{
	color: #ccc;
	padding: 0;
	margin: 0 4px 4px;
	text-align: left;
}

div.autosuggest ul li a
{
	color: #ccc;
	display: block;
	text-decoration: none;
	background-color: transparent;
	text-shadow: #000 0px 0px 5px;
	position: relative;
	padding: 0;
	width: 100%;
}
div.autosuggest ul li a:hover
{
	background-color: #444;
}
div.autosuggest ul li.as_highlight a:hover
{
	background-color: #1B5CCD;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

div.autosuggest ul li a span
{
	display: block;
	padding: 3px 6px;
	font-weight: bold;
}

div.autosuggest ul li.as_highlight a
{
	color: #fff;
    background-color: #1B5CCD;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	    
}

div.autosuggest ul em
{
	font-style: normal;
	color: #6EADE7;
}

#back-top{
	clear:both;
	display:block;
	width: 100%;
	text-align: right;
	position: relative;
}

#back-top a{
	display:block;overflow:hidden;
	font-size: 0;
	width: 50px;
	height: 50px;
	position: absolute;
	z-index:2;
	background:url(/img/sprite.png) -140px -280px no-repeat;
	text-align: right;
	top: -60px;
	right: 0;
	margin-right: 30px;
}

#back-top a:hover {
	background-position: -141px -330px;
}

/* Video Page */

#video_wrapper {
	width: 100%;
	overflow: hidden;
}

#video_wrapper .vwrap {
	max-width: 1220px;
	margin: 10px auto;
}

#video {
	float: left;
	width: 610px;
	margin: 0 0 10px 0;
}

#video #player {
    color: #CCCCCC;
    display: block;
    line-height: 435px;
    text-align: center;	
	overflow:hidden;
}

#video .playzone {
	width: auto;
	background: #000;
	min-height: 600px;
	padding: 5px;
}

#video .adv_full {
	padding:0;
	margin:0;
	clear:both;
}

#video .adv_full a {
    width: 100%;
    background: url('/img/watch_full.png');
    display: block;
    height: 45px;
    text-indent: -9999px;
    margin: 5px auto;
}

#video .adv_full a:hover {
    background-position: 0 -50px;
}


#video .vdata {
	padding: 0 10px;
	clear:both;
}

#video .vdata h1 {
	padding:0 0 5px 0;
	margin:0;
}

#video .vdata h1 a {
	color: #ccc;
	font-size: 14px;
	font-family: Tahoma, Verdana, Arial;
}

#video .vdata h2 {
	padding:0;
	margin:0;
	color: #888;
	font-size: 11px;
	font-family: Tahoma, Verdana;
	font-weight: normal;
}

#video .vdata h2 span {
	color: #aaa;
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial;
	font-weight:normal;
}

#video .vdata .tags {
    color: #aaa;
    font-family: Verdana, Tahoma, Arial;
    font-size: 12px;
    padding: 5px 0;
}

#video .vdata .tags a {
    color: #44a0cd;
	text-decoration: none;
}

#video .vdata .share {
    padding: 10px 0;
}

#advert {
	float: right;
	width: 607px;
	margin: 0 0 0 3px;
}

#advert .inside {
	min-height: 250px;
	background: #000;
	padding: 5px 0 0 3px;
}

#adv {
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding: 25px 0;
}


/* footer */

#footer {
    width: 100%;
    background: #000;
	padding:0 0 15px 0;
	overflow: hidden;
}

#footer .inside {
	max-width: 1220px;
	margin: 0 auto;
}

#footer .inside a {
	text-decoration: none;
	color: #aaa;
}

#footer .inside .logo_f {
	float: left;
	margin: 20px 15px 0 0;
	width: 370px;
	height: 70px;
	background: url('/img/bg_logo.png') 0 0 no-repeat;
}

#footer .inside .copyright {
	width: 100%;
	clear:both;
	text-align:center;
	color: #777;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial;
}

#footer .inside .disclaimer {
     color: #888;
     font-size: 11px;
     font-family: Tahoma, Verdana, Arial;
     padding: 25px 0 0;   
}

#footer .inside .links {
    padding: 10px;
    font-size: 12px;
    font-family: Tahoma, Verdana, Arial;
    color: #888;
}

.tm-adhs-bot-merg {
    padding-bottom:120px!important;
}

.player .player-wrap {
    position:relative;
}

.player .embed-wrap iframe, .player .player-wrap #BMV_player, .player .player-wrap #BMV_player_internal {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
}
