html,
body{
	min-height:100%;
}
body{
	margin:0;
	font:11px/13px Tahoma, Arial, Helvetica, sans-serif;
	color:#7a7a79;
	background:#0f0e0e url(images/bg-body.gif) repeat-x 0 100%;
	min-width:320px;
	-webkit-text-size-adjust:none;
}
header,
footer,
article,
section,
hgroup,
nav,
figure{display:block;}
input,
textarea,
select{
	font:100% Tahoma, Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
form,
fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
input[type=text]{
	-webkit-appearance:none;
}
ul{
	list-style:none;
	padding:0;
	margin:0;
}
a{
	color:#9ee700;
	text-decoration:none;
	outline:none !important;
}
a:hover{
	text-decoration:underline;
}
a img{
	border-style:none;
}
.wrapper{
	overflow:hidden;
	position:relative;
}
header{
	overflow:hidden;
	padding:7px 6px 0;
	min-width:308px;
	margin:0 0 9px;
}
header .banner{
	margin:0 0 9px;
	text-align:center;
}
header .banner img{
	display:block;
	margin:0 auto;
	border:1px solid #fff;
}
.form-holder{
	width:100%;
	overflow:hidden;
	background:url(images/divider.gif) repeat-x 0 100%;
	padding:0 0 4px;
	margin:0 0 7px;
}
.search-form{
	width:310px;
	margin:0 auto;
}
.search-form .search-text{
	float:left;
	width:249px;
	height:30px;
	margin:0 1px 0 0;
	background:url(images/bg-search.gif) no-repeat;
}
.search-form .search-text input{
	background:none;
	border:0;
	width:233px;
	color:#7a7a79;
	padding:8px 8px;
}
.search-form .form-submit{
	width:60px;
	height:30px;
	cursor:pointer;
	border:0;
	background:url(images/btn-search.gif) no-repeat;
	color:#99e000;
	font:12px/14px Verdana, Arial, Helvetica, sans-serif;
	padding:0 0 4px;
}
.header-area{
	background:#0f0f0f url(images/divider.gif) repeat-x;
	margin:0 -6px;
	padding:7px 6px 0;
	overflow:hidden;
}
.logo{
	margin:2px -5px 0 0;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	background:url(images/logo.png) no-repeat;
	width:150px;
	height:36px;
	-o-background-size:150px 36px;
	-webkit-background-size:150px 36px;
	background-size:150px 36px;
}
.logo a{
	height:100%;
	display:block;
}
.top-menu{
	list-style:none;
	padding:0;
	margin:0;
	float:right;
	background:url(images/bg-top-m.gif) repeat-x;
	-moz-border-radius:7px 7px 0 0;
	-webkit-appearance:none;
	-webkit-border-top-left-radius:7px;
	-webkit-border-top-right-radius:7px;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-bottom-left-radius:0;
	border-radius:7px 7px 0 0;
}
.top-menu li{
	float:left;
	border-left:1px solid #000;
}
.top-menu li:first-child{
	border:0;
}
.top-menu a{
	display:block;
	overflow:hidden;
	text-align:center;
	font:9px/9px Arial, Helvetica, sans-serif;
	color:#fff;
	width:51px;
	height:20px;
	padding:35px 3px 0;
	letter-spacing:-1px;
}

nav{
	overflow:hidden;
	margin:0 -6px;
	clear:both;
	border-top:1px solid #000;
	border-bottom:1px solid #040404;
	height:54px;
	padding:6px 6px 4px;
	background: -moz-linear-gradient(top, rgba(47,47,47,1) 1%, rgba(33,33,33,1) 50%, rgba(19,19,19,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(47,47,47,1)), color-stop(50%,rgba(33,33,33,1)), color-stop(100%,rgba(19,19,19,0)));
	background: -webkit-linear-gradient(top, rgba(47,47,47,1) 1%,rgba(33,33,33,1) 50%,rgba(19,19,19,0) 100%);
	background: -o-linear-gradient(top, rgba(47,47,47,1) 1%,rgba(33,33,33,1) 50%,rgba(19,19,19,0) 100%);
	background: linear-gradient(top, rgba(47,47,47,1) 1%,rgba(33,33,33,1) 50%,rgba(19,19,19,0) 100%);
}
.main-menu{
	text-align:center;
	overflow:hidden;
	background:url(images/bg-menu.gif) repeat-x;
	display:table;
	width:100%;
}
.main-menu li{
	display:table-cell;
	vertical-align:bottom;
	overflow:hidden;
}
.main-menu li:hover{
	background:#000;
}
.main-menu a{
	color:#cccccc;
	font:12px/14px Arial, Helvetica, sans-serif;
	display:block;
	overflow:hidden;
	height:18px;
	min-width:38px;
	padding-top:37px;
	width:100%;
	border-left:1px solid #000;
}
.main-menu .selected a,
.main-menu a:hover{
	color:#9ee700;
	text-decoration:none;
}
.main-menu .selected{
	background:#000;
}
.main-menu .new{
	background:url(images/bg-menu1.gif) no-repeat;
}
.main-menu .new:hover,
.main-menu .selected.new{
	background:#000 url(images/bg-menu1.gif) no-repeat 0 -54px;
}
.main-menu .free{
	background:url(images/bg-menu1.gif) no-repeat 100% -108px;
}
.main-menu .free:hover,
.main-menu .selected.free{
	background:#000 url(images/bg-menu1.gif) no-repeat 100% -162px;
}
.main-menu .new a{
	background:url(images/newest_grey.png) no-repeat 50% 2px;
	border:none;
	-o-background-size:25px 34px;
	-webkit-background-size:25px 33px;
	background-size:25px 34px;
}
.main-menu .new a:active,
.main-menu .new a:hover,
.main-menu .selected.new a{
	background:url(images/newest_green.png) no-repeat 50% 2px;
	-o-background-size:25px 34px;
	-webkit-background-size:25px 33px;
	background-size:25px 34px;
}
.main-menu .best a{
	background:url(images/top_grey.png) no-repeat 50% 2px;
	-o-background-size:27px 34px;
	-webkit-background-size:27px 34px;
	background-size:27px 34px;
}
.main-menu .best a:active,
.main-menu .best a:hover,
.main-menu .selected.best a{
	background:url(images/top_green.png) no-repeat 50% 2px;
	-o-background-size:27px 34px;
	-webkit-background-size:27px 34px;
	background-size:27px 34px;
}
.main-menu .cat a{
	background:url(images/categories_grey.png) no-repeat 50% 2px;
	-o-background-size:36px 34px;
	-webkit-background-size:36px 34px;
	background-size:36px 34px;
}
.main-menu .cat a:active,
.main-menu .cat a:hover,
.main-menu .selected.cat a{
	background:url(images/categories_green.png) no-repeat 50% 2px;
	-o-background-size:36px 34px;
	-webkit-background-size:36px 34px;
	background-size:36px 34px;
}
.main-menu .app a{
	background:url(images/app_grey.png) no-repeat 50% 2px;
	-o-background-size:36px 34px;
	-webkit-background-size:36px 34px;
	background-size:36px 34px;
}
.main-menu .app a:active,
.main-menu .app a:hover,
.main-menu .selected.app a{
	background:url(images/app_green.png) no-repeat 50% 2px;
	-o-background-size:36px 34px;
	-webkit-background-size:36px 34px;
	background-size:36px 34px;
}

.main{
	overflow:hidden;
	max-width:960px;
	margin:0 auto;
}
.block-video-preview{
	padding:0 6px;
	overflow:hidden;
	margin:0 0 11px;
}
.block-video-preview .preview-item{
	overflow:hidden;
	padding:6px 3px;
	background:#181916;
	margin:0 auto 3px;
	width:318px;
}
@media screen and (min-width: 640px){
	.block-video-preview{
		text-align:center;
		letter-spacing:-.25em;
		word-spacing:-.25em;
	}
	.block-video-preview .preview-item{
		display:inline-block;
		text-align:left;
		vertical-align:top;
		margin:0 2px 3px 2px;
		letter-spacing:0;
		word-spacing:0;
	}
}
.block-video-preview .image-holder{
	float:left;
	border:1px solid #424242;
	margin:0 6px 0 0;
}
.block-video-preview .image-holder img{
	display:block;
}
.block-video-preview .video-info{
	overflow:hidden;
	position:relative;
	min-height:115px;
	width:143px;
}
.block-video-preview .video-info a{
	font:bold 12px/14px Tahoma, Arial, Helvetica, sans-serif;
}
.row{
	width:100%;
    text-align:center;
}
.row:after{
	content:"";
	display:block;
	clear:both;
}
.block-video-preview .video-meta{
	position:absolute;
	bottom:-5px;
	left:0;
	width:100%;
}
.video-rating{
	float:right;
	color:#fff;
	font:11px/15px Tahoma,Arial,Helvetica,sans-serif;
	margin:-5px 0 0;
	padding:5px 23px 4px 0;
	background:url(images/ico-rating.gif) no-repeat 100% 2px;
}

.video-details-info{
	color:#fff;
	font:11px/15px Tahoma,Arial,Helvetica,sans-serif;
	margin:-5px 0 0;
	padding:3px 3px 3px 3px;
    text-align:center;
}

.pagination{
	overflow:hidden;
	margin:0 0 6px;
	padding:0 8px;
	height:41px;
	border:solid #000;
	border-width:1px 0;
	background:rgb(47,47,47);
	background:-moz-linear-gradient(top, rgba(47,47,47,1) 0%, rgba(19,19,19,1) 100%, rgba(125,185,232,1) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(47,47,47,1)), color-stop(100%,rgba(19,19,19,1)), color-stop(100%,rgba(125,185,232,1)));
	background:-webkit-linear-gradient(top, rgba(47,47,47,1) 0%,rgba(19,19,19,1) 100%,rgba(125,185,232,1) 100%);
	background:-o-linear-gradient(top, rgba(47,47,47,1) 0%,rgba(19,19,19,1) 100%,rgba(125,185,232,1) 100%);
	background:linear-gradient(top, rgba(47,47,47,1) 0%,rgba(19,19,19,1) 100%,rgba(125,185,232,1) 100%);
}
.pagination-holder{
	text-align:center;
	width:100%;
	color:#fff;
	font:14px/16px Tahoma, Arial, Helvetica, sans-serif;
	padding:4px 0 0;
	display:table;
}
.pagination .prev,
.pagination .next{
	display:table-cell;
	min-width:10px;
	border:1px solid #000;
	text-align:center;
	height:25px;
	background:rgb(24,24,24);
	background:-moz-linear-gradient(top,  rgba(24,24,24,1) 0%, rgba(58,57,57,1) 100%, rgba(125,185,232,1) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(24,24,24,1)), color-stop(100%,rgba(58,57,57,1)), color-stop(100%,rgba(125,185,232,1)));
	background:-webkit-linear-gradient(top,  rgba(24,24,24,1) 0%,rgba(58,57,57,1) 100%,rgba(125,185,232,1) 100%);
	background:-o-linear-gradient(top,  rgba(24,24,24,1) 0%,rgba(58,57,57,1) 100%,rgba(125,185,232,1) 100%);
	background:linear-gradient(top,  rgba(24,24,24,1) 0%,rgba(58,57,57,1) 100%,rgba(125,185,232,1) 100%);
    width: 50%;
}
.pagination .prev{
	margin:0 0 0 8px;
	-moz-border-radius:5px 0 0 5px;
	-webkit-appearance:none;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-bottom-left-radius:5px;
	border-radius:5px 0 0 5px;
}
.pagination .next{
	margin:0 8px 0 0;
	border-left:0;
	-moz-border-radius:0 5px 5px 0;
	-webkit-appearance:none;
	-webkit-border-top-left-radius:0;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:0;
	border-radius:0 5px 5px 0;
}
.pagination a,
.pagination span{
	display:inline-block;
	margin:8px 5px 0;
}
.pagination em.prev,
.pagination em.next{
	font-style:normal;
	padding:7px 0 0;
	text-shadow:1px 1px 0 #000;
	color:#494949;
}
.pagination .prev a,
.pagination .next a{
	padding:7px 0 9px;
	text-shadow:1px 1px 0 #000;
	color:#8dcf01;
	margin:0;
	display:block;
}
.pagination .prev a:hover,
.pagination .next a:hover{
	text-decoration:none;
}
.video-view{
	padding:0 6px;
	margin:0 0 15px;
}
.block-video-preview h2{
	font:18px/20px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	letter-spacing:0;
	word-spacing:0;
	margin:0 0 5px;
}
.video-view h1{
	font:bold 14px/16px Tahoma, Arial, Helvetica, sans-serif;
	color:#9ee700;
	margin:0 0 14px;
}

.cat-title {padding-left:0; background: url(images/mob-menu.gif); height:40px; list-style-type:none; text-align: center; line-height: 40px; font-size: 16px; margin: 10px 10px 10px 10px;}

.cat-title h1{
	font:bold 16px/18px Tahoma, Arial, Helvetica, sans-serif;
	color:#9ee700;
    padding-top: 10px;
}



.video-view h2{
	font: 12px/14px Tahoma, Arial, Helvetica, sans-serif;
	color:#ffffff;
	margin:0 0 14px;
}
.video-view .player{
	border:1px solid #424242;
	margin:0 0 3px -1px;
	position:relative;
    text-align:center;
}
.video-view .player img{
	display:inline-block;
}

a.download{
    background:url(images/button-small.png) no-repeat;
    width:150px;
	height:50px;
    display: inline-block;
    float: inside;
	padding:10px 0 9px;
    margin: 0 1px 0 1px;
	color:#8dcf01;
	font:14px/16px Tahoma, Arial, Helvetica, sans-serif;
}
a.download:hover{
	text-decoration:none;
}
.provider-link{
	text-align:center;
}
.provider-link a{
	font:bold 14px/16px Tahoma, Arial, Helvetica, sans-serif;
}
.banner-bottom{
	text-align:center;
	margin:0;
}
.banner-bottom img{
	display:block;
	margin:0 auto;
	border:1px solid #fff;
}
footer{
	background:url(images/divider.gif) repeat-x;
	padding:15px 20px;
	min-height:44px;
}
footer p{
	margin:0;
}

/*mobile cats*/
.categories-mobile {padding-left:0; margin-top:0; margin-bottom:8px; }
.categories-mobile li{background: url(images/mob-menu.gif); height:51px; list-style-type:none; text-align: center; line-height: 55px; font-size: 16px; margin: 0 10px 0 10px;}
.categories-mobile li a {display:block; color: #B3B3B3;}
.categories-mobile li a:hover {color: #9EE700; text-decoration:none;}
.pagination em.next{width: 50% !important;}



/*mobile categories icon*/
.mobile-categories img { height: 24px; width: 37px; margin-top: 9px; }
.mobile-categories span { display: block; font-size: 12px; margin-top: 2px; font-family: Arial, Helvetica, sans-serif; letter-spacing: normal; }
.top-menu .mobile-categories a {
-o-background-size: 43px 24px;
-webkit-background-size: 43px 24px;
background-size: 43px 24px;
height:46px;
padding:0;
}

.videoWrapper {
	width: 100%;
	height: 100%;
    display:block;    
    text-align: center;
}


.tags{
    text-align: center;
	font:bold 12px/14px Tahoma, Arial, Helvetica, sans-serif;
	color:#9ee700;
    padding:10px;
}