html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i,  dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
}

#otstup {
	clear:both;
	margin:0px;
	padding:0px;
	
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

table {
	border-collapse: collapse; 
	border-spacing: 0;
}

td, td img {
	vertical-align: top;
} 

input, select, button, textarea {
	margin: 0;
	font-size: 100%;
}

input[type="text"], input[type="password"], textarea {
	padding: 0;
}

input[type="checkbox"] {
	vertical-align: bottom;
}

input[type="radio"] {
	vertical-align: text-bottom;
}

li{
	list-style: none;
}

sub {
	vertical-align: sub;
	font-size: smaller;
}

sup {
	vertical-align: super;
	font-size: smaller;
}

html {
	overflow-y: scroll; 
}

body {
	line-height: 1;
	background: url(/images/baron/bg-r.jpg) center top repeat-y;
	color: #000;
	text-align: left;
	font: 12px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

input, select, button, textarea {
	font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

label, input[type="button"], input[type="submit"], button {
	cursor: pointer;
}

a{
	color: #DF4715;
	text-decoration: underline;
}

a:hover {	
	text-decoration: none;
}


.clear{
	clear:both;
	font-size:0;
	padding:0
}

.nuclear:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
}

.nuclear{
	zoom: 1;
	display: block;
}

.wrapper{
	background: url(/images/baron/bg-t.jpg) #FFF center top no-repeat;	
}

.page{
	width: 972px;
	margin: 0px auto;

}

.hdr-top{
	padding-bottom: 5px;
	position: relative;
	/*background: url(/images/baron/header_bg.png) 230px top no-repeat;*/
}

.hdr-top .logo{
	display: block;
	float: left;
	position: relative;
	/*margin-top:45px;*/
}

.hdr-top .logout {
	display: block;
	width: 120px;
	height: 23px;
	position: absolute;
	right: 600px;
	top: 30px;
display: none;
}

.circle{
	background: none;
	width: 139px;
	height: 104px;
	position: absolute;
	text-align: center;
	left: 400px;
	top: 50px;	
	padding: 35px 0 0 0;
	font-family: "Trebuchet MS";
	font-size: 21px;
	color: #fff;	
}



.circle b{
	font-family: Tahoma;
	font-size: 26px;		
	display: block;
	letter-spacing: -1px;
}

.circle span{
	font-size: 15px;
	display: block;
	line-height: 17px;	
}

.hdr-r{
	float: right;
	width: 201px;
	padding: 2px 0 0 0;
}

.hdr-r .log{
	font-family: "Trebuchet MS";
	font-size: 10px;
	text-transform: uppercase;	
	padding: 0 0 7px 0;
}

.hdr-r .log a{
	color: #646464;
	text-decoration: none;
	border-bottom: 1px solid #D3D3D3;
	margin: 0 27px 0 0;
}

.hdr-r .log a:hover{
	border-bottom: 0px;
}

.contact li{
	display: block;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 13px;
	color: #3F3F3F;
	margin: 0px 0 2px 0;
	height: 21px;
	line-height: 21px;
	padding: 0 0 2px 0;
}

.contact{
	padding: 5px 0 0 4px;
}

.contact li span{
	display: inline-block;	
	width: 36px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.contact li.mail{
	background: url(/images/baron/ico1.png) left 1px no-repeat;
	padding: 0 0 2px 37px;
}

.contact li.icq{
	background: url(/images/baron/ico2.png) left 1px no-repeat;
	padding: 0 0 2px 37px;
}

.contact li.skype{
	background: url(/images/baron/ico3.png) left 1px no-repeat;
	padding: 0 0 2px 37px;
}

.contact li a{
	color: #3D78C9;
}

.contact li span img{	
	position: relative;
	top: 6px;
}

.hdr-btm{
	/*padding: 22px 0 0 0;*/
}

.hdr-btm .srch{
	background: url(/images/baron/srch.png) left 0px no-repeat;
	width: 197px;
	height: 25px;
	padding: 1px 6px 1px 12px;
	margin: 0 25px 0 0;
	float: left;
}

.hdr-btm .srch .srch-t{
	width: 160px;
	height: 25px;
	line-height: 25px;
	border: 0px;
	font-size: 11px;
	float: left;
}

.hdr-btm .srch .srch-s{
	float: right;
	background: none;
	height: 25px;
	border: 0px;
}

.topMnu{
    display: block;
    border-collapse: collapse;
    margin-left: 240px;
    /*background: white;*/
}

.topMnu ul li{
	display: block;
	border-right: 1px solid #ffffff;
}

.topMnu ul li a{
	font-family: "Trebuchet MS";
	text-transform: uppercase;
	color: #3F3F3F;
	text-decoration: none;
	font-size:12px;
}

.topMnu ul li a:hover{
	background: #F74A4E;
	color: #fff;
}

.topMnu ul li.lst{
	padding: 0;	
}

.topMnu ul li.fst a{
	-webkit-border-radius: 6px 0 0 6px;
	-moz-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px;	
	behavior: url(js/PIE.htc);
	position: relative;
	z-index: 1;
}

.topMnu ul li.lst a{
	-webkit-border-radius: 0px 6px 6px 0px;
	-moz-border-radius: 0px 6px 6px 0px;
	border-radius: 0px 6px 6px 0px;	
	behavior: url(js/PIE.htc);
	position: relative;
	z-index: 1;
}
.transcript {
	display: none;
}
.main{
	padding: 19px 0 15px 2px;
}

.main .content{
	float: left;
	width: 728px;
}

.main .sidebar{
	float: left;
	width: 213px;
	margin: 0 29px 0 0;
}

.sidebar .actions{
	background: #fff;
	border: 1px solid #E9DA63;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
	behavior: url(js/PIE.htc);
	padding: 12px 8px 15px 8px;
	margin: 0 0 20px 0;
	position: relative;
	z-index: 1;
}

.sidebar .actions span, .sidebar .news span{
	display: block;

}

.sidebar .actions span b, .sidebar .news span b{
	font-family: Tahoma;
	font-size: 16px;
	color: #C1B44C;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 15px 0 0;
	margin: 0 12px 0 0;
	height: 25px;
	line-height: 25px;
	background: url(/images/baron/sep.gif) right 0px no-repeat;
}

.sidebar .actions span a, .sidebar .news span a{
	color: #9D9D9D;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	position: relative;
	top: -3px;
}

.sidebar .actions p{
	font-size: 11px;
	white-space: nowrap;
	line-height: 14px;
	padding: 5px 0 0 0;
}

.sidebar .actions p b{
	font-weight: normal;
	color: #FF520E;	
}

.sidebar .calculate{
	background: url(/images/baron/ban1.png) left 0px no-repeat;
	width: 101px;
	height: 91px;
	padding: 25px 0 0 112px;
	font-family: tahoma;
	font-size: 15px;
	text-transform: uppercase;
	display: block;
	color: #000;
	text-decoration: none;
}
	
.sidebar .calculate:hover{
	text-decoration: underline;
}

.sidebar .news{
	background: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
	behavior: url(js/PIE.htc);	
	margin: 0 0 20px 0;
	padding: 10px 8px 10px 12px;
	position: relative;
	z-index: 1;
}

.sidebar .news ul li{
	display: block;
	font-family: Tahoma;
	font-size: 11px;		
	padding: 10px 0;
	border-bottom: 1px solid #E6E6E6;
	position: relative;
	top: 1px;
}

.sidebar .news ul li a{
	color: #9C9C9C;
	text-decoration: none;
}

.sidebar .news ul li a:hover{
	color: #6F6F6F;
	text-decoration: underline;
}

.sidebar .news ul{
	overflow: hidden;
}

.sidebar .news ul li b{
	display: block;
	color: #9A9A9A;
	font-weight: normal;
	font-size: 12px;
	padding: 2px 0 0 0;
}

.free{
	background: url(/images/baron/free.png) left 0px no-repeat;
	width: 214px;
	height: 71px;
	display: block;
	margin: 8px 0 13px 0;
	font-family: Tahoma;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	/*padding: 25px 0 0 9px;*/
}

.free span{
	display: block;
	/*background: url(/images/baron/arw.gif) left 9px no-repeat;	*/
	font-size: 13px;
	padding: 15px 0 0 14px;
}

.free span b{
	font-size: 16px;
	display: block;
}

.free:hover{
	text-decoration: underline;
}

.navMnu{
	border: 1px solid #E3D670;
	padding: 12px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
	behavior: url(js/PIE.htc);	
	position: relative;
	z-index: 1;
	margin: 0 0 20px 0;
}

.navMnu ul li{
	display: block;
	padding: 0 0 0 21px;
	background: url(/images/baron/arw1.gif) left 10px no-repeat;
	line-height: 23px;
}

.navMnu ul li a{
	display: block;
	font-family: Tahoma;
	text-transform: uppercase;
	color: #646464;
	text-decoration: none;
}

.navMnu ul li a:hover{
	text-decoration: underline;
	color: #E14616;	
}
.navMnuLeft {
	border: 3px solid #ecdc64;
	position: relative;
	z-index: 1;
	margin: 0 auto 20px;
	width: 160px;
}
.footer{
	background: url(/images/baron/ftr.jpg) center top no-repeat;
}

.footer .ftr-top{
	padding: 12px 0 0 12px;	
	height: 159px;
}

.ftr-top .ftr-l{
	float: left;
	margin: 0 59px 0 0;
}

.ftr-top .ftr-col{
	float: left;
}

.ftr-top .ftr-col b{
	font-size: 13px;
	color: #878787;
	text-transform: uppercase;
	padding: 10px 0;
	display: block;
	font-family:Tahoma, Geneva, sans-serif;
}

.ftr-top .ftr-mnu{
	width: 262px;
}

.ftr-top .ftr-social{
	width: 237px;
}

.ftr-top .ftr-mnu ul li{
	display: block;
	padding: 5px 0;
}

.ftr-top .ftr-mnu ul li a{
	font-size: 11px;
	color: #878787;	
}

.ftr-social ul{
	padding: 10px 0 0 0;
}

.ftr-social ul li{
	display: block;
	padding: 0 0 0 29px;
	height: 16px;
	line-height: 16px;
	margin: 0 0 14px 0;
}

.ftr-social ul li.vk{
	background: url(/images/baron/vk.jpg) left 0px no-repeat;
}

.ftr-social ul li.fb{
	background: url(/images/baron/fb.jpg) left 0px no-repeat;
}

.ftr-social ul li.tw{
	background: url(/images/baron/tw.jpg) left 0px no-repeat;
}

.ftr-social ul li a{
	font-size: 11px;
	color: #878787;	
}

.ftr-top .ftr-pay{
	width: 184px;
}

.ftr-top .ftr-pay a{
	display: inline-block;
	margin: 5px 20px 15px 0;
}

.footer .ftr-btm{
	height: 42px;
	padding: 0 44px 0 25px;
}

.footer .ftr-btm  span{
	display: block;
	float: left;
	font-size: 11px;
	color: #fff;
	font-family: Tahoma;
	padding: 15px 0 0 0;
}

.footer .ftr-btm .count{
	float: right;
	padding: 6px 0 0 0;
}

.footer .ftr-btm .count a{
	display: inline-block;
	margin: 0 12px 0 0;
}


.main .content .giftCards,
.rht-sdbr .giftCards{
	background: #FBFBFB;
	height: 25px;
	line-height: 25px;
	position: relative;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #666 2px 2px 2px;
	-moz-box-shadow: #666 2px 2px 2px;
	box-shadow: #666 2px 2px 2px;	
	behavior: url(js/PIE.htc);
	border: 1px solid #DEDEDE;
	padding: 0 18px 0 83px; 
	float: left;
}

.main .content .rht-sdbr .giftCards{
	float: none;
	margin: 0 0 20px 0;
	white-space: nowrap;
	padding: 0 5px 0 83px; 
}

.main .content .giftCards img,
.rht-sdbr .giftCards img{
	position: absolute;
	top: -10px;
	left: 7px;	
}

.main .content .giftCards a,
.rht-sdbr .giftCards a{
	display: inline-block;
	background: url(/images/baron/arw2.gif) right 10px no-repeat;
	padding: 0 15px 0 0;
	font-size: 11px;
	text-transform: uppercase;
	color: #F6483F;
}

.main .content .topBar{
	background: url(/images/baron/sepp.gif) left bottom repeat-x;
	padding: 0 0 18px 0;
}

.main .content .topBar .rssBox{
	float: right;
	border: 1px solid #D0D0D0;
	height: 24px;
	line-height: 24px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
	behavior: url(js/PIE.htc);
	border: 1px solid #DEDEDE;
	font-family: Tahoma;
	font-size: 11px;
	text-transform: uppercase;
	color: #5D5D5D;
	position: relative;
}

.main .content .topBar .rssBox a{
	color: #5D5D5D;
	display: inline-block;
	margin: 0 13px;
}

.main .content .topBar .rssBox span{
	background: url(/images/baron/rss-s.gif) left 0px no-repeat;
	width: 1px;
	height: 18px;
	display: inline-block;
	position: relative;
	top: 3px;
}

.main .content .topBar .rssBox img{
	position: absolute;
	left: -28px;
	top: -7px;
}

.main .content .training{
	background: url(/images/baron/sepp.gif) left bottom repeat-x;	 
}

.main .content .training-in{
	background: url(/images/baron/wn.png) right bottom no-repeat;
	padding: 10px 15px 70px 0;
}

h1{
	font-family: Tahoma;
	font-size: 18px;
	padding: 0 0 10px 0;
	color: #535353;
	font-weight:bold;
}

h2{
	font-family: Tahoma;
	font-size: 17px;
	padding: 0 0 10px 0;
	color: #535353;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #675C56;
	font-weight: normal;
	padding: 0 0 10px 0;
}

.main .content .training .lft-part{
	float: left;
	width: 500px;
}

.main .content .training .lft-part .tv{
	width: 451px;
	height: 241px;
}

.main .content .training .lft-part .info-block{
	padding: 10px 0 0 0;
}

.main .content .training .lft-part .info-block .hour{
	float: left;
	padding: 10px 7px 0 10px;
	width: 250px;
}

.main .content .training .lft-part .info-block .hour .txt{
	display: block;
	font-family: Tahoma;
	font-size: 12px;
	text-transform: uppercase;
	color: #000;
}

.main .content .training .lft-part .info-block .hour .row{
	padding: 7px 0 0 0;
}

.main .content .training .lft-part .info-block .hour .row .number{
	display: block;
	float: left;
	color: #000;
	font-family: Tahoma;
	font-size: 33px;
	font-weight: bold;
	padding: 0 3px 0 0;
}

.main .content .training .lft-part .info-block .hour .row .txt{
	display: block;
	float: left;
	padding: 20px 10px 0 0;
	color: #000;
	font-family: Tahoma;
	font-size: 12px;
	text-transform: uppercase;
}

.main .content .training .lft-part .view{
	float: left;
	width: 230px;
}

.main .content .training .lft-part .view .but{
	background: url(/images/baron/but.png) left top no-repeat;
	padding: 14px 0 0 0;
	width: 132px;
	display: block;
}

.main .content .training .lft-part .view .but a{
	text-decoration: none !important;
	display: block;
	color: #fff;
	font-family: Tahoma;
	font-size: 12px;
	width: 126px;
	height: 22px;
	line-height: 22px;
	padding: 0 0 0 6px;
	text-transform: uppercase;
}

.main .content .training .lft-part .view .access{
	display: block;
	padding: 8px 0 0 0;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 13px;
	color: #AAAAAA;
}

.main .content .slider{
	width: 540px;
	margin: 0px auto;
	height: 272px;
	padding: 15px 0 0 0;
}

.main .content .middle-part{
	float: left;
	width: 495px;
}

.bread-crumbs{
	padding: 0 0 15px 0;
}

.bread-crumbs li{
	display: block;
	float: left;
	padding: 0 14px 0 0;
	margin: 0 10px 0 0;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	background: url(/images/baron/arr.gif) right 7px no-repeat;
	color: #F03C3D;
}

.bread-crumbs li.last{
	background: none;
}

.bread-crumbs li a{
	display: block;
	float: left;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #F03C3D;
	text-decoration: underline;
}

.bread-crumbs li a:hover{
	text-decoration: none;
}

.middle-part .about p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 0 0 17px 0;
	color: #333333;
}

.middle-part .about p a{
	text-decoration: underline;
	color: #ff4d00;
}

.middle-part .about p a:hover{
	text-decoration: none;
}

.middle-part .about img{
	margin: 0 10px 0 0;
}

.middle-part .about .about-mnu{
	padding: 0 0 20px 5px;
}

.middle-part .about .about-mnu li{
	display: block;
	padding: 0 0 10px 10px;
	background: url(/images/baron/arr-a.gif) left 5px no-repeat;
}

.middle-part .about .about-mnu li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #E14515;
}

.middle-part .about .about-mnu li a:hover{
	text-decoration: none;
}

.rht-sdbr{
	float: right;
	width: 217px;
}

.rht-sdbr .rss{
	display: block;
	font-family: Tahoma;
	font-size: 13px;
	color: #000;
	text-decoration: none;
	line-height: 19px;
	padding: 13px 0 0 30px;
	background: url(/images/baron/rss-bg.png) left top no-repeat;
	width: 183px;
	height: 52px;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	letter-spacing: -1px;
}

.rht-sdbr .rss:hover{
	text-decoration: underline;
}

.rht-sdbr .rss b{
	display: block;
	font-size: 17px;
}

/*.rht-sdbr*/ .sd-item{
	position: relative;
	z-index: 1;
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	behavior: url(js/PIE.htc);
	margin: 0 0 20px 0;
	width: 195px;
}

/*.rht-sdbr*/ .sd-item .poll{
	padding: 0 0 0 10px;
}

/*.rht-sdbr*/ .sd-item .hedline{
	padding: 0 0 5px 0;
}

/*.rht-sdbr*/ .sd-item .hedline .hd{
	display: block;
	float: left;
	font-family: Tahoma;
	font-size: 19px;
	font-weight: bold;
	color: #BFB34F;
	padding: 3px 15px 10px 0;
	text-transform: uppercase;
}

/*.rht-sdbr*/ .sd-item .hedline i{
	display: block;
	float: left;
	font-style: normal;
	color: #D0D0D0;
	font-size: 19px;
	font-family: Tahoma;
	padding: 0 10px 0 0;
}

/*.rht-sdbr*/ .sd-item .hedline a{
	display: block;
	float: left;
	text-decoration: underline;
	font-family: Tahoma;
	font-size: 11px;
	margin: 10px 0 0 0;
	color: #AAAAAA;
}

/*.rht-sdbr*/ .sd-item .hedline a:hover{
	text-decoration: none;
}

/*.rht-sdbr*/ .sd-item .poll p{
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-style: italic;
	line-height: 18px;
	color: #8B7F65;
	padding: 0 0 7px 0;
}

/*.rht-sdbr*/ .sd-item .poll .inp-block{
	padding: 0 0 8px 0;
}

.niceRadio{
	width: 21px;
	height: 20px;
	display: inline-block;
	cursor: pointer;
	background: url(/images/baron/ch.jpg);
	overflow: hidden;
	float: left;
}

.radioChecked {
	background-position: 0 -20px;
}

.niceRadio input {
	margin-left: -17px;
}		

/*.rht-sdbr*/ .sd-item .poll .inp-block label{
	font-family: Tahoma;
	font-size: 11px;
	display: block;
	float: left;
	padding: 2px 0 0 10px;
	color: #6B6B6B;
}	

/*.rht-sdbr*/ .sd-item .poll .but-block{
	padding: 15px 0 0 0;
}

/*.rht-sdbr*/ .sd-item .poll .but-block .but{
	float: left;
	font-family: Tahoma;
	font-size: 13px;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
	text-align: center;
	width: 98px;
	height: 31px;
	background: url(/images/baron/but1.jpg) left top no-repeat;
	margin: 0 8px 0 0;
	color: #B6A637;
	padding: 0 0 5px 0;
}

/*.rht-sdbr*/ .sd-item .poll .but-block a{
	display: block;
	float: left;
	text-decoration: none !important; 
	font-family: "Trebuchet MS";
	font-size: 11px;
	border-bottom: 1px dashed #7D7D7D;
	color: #7D7D7D;
	text-transform: uppercase;
	margin: 6px 0 0 0;
}

/*.rht-sdbr*/ .sd-item .poll .but-block a:hover{
	border-bottom: none;
}

.rht-sdbr .sd-item .news-item{
	padding: 10px 0;
	border-bottom: 1px solid #E6E6E6;
}

.rht-sdbr .sd-item .news-item-last{
	border-bottom: none;
}

.rht-sdbr .sd-item .news-item a{
	display: inline-block;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 14px;
	color: #9D9D9D;
}

.rht-sdbr .sd-item .news-item a:hover{
	text-decoration: underline;
}

.rht-sdbr .sd-item .news-item .data{
	display: block;
	font-family: Tahoma;
	font-size: 12px;
	color: #AAAAAA;
	padding: 3px 0 0 0;
}

.countdownHolder{
	margin-left:-10px;
	width:230px;
	margin-top:8px;
	font: 20px/1.5 'Open Sans Condensed',sans-serif;
	text-align:center;
	letter-spacing:-3px;
}

.position{
	display: inline-block;
	height: 1.6em;
	overflow: hidden;
	position: relative;
	width: 1.05em;
		font-size:20px;
}

.digit{
	position:absolute;
	display:block;
	width:1em;
	background-color:#d1d1d1;
	border-radius:0.2em;
	text-align:center;
	color:#ooo;
	letter-spacing:-1px;
		font-size:20px;
}

.digit.static{
	box-shadow:1px 1px 1px rgba(4, 4, 4, 0.35);
	font-size:20px;
	
	background-image: linear-gradient(bottom, #e6e6e6 50%, #d1d1d1 50%);
	background-image: -o-linear-gradient(bottom, #e6e6e6 50%, #d1d1d1 50%);
	background-image: -moz-linear-gradient(bottom, #e6e6e6 50%, #d1d1d1 50%);
	background-image: -webkit-linear-gradient(bottom, #e6e6e6 50%, #d1d1d1 50%);
	background-image: -ms-linear-gradient(bottom, #e6e6e6 50%, #d1d1d1 50%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.5, #d1d1d1),
		color-stop(0.5, #e8e8e8)
	);
}

/**
 * Вы можете использовать данные классы для скрытия
 * частей счетчика, которые не нужны.
 */

.countDays{ /* display:none !important;*/ }
.countDiv0{ /* display:none !important;*/ }
.countHours{}
.countDiv1{}
.countMinutes{}
.countDiv2{}
.countSeconds{}


.countDiv{
	display:inline-block;
	width:16px;
	height:1.6em;
	position:relative;
}

.countDiv:before,
.countDiv:after{
	position:absolute;
	width:5px;
	height:5px;
	background-color:#e8e8e8;
	border-radius:50%;
	left:50%;
	margin-left:-3px;
	top:10px;
	box-shadow:1px 1px 1px rgba(4, 4, 4, 0.5);
	content:'';
}

.countDiv:after{
	top:20px;
}

#carousel1 {
width:600px; height:180px;overflow:scroll;
margin-left:100px;
padding-left:130px;
}


#left-but {
	border:none;
	background: url(/images/baron/left_1s.jpg) no-repeat;
	width:20px;
	height:33px;
	margin-left:315px;
	
}

#carusidimage {
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
}

#right-but {
	border:none;	
	background: url(/images/baron/right_1s.jpg) no-repeat;
	width:20px;
	height:33px;
	margin-left:30px;
}

p.pp_description {
	font-size:0px;
	display:none;!important
	
}

#akciidiv a p{
	width:200px;
	white-space:normal;
	
}

.topMnu a.act {
	background: #F74A4E;
	color: #fff;		
}

#forthislabel {
    color: #6B6B6B;
    display: block;
    float: left;
    font-family: Tahoma;
    font-size: 11px;
    padding: 2px 0 0 10px;	
}

#resultvotetext {
    color: #6B6B6B;
    display: block;
    float: left;
    font-family: Tahoma;
    font-size: 11px;
    padding: 2px 0 0 10px;	
}

#voteres {
	/*background: url(/images/baron/voteres.jpg) center no-repeat;*/
	width:21px;
	height:20px;
	margin-bottom:2px;
	padding-top:4px;
	color:#E2D461;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
}



div.vote-block {
    position: relative;
}

div.vote-active {
    left: 0;
    position: absolute;
    top: 0;
}

.vote-hover {
	/*padding:0px !important;*/
	
}

.vote-result {
	display:none;
	
}

.classforreit {
	margin-left:35px;
	height:40px;
	font-size:11px;
	color:#999;
	
}

.info {
	border-collapse:collapse;
		border:none;
	
}

.info tr {
    border-bottom: 1px dotted #999999;
}

.info .type {
    background: url("/images/sqr-grey.gif") no-repeat scroll 11px 11px transparent;
    color: #C1B44C;
    padding-left: 23px;
    width: 180px;
}

.info td {
    min-height: 14px;
    padding: 5px 0 6px 20px;
    vertical-align: top;
    width: 301px;
	border:none !important;
}

.graph {
float:left;
margin-top:10px;
position:relative;
height:200px;
padding:0;
}

.graph .bar1, .graph .bar2, .graph .bar3{
display:block;
position:absolute;
background-image:url(/images/poll-body.png);
background-position:top left;
color:#fff;
width:60px;
min-height:10px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:1.9em;
bottom:0;
}

a.headera {
	font-size:20px;
	text-decoration:none;
	
}

a.headera:hover {
	font-size:20px;
	text-decoration:underline;
	
}

li.novostili {
	border:1px solid #ffa080;
	-webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   padding:10px;
   margin-bottom:15px;
	
}

p.forpclass {
	font-style:italic;
	padding:0px;
	margin:0px;
	font-size:11px;!important
	
}

.graph .bar1 span, .graph .bar2 span,  .graph .bar3 span  {
position:absolute;
left:15px;
top:20px;
font-size:16px;
color:#333;
text-shadow:0 1px #fff;
}

.about p.specialcas {
    color: #8B7F65;
    font-family: "Trebuchet MS";
    font-size: 18px;
    font-style: italic;
    line-height: 18px;
    padding: 0 0 7px;	
}

div.ans {
    color: #6B6B6B;
    display: block;
    float: left;
    font-family: Tahoma;
    font-size: 10px;
    padding: 2px 0 0 5px;	
}

.news .novostili p {
    color: #535353;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 18px;	
}

.newsimage {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;	
}

.content input[type="text"] {
	border:none;
	border:1px solid #CCC;
	height:24px;
	font-size:16px;
	color:#666;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   padding-left:3px;
   margin-bottom:5px;
}

.content #ankform input[type="text"] {
	border:none;
	border:1px solid #CCC;
	height:24px;
	font-size:16px;
	color:#666;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   padding-left:3px;
   margin-bottom:5px;
   width:300px;
}

.content #ankform select {
	border:none;
	border:1px solid #CCC;
	height:24px;
	font-size:16px;
	color:#666;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   padding-left:3px;
   margin-bottom:5px;
   width:300px;
}

.content label textarea {
	border:none;
	border:1px solid #CCC;
	height:100px;
	width:360px;
	font-size:16px;
	color:#666;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   padding-left:3px;
   margin-bottom:5px;
}

.content input[type="password"] {
	border:none;
	border:1px solid #CCC;
	height:24px;
	font-size:16px;
	color:#666;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   padding-left:3px;
   margin-bottom:5px;
}

#jsbutton {
	border:none;
   background: #CDBF58;
   background: -webkit-gradient(linear, left top, left bottom, from(#ECDC64), to(#CDBF58));
   background: -webkit-linear-gradient(top, #ECDC64, #CDBF58);
   background: -moz-linear-gradient(top, #ECDC64, #CDBF58);
   background: -ms-linear-gradient(top, #ECDC64, #CDBF58);
   background: -o-linear-gradient(top, #ECDC64, #CDBF58);
   padding: 2px 10px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   color: #000;
   font-size: 12px;
   font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
   text-transform:uppercase;
   text-decoration: none;
   vertical-align: middle;
}

#jsbutton:hover {
   background: #787878;
   color: #fff;
}

#jsbutton:active {
   border-top-color: #1b435e;
   background: #1b435e;
}

.content input[type="submit"] {
	border:none;
   background: #CDBF58;
   background: -webkit-gradient(linear, left top, left bottom, from(#ECDC64), to(#CDBF58));
   background: -webkit-linear-gradient(top, #ECDC64, #CDBF58);
   background: -moz-linear-gradient(top, #ECDC64, #CDBF58);
   background: -ms-linear-gradient(top, #ECDC64, #CDBF58);
   background: -o-linear-gradient(top, #ECDC64, #CDBF58);
   padding: 2px 10px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   color: #000;
   font-size: 12px;
   font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
   text-transform:uppercase;
   text-decoration: none;
   vertical-align: middle;
}

.content input[type="submit"]:hover {
   background: #787878;
   color: #fff;
}

.content input[type="submit"]:active {
   border-top-color: #1b435e;
   background: #1b435e;
}

#tablelogid622 {
	display:none;!important
	
}

#tablelogid621 {
	display:none;!important
	
}

#tablelogid50 {
	display:none;!important
	
}

.circle p a strong {
    display: block;
    font-family: Tahoma;
    font-size: 26px;
    letter-spacing: -1px;
}

.circle p a {
    color: #FFFFFF;
    font-family: "Trebuchet MS";
    font-size: 21px;
	text-decoration:none;
}

.middle-part .form_element label span {
	width:400px;
	display:block;
	
}

.middle-part .form_element select {
	border:none;
	border:1px solid #CCC;
	height:24px;
	font-size:16px;
	color:#666;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   padding-left:3px;
   margin-bottom:5px;
	
}

.search_result_block {
	margin-bottom:10px;
	
}

.search_result_block a {
	font-size:16px;
	
}





#webcam, #canvas {
	/*width: 320px;*/
	/*border:20px solid #8fa81f;*/
	/*background:#eee;*/
	/*-webkit-border-radius: 20px;*/
	/*-moz-border-radius: 20px;*/
	/*border-radius: 20px;*/
}

#webcam {
	position:relative;
	margin-top:50px;
	margin-bottom:50px;
}

#webcam > span {
	z-index:2;
	position:absolute;
	color:#eee;
	font-size:10px;
	bottom: -16px;
	left:152px;
}

#webcam > img {
	z-index:1;
	position:absolute;
	border:0px none;
	padding:0px;
	bottom:-40px;
	left:89px;
}

#webcam > div {
	border:5px solid #333;
	position:absolute;
	right:-90px;
	padding:5px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor:pointer;
}

#webcam a {
	
	font-weight:bold;
}

#webcam a > img {
	border:0px none;
}

#canvas {
	/*border:20px solid #8fa81f;*/
	/*background:#eee;*/
}

#flash {
	position:absolute;
	top:0px;
	left:0px;
	z-index:5000;
	width:100%;
	height:500px;
	background-color:#c00;
	display:none;
}

object {
	display:block; /* заплатка для HTML5 */
	position:relative;
	z-index:1000;
}

#filmsdiv {
	float:left;
	margin-right:15px;
	margin-left:15px;
	margin-bottom:15px;
	padding:0px;
	
}

#nazvanie {
	text-align:center;
	background-color:#000;
	color:#FFF;
	padding:0px;
	margin:0px;
	padding-top:5px;
	padding-bottom:5px;
	
}

#knopplay {
	background:url(/images/play.png) no-repeat;
	width:40px;
	height:39px;
	position:absolute;
	margin-top:-100px;
	margin-left:90px;
	
}

#imageitem {
	float:left;
	margin-right:15px;
	margin-left:15px;
	margin-bottom:15px;
	padding:0px;
	
}

#textphoto {
	text-align:center;
	background-color:#000;
	color:#FFF;
	padding:0px;
	margin:0px;
	padding-top:5px;
	padding-bottom:5px;
	position: absolute;
	width:210px;
	opacity:0.7;
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
	
		
}

#textphoto2 {
	text-align:center;
	color:#FFF;
	padding:0px;
	margin:0px;
	padding-top:5px;
	padding-bottom:5px;
	position: absolute;
	width:210px;

	
		
}

.content table td {
	padding:5px;
	
}

.content table.vote td {
	border:none;
	padding:5px;
	
}

.content form table td {
	border:none;
	padding:0px;
	
}

#note {
	font-size:15px;
	font-weight:bold;
	
}

.content #registrate table td {
	border:none;
	
}

.content #socialtable td {
	border:none;	
}

#photoliround {
	float:left;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	
}

#photoliround img {
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;	
}


/*-------------------------Menu */
ul#nav li span{
font-weight: bold;
}

ul#nav li:first-child{
	padding:0;
	background-image:none;
	background: #E2E2E2;
	border-radius: 6px 0 0 6px;
}
ul#nav li:last-child{
	padding:0;
	background-image:none;
	background: #E2E2E2;
	border-radius: 0 6px 6px 0;
	border-right: none;
}

#top_menu_more{
	background-color:#8d8d8d !important;
	background-image:none !important;
	padding:0 3px !important;
}
span.rusname {
    font-size: 90%;
    color: #989898;
}
.act .rusname {
    color: #ffc9c9;
}
ul#nav li a:hover .rusname {
    color: #ffc9c9;
}
#nav li:hover a{
	color:#4C4A41;	
}
#nav li:hover .parrent{
	display:block;
}
#nav .parrent li{
  border-top: 1px solid #FFFFFF;
  color: #000000;
  display: block;
  height: auto;
  width:auto;
  opacity: 1;
  padding: 0;
text-align: left;
  /*min-width:200px;*/
}
#nav .parrent li:first-child {
  padding-left: 0;
}
#nav .parrent li a, #top_menu_more .parrent li a {
  background: url("/images/drop_down_menu_marker.png") no-repeat scroll 10px center #FFFFFF;
  color: #292929;
  font-weight: normal;
  height: auto;
  opacity: 0.98;
  padding: 4px 10px 4px 25px;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=98);

}
#nav .parrent li:first-child, #nav  .parrent li:first-child:hover{
	background:url(/images/drop_down_menu_marker.png) no-repeat 10px center transparent;
	border:none;
	/*width:200px;*/
}

ul.parrent a{
	width:100%;
}
ul#nav{
    display: table;
    width: 100%;
   /* background: white;*/
}
ul#nav li {
    display: table-cell;
    text-align: center;
    align-content: center;
    width: 1%;
    white-space: nowrap;
	background: #E2E2E2;
}
@supports (-ms-accelerator:true) {
    ul#nav li {
        width: auto;
    }
}
ul#nav li a{
position: relative;
    display: block;
    z-index: 100;
    vertical-align: middle;
padding: 5px 0 5px 0;
}

ul.parrent {
  border-radius: 5px 5px 5px 5px;
  box-shadow: 1px 0 1px #CCCCCC;
  display: none;
  overflow: hidden;
  position: absolute;
  /*min-width:180px;*/
  z-index:9999;
}

#nav ul.parrent li a {
	line-height:18px;
	
}

.parrent.right{
	left:-180px;
}

#nav ul.parrent li:hover {
	display:block;
	z-index:999;
	position:relative;
	background-color:#F74A4E;
	
}

ul#nav li a:hover{

	color:#fff;
	background-color:#F74A4E;

}

#mapmap {
	margin-left:20px;
	list-style: circle;
	
}


#oplatasumma {
    border-bottom: 1px dashed #CCCCCC;
}

.logout .vhod {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#171717;
	text-transform:uppercase;

	
	
}

.logout .reg {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ce363a;
	text-transform:uppercase;		
}

#vertical-ticker{
	height:320px;
	overflow:hidden;
	margin:0; padding:0;
}

#vertical-ticker li{
	height:60px;
	padding-top:10px;
	padding-bottom:10px;
	display:block;
	background:#fff;

}

#vertical-ticker li img {
	float:left;
	margin-right:10px;

}

#vertical-ticker li a{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#777777;

}

#clientsdiv span b{
	font-size: 19px;
    text-transform: uppercase;
	color:#7c7c7c;
	font-family:Tahoma, Geneva, sans-serif;
}

#clientsdiv {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #e3e3e3;
    border-radius: 8px 8px 8px 8px;
    margin: 0 0 20px 0;
    padding: 12px 8px 15px;
    position: relative;
    z-index: 1;
}

#clientline {
	width:100%;
	border-bottom:1px solid #e1e1e1;
	margin-bottom:10px;
	
}

#ticker-next {
	background:url(/images/baron/next_b.jpg) no-repeat;
	width:30px;
	height:30px;
	display:block;
	text-align:center;
	margin-left:80px;
}

#ticker-previous {
	background:url(/images/baron/previus_b.jpg) no-repeat;
	width:30px;
	height:30px;
	display:block;
	text-align:center;
	margin-left:80px;
}

.janri li {
    background: url("/images/baron/arw1.gif") no-repeat scroll left 10px transparent;
    display: block;
    line-height: 23px;
    padding: 0 0 0 15px;
	margin-left:5px;

	
}

.janri li a{
	color:#484848;
	text-decoration:none;
	font-weight:bold;

	
}

.janri li a:hover{
	color:#d03739;
	text-decoration:underline;
	
}

#left_film {
	float:left;
	width:360px;
	
}

#sutitr {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#363636;
  -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   background-color:#d9d9d9;
   padding:2px;
   padding-left:5px;
}

#left_film h2 {
    color: #535353;
    font-family: Tahoma;
    font-size: 18px;
    padding: 0 0 1px;	
}

#opisanie_films {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#434343;
	
}

#right_film {
	float:left;
	margin-left:25px;
	
}

#film_line {
	border-bottom:1px solid #e3e3e3;
	margin-top:15px;
	margin-bottom:15px;
	
}

#film_obhimg {
	float:left;
	width:185px;
	margin-right:20px;
	
}

.janrrrr1 b{
	background:none !important;
    color: #C1B44C;
    display: inline-block;
    font-family: Tahoma;
    font-size: 19px;
    height: 25px;
    line-height: 25px;
    margin: 0 12px 0 0;
    padding: 0 15px 0 0;
    text-transform: uppercase;
	margin-top:0px !important;
	margin-bottom:5px !important;
}

.janrrrr b{
	background:none !important;
    color: #C1B44C;
    display: inline-block;
    font-family: Tahoma;
    font-size: 19px;
    height: 25px;
    line-height: 25px;
    margin: 0 12px 0 0;
    padding: 0 15px 0 0;
    text-transform: uppercase;
	margin-top:15px !important;
	margin-bottom:5px !important;
}

.catalog_filter .check-column {
	font-weight:bold;
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	margin-bottom:10px;
	
}

.catalog_filter .check-column .row{
	margin-top:5px;
	margin-bottom:5px;
	
}

.catalog_filter .check-column label{
	padding-left:5px;
	
}

.catalog_filter .check-column label:hover{
	color:#d03739;

}

.intdivmarg {
	margin-top:10px;
	margin-bottom:10px;
	
}

.range-inputs input{
	border:none;
	border:1px solid #E2E2E2;
	width:80px;
	-webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   height:20px;
   padding-left:4px;
	
}

.in-item select {
	border:none;
	border:1px solid #E2E2E2;
	width:190px;
	-webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   height:20px;
   padding-left:4px;	
}

.inner {
	font-family:Tahoma, Geneva, sans-serif;
	
}

#booleantypediv {
	margin-top:5px;
	margin-bottom:5px;
	
}

#booleantypediv label {
	padding-left:5px;	
}

.but {
	border:none;
	cursor:pointer;
   background: #d9d9d9;
   background: -webkit-gradient(linear, left top, left bottom, from(#787878), to(#d9d9d9));
   background: -webkit-linear-gradient(top, #787878, #d9d9d9);
   background: -moz-linear-gradient(top, #787878, #d9d9d9);
   background: -ms-linear-gradient(top, #787878, #d9d9d9);
   background: -o-linear-gradient(top, #787878, #d9d9d9);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   color: white;
   font-size: 12px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   margin-left:5px;
   }
.but:hover {
   background: #404040;
   color: #ccc;
   }
.but:active {
   background: #1b435e;
   }

#filtrglavdiv {
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   border:1px solid #cccccc;
   height:20px;

   margin-bottom:15px;
   margin-top:15px;
   padding-left:10px;
   padding-right:10px;
   padding-top:5px;
}


#filtrglavdiv .sort {
	float:left;
	
}

#filtrglavdiv .sort span {
	float:left;
	margin-left:10px;
	
}

#filtrglavdiv .sort span a {
	color:#1f1f1f;
	text-decoration:none;
	background: url("/images/arr-s.png") no-repeat scroll right 1px;
    display: block;

    line-height: inherit;
    padding: 0 20px 0 9px;
    text-decoration: none !important;
	
}

#filtrglavdiv .sort span a:hover {
	text-decoration:underline;
	
}

.peregorodkafil {
	height:16px;
	width:2px;
	border-right:1px #CCCCCC solid;
	float:left;
	margin-left:7px;
	margin-right:7px;
	
}

#filtrglavdiv .sort span a:hover {
	text-decoration:underline;
	
}

#filtrglavdiv .selectnastr {
	float:left;
	
}

#countstr {
	float:left;	
}

.selectnastr {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px !important;
	color:#616161 !important;
	
}

.selectnastr select{
	border:none;
	border:1px solid #d1d1d1;
	color:#767676 !important;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;	
}

#countstr li {
	float:left;
	margin-left:10px;
	font-size:14px;
	color:#2c2c2c;
	
}

#countstr li a{
	color:#2c2c2c;
	
}

#countstr li a.active {
	text-decoration:none;
	color:#d03739;
	
}

/*Main page new movies*/
.mainpage-filmitems {
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 8px;
    background: #ffffff;
}
.mainpage-filmitems .buttonfilm {
    background: #f6393c;
    padding: 5px 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: white;
    font-size: 14px;
    font-family: Georgia, serif;
    text-decoration: none;
    vertical-align: middle;
    display: block;
    text-transform: uppercase;
    text-align: left;
}
#mainpage-filmitemleft {
	float:left;
	padding: 7px;
	width:31%;
	text-align: center;
}
#mainpage-filmitemleft a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}
#mainpage-filmitemleft a span{
    display: table-cell;
    vertical-align: middle;
    height: 50px;
}

#filmitemleft {
	float:left;
	margin: 8px 8px 8px 0;
	width:72px;
	
}
.mainpage-filmitem-image {
    height: 335px;
    overflow: hidden;
}
/* ---Main page new movies--- */

#filmitemright {
	float:left;
	/*width:100px;*/
}


#filmitemright a {
	display: block;
	font-weight:bold;
	font-size:12px;
	color:#434343;
	
}

.opisfilmdiv {
	font-size:11px !important;
	color:#808080 !important;
	/*float:left !important;*/
	margin-top: 8px;
}

.opisfilmdiv p{
	font-size:11px !important;
	color:#808080 !important;
	/*float:left !important;*/
	line-height:normal !important;
	
}

#novpolosa {
	margin-top:10px;
	margin-bottom:10px;
	border-bottom:#CCCCCC 1px solid;
	
}


.orgtableclass {
	border:none;
	width:100%;
}

table.orgtableclass tr{
	padding:5px;
	background-color:#FFFFFF;
	border-bottom:#ff842c 1px solid;
}

table.orgtableclass td{
	border:none;
	padding:5px;
	border:none;
	padding-bottom:15px;
}

table.orgtableclass .toptr {
	text-align:center;
	font-size:11px;
	background-color:#F1F1F1 !important;
	border-bottom:#F1F1F1 1px solid !important;
}

.toptd {
	padding-top:10px;
	padding-bottom:10px;
	background:#e9da64;
	
}

.datetable {
	background-color:#fff9f5;
	
}

.orgtable {
	background-color:#fff9f5;	
}

#datefortable {
	color:#9a9a9a;
	
}

#dennedeli {
	color:#4584b4;
	font-weight:bold;
	float:left;
	
}

#timefortable {
	color:#9a9a9a;
	font-size:11px;
	float:right;	
	
}

.howmanydays {
	color:#9a9a9a;
	font-size:11px;	
}

#organizdiv {
	font-size:11px;
	color:#4584b4;
	
}

#organizdiv a{
	font-size:11px;
	color:#4584b4;
	
}

#ktopridti {
	text-align:center;
	color:#9a9a9a;
	font-size:11px;
	margin-bottom:15px;
	
}

#text5 {
	color:#999;
	
}

.firsttd {
   -webkit-border-radius: 8px 0px 0px 0px;
   -moz-border-radius: 8px 0px 0px 0px;
   border-radius: 8px 0px 0px 0px;	
}

.firsttd2 {
   -webkit-border-radius: 0px 8px 0px 0px;
   -moz-border-radius: 0px 8px 0px 0px;
   border-radius: 0px 8px 0px 0px;	
}

.gorodvi {
	text-transform:uppercase;
	font-size:11px;
	color:#545454;
	font-family:Tahoma, Geneva, sans-serif;
	padding-right:5px;
	float:left;
	margin-top:5px;
	
}

#nestselect {
	float:left;
	
}







.chzn-container {
  font-size: 13px;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.chzn-container .chzn-drop {
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  position: absolute;
  top: 29px;
  left: 0;
  -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
  -moz-box-shadow   : 0 4px 5px rgba(0,0,0,.15);
  box-shadow        : 0 4px 5px rgba(0,0,0,.15);
  z-index: 1010;
}
/* @end */

/* @group Single Chosen */
.chzn-container-single .chzn-single {
  background-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );   
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background-image: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%); 
  -webkit-border-radius: 5px;
  -moz-border-radius   : 5px;
  border-radius        : 5px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  border: 1px solid #aaaaaa;
  -webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  -moz-box-shadow   : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  box-shadow        : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 23px;
  line-height: 24px;
  padding: 0 0 0 8px;
  color: #444444;
  text-decoration: none;
}
.chzn-container-single .chzn-default {
  color: #999;
}
.chzn-container-single .chzn-single span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color:#545454;
  font-weight:bold;
  
}
.chzn-container-single .chzn-single abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 6px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url('/images/chosen-sprite.png') -42px 1px no-repeat;
}
.chzn-container-single .chzn-single abbr:hover {
  background-position: -42px -10px;
}
.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
  background-position: -42px -10px;
}
.chzn-container-single .chzn-single div {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}
.chzn-container-single .chzn-single div b {
  background: url('/images/chosen-sprite.png') no-repeat 0px 2px;
  display: block;
  width: 100%;
  height: 100%;
}
.chzn-container-single .chzn-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010;
}
.chzn-container-single .chzn-search input {
  background: #fff url('/images/chosen-sprite.png') no-repeat 100% -20px;
  background: url('/images/chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('/images/chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('/images/chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('/images/chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('/images/chosen-sprite.png') no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  margin: 1px 0;
  padding: 0px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 1em;
}
.chzn-container-single .chzn-drop {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius   : 0 0 4px 4px;
  border-radius        : 0 0 4px 4px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
}
/* @end */

.chzn-container-single-nosearch .chzn-search input {
  position: absolute;
  left: -9000px;
}

/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
}
.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
.chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.chzn-container-multi .chzn-choices .search-field input {
  color: #666;
  background: transparent !important;
  border: 0 !important;
  font-family: sans-serif;
  font-size: 100%;
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow   : none;
  box-shadow        : none;
}
.chzn-container-multi .chzn-choices .search-field .default {
  color: #999;
}
.chzn-container-multi .chzn-choices .search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius   : 3px;
  border-radius        : 3px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 ); 
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); 
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  -moz-box-shadow   : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  box-shadow        : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  color: #333;
  border: 1px solid #aaaaaa;
  line-height: 13px;
  padding: 3px 20px 3px 5px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default;
}
.chzn-container-multi .chzn-choices .search-choice.search-choice-disabled {
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
  border: 1px solid #cccccc;
  padding-right: 5px;
}
.chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url('/images/chosen-sprite.png') -42px 1px no-repeat;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
/* @end */

/* @group Results */
.chzn-container .chzn-results {
  margin: 0 4px 4px 0;
  max-height: 240px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.chzn-container-multi .chzn-results {
  margin: -1px 0 0;
  padding: 0;
}
.chzn-container .chzn-results li {
  display: none;
  line-height: 15px;
  padding: 5px 6px;
  margin: 0;
  list-style: none;
}
.chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item;
}
.chzn-container .chzn-results .highlighted {
  background-color: #3875d7;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0 );  
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal;
}
.chzn-container .chzn-results .highlighted em {
  background: transparent;
}
.chzn-container .chzn-results .no-results {
  background: #f4f4f4;
  display: list-item;
}
.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold;
}
.chzn-container .chzn-results .group-option {
  padding-left: 15px;
}
.chzn-container-multi .chzn-drop .result-selected {
  display: none;
}
.chzn-container .chzn-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px; /* This should by dynamic with js */
  z-index: 1;
}
.chzn-container .chzn-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 9px;
}
.chzn-container .chzn-results-scroll-down {
  bottom: 0;
}
.chzn-container .chzn-results-scroll-down span {
  background: url('/images/chosen-sprite.png') no-repeat -4px -3px;
}
.chzn-container .chzn-results-scroll-up span {
  background: url('/images/chosen-sprite.png') no-repeat -22px -3px;
}
/* @end */

/* @group Active  */
.chzn-container-active .chzn-single {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-single-with-drop {
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow   : 0 1px 0 #fff inset;
  box-shadow        : 0 1px 0 #fff inset;
  background-color: #eee;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  -webkit-border-bottom-left-radius : 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft : 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius : 0;
  border-bottom-right-radius: 0;
}
.chzn-container-active .chzn-single-with-drop div {
  background: transparent;
  border-left: none;
}
.chzn-container-active .chzn-single-with-drop div b {
  background-position: -18px 2px;
}
.chzn-container-active .chzn-choices {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-choices .search-field input {
  color: #111 !important;
}
/* @end */

/* @group Disabled Support */
.chzn-disabled {
  cursor: default;
  opacity:0.5 !important;
}
.chzn-disabled .chzn-single {
  cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @group Right to Left */
.chzn-rtl { text-align: right; }
.chzn-rtl .chzn-single { padding: 0 8px 0 0; overflow: visible; }
.chzn-rtl .chzn-single span { margin-left: 26px; margin-right: 0; direction: rtl; }

.chzn-rtl .chzn-single div { left: 3px; right: auto; }
.chzn-rtl .chzn-single abbr {
  left: 26px;
  right: auto;
}
.chzn-rtl .chzn-choices .search-field input { direction: rtl; }
.chzn-rtl .chzn-choices li { float: right; }
.chzn-rtl .chzn-choices .search-choice { padding: 3px 5px 3px 19px; margin: 3px 5px 3px 0; }
.chzn-rtl .chzn-choices .search-choice .search-choice-close { left: 4px; right: auto; }
.chzn-rtl.chzn-container-single .chzn-results { margin: 0 0 4px 4px; padding: 0 4px 0 0; }
.chzn-rtl .chzn-results .group-option { padding-left: 0; padding-right: 15px; }
.chzn-rtl.chzn-container-active .chzn-single-with-drop div { border-right: none; }
.chzn-rtl .chzn-search input {
  background: #fff url('/images/chosen-sprite.png') no-repeat -30px -20px;
  background: url('/images/chosen-sprite.png') no-repeat -30px -20px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('/images/chosen-sprite.png') no-repeat -30px -20px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);  
  background: url('/images/chosen-sprite.png') no-repeat -30px -20px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('/images/chosen-sprite.png') no-repeat -30px -20px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('/images/chosen-sprite.png') no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  padding: 4px 5px 4px 20px;
  direction: rtl;
}
.chzn-container-single.chzn-rtl .chzn-single div b {
  background-position: 6px 2px;
}
.chzn-container-single.chzn-rtl .chzn-single-with-drop div b {
  background-position: -12px 2px;
}

#dobmerdiv {
	width:100%;
}

#dobmerdiv th{
	border:#CCCCCC 1px solid;
	padding:10px;
	text-align:center;
	
}



.buttonfilm {
   background: #f6393c;
   background: -webkit-gradient(linear, left top, left bottom, from(#ff4649), to(#f6393c));
   background: -webkit-linear-gradient(top, #ff4649, #f6393c);
   background: -moz-linear-gradient(top, #ff4649, #f6393c);
   background: -ms-linear-gradient(top, #ff4649, #f6393c);
   background: -o-linear-gradient(top, #ff4649, #f6393c);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   color: white;
   font-size: 12px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   display: block;
   text-align: center;
   /*padding-left:50px;*/
   /*padding-right:50px;*/
   
   }
.buttonfilm:hover {
   background: #df0003;
   color: #fff;
   }
.buttonfilm:active {
   background: #1b435e;
   }

#slider1 { height: 1%; overflow:hidden; padding: 0 0 10px;   }
#slider1 .viewport { float: left; width: 180px; height: 309px; overflow: hidden; position: relative; }
#slider1 .next { background-position: 0 0; margin: 30px 0 0 10px;  }
#slider1 .disable { visibility: hidden; }
#slider1 .overview { list-style: none; position: absolute; padding: 0; margin: 0; width: 240px; left: 0 top: 0; }
#slider1 .overview li{ float: left; margin: 0 0px 0 0; padding: 1px; height: 103px; border: none; width: 180px;}

.content-banner {
	margin: 20px 0 20px 0;
}

.ads, .ads2 {
	background: url(/images/baron/ads.png) left 0px no-repeat;
	width: 214px;
	height: 71px;
	display: block;
	margin: 8px 0 13px 0;
}
.ads2 {
	background: url(/images/baron/ads2.png) left 0px no-repeat;
}

.notify {
text-align: center;
    font-size: 15px;
    padding: 10px 0 10px 0;
    font-weight: bold;
    background: #f6393c;
    color: #ffffff;
margin-bottom: 10px;
}
.notify a {
    color: #ffffff;
}