/*-----------------------------Banner-ads -------------------*/
 /* CSS Document */
#thewindowbackground {
	background-color:  rgb(0, 0, 0);
	left:  0px;
	top:  0px;
	opacity:  0.8;
	z-index:  990;
	width: auto;
	position: absolute;
	display: none;
	filter:  alpha(opacity=80);
}
#ad_zone_TV {
	z-index: 1000
}
#bannerPopup {
	margin: auto;
	/*width: 660px;
	height: 462px;*/
	z-index:  1000;
	position: absolute;
	display: none;
	background-color:  rgb(0, 0, 0);
	
}
#btClose {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index:  101;
	cursor: pointer;
}
a#btClose:link, a#btClose:visited{
	background:  url(../images/popup-close.png) no-repeat;
	width: 71px;
	height: 32px;
	display: block;
	position: absolute;
	top: 0;
	color: #fff;
	text-align: center;
	font-weight: bold;
	text-indent: -9999px;
}
a#btClose:hover{
	background-position: 0 -32px;
	
}
a#btCloseBottom:link, a#btCloseBottom:visited {
	background: #000;
	width: 23px;
	height: 23px;
	display: block;
	position: absolute;
	top: -3px;
	right: -2px;
	color: #fff;
	text-decoration: none;
	padding: 3px;
	text-align: center;
	font-weight: bold;
}
#bannerPopupBottom {
	width: 300px !important;
	height: 126px !important;
	z-index:  1000 !important;
	bottom: 0;
	right: 0;
	position: absolute;
	display: none;	
	overflow: hidden;
	padding-top: 26px;
	border: 0 !important;
}
#bannerPopupBottom img{
	border:  1px solid #999;
}
#btCloseBottom {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index:  991;
	cursor: pointer;
}
#boxFlashAds {
	height: 1px;
	width: 1px;
	overflow:  hidden;
	left: -9999em;
	top: -9999em;
}
.fixedBanner {
	position:  fixed !important;
}

form.CheckClose { 
	display: block;
	float: left;
	color: #9e9e9e;
	font-size: 11px;
	white-space: nowrap;
}
#bannerPopup .OptionClose {
	background:  url(../images/bg-check.png) no-repeat;
	display: block;
	height: 30px;
	width: 345px;
	float: right;
	padding-top: 3px;
}
a.PopupBtnClose:link, a.PopupBtnClose:visited{
	background:  url(../images/popup-new-cookie-close.gif) no-repeat;
	width: 51px;
	height: 16px;
	display: block;
	color: #fff;
	text-align: center;
	font-weight: bold;
	text-indent: -9999px;
	float: right;
	margin: 4px 5px 0 0; 
}
a.PopupBtnClose:hover{
	background-position: 0 -16px;
}
.PopupBG {
	background: #000;	
}
#bannerPopup img {
	padding: 32px 0 0 5px;
	
}
#bannerPopup embed  {
	margin: 32px 0 0 5px;
	
}
ul.Disc li {   
    list-style-type: disc;
    margin-bottom: 0;
    padding: 0 0 0 5px;
    text-align: justify;
}




