@charset "utf-8";
html{
	background:#eee url(../images/bg.png) repeat-x;
}

body{
	background:url(../images/bgBalloons.png) no-repeat center top;
	margin:0 0 30px 0;
	font-family:Arial, Helvetica, sans-serif;
	visibility:hidden;
}

img{
	border:0;	
}

a{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#000;
	outline:none;
}

a:hover{
	color:#b60f0f;
}

ul{
	list-style:none;
	margin:0;
	padding:0;
}

p{
	margin:0;
}

form{
	padding:0;
}

input, textarea, select{
	font-family:Arial, Helvetica, sans-serif;
}

.redBar{
	position:relative;
	width:100%;
	height:42px;
	line-height:42px;
	-moz-border-radius: 5px;
	-webkit-border-radius : 5px;
	background:url(../images/bgRedBar.png) repeat-x;
	color:#fff;
	text-indent:13px;
	font-size:15px;
	font-weight:bold;
	z-index:1;
}

.radial{
	position:relative;
	width:100%;
	border:1px solid #eaeaea;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius : 5px;
	-webkit-border-bottom-right-radius : 5px;
	margin:-5px 0 0 0;
	background:#f8f8f8;
}

.general{
	width:970px;
	margin:auto;
}

.general .header{
	height:156px;
	background:url(../images/bgHeader.png) no-repeat;
}

.general .header .linkGoHome{
	position:absolute;
	width:130px;
	height:145px;
	margin:0 0 0 40px;
}

.general .header .linkAvea{
	position:absolute;
	width:122px;
	height:60px;
	margin:32px 0 0 850px;
}

.general .header .menu{
	position:absolute;
	width:600px;
	height:51px;
	margin:35px 0 0 245px;
	overflow:hidden;
	background:url(../images/seperatorMenu.png) no-repeat;
}

.general .header .menu li{
	float:left;
	background:url(../images/seperatorMenu.png) no-repeat right center;
	height:51px;
	padding:0 5px;
}

.general .header .menu a{
	display:block;
	float:left;
	height:27px;
	line-height:27px;
	margin:0 5px;
	font-size:17px;
	color:#fff;
	font-weight:bold;
	padding:0 8px;
	margin:10px 0 0 0;
	-moz-border-radius: 5px;
	-webkit-border-radius : 5px;
}

.general .header .menu a:hover{
	background:url(../images/bgMenuBtn.png) repeat-x;
}

.general .header .menu a.sel{
	background:url(../images/bgMenuBtn.png) repeat-x;
}

.general .header .searchForm{
	position:absolute;
	width:580px;
	height:40px;
	margin:115px 0 0 250px;
}

.general .header .searchForm input{
	position:absolute;
	width:440px;
	height:30px;
	margin:7px 0 0 30px;
	font-size:17px;
	font-weight:bold;
	background:transparent;
	border:0;
}

.general .header .searchForm a{
	position:absolute;
	display:block;
	width:80px;
	height:33px;
	margin:2px 0 0 487px;
}

.general .header .btnLogin{
	position:absolute;
	display:block;
	width:99px;
	height:32px;
	margin:117px 0 0 870px;
	background:url(../images/btnLoginHover.png) no-repeat;
}

.general .header .loggedIn{
	position:absolute;
	width:140px;
	height:50px;
	margin:117px 0 0 830px;
	text-align:right;
	display:block;
	font-size:11px;
	color:#333;
}

.general .header .loggedIn span{
	color:#cc0000;
	font-weight:bold;
}

.general .header .loggedIn a{
	color:#333;
}

.general .header .loggedIn a:hover{
	color:#cc0000;
}

.general .main{
	margin:16px 0;
	border:1px solid #9f9f9f;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius : 5px;
	-webkit-border-bottom-right-radius : 5px;
	background:#fff url(../images/bgMain.png) repeat-x;
	overflow:hidden;
	padding:10px;
	float:left;
	width:100%;
}

.general .main #bannerTop{
	background:url(../images/bgBannerTop.png) no-repeat;
	margin:0 0 10px 0;
}

.general .main .campaignBar{
	width:954px;
	height:42px;
	background:url(../images/bgCampaignBar.png) no-repeat;
	margin:0 0 10px 0;
	line-height:38px;
	font-size:13px;
	text-indent:10px;
	font-weight:bold;
}

.general .main .campaignBar b{
	color:#db191a;
}

.general .main .leftCol{
	float:left;
	width:240px;
	margin:10px 0 0 0;
}

.general .main .leftCol .mostlyViewed{
	height: 475px;
}

.general .main .leftCol .mostlyViewed .redBar{
	position:relative;
	z-index:1;
}

.general .main .leftCol .mostlyViewed ul{
	position:relative;
	width:100%;
	border:1px solid #eaeaea;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius : 5px;
	-webkit-border-bottom-right-radius : 5px;
	margin:-2px 0 0 0;
	float:left;
}

.general .main .leftCol .mostlyViewed ul li{
	border-top:1px solid #ccc;
	width:100%;
	height:80px;
	padding:3px 0;
	background:#f8f8f8;
	float:left;
}

.general .main .leftCol .mostlyViewed ul li .tip{
	position:absolute;
	width:180px;
	height:62px;
	margin:-5px 0 0 0;
	padding:5px 0 0 8px;
	font-size:11px;
	background:url(../images/bgTip4.png) no-repeat;
	z-index:1;
	visibility:hidden;
}

.general .main .leftCol .mostlyViewed ul li .tip b{
	color:#b60f0f;
}

.general .main .leftCol .mostlyViewed ul li .iconSmsCode{
	position:absolute;
	margin:0px 0 0 10px;
}

.general .main .leftCol .mostlyViewed ul li .iconPlay{
	position:absolute;
	margin:12px 0 0 20px;
	z-index:1;
}

.general .main .leftCol .mostlyViewed ul li .screenSmall{
	position:absolute;
	margin:6px 0 0 10px;
	padding: 1px;
	border:1px solid #b81717;
}

.general .main .leftCol .mostlyViewed ul li .screenSmall:hover{
	background:#b60f0f;
}

.general .main .leftCol .mostlyViewed ul li .name{
	position:absolute;
	margin:6px 0 0 100px;
	font-size:11px;
	font-weight:bold;
	width:125px;
}

.general .main .leftCol .mostlyViewed ul li .btnIzle{
	position:absolute;
	margin:60px 0 0 100px;
}

.general .main .leftCol .mostlyViewed ul li .btnIzle_0{
	background:url(../images/btnIzleHover_0.png) no-repeat;
}

.general .main .leftCol .mostlyViewed ul li .btnIzle_8{
	background:url(../images/btnIzleHover_8.png) no-repeat;
}

.general .main .leftCol .mostlyViewed ul li .btnIzle_12{
	background:url(../images/btnIzleHover_12.png) no-repeat;
}

.general .main .leftCol .mostlyViewed ul li .btnIndir{
	position:absolute;
	margin:60px 0 0 151px;
}

.general .main .leftCol .mostlyViewed ul li .btnIndir_0{
	background:url(../images/btnIndirHover_0.png) no-repeat;
}

.general .main .leftCol .mostlyViewed ul li .btnIndir_8{
	background:url(../images/btnIndirHover_8.png) no-repeat;
}

.general .main .leftCol .mostlyViewed ul li .btnUyeOl{
	position:absolute;
	margin:60px 0 0 100px;
}

.general .main .leftCol .mostlyViewed ul li .btnUyeOl_0{
	background:url(../images/btnUyeOlHover_0.png) no-repeat;
}

.general .main .leftCol .mostlyViewed ul li .btnUyeOl_10{
	background:url(../images/btnUyeOlHover_10.png) no-repeat;
}

.general .main .leftCol .mostlyViewed ul li .btnUyeOl_5{
	background:url(../images/btnUyeOlHover_5.png) no-repeat;
}

.general .main .leftCol #bannerLeft{	
	padding:10px 0 0 0;
	width:240px; 
	height:545px;
}

.general .main .rightCol{
	float:left;
	width:700px;
	margin:10px 0 0 10px;
}

.general .main #player{
	background:url(../images/bgPlayer.png) no-repeat;
	width: 700px;
	z-index: 1;
}

.general .main .favorites{
	margin:12px 0 0 0;
}

.general .main .favorites .redBar{
	position:relative;
	z-index:1;
}

.general .main .favorites ul{
	position:relative;
	width:100%;
	height:145px;
	border:1px solid #eaeaea;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius : 5px;
	-webkit-border-bottom-right-radius : 5px;
	margin:-10px 0 0 0;
	padding:20px 0 0 4px;
	background:#f8f8f8;
}

.general .main .favorites ul li{
	width:107px;
	height:135px;
	border:1px solid #d7d7d7;
	-moz-border-radius: 5px;
	-webkit-border-radius : 5px;
	background:#ededed;
	float:left;
	margin:0 3px;
}

.general .main .favorites ul li .tip{
	position:absolute;
	width:180px;
	height:62px;
	margin:-5px 0 0 -37px;
	padding:5px 0 0 8px;	
	font-size:11px;
	background:url(../images/bgTip4.png) no-repeat;
	z-index:2;
	visibility:hidden;
}

.general .main .favorites ul li .tip b{
	color:#b60f0f;
}

.general .main .favorites ul li .iconSmsCode{
	position:absolute;
	margin:-7px 0 0 73px;
}

.general .main .favorites ul li .iconPlay{
	position:absolute;
	margin:10px 0 0 35px;
	z-index:1;
}

.general .main .favorites ul li .screenSmall{
	position:absolute;
	margin:9px 0 0 11px;
	padding:1px;
	border:1px solid #b81717;
}

.general .main .favorites ul li .screenSmall:hover{
	background:#b60f0f;
}

.general .main .favorites ul li .name{
	position:absolute;
	margin:95px 0 0 5px;
	font-size:11px;
	font-weight:bold;
	width:125px;
}

.general .main .favorites ul li .btnIzle{
	position:absolute;
	margin:112px 0 0 4px;
}

.general .main .favorites ul li .btnIzle_0{
	background:url(../images/btnIzleHover_0.png) no-repeat;
}

.general .main .favorites ul li .btnIzle_8{
	background:url(../images/btnIzleHover_8.png) no-repeat;
}

.general .main .favorites ul li .btnIzle_12{
	background:url(../images/btnIzleHover_12.png) no-repeat;
}

.general .main .favorites ul li .btnIndir{
	position:absolute;
	margin:112px 0 0 55px;
}

.general .main .favorites ul li .btnIndir_0{
	background:url(../images/btnIndirHover_0.png) no-repeat;
}

.general .main .favorites ul li .btnIndir_8{
	background:url(../images/btnIndirHover_8.png) no-repeat;
}

.general .main .brandNew{
	margin:5px 0 0 0;
}

.general .main .brandNew .redBar{
	position:relative;
	z-index:1;
}

.general .main .brandNew ul{
	position:relative;
	width:100%;
	height:80px;
	border:1px solid #eaeaea;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius : 5px;
	-webkit-border-bottom-right-radius : 5px;
	margin:-10px 0 0 0;
	padding:20px 0 0 4px;
	background:#f8f8f8;
}

.general .main .brandNew ul li{
	float:left;
	width:33%;	
}

.general .main .brandNew ul li ul{
	position:static;
	width:100%;
	height:auto;
	border:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	margin:0;
	padding:0;
	background:none;
}

.general .main .brandNew ul li ul li{
	float:left;
	width:100%;
	border-left:1px solid #ccc;
}

.general .main .brandNew ul li .tip{
	position:absolute;
	width:185px;
	height:62px;
	margin:-4px 5px 0 -180px;
	*margin:-4px 0 0 -290px;
	padding:10px 0 0 8px;
	font-size:11px;
	background:url(../images/bgTip5.png) no-repeat;
	z-index:2;
	visibility:hidden;
}

.general .main .brandNew ul li .tip b{
	color:#b60f0f;
}

.general .main .brandNew .name{
	float:left;
	background:url(../images/arrRed.png) no-repeat center left;
	margin:0 0 0 15px;
	font-size:12px;
	width:100px;
	display:block;
	text-indent:10px;
	line-height:25px;
	height:25px;
}

.general .main .brandNew .btnIzle{
	position:absolute;
	margin:5px 0 0 5px;
}
.general .main .brandNew .btnIzle_0{
	background:url(../images/btnIzleHover_0.png) no-repeat;
}
.general .main .brandNew .btnIzle_8{
	background:url(../images/btnIzleHover_8.png) no-repeat;
}
.general .main .brandNew .btnIzle_12{
	background:url(../images/btnIzleHover_12.png) no-repeat;
}

.general .main .brandNew .btnIndir{
	position:absolute;
	margin:5px 0 0 56px;
}

.general .main .brandNew .btnIndir_0{
	background:url(../images/btnIndirHover_0.png) no-repeat;
}

.general .main .brandNew .btnIndir_8{
	background:url(../images/btnIndirHover_8.png) no-repeat;
}

.general .main .packages{
	margin:10px 0 0 0;
}

.general .main .packages .redBar{
	position:relative;
	z-index:1;
}

.general .main .packages ul{
	position:relative;
	width:100%;
	height:145px;
	border:1px solid #eaeaea;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius : 5px;
	-webkit-border-bottom-right-radius : 5px;
	margin:-10px 0 0 0;
	padding:20px 0 0 4px;
	background:#f8f8f8;
}

.general .main .packages ul li{
	width:107px;
	height:135px;
	border:1px solid #d7d7d7;
	-moz-border-radius: 5px;
	-webkit-border-radius : 5px;
	background:#ededed;
	float:left;
	margin:0 3px;
}

.general .main .packages ul li .tip{
	position:absolute;
	width:180px;
	height:62px;
	margin:-5px 0 0 -37px;
	padding:5px 0 0 8px;	
	font-size:11px;
	background:url(../images/bgTip4.png) no-repeat;
	z-index:2;
	visibility:hidden;
}

.general .main .packages ul li .tip b{
	color:#b60f0f;
}

.general .main .packages ul li .iconSmsCode{
	position:absolute;
	margin:-7px 0 0 73px;
}

.general .main .packages ul li .iconPlay{
	position:absolute;
	margin:10px 0 0 35px;
	z-index:1;
}

.general .main .packages ul li .screenSmall{
	position:absolute;
	margin:9px 0 0 11px;
	padding:1px;
	border:1px solid #b81717;
}

.general .main .packages ul li .screenSmall:hover{
	background:#b60f0f;
}

.general .main .packages ul li .name{
	position:absolute;
	margin:95px 0 0 5px;
	font-size:11px;
	font-weight:bold;
	width:125px;
}

.general .main .packages ul li .btnUyeOl{
	position:absolute;
	margin:112px 0 0 4px;	
}

.general .main .packages ul li .btnUyeOl_0{
	background:url(../images/btnUyeOlHover_0.png) no-repeat;
}

.general .main .packages ul li .btnUyeOl_10{
	background:url(../images/btnUyeOlHover_10.png) no-repeat;
}

.general .main .packages ul li .btnUyeOl_5{
	background:url(../images/btnUyeOlHover_5.png) no-repeat;
}

.general .main .footer{
	float:left;
	width:100%;
	clear:both;
	margin:10px 0 0 0;
}

.general .main .footer .bar{
	width:100%;
	float:left;
	height:7px;
	line-height:7px;
	font-size:7px;
	background:url(../images/bgFooterBar.png) repeat-x;
	clear:both;
}

.general .main .footer .links{
	margin:10px 0 0 0;
	text-align:center;
	color:#666;
}

.general .main .footer .links a{
	font-size:11px;
	color:#666;
}

.general .main .footer .links a:hover{
	color:#c30000;
}

.general .main .footer .links a.current{
	color:#c30000;
	font-weight:bold;
}

.general .main .footer .aveaBiDunya{
	margin:10px 0 0 0;
	text-align:center;
}

.general .main .footer .copyRight{
	margin:10px 0 0 0;
	text-align:center;
	color:#666;
	font-size:11px;
}

.general .cats .loc{
	background:#f0f0f0 url(../images/bgLoc.png) repeat-x;
	margin:0 0 10px 0;
	color:#666666;
	font-size:12px;
	font-weight:bold;
	letter-spacing:0;
}

.general .cats .loc a{
	color:#9a9a9a;
}

.general .cats .loc a:hover{
	color:#000;
}

.general .tabs{
	margin:12px 0 0 0;
}

.general .tabs .redBar{
	position:relative;
	z-index:1;
}

.general .tabs .redBar a{
	float:left;
	display:block;
	width:120px;
	height:25px;
	line-height:25px;
	font-size:13px;
	color:#fff;
	-moz-border-radius: 5px;
	-webkit-border-radius : 5px;
	background:#ae0202;
	border:1px solid #830506;
	font-weight:normal;
	margin:6px 5px;
	letter-spacing:0;
	text-indent:10px;
}

.general .tabs .redBar a:hover{
	color:#ae0202;
	background:#fff;
}

.general .tabs .redBar a.sel{
	color:#ae0202;
	background:#f8f8f8;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius : 0;
	-webkit-border-bottom-right-radius : 0;
	border-bottom:0;
	height:35px;
	cursor:default;
}

.general .tabs ul{
	position:relative;
	width:100%;
	height:auto;
	float:left;
	margin:-10px 0 0 0;
	border:1px solid #eaeaea;
	border-top:0;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius : 5px;
	-webkit-border-bottom-right-radius : 5px;
	margin:-10px 0 0 0;
	padding:20px 0 0 4px;
	background:#f8f8f8;
}


	
.general .tabs ul li{
	width:107px;
	height:135px;
	border:1px solid #d7d7d7;
	-moz-border-radius: 5px;
	-webkit-border-radius : 5px;
	background:#ededed;
	float:left;
	margin:0 3px;
	margin-bottom:15px;
}

.general .tabs ul li .tip{
	position:absolute;
	width:180px;
	height:62px;
	margin:-5px 0 0 -37px;
	padding:5px 0 0 8px;
	font-size:11px;
	background:url(../images/bgTip4.png) no-repeat;
	z-index:2;
	visibility:hidden;
}


.general .tabs ul li .tip b{
	color:#b60f0f;
}

.general .tabs ul li .iconSmsCode{
	position:absolute;
	margin:-7px 0 0 73px;
}

.general .tabs ul li .iconPlay{
	position:absolute;
	margin:10px 0 0 35px;
	z-index:1;
}

.general .tabs ul li .screenSmall{
	position:absolute;
	margin:9px 0 0 11px;
	padding:1px;
	border:1px solid #b81717;
}

.general .tabs ul li .screenSmall:hover{
	background:#b60f0f;
}

.general .tabs ul li .name{
	position:absolute;
	margin:95px 0 0 5px;
	font-size:11px;
	font-weight:bold;
	width:125px;
}

.general .tabs ul li .btnIzle{
	position:absolute;
	margin:112px 0 0 4px;
}

.general .tabs ul li .btnIzle_0{
	background:url(../images/btnIzleHover_0.png) no-repeat;
}

.general .tabs ul li .btnIzle_8{
	background:url(../images/btnIzleHover_8.png) no-repeat;
}

.general .tabs ul li .btnIzle_12{
	background:url(../images/btnIzleHover_12.png) no-repeat;
}

.general .tabs ul li .btnIndir{
	position:absolute;
	margin:112px 0 0 55px;
}

.general .tabs ul li .btnIndir_0{
	background:url(../images/btnIndirHover_0.png) no-repeat;
}

.general .tabs ul li .btnIndir_8{
	background:url(../images/btnIndirHover_8.png) no-repeat;
}

.general .tabs ul li .btnUyeOl{
	position:absolute;
	margin:112px 0 0 4px;
}

.general .tabs ul li .btnUyeOl_0{
	background:url(../images/btnUyeOlHover_0.png) no-repeat;
}

.general .tabs ul li .btnUyeOl_10{
	background:url(../images/btnUyeOlHover_10.png) no-repeat;
}

.general .tabs ul li .btnUyeOl_5{
	background:url(../images/btnUyeOlHover_5.png) no-repeat;
}

#videoPlayer {
	float:left;
	width:700px;
	z-index: 1;
}

.general .video .details{
	float:right;
	width:240px;
	font-size:12px;
	color:#4c4c4c;
	height: 415px;
}

.general .video .details .radial{
	padding:10px;
	height: 100%;
}

.general .video .details p.info{
	line-height:19px;
	padding:10px 0;
}

.general .video .details p.info b{
	color:#dd1b19;
}

.general .video .details .btns{
	width:100%;
	overflow:hidden;
	padding:10px 0;
}

.general .video .details .btns a{
	display:block;
	float:left;
	margin:0 5px 0 0;
}

.general .video .details .btns a.btnIzle_0{
	background:url(../images/btnIzleBigHover_0.png) no-repeat;
}

.general .video .details .btns a.btnIzle_8{
	background:url(../images/btnIzleBigHover_8.png) no-repeat;
}

.general .video .details .btns a.btnIzle_12{
	background:url(../images/btnIzleBigHover_12.png) no-repeat;
}

.general .video .details .btns a.btnIndir_0{
	background:url(../images/btnIndirBigHover_0.png) no-repeat;
}

.general .video .details .btns a.btnIndir_8{
	background:url(../images/btnIndirBigHover_8.png) no-repeat;
}

.general .video .details .btns a.btnUyeOl_0{
	background:url(../images/btnUyeOlBigHover_0.png) no-repeat;
}

.general .video .details .btns a.btnUyeOl_10{
	background:url(../images/btnUyeOlBigHover_10.png) no-repeat;
}

.general .video .details .btns a.btnUyeOl_5{
	background:url(../images/btnUyeOlBigHover_5.png) no-repeat;
}

.general .video .details .smsIcon{
	margin:10px 0;
	clear:both;
}

.general .video .details .note{
	font-size:14px;
	font-weight:bold;
	padding:10px 0;
}

.general .video .details .note b{
	color:#dd1b19;
}

.general .video #bannerLeft {
	background:url(../images/bgBannerLeft.png) no-repeat;
	margin:10px 0 0 0;
	float:left;
	clear:left;
}

.general .watch .select_watch  {
	background:url(../images/bgSelectWatch.png) no-repeat;
	width:932px;
	height:177px;
	margin:15px 9px;
}

.general .watch .select_watch .title {
	color:#cc0000;
	font:bold 16px Arial, Helvetica, sans-serif;
	margin:13px 0 0 240px;
	position:absolute;
}

.general .watch .select_watch .text {
	width:475px;
	font-size:12px;
	color:#333333;
	margin:43px 0 0 240px;
	position:absolute;
}

.general .watch .select_watch .btnWatch {
	background:url(../images/btnWatch.png) no-repeat;
	width:163px;
	height:63px;
	margin:108px 0 0 51px;
	position:absolute;
	cursor:default;
}

.general .watch .select_watch .btnWatch0 {
	background:url(../images/btnWatch0.png) no-repeat;
	width:163px;
	height:63px;
	margin:5px 0 0 750px;
	position:absolute;
	overflow:hidden;
	font-size:21px;
	color:#fff;
	cursor:default;		
}

.general .watch .select_watch .btnWatch1 {
	background:url(../images/btnWatch1.png) no-repeat;
	width:155px;
	height:52px;
	margin:62px 0 0 750px;
	position:absolute;
	overflow:hidden;
	font-size:21px;
	color:#fff;
	cursor:default;
}

.general .watch .select_watch .btnWatch2 {
	background:url(../images/btnWatch2.png) no-repeat;
	width:155px;
	height:52px;
	margin:118px 0 0 750px;
	position:absolute;
	overflow:hidden;
	font-size:21px;
	color:#fff;
	cursor:default;
}

.general .watch .select_watch .btnDownload {
	background:url(../images/btnDownload.png) no-repeat;
	width:162px;
	height:63px;
	margin:108px 0 0 51px;
	position:absolute;
	cursor:default;
}

.general .watch .select_watch .btnDownload0 {
	background:url(../images/btnDownload0.png) no-repeat;
	width:155px;
	height:52px;
	margin:25px 0 0 750px;
	position:absolute;
	overflow:hidden;
	font-size:21px;
	color:#fff;
	cursor:default;
}

.general .watch .select_watch .btnDownload1 {
	background:url(../images/btnDownload1.png) no-repeat;
	width:155px;
	height:52px;
	margin:100px 0 0 750px;
	position:absolute;
	overflow:hidden;
	font-size:21px;
	color:#fff;
	cursor:default;
}

.general .watch .select_watch .btnWatch {
	background:url(../images/btnWatch.png) no-repeat;
	width:163px;
	height:63px;
	margin:108px 0 0 51px;
	position:absolute;
}

.general .watch .select_watch .btnSignUp {
	background:url(../images/btnSignUp.png) no-repeat;
	width:178px;
	height:63px;
	margin:108px 0 0 51px;
	position:absolute;
	cursor:default;
}

.general .watch .select_watch .btnSignUp0 {
	background:url(../images/btnSignUp0.png) no-repeat;
	width:155px;
	height:52px;
	margin:5px 0 0 750px;
	position:absolute;
	overflow:hidden;
	font-size:21px;
	color:#fff;
	cursor:default;
}

.general .watch .select_watch .btnSignUp1 {
	background:url(../images/btnSignUp1.png) no-repeat;
	width:155px;
	height:52px;
	margin:62px 0 0 750px;
	position:absolute;
	overflow:hidden;
	font-size:21px;
	color:#fff;
	cursor:default;
}

.general .watch .select_watch .btnSignUp2 {
	background:url(../images/btnSignUp2.png) no-repeat;
	width:155px;
	height:52px;
	margin:118px 0 0 750px;
	position:absolute;
	overflow:hidden;
	font-size:21px;
	color:#fff;
	cursor:default;
}

.general .watch .select_watch b {	
	float:left;
	margin:5px 0 0 60px;
	line-height:20px;
}

.general .watch .select_watch b.right {
	clear: left;
	float: left;
	font-size:12px;
	color:#ececec;
	margin:8px 0 0 60px;
	line-height:19px;
}

.general .results .redBar{
	font-weight:normal;
}

.general .results .radial{
	width:100%;
	overflow:hidden;
	padding:10px;
}

.general .results .radial ul{
	background:#fff;
	-moz-border-radius: 5px;
	-webkit-border-radius : 5px;
	border:1px solid #e4e4e4;

	padding:10px;
	overflow:hidden;
	float:left;
}

.general .results .radial ul li{
	width:100%;
	float:left;
	margin-bottom:10px;
}

.general .results .radial ul li .tip{
	position:absolute;
	width:180px;
	height:62px;
	margin:-12px 0 0 -107px;
	padding:5px 0 0 8px;	
	font-size:11px;
	background:url(../images/bgTip4.png) no-repeat;
	z-index:2;
	visibility:hidden;
}

.general .results .radial ul li .tip b{
	color:#b60f0f;
}

.general .results .radial ul li div.left{
	float:left;
	background:#fff;
	-moz-border-radius: 5px;
	-webkit-border-radius : 5px;
	border:1px solid #e4e4e4;
	padding:5px;
}

.general .results .radial ul li div.left .screenSmall{
	display:block;
	padding:1px;
	border:1px solid #b81717;
	float:left;
}

.general .results .radial ul li div.left .screenSmall:hover{
	background:#b60f0f;
}

.general .results .radial ul li div.left .screenSmall .iconPlay{
	position:absolute;
	margin:10px 0 0 35px;
	z-index:1;
}

.general .results .radial ul li div.right{
	float:right;
	width:800px;
	height:85px;
	border-bottom:1px dotted #000;
	padding:0 0 10px 0;
}

.general .results .radial ul li div.right .type{
	font-size:11px;
	color:#000;
	margin:5px 0 0 0;
}

.general .results .radial ul li div.right .name{
	font-size:15px;
	color:#cc0000;
	font-weight:bold;
}

.general .results .radial ul li div.right .name:hover{
	color:#000;
}

.general .results .radial ul li div.right .details{
	font-size:11px;
	color:#676767;
}

.general .results .radial ul li div.right .btnIndir{
	float:left;
	margin:5px 0 0 5px;
}

.general .results .radial ul li div.right .btnIndir_0{
	background:url(../images/btnIndirHover_0.png) no-repeat;
}

.general .results .radial ul li div.right .btnIndir_8{
	background:url(../images/btnIndirHover_8.png) no-repeat;
}

.general .results .radial ul li div.right .btnIzle{
	float:left;
	margin:5px 0 0 0;
}

.general .results .radial ul li div.right .btnIzle_0{
	background:url(../images/btnIzleHover_0.png) no-repeat;
}

.general .results .radial ul li div.right .btnIzle_8{
	background:url(../images/btnIzleHover_8.png) no-repeat;
}

.general .results .radial ul li div.right .btnIzle_12{
	background:url(../images/btnIzleHover_12.png) no-repeat;
}

.general .results .radial ul li div.right .btnUyeOl{
	float:left;
	margin:5px 0 0 0;
}

.general .results .radial ul li div.right .btnUyeOl_0{
	background:url(../images/btnUyeOlHover_0.png) no-repeat;
}

.general .results .radial ul li div.right .btnUyeOl_10{
	background:url(../images/btnUyeOlHover_10.png) no-repeat;
}

.general .results .radial ul li div.right .btnUyeOl_5{
	background:url(../images/btnUyeOlHover_5.png) no-repeat;
}

.transBg{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:#000;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	z-index:2;
	visibility:hidden;
}

.members{
	position:absolute;
	width:500px;
	height:250px;
	top:50%;
	left:50%;
	margin:-125px 0 0 -250px;
	z-index:3;
	visibility:hidden;
}

.members redBar{
	
}

.members .redBar .iconLogin{
	position:absolute;
	margin:11px 0 0 8px;
	text-indent:0;
}

.members .txt1{
	position:absolute;
	margin:2px 0 0 20px;
	font-size:16px;
}

.members .redBar .btnLoginClose{
	position:absolute;
	width:65px;
	height:28px;
	margin:7px 0 0 405px;
	background:url(../images/btnLoginCloseHover.png) no-repeat;
	text-indent:0;
}

.members .radial{
	height:210px;
}

.members .txt2{
	position:absolute;
	margin:25px 0 0 180px;
	font-size:11px;
}

.members .txt3{
	position:absolute;
	margin:54px 0 0 0px;
	font-size:13px;
	font-weight:bold;
	text-align:right;
	width:175px;
}

.members .inp1{
	position:absolute;
	width:228px;
	height:24px;
	margin:49px 0 0 184px;
	background:#fffee7;
	-moz-border-radius: 5px;
	-webkit-border-radius : 5px;
	border:1px solid #aeaeae;
	font-size:18px;
	padding:5px;
}

.members .txt4{
	position:absolute;
	margin:104px 0 0 0px;
	font-size:13px;
	font-weight:bold;
	text-align:right;
	width:175px;
}

.members .inp2{
	position:absolute;
	width:228px;
	height:24px;
	margin:95px 0 0 184px;
	background:#fffee7;
	-moz-border-radius: 5px;
	-webkit-border-radius : 5px;
	border:1px solid #aeaeae;
	font-size:18px;
	padding:5px;
}

.members .link1{
	position:absolute;
	margin:148px 0 0 183px;
	font-size:12px;
	color:#cc0000;
}

.members .link1:hover{
	color:#000;
}

.members .submit{
	position:absolute;
	margin:138px 0 0 345px;
	background:url(../images/btnSubmitHover.png) no-repeat;
}

/*proarge*/
.screenSmall img{
	vertical-align: bottom;
}
.menuSelected {
	background:url(../images/bgMenuBtn.png) repeat-x;
}

.tabs ul .waitmsg {
	font-size: 10px;
	color: gray;
}

.paging{
	float: left;
	width:100%;
	text-align:center;
	height:35px;
	line-height:25px;
	background:0;
	border:0;
}

.paging a{
	font-size:12px;
	color:#ce2828;
	margin:0 1px;
}

.paging a:hover{
	color:#000;
}

.paging a.sel{
	color:#000;
	cursor:default;
}

.paging a.prev{
	background:url(../images/arrCatsPrev.png) no-repeat center left;
	padding:0 5px 0 10px;
}

.paging a.next{
	background:url(../images/arrCatsNext.png) no-repeat center right;
	padding:0 10px 0 5px;
}

/******STANDART*********/

.standart redBar{
	
}

.standart p{
	font-size:12px;
	color:#333;
	margin:10px 0 0 0;
	padding:10px;
	-moz-border-radius: 5px;
	-webkit-border-radius : 5px;
}

.standart p b{
	font-size:12px;
	color:#cc0000;
}

/******STANDART*********/
