/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 0.1;
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
}

a{
	color: #006699;
	text-decoration: none;
}




a:hover{
	color: #CC3300;
	text-decoration: none;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 0px 0px 0px 0px;
	width: 1002px;
	height: auto;
	position: relative;
	font-size: 12px;
}

#navBar{
	float: left;
	width: 20%;
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#headlines{
  float:right;
	width: 20%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
}

#content{
	float: left;
	width: 601px;
	position: absolute;
	left: 447px;
	top: 341px;
	height: 269px;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
	padding: 0px 0px 0px 0px;
	border-bottom: 0px solid #CCC;
	color: #CCCCCC;
	background-image: url(images/MAGAZIN_01.gif);
	height: 108px;
	width: 1002px;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	position: relative;
	left: 83px;
	top: 27px;
	width: 214px;
	height: 265px;
	font-size: 14px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	height: auto;
	width: 1002px;
	
}


/************** .feature styles ***************/

.feature{
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	padding: 0px 0px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 0px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 0px;
	width: 99%;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	position: absolute;
	top: 129px;
	height: 1237px;
	left: 84px;
	width: 224px;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: absolute;
	margin: 10px;
	padding: 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 100%;
	width: 583px;
	left: 307px;
	height: 100%;
	top: -9px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px 0px 0px 178px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
a:visited {
}
/************** #drugi **************/
/* BODY */ 
body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}
#container { 
	width: 1000px;
}

/* FONTS */
body, td, th, p, div, span, input, textarea, select, font{
	
	font-family: Verdana;
	color: #000000;
	margin-right: 1px;
}
.w{
	color: #FFFFFF;
}
.blue{
	color: #000000;
}
.small{
	font-size: 10px;
}

/* LINKS */
a {
	color: #0075b5;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
a.white{
	color: #ffffff;
	text-decoration: none;
}
a.white:hover{
	color: #ffffff;
	text-decoration: underline;
}

a.blog{
	color: #0c4b7e;
}
a.blog:hover{
	color: #5b9cd2;
}
a.black{
	color: #000000;
}
a.black:hover{
	color: #666666;
}
div.blog{
	color: #7cbf1a;
}

/* DIV */
div.in{
	display: block;
	float: left;
}
div.ind{
	text-indent: 5px;
}
div.c{
	clear: both;
}
div.logoR{
	line-height: 28px;
	height: 28px;
	vertical-align: middle;
}
div.banner{
	width: 805px;
	height: 119px;
	line-height: 15px;
	text-align: center;
	background-color: #d5e4f1;
}
div.bnrBox{
	width: 194px; 
	height: 119px; 
}

/* TITLES */
div.ttl1{
	width: 190px; 
	height: 19px;
	line-height: 19px;
}
div.ttl2{
	background-image: url(images/menu_01.gif); 
	background-repeat: no-repeat; 
	width: 100%; 
	height: 19px; 
	line-height: 19px; 
	color: #ffffff; 
	text-indent: 9px
}
div.ttl3{
	background-image: url(images/top_news_bar.gif); 
	background-repeat: no-repeat; 
	width: 100%; 
	height: 18px; 
	line-height: 18px; 
	color: #ffffff; 
	text-indent: 9px

}
div.ttl4{
	background-image: url(images/news_title_bar.gif); 
	background-repeat: no-repeat; 
	width: 215px; 
	height: 18px; 
	line-height: 18px; 
	color: #ffffff; 
	text-indent: 9px

}
div.ttl5{
	background-image: url(images/top_news_bar_big.gif); 
	background-repeat: no-repeat; 
	width: 522px; 
	height: 18px; 
	line-height: 18px; 
	color: #ffffff; 
	text-indent: 9px

}

/* LEFT COLUMN */
div.diasnoBox{
	width: 180px;
	margin: 4px 4px 0px 4px;
}
div.liavoBox{
	width: 132px;
	margin: 4px 4px 0px 4px;
}


div.menu{
	background-image: url(images/menu_03.gif); 
	width: 130px; 
	height: 20px; 
	line-height: 20px; 
	color: #ffffff; 
	text-indent: 6px
}
div.menu2{
	background-image: url(images/inner_menu_03.gif); 
	width: 130px; 
	height: 20px; 
	line-height: 20px; 
	color: #ffffff; 
	text-indent: 6px
}

div.pravila{
	overflow: scroll; 
	
	height: 400px; 
	line-height: 20px; 

	text-indent: 6px
}

/* RIGHT COLUMN */
div.sTtl{
	background-color: rgb(19,133,204); 
	color: #ffffff;
	font-weight: bold;
	text-indent: 7px; 
}
div.rTtl{
	background-color: rgb(214,231,251); 
	color: rgb(13,42,60);
}
div.row{
	width: 100%;
}
div.rowBg{
	background-color: #F0F6FB;
}
div.rowLn{
	height: 20px; 
	line-height: 20px; 
}


/* MARGINS */
div.m2{	margin: 2px; }
div.m5{	margin: 5px; }

/* SPAN */

/* TABLE */
table.main{
	border-width: 0px;
	border-collapse: collapse;
	width: 1000px;
}
table.logoR{
	background-image:url(images/top_right_tile.jpg);
}

/* TD */
td.logoR{
	background-image:url(images/top_right.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: right;
	line-height: 46px;
	height: 46px;
}
td.date{
	color: #0e4f7c;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
}
td.topBg{
	background-image:url(images/top_menu_tile.jpg);
	background-position: top right;
}
td.logoBg{
	background-image:url(images/top_menu_tile.jpg);
	background-repeat: repeat-x;
}
td.brd{
	height: 1px;
	background-repeat: no-repeat;
}
td.logoBrd{
	height: 1px;
}
td.brdBtm{
	background-image:url(images/top_menu_bott_brd.jpg);
	height: 1px;
}
td.src{
	background-position: top right;
	background-image:url(images/top_menu_bg.jpg);
	background-repeat: no-repeat;
	text-align: right;
	width: 320px;
	height: 28px;
}

/* FORMS */
form{
	margin: 0px;
}


/* SLIDE SHOW */
a.rect
{
	text-decoration: 	none;
	color: 				#FFFFFF;
}
a.rect:hover
{
	text-decoration: 	underline;
	color: 				#FFFFFF;
}

span.rect
{
	background-color:	#2f89be;
	font-weight: 		bold;
	padding: 			3px;
	width: 				21px;
	height:				18px;
	text-align: 		center;
	margin-right:		1px;
}

span.rect_sel
{
	background-color:	#95c250;
	font-weight: 		bold;
	padding: 			3px;
	width: 				21px;
	height:				18px;
	text-align: 		center;
	margin-right:		1px;
}

span.rect2
{
	background-color: 	#2f89be; 
	padding: 			3px 100px 3px 109px;
	margin:				1px;
	color:				#FFFFFF;
}




.forumreplays, .forumreplays:hover {
	color: red;
}
.forumviews, .forumviews:hover {
	color: green;
}
.tableblue {
	background-color: #f0f6fb;
}
.tableblue {
	background-color: #f0f6fb;
}
.buttons {
	font-family: 	Arial;
	font-size: 		11px;
	color: 			#FFFFFF;
	background-color: #990000;
	border: 		1px solid #F4F8F9;
	cursor:			pointer;
}
.buttons_zaiavka {
	font-family: 	Arial;
	font-size: 		16px;
	color: 			#FFFFFF;
	background-color: #990000;
	border: 		2px solid #F4F8F9;
	cursor:			pointer;
}

.buttons_zelen {
	font-family: 	Arial;
	font-size: 		11px;
	color: 			#FFFFFF;
	background-color: #336600;
	border: 		1px solid #F4F8F9;
	cursor:			pointer;
}


.top_date {
	font-size: 		10px;
	font-family: 	Verdana;
	color: 			#FFFFFF;
	font-weight: 	bold;
}
.textbox {
	font-family: 	Verdana;
	font-size: 		12px;
	color: 			#990000;
	border: 		1px solid #990000;
}
.menu {
	color: 			#0061A2;
	font-size: 		11px;
	font-family: 	Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.menu:hover {
	color: 			#0081D7;
	font-size: 		11px;
	font-family: 	Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}

.news_title_text, .news_title_text:link {
	font-size: 		10px;
	font-family: 	Verdana; 
	font-weight: 	bold; 
	color: 			#990000;
	text-transform:	uppercase;
}
.news_title_text:hover {
	font-size: 		10px;
	font-family: 	Verdana; 
	font-weight: 	bold; 
	color: 			#990000;
	text-transform:	uppercase;
}
.news_title_bar {
	font-size: 		10px;
	font-weight: 	bold;
}

td {
	font-size: 		11px;
}
.cheren_tekst {
	font-size: 		10px;
	font-family: "Times New Roman", Times, serif;
	color: 			#000000;
}
.cheren_zaglaven {
	font-size: 		12px;
	font-weight:	bold;
	color: 			#000000;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
}

.article_title {
	font-size: 		18px;
	font-weight:	bold;
	color: 			#0075b5;
	font-family: 	Verdana;
}
a.article_title:hover {
	font-size: 		18px;
	font-weight:	bold;
	color: 			#0075b5;
	font-family: 	Verdana;
}
.article_author, .article_author:link, .article_author:hover  {
	font-size: 		11px;
	color: 			#d51723;
	font-family: 	Verdana;
}
.time {
	color: 			#BEBEBE;
	font-size: 		11px;
	font-family: 	Verdana, Arial, Helvetica, sans-serif;
}
.time2 {
	color: 			#8C8C8C;
	font-size: 		9px;
	font-family: 	Verdana, Arial, Helvetica, sans-serif;
}
.category_name {
	font-size: 		20px;
	color: 			#CDCDCD;
	font-family: 	Verdana;
	padding:		0px 0px 5px 0px;
}
.cherven_podchertan {
	font-size: 		11px;
	font-family: 	Verdana; 
	font-weight: 	bold; 
	color: 			#d51723;
	text-transform:	uppercase;
	width:			100%;
	border-bottom:	1px solid #0075B5;
	padding:		0px 0px 5px 0px;	
}

.other_top_box {
	border-left: 	1px solid #990000;
	border-right: 	1px solid #990000;
	border-top: 	1px solid #990000;
	border-bottom: 	1px solid #990000;

}
.snimki_sivo2 {
	border-left: 	2px solid #CCCCCC;
	border-right: 	2px solid #CCCCCC;
	border-top: 	2px solid #CCCCCC;
	border-bottom: 	2px solid #CCCCCC;
	margin: 8px 5px 0px 0px;
}
.snimki_sivo {
	border-left: 	1px solid #CCCCCC;
	border-right: 	1px solid #CCCCCC;
	border-top: 	1px solid #CCCCCC;
	border-bottom: 	1px solid #CCCCCC;
	margin: 8px 5px 0px 0px;
}
.snimki_sivo3 {
	border-left: 	1px solid #CCCCCC;
	border-right: 	1px solid #CCCCCC;
	border-top: 	1px solid #CCCCCC;
	border-bottom: 	1px solid #CCCCCC;

}
.diasno_sivo {
	border-bottom: 	1px solid #CCCCCC;
	margin: 8px 8px 0px 0px;
	width: 180px;
}
.kontrolenp_sivo {
	border-bottom: 	1px solid #CCCCCC;
	margin: 0px 0px 8px 8px;
	width: 180px;
}
.liavo_sivo {
	border-bottom: 	1px solid #CCCCCC;
	margin: 8px 8px 0px 0px;
	
}
.snimki_bialo {
	border-left: 	1px solid #FFFFFF;
	border-right: 	1px solid #FFFFFF;
	border-top: 	1px solid #FFFFFF;
	border-bottom: 	1px solid #FFFFFF;
	margin: 8px 5px 0px 0px;
}

.snimki_cherno {
	border-left: 	1px solid #000000;
	border-right: 	1px solid #000000;
	border-top: 	1px solid #000000;
	border-bottom: 	1px solid #000000;
	margin: 8px 5px 0px 0px;
}

.snimki_cherveno {
	border-left: 	1px solid #990000;
	border-right: 	1px solid #990000;
	border-top: 	1px solid #990000;
	border-bottom: 	1px solid #990000;
	margin: 8px 5px 0px 0px;
}

.top_story_box {
	background-color:#F0F6FB;
	border-top: 	1px solid #B7D7F5;
	border-bottom: 	1px solid #B7D7F5;
}
.oranj_fon {
	background-color:#FFF2CB;
	border-top: 	1px solid #FFD964;
	border-bottom: 	1px solid #FFD964;
}
.sin_fon {
	background-color:#F0F6FB;
	border-top: 	1px solid #B7D7F5;
	border-bottom: 	1px solid #B7D7F5;
}

.siv_fon {
	background-color:#FAF8F8;
	border-top: 	1px solid #C4C4C4;
	border-bottom: 	1px solid #C4C4C4;
}

.tumno_siv_fon {
	background-color:#E1E1E1;
	border-top: 	1px solid #C4C4C4;
	border-bottom: 	1px solid #C4C4C4;
}
.zaiavka {
	
	border-top: 	1px solid #C4C4C4;
	border-bottom: 	1px solid #C4C4C4;
	color: #990000; font-family: Verdana;
	font-size: 16px; font-weight: bold;
	
}

.links_box {
	width:			100%;
	border-bottom: 	1px solid #257EBB;
	
}
.image_box {
	border: 		1px solid #CECFCE;
	top: auto;
}
.image_box_dark {
	border: 		1px solid #1474B0;
}
.top_story1_title, .top_story1_title:hover {
	font-size: 		16px;
	color: 			#CF0404;
	font-family: 	Verdana;
	font-weight: 	bold;
	text-decoration:none;
}
font {
	
	font-family: 	Verdana;
}


.black_text {
	font-size: 		11px;
	font-family: 	Verdana;
	color: 			#000000;
}
.blue_link {
	font-size: 		11px; 
	color: 			#0075b5; 
	font-family: 	Verdana;
}
.auto_bar, .auto_bar:link, .auto_bar:hover {
	font-family: 	Verdana;
	font-size: 		11px;
	color: 			#FFFFFF;
	text-transform:	uppercase;
}
.auto_title, .auto_title:link, .auto_title:hover {
	font-size: 		11px;
	font-family: 	Verdana;
	color: 			#a20000;
}
.category_title {
	font-size: 		11px;
	font-family: 	Verdana;
}

.style2, .style2:link, .style2:hover {
	font-family: 	Verdana; 
	font-size: 		11px; 
	color: 			#FFFFFF; 
	font-weight: 	bold; 
	text-transform:	uppercase;	
}
.style1 {
	font-family: 	Verdana; 
	font-size: 		11px; 
	color: 			#FFFFFF; 
}
.style3 {
	font-family: Verdana; 
	font-size: 11px; 
	color: #626262; 
}
.style4, .style4:link, .style4:hover {
	font-size: 12px; 
	font-family: Verdana; 
	color: #a20000; 
	font-weight: bold; 
}
.links { 
	width: 120px;
	font-family: verdana; 
	color: #ffffff; 
	font-size: 11px; 

	text-align: center;
	text-decoration: none; 
	line-height: 16px; 
	background-color:#C4C4C4;
	border: 1px solid #6191B2;
	padding: 1px 1px 1px 1px;
	margin-bottom: 5px;
	display: block;
	margin-left: 1px;
}
.links:hover { 
	width: 120px;
	font-weight: bold;
	color: #ffffff; 
	font-size: 11px; 
	font-weight: bold; 
	text-align: center;
	text-decoration: none; 
	line-height: 16px; 
	background-color:#990000;
	border: 1px solid #2A537D;
	padding: 1px 1px 1px 1px;
	margin-bottom: 5px;
	display: block;
	margin-left: 1px;
}

.linksuser { 
	width: 200px;
	font-family: verdana; 
	color:#0061A2; 
	font-size: 11px; 

	text-align: center;
	text-decoration: none; 
	line-height: 16px; 
	background-color:#F2F2F2;
	border: 1px solid #6191B2;
	padding: 1px 1px 1px 1px;
	margin-bottom: 5px;
	display: block;
	margin-left: 1px;
}
.linksuser:hover { 
	width: 200px;
	font-weight: bold;
	color: #ffffff; 
	font-size: 11px; 
	font-weight: bold; 
	text-align: center;
	text-decoration: none; 
	line-height: 16px; 
	background-color:#990000;
	border: 1px solid #2A537D;
	padding: 1px 1px 1px 1px;
	margin-bottom: 5px;
	display: block;
	margin-left: 1px;
}

.linksh {
	font-family: verdana;
	color: #FED75E;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	line-height: 12px;
	background-color:#CF0404;
	border: 1px solid #6191B2;
	padding: 1px 1px 1px 1px;
	margin-bottom: 5px;
	display: block;
	margin-right: 2px;
	border-bottom: 	5px solid #E1E1E1;
}
.linkstat1 {
	font-weight: bold;
	color:#FFFFFF; 
	font-size: 10px; 
	font-weight: bold; 
	text-align: center;
	text-decoration: none; 
	line-height: 12px; 
	background-color:#CF0404;
	border: 1px solid #2A537D;
	padding: 1px 1px 1px 1px;
	margin-bottom: 5px;
	margin-right: 2px;
	display: block;
	border-bottom: 	5px solid #E1E1E1;
}
.linkstat {
	font-weight: bold;
	color:#FFFFFF; 
	font-size: 10px; 
	font-weight: bold; 
	text-align: center;
	text-decoration: none; 
	line-height: 12px; 
	background-color:#006600;
	border: 1px solid #2A537D;
	padding: 1px 1px 1px 1px;
	margin-bottom: 5px;
	margin-right: 2px;
	display: block;
	border-bottom: 	5px solid #E1E1E1;
}



.linksh:hover { 
	
	font-weight: bold;
	color:#ffffff; 
	font-size: 10px; 
	font-weight: bold; 
	text-align: center;
	text-decoration: none; 
	line-height: 12px; 
	background-color:#AA0000;
	border: 1px solid #2A537D;
	padding: 1px 1px 1px 1px;
	margin-bottom: 5px;
	margin-right: 2px;
	display: block;
	border-bottom: 	5px solid #E1E1E1;
}


.zagl_sinio {
	font-weight: bold;
	font-family: verdana; 
	color: #0061A2; 
}
.pollBorder{
	width: 100px; 
	height: 10px; 
	border: 1px solid #CCCCCC; 
	font-size: 5px;
}
.pollFill{
	height: 100%; 
	background-color: #0061A2;
	font-size: 5px;
}

.title{
	font-size: 10px;
	color: #0061A2;
	font-weight: bold;
	text-transform: uppercase;
}
a.boxTitle{
	width: 100%;
	color: #FFFFFF;
	text-decoration: none;
}

.top-links {
	font-family:Verdana;
	font-size:11px;
	color:white;
	text-align:left;
	padding-top:3px;
	padding-left:10px;
}
.top-links-active {
	color:#abc6e1;
}
.top-links a {
	color:white;
	font-family:Verdana;
	font-size:11px;
	text-decoration:none;
}
.top-links a:hover {
	color:#abc6e1;
	font-family:Verdana;
	font-size:11px;
	text-decoration:none;
}
.top-links-banner {
	vertical-align: middle;
	display: inline;
}
.cinema{
	font-family:Verdana;
	color:#0075b5;
	font-size:14px;
}
.movie_title{
	font-family:Verdana;
	color:#0075b5;
	font-size:12px;
	font-weight:bold
}



.c {text-align: center;}
.mt {margin-top: 12px;}
.mb {margin-bottom: 6px;}
.i2,.d2 {
	background-color: #f0f5fa;
	border: solid 1px #0c4b7e;}
#comment table tr td input, #comment table tr td  textarea {font-family:Tahoma;font-size:12px;padding:2px;}
.l1,.l2 {
	padding: 2px 4px 0px 0px;	
	color: #0c4b7e;
	float: left;
	clear: left;
	text-align: right;
}

button {
	vertical-align: top;
	font-family: Tahoma; 
	font-size: 10px;
	color: #1f6096;
	background-color: #b6d2e8;
	border: solid 1px #1f6096;
	height: 18px;
}

.t span {
	color: #7cbf1a;
	font-size: 11px;
	font-weight: normal;
}
.t {
	margin: 20px 0px 15px 0px;
	color: #0c4b7e;
	font-size: 12px;
	font-weight: bold;
}
.sep{
	border-bottom: 1px dotted #cccccc;
	margin: 20px 0px 20px 0px;
}


/************** .feature styles ***************/

.info{
	padding: 1px 5px 5px 1px;
     font-size: 12px;
	
}

.info h3{
	padding: 5px 0px 2px 0px;
	text-align: left;
}

.info img{
	float: left;
	padding: 0px 2px 0px 2px;
	margin: 1px 10px 1px 1px;
}


info1{
	padding: 1px 5px 5px 1px;
	font-size: 		11px;
	font-family: 	Verdana;
	margin: 1px 1px 1px 1px;
	font-size: 		11px;
	font-family: 	Verdana;
}

.info1 h3{
	padding: 1px 1px 2px 1px;
	text-align: right;
	margin: 1px 1px 1px 1px;
}

.info1 img{
	float: right;
	padding: 1px 2px 1px 1px;
	margin: 1px 5px 1px 1px;
}

.print {
 page-break-before:always;
}
.poruchka {
	font-size: 24px;
	
}

.liniq {
	border-left: 	1px solid #E4DBCF;
	
	
	
	margin: 5px 5px 0px 0px;
}

.vmenu {background-color:#E1E1E1; width: 132px;padding:6px 0 8px 0px; border-bottom:1px solid #efefef;}
.vmenu a:link {color:#000000; margin: 0px 0px 0px 12px;}
.vmenu a:visited {color:#000000; margin: 0px 0px 0px 12px;}
.vmenu a:hover {color:#CC0000; margin: 0px 0px 0px 12px;}
.submenu {padding:5px 0 6px 12px; border-bottom:1px solid #efefef; clear:both;}
.submenu a:link {font-weight:100;}
.submenu a:visited {font-weight:100;}
.submenu a:hover {font-weight:100;}
.kafiav_text {color: #933709}