/* Table of Contents:
    
   1. Global structure
       - header
       - footer
       - menu
       - banner
   2. Text
   3. Link
   4. Form
   5. List
   6. Image   
   7. Page structure
   8. Additional styles   	
*/


/* Global structure
--------------------------------------------------------------------------------------- */
*
{
    margin: 0px;
    padding: 0px;
}
html
{             
    height: 100%;
}
body
{      
    position: relative;
    height: 100%;
    font-family: verdana;
    background-color: #ffffff;	
    background-image: url(../images/border.jpg);
    background-repeat: repeat-y;
    min-width: 1000px;
}
html>body
{
    height: auto;
    min-height: 100%;
}
/*------- header --------*/
.header
{
	height: 243px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/header.jpg);
}
.logo
{
    position:absolute;
	display:block;
	width:182px;
	height:120px;
	top: 70px;
	left: 80px;
	background-image: url(../images/logo.jpg);
	font-size:0px;
	text-decoration: none;
	z-index: 500;
}
.clear
{
    clear: both;
    font-size: 0px;
}
/*------- footer --------*/
.att_icon
{
    position: absolute;   
    left: 70px;
    bottom: 100px;
    width: 200px;
    height: 80px;
    background-image: url(../images/att_icon.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 11px;
    color: #0878c3;
    padding: 6px 0px 0px 60px;
}
.att_icon span
{
    display: block;
    font-size: 20px;
    font-family: Tahoma;
    padding-top: 8px;
}
.att_icon a, .att_icon a:hover 
{
     color: #0878c3;
}
.footer
{
    position: absolute;   
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 86px;
    padding: 0px 0px 0px 0px;
    background-image: url(../images/footer_fon.jpg);
}
.footer_fon
{
    position: absolute; 
    width: 100%;
    height: 86px;
    padding: 0px 0px 0px 0px;
    background-image: url(../images/footer.jpg);
    background-repeat: no-repeat;
    background-position: left;
}

/*------- menu --------*/
.menu
{
	margin: 0px 0px 0px 0px;	
	padding: 0px 0px 0px 0px; 
	height: 29px;
	background-image: url(../images/menu_fon.jpg);
}


.menu_item
{
    color: #000000;
    font-size: 18px;
    font-family: Tahoma;
    padding: 0px 0px 0px 20px;
    margin: 0px 0px 20px 96px;
    text-align: left;
    background-image: url(../images/menu_item.gif); 
    background-repeat: no-repeat;
    background-position: 0px 6px;
}
.menu_item a, .menu_item a:hover
{
   color: #0a76cf;
   text-decoration: none;
}
.menu_item a:hover
{
   color: #0a76cf;
   text-decoration: underline;
}

.menu_activ
{
    color: #ffc602;
    font-size: 18px;
    font-family: Tahoma;
    font-weight: bold;    
    padding: 0px 0px 0px 20px;
    margin: 0px 0px 20px 96px;
    text-align: left;
    background-image: url(../images/menu_activ.gif); 
    background-repeat: no-repeat;
    background-position: 0px 6px;
}
.menu_activ a, .menu_activ a:hover
{
   color: #ffc602;
   text-decoration: underline;
}
/*------- banner --------*/


/* Text
--------------------------------------------------------------------------------------- */
p
{
    font-family: Verdana;
    color: #000000;
    font-size: 12px;
    margin: 10px 0px 10px 0px;
    text-align:justify;
}

h1
{
	font-family: Verdana;
	color: #2c7ec2;
	font-size: 24px;
	font-weight: normal;
	margin: 30px 0px 0px 0px;
	padding: 9px 0px 0px 60px; 
	text-align: left;
	background-image: url(../images/about_icon.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 60px;
}
h2
{
	font-family: Verdana;
	color: #2c7ec2;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px; 
	text-align: left;
}
h2 a
{
	font-family: Arial, Tahoma, sans-serif;
	color: #000000;
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px; 
}
h2 span
{
	font-family: Arial, Tahoma, sans-serif;
	color: #000000;
	font-size: 14px;
	font-weight: normal;
}
h2 span a
{
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
p.news_date
{
	font-family: Verdana;
	color: #3c2c04;
	font-size: 10px;
	font-weight: bold;
	margin: 10px 10px 8px 10px;
	padding: 0px 0px 0px 12px; 
	background-image: url(../images/arrow_gr_down.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
h3.news_title
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
	color:#585858;
}
h3.news_title a, h3.news_title a:hover
{
	color:#585858;
}
p.news_text
{
	color: #99700e;
	font-family:Verdana;
	font-size: 11px;
	padding: 0px 0px 10px 0px;
	text-align: left;
}
p.news_text a
{
	color: #99700e;
	font-size: 11px;
}
p.news_text a:hover
{
	color: #99700e;
	font-size: 11px;
	text-decoration: none;
}
h3.right_title
{
	font-family: Verdana;
	color: #3c2c04;
	font-size: 10px;
	font-weight: bold;
	margin: 10px 5px 8px 5px;
	padding: 0px 0px 0px 12px; 
	background-image: url(../images/arrow_or_down.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
h2.or_title
{
	font-family: Verdana;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; 
	text-align: center;
}

ul, ol
{
    font-size: 12px;
    margin: 0px 0px 0px 30px;
    color: #000000;
}
.black, a.black:hover
{
	color: #000000;	
}
.text_right
{
	text-align:right !important;	
}
span.bold
{
    font-weight: bold;
}
/* Link
--------------------------------------------------------------------------------------- */
a
{
    color: #005ba1;
    text-decoration: underline;
}
a:hover
{
    color: #005ba1;
    text-decoration: none;
}
a.no_underline
{
    text-decoration: none;
    color: #000000;
}
a:hover.no_underline
{
    text-decoration: underline;
    color: #000000;
}
a.right_more
{
	background-image: url(../images/arrow_or_more.gif);
	background-repeat: no-repeat;
	background-position: 122px 14px;
	display: block;
	font-size: 11px;
	font-weight: bold;
	margin: 0 auto;
	padding: 10px 0px 10px 0px;
	width: 136px;
	color: #05394d;
}
a.news_more
{
	background-image: url(../images/arrow_or_more.gif);
	background-repeat: no-repeat;
	background-position: 145px 14px;
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding: 10px 18px 10px 0px;
	width: 140px;
	color: #05394d;
	text-align: right;
}
a.prev_link, a.prev_link:hover
{
	background-image: url(../images/arrow_prev.gif);
	background-repeat:no-repeat;
	background-position: 0px 5px;
	color: #99700e;
	padding: 0px 0px 0px 8px;
}
a.next_link, a.next_link:hover
{
	background-image: url(../images/arrow_next.gif);
	background-repeat:no-repeat;
	background-position: right 5px;
	color: #99700e;
	padding: 0px 8px 0px 0px;
}
a.br_l, a.br_l:hover
{
	color: #99700e;
}
ul.doc_list
{
	list-style-type:none;	
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
}
.doc_link
{
	font-size: 11px;
	background-repeat: no-repeat;
	background-position: left 3px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 38px;
	height: 50px;
}
.doc_link a, .doc_link a:hover
{
	color: #000000;
	text-decoration: none;
}
.word
{
	background-image: url(../images/word_icon.gif);
}
.excel
{
	background-image: url(../images/excel_icon.gif);
}
.rar
{
	background-image: url(../images/rar_icon.gif);
}
.pdf
{
	background-image: url(../images/pdf_icon.gif);
}
/* Form
--------------------------------------------------------------------------------------- */

.search_input
{
	position:absolute;
	right:48px;
	top: 16px;
	font-size: 11px;
	width: 140px;
	height: 12px;
	color: #acacac;
	border: solid 1px #ffffff;
}
.search_but
{
	position:absolute;
	right:12px;
	top: 12px;
}
.login_inp
{
    margin: 6px 0px 0px 32px;
    padding: 0px 2px 0px 2px;
    font-size: 11px;
    width: 84px;
    border-collapse: collapse;
    color: #acacac;
    border: solid 0px #ffffff;
}
.pass_inp
{
    margin: 6px 0px 0px 16px;
    padding: 0px 2px 0px 2px;
    font-size: 11px;
    width: 54px;
    border-collapse: collapse;
    color: #acacac;
    border: solid 0px #ffffff;
}
.login_but
{
    position: absolute;
    left: 219px;
    top: 3px;
}
a.login_more
{
    position: absolute;
    right: 85px;
    top: 26px;
    display: block;
    height: 20px;
    font-size: 10px;
    color: #acacac;    
}
a.more, a.more:hover
{
    text-decoration: underline;
    color: #000000;
    font-size: 11px;
    background-image: url(../images/arrow_next.gif);
    background-repeat: no-repeat;
    padding-right: 9px;
    background-position: right 5px;
}
a.more:hover
{
    text-decoration: none;
}


.refresh_but
{
	margin: 10px 10px 0px 0px;
	float: right;
}
.send_but
{
	margin: 10px 0px 0px 0px;
	float: right;
}

/* List
--------------------------------------------------------------------------------------- */

/* Image
--------------------------------------------------------------------------------------- */
img
{
    border: none;
}



/* Table
--------------------------------------------------------------------------------------- */
table
{
	border-collapse: collapse;
}

.pricetitle
{
	font-family: Verdana, Tahoma, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 7px 10px 7px; 
	border: solid 1px #ffffff;
	background-color: #afafaf;
	text-align: center;
}
.pricesubtitle
{
	font-family: Verdana, Tahoma, sans-serif;
	color: #000000;
	font-size: 11px;
	font-weight:bold;
	padding: 7px 7px 7px 7px; 
	border: solid 1px #ffffff;
	background-color: #d5d5d5;
	text-align: center;
}
.pricetext
{
    font-family: Verdana, Tahoma, sans-serif;
	color: #000000;
	font-size: 11px;
	padding: 4px 7px 4px 7px; 
	border: solid 1px #ffffff;
	background-color: #d5d5d5;
}
.pricetitle_print
{
	font-family: Verdana, Tahoma, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 7px 10px 7px; 
	border: solid 1px #000000;
	text-align: center;
}
.pricesubtitle_print
{
	font-family: Verdana, Tahoma, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding: 7px 7px 7px 7px; 
	border: solid 1px #ffffff;
	color: #464646;
	border: solid 1px #000000;
	text-align: center;
}
.pricetext_print
{
    font-family: Verdana, Tahoma, sans-serif;
	color: #000000;
	font-size: 12px;
	padding: 4px 7px 4px 7px; 
	border: solid 1px #000000;
}
.text_center
{
    text-align:center;
}
.tablecell
{
    border-collapse:collapse;
    margin: 10px 0px 0px 0px;
}
.tablecell td
{
    border: solid 1px #ebe8e3;
    padding: 4px 7px 4px 7px;
    vertical-align: top;
    font-size: 12px;
}
.blue_border
{
    border: solid 3px #0983eb;
    width: 480px;
}
table.contacts
{
	border-collapse:collapse;
	font-family: verdana;
	font-size: 11px;
	border: solid 1px #0983eb;
}
table.contacts td.left
{
	border: solid 1px #0983eb;
	padding: 8px 10px 5px 10px;
	background-color: #58b1fd;
	font-weight: bold;
	color: #ffffff;
}
table.contacts td.right
{
	border: solid 1px #0983eb;	
	padding: 5px 7px 5px 7px;
	background-color: #ffffff;
}
table.contacts td.right input
{
	width: 200px;
}
table.contacts td.right textarea
{
	width: 200px;
}
table.contacts td.right select
{
	width: 200px;
}
table.cat_table
{
	border-collapse:collapse;
	font-family: verdana;
	font-size: 11px;
	border: solid 1px #0983eb;
}
table.cat_table th
{
	border: solid 1px #0983eb;
	padding: 7px 4px 7px 4px;
	background-color: #58b1fd;
	font-weight: bold;
	font-size: 10px;
	color: #ffffff;
	vertical-align: top;
}
table.cat_table td
{
	border: solid 1px #0983eb;	
	padding: 5px 4px 5px 4px;
	background-color: #ffffff;
	vertical-align: top;
}
table.cat_table td.nowrap
{
	border: solid 1px #0983eb;	
	padding: 5px 4px 5px 4px;
	background-color: #ffffff;
	vertical-align: top;
	white-space:nowrap;
}
.w_475
{
    width: 475px;
}
/* Page structure
--------------------------------------------------------------------------------------- */
.page
{
	padding: 0px 0px 86px 0px;	
}
.content
{	
	padding: 0px 50px 0px 0px;
	margin: 0px 0px 0px 345px;	
}
.float_content
{
	float:left;
	width: 100%;
}

.right_collumn
{
	float:right;
	width: 154px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #fcc740;
	margin-right:-154px;
}
.left_collumn
{
	float:left;
	width: 345px;
	margin: 0px 0px 0px 0px;
	padding: 100px 0px 200px 0px;
}
.top_link
{
	float: left;
	height: 25px;
	font-family: Tahoma, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #626261;
	margin: 40px 20px 0px 0px;
}
.top_link a
{
	color: #626261;
}
.top_line
{
    height: 80px;
}

/* Additional styles
--------------------------------------------------------------------------------------- */
.bottom_line
{
    background-image: url(../images/bottom_line.jpg);
    height: 215px;
    width: 1000px;
    position: relative;
    margin: 0 auto;
}
.part_link
{
    position: absolute;
    left: 45px;
    top: 20px;
    width: 240px;
    height: 190px;
}
.order_link
{
    position: absolute;
    left: 390px;
    top: 20px;
    width: 260px;
    height: 190px;
}
.adress_text
{
	position: absolute;
	font-family: Verdana;
	top: 42px;
	left: 40px;
	height: 20px;
    width: 330px;
    margin: 0px 0px 0px 8px;
    padding: 0px 10px 10px 10px;
}
.adress_text p
{
    font-size: 16px;
    font-family: Tahoma;
    color: #fbd554;
    margin: 4px 4px 0px 4px;
    padding: 0px 0px 0px 0px;
}
.adress_text .line
{
    background-image: url(../images/adress_line.jpg);
    width: 100%;
    height: 2px;
    font-size: 0px;
    margin: 4px 0px 10px 0px;
}
.adress_text p a
{
	font-size: 12px;
    font-family: Verdana;
	color: #043950;	
}
.copy_line
{
    position: absolute;
    top: 7px;
    right: 20px;
    margin: 0px 0px 0px 0px;
    height: 50px;
    color: #ffffff;
    font-size: 11px;
    font-family: Verdana;
    width: 340px;
}
/*.dev_link a, .dev_link a:hover
{
    display: block;
    position: absolute;
    right: 40px;
    top: 30px;
    background-image: url(../images/its_logo.gif);
    background-repeat: no-repeat;
    background-position:right top;
    font-size: 10px;
    padding: 18px 0px 0px 0px;
    color: #fdd95b;
}*/
.dev_link, .dev_link:hover
{	
	display: block;
	position: absolute;
    right: 40px;
    top: 30px;
	height: 34px;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 74px !important;	
	font-size: 10px;
	background: url(../images/its_logo.gif) no-repeat;	
	color: #fdd95b;
	font-weight: bold;
	text-decoration: underline;
}
.dev_link:hover
{
    text-decoration: none;
}
.fr_ln
{
    display: block;
    position: absolute;
    right: 52px;
    top: 38px;
    height: 30px;
    width: 1px;
    border-right: solid 1px #fdd95b;
}
.w3c
{
    position: absolute;
    text-align:right;
    font-size:10px;
    right: 43px;
    top: 60px;
    color: #fdd95b;
}
.w3c a, .w3c a:hover
{
    color: #fdd95b;
}
.banner_p
{
    margin: 20px 0px 0px 15px;
}
.banner_d
{
    margin: 20px 0px 0px 27px;
}
.br_name
{
    font-size: 14px;
    vertical-align: top;
    font-weight: bold;
    margin: 10px 0px 5px 0px;
}
.br_img
{
    float: left;
    border: solid 3px #888684;
    margin: 0px 10px 0px 0px;
}
.br_adr
{
    font-size: 14px;
}
.inp_text
{
    width: 250px;
}
.mail_text
{
    width: 250px;
    height: 50px;
}
.home_icon
{
    position: absolute;
    display:block;
    background-image: url(../images/home_but.jpg);
    width: 48px;
    height: 48px;
}
.cont_icon
{
    position: absolute;
    display:block;
    left: 56px;
    background-image: url(../images/contacts_but.jpg);
    width: 48px;
    height: 48px;
}
.cat_new_main
{
    background-color: #d2d2d2;
    margin:40px 60px 0px 60px;
    position: relative;
}
.cat_new_main .top
{
    height: 38px;
    position: relative; 
}
.cat_new_main .top .left
{
    position:absolute;
    background-image: url(../images/ntl.jpg);
    width:38px;
    height:38px;
}
.cat_new_main .top .right
{
    position:absolute;
    background-image: url(../images/ntr.jpg);
    width:38px;
    height:38px;
    right: 0px;
}
.cat_new_main .bottom
{
    height: 38px;
    position: relative; 
}
.cat_new_main .bottom .left
{
    position:absolute;
    background-image: url(../images/nbl.jpg);
    width:38px;
    height:38px;
}
.cat_new_main .bottom .right
{
    position:absolute;
    background-image: url(../images/nbr.jpg);
    width:38px;
    height:38px;
    right: 0px;
}
.cat_new_main .fixed
{
    margin: 0 auto;
    width: 820px;
    padding: 0px 0px 0px 50px;
}
.cat_new_main .fixed .item
{
    float:left;
    margin: 0px 50px 0px 0px;
}
.cat_new_main .fixed .item img
{
    display:block;
    border-bottom: solid 1px #d2d2d2;
}
.cat_new_main .fixed .item div
{
    background-color: #ebebeb;
    padding: 2px 4px 3px 4px;
    font-family: Verdana;
    font-size: 11px;
    text-align: center;
}
/*---------------------------*/
.special
{
    margin: 0px 0px 0px 0px;
    background-color: #f9ad46;
}
.special .item
{
    margin: 0 auto;
}
.special .item img
{
    margin: 10px 0px 0px 0px;
    border: solid 2px #fff7ed;
}
.special .item div
{
    color: #ffffff;
    font-size: 11px;
    text-align: center;
}
.special .item div a
{
    text-decoration: underline;
    color: #000000;
}
.special .top
{
    margin: 0px 0px 0px 0px;
    background-image: url(../images/spec_top.jpg);
    height: 55px;
    width: 258px;
}
.special .bottom
{
    margin: 0px 0px 0px 0px;
    background-image: url(../images/spec_bottom.jpg);
    height: 37px;
    width: 258px;
    text-align:center;
}
.special .bottom img
{
    margin: 3px 0px 0px 0px;
}
h2.spec_subtitle
{
    text-transform:uppercase;
    color: #880000;
    font-weight:bold;
    padding: 23px 0px 0px 0px;
    text-align: center;
}


/*--------validator---------*/
.validator
{
	padding: 0px 0px 0px 7px;
	display: block;
}
.icon_map
{
	background-image:url(../images/icon_map.jpg);
	width: 275px;
	height: 205px;	
	margin: 0px 0px 20px 0px;
	position: relative;
}
.icon_map .icon
{
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 252px;
	height: 132px;
}
.icon_map .but
{
	display: block;
	position: absolute;
	bottom: 12px;
	right: 10px;
	width: 140px;
	height: 38px;
}

.img_left, .img_left_1
{
	float:left;
	border: solid 3px #0983eb;	
	margin: 12px 10px 5px 0px;
}

.img_left_1
{
	border: none;	
}

.img_left img, .img_left_1 img
{
	display: block;	
}

.spec_item
{
	border-bottom: solid 1px #d5d5d5;	
	margin: 0px 0px 20px 0px;
}
.price
{

}
.price table
{
	border-collapse: collapse;
	width: 100%;
}
.print_but
{
	display: block;
	background-image: url(../images/print_but.jpg);
	margin: 20px 0px 0px 0px;
	width:115px;
	height: 38px;
	float: left;
}
.download_but
{
	display: block;
	background-image: url(../images/download_but.jpg);
	margin: 20px 0px 0px 20px;
	width:120px;
	height: 38px;
	float: left;
}
.order_but
{
	display: block;
	background-image: url(../images/order_but.jpg);
	margin: 0px 0px 0px 0px;
	width:127px;
	height: 38px;
}
/*----------print----------*/
.adr_print
{
	position:absolute;
	left: 250px;
	top: 30px;	
}
.logo_print
{
    position:absolute;
	display:block;
	width:187px;
	height:79px;
	margin:25px 0px 0px 20px;
	font-size:0px;
	text-decoration: none;
	z-index: 500;
}
.page_print
{
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 20px;	
}
.header_print
{
	height: 150px;
	padding: 0px 20px 0px 20px;
	margin: 0px 0px 0px 0px;
	background-repeat:no-repeat;
	border-top: solid 5px #bebdbd;
}

.catalog_item
{
	font-family: Verdana;
	font-weight: bold;	
	font-size: 11px;
	color: #616161;
	border: solid 3px #d5d5d5;
	margin: 0px 20px 20px 20px;
}
.catalog_item a
{
	color: #464646;
}
.catalog_item img
{
	display:block;
	margin: 0px 0px 0px 0px;
	border: solid 1px #ffffff;
}
.catalog_item div
{
	background-color: #d5d5d5;
	padding: 4px 4px 6px 4px;
	text-align:center;
}
table.catalog
{
	width: 1%;
	margin: 0 auto;
	margin-top: 20px;
}
table.catalog td
{
	vertical-align:top;
}
.catalog_icon
{
	height: 26px;	
	position:relative;
}
.download_small
{
	margin: 0px 0px 0px 2px;
	width:26px;
	height:26px;
	float: left;
	background-image: url(/images/download_sm.jpg);
}
.price_small
{
	margin: 0px 0px 0px 2px;
	width:26px;
	height:26px;
	float: left;
	background-image: url(/images/price_sm.jpg);
}
.forward_small
{
	margin: 0px 0px 0px 2px;
	width:26px;
	height:26px;
	float: left;
	background-image: url(/images/forward_icon.jpg);
}
.backward_small
{
	margin: 0px 0px 0px 2px;
	width:26px;
	height:26px;
	float: left;
	background-image: url(/images/backward_icon.jpg);
}
.new_small
{
	margin: 0px 0px 0px 2px;
	width:42px;
	height:20px;
	float: left;
	background-image: url(/images/new_icon.jpg);
}
.right_img
{
	border: solid 1px #ffffff;
	margin: 0 auto;
	width: 132px;
}
.right_img img
{
	border: solid 1px #666666;
	display: block;
}
.white_line
{
    border-bottom: solid 1px #ffffff;
    font-size: 0px;
}
.banner_forum
{
	text-align: center;
	background-image: url(../images/banner_forum_fon.jpg);
}
.title_line
{
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	background-color: #e88e0d;
	font-size: 11px;
	font-weight:bold;
	padding: 4px 4px 4px 4px;
	color: #ffffff;
}
.dot_line
{
	background-image: url(../images/dot_line.jpg);
	background-position:right;
	background-repeat:repeat-y;
	width: 5px;	
}
.question
{
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding: 0px 10px 0px 10px;
	text-align:center;
}
.voting
{
	margin: 0px 10px 0px 10px;	
	font-size: 11px;
}
.news_table
{
	
}
.news_table td
{
	vertical-align:top;
}
.carea
{
	width: 100%;	
}
.dot_hidd
{
	height: 35px;
	width: 5px;
	background-color: #eeeeee;	
}
.voit_but
{	
	margin: 10px 0px 0px 25px;
	font-weight: bold;	
}
.voit_res
{	
	margin: 10px 0px 5px 0px;
	color: #000000;	
	font-size: 11px;
	text-decoration: none;
	text-align:center;
}
.voit_res a
{	
	text-align:center;
	text-decoration: none;
}
.voit_res a:hover
{	
	text-align:center;
	text-decoration: underline;
	color: #000000;
}
.subc_left
{
	width: 48%;
	float: left;
	font-size: 11px;
}
.subc_right
{
	
	width: 48%;
	float: right;
	font-size: 11px;
}
.build_photo, .build_photo_activ
{
	float: left;
	width: 69px;
	height: 69px;
	margin: 0px 30px 30px 0px;
}
.build_photo a
{
	display: block;
	border: solid 1px #c4c4c4;
}
.build_photo a:hover, .build_photo_activ a, .build_photo_activ a:hover
{
	display: block;
	border: solid 1px #e8a911;
}
.list_photo a
{
	border: solid 1px #c4c4c4;
}
.list_photo a:hover
{
	border: solid 1px #e8a911;
}
table.pr_list
{
	width: 98%;
	margin: 20px 10px 10px 10px;	
}
.pr_title
{
	background-color: #fcc740;	
	padding: 7px 10px 7px 10px;
	color: #000000;
	font-size:11px;
	font-weight:bold;
	text-align:center;
}
.pr_title a, .pr_title a:hover 
{
	color: #000000;
}
.pr_line
{
	font-size: 0px;
	padding: 0px 0px 0px 0px;
}
.pr_text
{
	background-color: #ffffff;	
	padding: 4px 4px 4px 4px;
	color: #5d5d5d;
	font-size:11px;
	text-align:center;
}
.staff_item
{
    margin: 0px 0px 0px 0px;
}
.ibotm
{
    margin-bottom: 10px;
}
.topmar
{
    height: 20px;
}
.inpw
{
	width: 350px;
}
.txtaw
{
	height: 100px;
}
.center
{
	margin: 0 auto;	
}

.mr
{
	margin-right: 4px;	
}
.review_item
{
	border-bottom: solid 1px #d8d8d8;	
	margin: 0px 10px 0px 10px;
}
.contacts_map
{
    margin: 10px 0px 20px 0px;
}