 

.sa_color_top_bg{background-color:#FFFFFF;}
.sa_color_left_bg{background-color:#FFFFFF;}
.sa_color_right_bg{background-color:#FFFFFF;}
.sa_color_bottom_bg{background-color:#FFFFFF;}
.sa_color_center_bg{background-color:#FFFFFF;}

.sa_clear{
	clear:both;
}
.sa_fleft{
	float:left;
}
.sa_fright{
	float:right;
}			
.sa_dot{
	text-decoration: none;
    border-bottom: 1px dashed #26799F;
}
.sa_border_left{
	border-left:1px;
	border-left-color:#808080; 
	border-left-style:solid; 
	border-left-width:1px;	
}
.sa_border_top{
	border-top:1px;
	border-top-color:#808080; 
	border-top-style:solid; 
	border-top-width:1px;	
}
.sa_border_bottom{
	border-bottom:1px;
	border-bottom-color:#808080; 
	border-bottom-style:solid; 
	border-bottom-width:1px;	
}
.sa_border_right{
	border-right:1px;
	border-right-color:#808080; 
	border-right-style:solid; 
	border-right-width:1px;	
}


/* sa_nobullet*/
.sa_nobullet{
	list-style:none;
}
/* sa_top_nav*/
.sa_top_nav_dropdown{

}

.sa_top_nav ul, .sa_top_nav_dropdown ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
.sa_top_nav ul li, .sa_top_nav_dropdown ul li{
	display:block;
	float:left;
	padding:0px;
	margin:0 15px 0 0;
}
.sa_top_nav ul li ul, .sa_top_nav_dropdown ul li ul{
	clear:both;
	padding:0px 0px 0px 10px;
	margin:0px;
}
.sa_top_nav  ul li ul li, .sa_top_nav_dropdown ul li ul li{
	clear:both;
	padding:0px;
	margin:0px;
}
.sa_top_nav li.sa_has_dropdown{
	background:#efefef;
}
.sa_top_nav li.sa_now_hovered{
	background:#ccc;
}
.sa_top_nav_dropdown ul li ul, .sa_openid_popup{
	position:absolute;
	z-index:2;
	width:auto;
	display:none;
	clear:both;
	margin-left:0px;
	padding:3px;
	border:1px solid #CA2C72;
	background:#FFFFFF;
	font-size: 11px;
}
.sa_top_nav_dropdown ul li ul li{
	display:block;
	width:auto;
}
.sa_top_nav_dropdown ul li ul li a{
	width:auto;
	white-space:nowrap;
	color: #4B4A4A;
}

/* sa_vert_top_nav */
.sa_vert_top_nav ul, .sa_vert_top_nav_dropdown ul{
	list-style:none;
	float:left;
	padding:0px;
	margin:0px;
	width:160px;
}
.sa_vert_top_nav ul li, .sa_vert_top_nav_dropdown ul li{
	display:block;
	margin:0px;
	padding:0px;
}
.sa_vert_top_nav ul li.sa_has_dropdown, .sa_vert_top_nav_dropdown ul li.sa_has_dropdown{
	background:#efefef;
}
.sa_vert_top_nav ul li.sa_now_hovered, .sa_vert_top_nav_dropdown ul li.sa_now_hovered{
	background:#ccc;
}
.sa_vert_top_nav ul li ul, .sa_vert_top_nav_dropdown ul li ul{
	display:block;
	padding:0px 0px 0px 10px;
}
.sa_vert_top_nav ul li ul li, .sa_vert_top_nav_dropdown ul li ul li{
	display:block;
	clear:both;
}
.sa_vert_top_nav_dropdown ul{
	position:relative;
	z-index:1;
}
.sa_vert_top_nav_dropdown ul li{
	position:relative;
	z-index:1;
}
.sa_vert_top_nav_dropdown ul li ul{
	position:absolute;
	z-index:2;
	top:0px;
	left:0px;
	margin-left:160px;
	width:auto;
	display:none;
	border:1px dotted #000;
}
.sa_vert_top_nav_dropdown ul li ul li{
	display:block;
	width:auto;
}
.sa_vert_top_nav_dropdown ul li ul li a{
	width:auto;
	white-space:nowrap;
}

/* sa_block */
.sa_block{
	border-bottom: 1px solid #A8A8A8;
	border-right: 1px solid #A8A8A8;
	font-size: 11px;
	color: #000000;	
	width:100%;
	/*margin:2px;
	padding: 2px;*/ 
	display:block;
	background-color:#cccccc;	
}
.sa_block h2{
	padding:0px;
	margin:0px 0px 0px 1em;
	font-size:12px;	
}
.sa_block .sa_blockcontent{
	font-size: 11px;
	color: #000000;	
	margin:0px; 
	padding:1em;
	background-color: #f1f1f1;
}
.sa_block .active{
	font-weight:bold;
}




/*  */
.sa_pagetitle{}
.sa_pagetitle h1{
	font-size: 16px;
	line-height: auto;
}

/* внутренняя навигация для подразделов */
.sa_secondmenu{

}
.sa_secondmenu ul{ /* навигация второго уровня */
	margin-left: 0px;
}
.sa_secondmenu ul li{ /* навигация второго уровня */
	list-style-type:none;
	padding:0;
}
.sa_secondmenu ul li.is_active{ 
	font-weight: bolder;
}

.sa_secondmenu ul li ul{ /* навигация третьего уровня */
	margin-left: 20px;
}
.sa_secondmenu ul li ul li{ /* навигация третьего уровня */
	list-style-type:none;
	padding:0;
}
/* END внутренняя навигация для подразделов */



/* исп. в шаблонах block_xxxxx не делает фоновую подложку под контент в боковинах */
.sa_blockcontentwhite{
	font-size: 11px;
	font-style: normal;
	margin:0px 2px 5px 0px; 
	padding: 2px 2px 5px 2px;
	overflow:hidden;
}
.sa_blockcontentwhite a:link{color: #000000; TEXT-DECORATION:underline;}
.sa_blockcontentwhite a:visited{color: #000000; TEXT-DECORATION:none;}
.sa_blockcontentwhite a:hover{color: #000000; TEXT-DECORATION:none;}




/* исп. шаблон gallery*/
.sa_gallery{
	overflow:hidden;
	width:100%;
}
.sa_gallery div{
	width:160px;
	height:200px;
	float:left;
	margin:2px 2px 2px 2px; 
	padding: 5px 5px 5px 5px;
	background-color:#f1f1f1;
	/*231209*/border:solid 1px red;
	display:block;
}
.sa_gallery div .gallerybox{
	display:block;
	/*width:150px;*//*width == .sa_gallery div width*/
	text-align:center;
	position:relative;
	margin:0 auto;
}
.sa_gallery div span{
	height:28px;
	font-size:11px;
	line-height: 14px;
	display: block;
}
.sa_gallery div p{
	font-size:11px;
	display:block;
}
.sa_gallerypopup{
	background-color:#f1f1f1;
}

/* исп. шаблон gallery*/
.sa_gallery-txt{
	font-size:10px;
	color:#808080}
.sa_pictures{
	margin:0px 0px 10px 10px
}




/* исп. шаблон documentName_and_navigation*/
.sa_navigation{font-size:11px; color:#808080; text-decoration:none; padding:3px 3px 3px 3px}
.sa_navigation a:link{font-size:11px; color:#808080; text-decoration:none}
.sa_navigation a:visited{font-size:11px; color:#808080; text-decoration:none}
.sa_navigation a:hover{font-size:11px; color:#808080; text-decoration:underline; }

.sa_pagenavigation{font-size:13px; color:#808080; text-decoration:none; padding:3px 3px 3px 3px}
.sa_pagenavigation a:link{font-size:13px; color:#808080; text-decoration:none}
.sa_pagenavigation a:visited{font-size:13px; color:#808080; text-decoration:none}
.sa_pagenavigation a:hover{font-size:13px; color:#808080; text-decoration:underline; }

.sa_breadcrumbs{
	text-align:right;
	padding-right:5px;
}
.sa_breadcrumbs ul{}
.sa_breadcrumbs ul li{
	display: inline;
	background: url("/img_of/decor_strelka.gif") no-repeat;
	background-color:transparent;
	line-height: 18px;
	padding: 0px 0px 0px 12px;
	margin: 0px 2px;
}
.sa_breadcrumbs ul li.first{
	background: none;
}
/* */
.sa_bottom_nav{}
.sa_bottom_nav ul{
	margin: 0px;
	padding: 0px;
}
.sa_bottom_nav ul li{
	display: inline;
	border-left: 1px solid #000;
	line-height: 18px;
	padding: 0px 0px 0px 8px;
	margin: 0px 4px 0px 0px;
}
.sa_bottom_nav ul li.first{
	border-left: none;
	padding: 0px;
}
/* исп. шаблон body */

.sa_uploaded_files{
 	background: #c5dcc5;
	border: 1px solid #A8A8A8; 
 	padding: 0px 5px;
 	float:right; 
 	margin:5px; 
 	width:170px 
}
.sa_uploaded_files h3{
	font-size: 12px;
	font-weight: normal;

}
.sa_uploaded_files ul{
	padding:5px;
}
.sa_uploaded_files ul li{
	font-size:12px; 
	list-style-type:none;
}

/* */
.sa_shopcart{}
.sa_shopcart span{}


/* */
.sa_catalog{}

.sa_catalog_block{
	width:210px;
	//height:320px; 
	float:left;
	margin:2px 2px 2px 2px; 
	padding: 10px;
	border:solid 1px #CECECE;
	display:block;
	//overflow:hidden;
}
.sa_catalog_block h3{
	//min-height: 35px;
	margin-top: 3px;
}
.sa_catalog_block .imagebox{
	display:block;
	text-align:center;
	position:relative;
	margin:0 auto;
}
.sa_catalog_block .cart_buttons{
	display:block;
	text-align:center;
	position:relative;
	margin:0 auto;
}
.sa_button {
	border:1px solid #FA3043;
	border-radius: 4px;
	padding: 1px;
	font-family:arial;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
	line-height:18px;
	background-color:#FA3043;
	margin-left:4px;
	cursor:pointer;
}
.sa_button:hover,
.sa_button.hovered {
	border-color:#FA3043;
	background:#FFFFFF;
	color:#FA3043;
	
	}
/* */

.sa_shopping_cart{}
.sa_shopping_cart form{
	padding:0;
	margin:0;
}
.sa_shopping_cart form input.shopcart_counter {
	color:#000000;
	margin:0;
	padding:1px 2px;
	text-align:center;
	width:20px;
}
.sa_shopping_cart form h2{
	border-bottom:1px solid #DBD9DA;
	color:#2E3131;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:13px;
	margin:0 0 -1px;
	padding:10px 0 10px 28px;
	text-transform:uppercase;
	vertical-align:middle;
	width:auto;
}
.sa_shopping_cart form p{
	padding:10px 0 10px 28px;
}
.sa_shopping_cart form label{
	display:inline-block;
	float:left;
	margin:5px 3px 0 30px;
	width:110px;
}
.sa_shopping_cart form input{
	background:none repeat scroll 0 0 transparent;
	border:1px solid #CCCCCC;
	color:#000000;
	margin:5px 0 0;
	padding:1px 2px;
	text-align:left;
	width:233px;
}
.sa_shopping_cart form input.recalculate{
	width:auto;
}

.sa_shopping_cart input.delete_from_basket{
	background:url("/img_of/decor_delete.gif") no-repeat;
	border: 0px none;
	cursor:pointer;
	display:block;
	height:13px;
	margin:0 0 0 22px;
	overflow:hidden;
	vertical-align:middle;
	width: 20px;
}

.sa_spinner {background-color: white; padding: 3px}
.sa_spinner input {width: 100px}

.sa_shopping_cart form textarea{
	background:none repeat scroll 0 0 transparent;
	border:1px solid #CCCCCC;
	font-family:Arial,Helvetica,sans-serif;
	/*height:152px;*/
	margin:5px 0 0;
	overflow:auto;
	padding:5px 2px;
	width:233px;
}
.sa_shopping_cart form select{
	background:none repeat scroll 0 0 transparent;
	border:1px solid #CCCCCC;
	color:#000000;
	margin:5px 0 0;
	padding:0;
	text-align:left;
	width:239px;
}
.sa_shopping_cart form button{
	background:none repeat scroll 0 0 transparent;
	border:1px solid #CCCCCC;
	color:#000000;
	margin:5px 0 0;
	padding:1px 2px;
	text-align:center;
	width:233px;
	
	margin:5px 0 15px 145px;
}

/* text_flow_ 
   этот блок подразумевает, что внутри содержится обычный текстовый контент
   - параграфы
   - изображения
   - списки
   - таблицы с данными
*/

.sa_text_flow{

}
.sa_text_flow h1,
.sa_text_flow h2{

	
}

.sa_text_flow h3,
.sa_text_flow h4{

}

.sa_text_flow p{
	margin:0 0 1em 0;
}
.sa_text_flow a{
	text-decoration: underline;
}
.sa_text_flow .old{
	text-decoration: line-through;
}
/* images */
.sa_text_flow img {
	/*display:block;*/
	padding: 1px;
	/*margin:.5em 0 .5em 0;*/
}

.sa_text_flow img.alignleft {float:left;margin:0 1em .5em 0;}
.sa_text_flow img.alignright {float:right;margin:0 0 .5em 1em;}
.sa_text_flow img.aligncenter {margin:0 auto 1em auto;}

/* lists */
.sa_text_flow ul,
.sa_text_flow ol {
	margin:0 0 1em 2em;
}


.sa_text_flow ul {
	list-style:disc outside none;
}

.sa_text_flow ul li {}

.sa_text_flow p+ol,
.sa_text_flow p+ul {
	margin-top:-.5em
}

.star {
	color:#FF0000;
}


/* tables_types 1-4*/
table.no_border{
	border-style:none;
	background:none;
	clear:both;
}
table.no_border tr th{
	border-style:none;
	background:none;
	padding:3px 5px;
	color:#000;
	font-weight:bold;
	text-align:left;
	vertical-align:top;
}
table.no_border tr th.alignright{
	text-align:right;
}
table.no_border tr td{
	background:none;
	border-style:none;
	padding:3px 5px;
	text-align:left;
	vertical-align:top;
}
table.no_border tr td.alignright{
	text-align:right;
}


table.table_type_1{
	border-collapse:collapse;
	border:1px solid #000;
	clear:both;
}
table.table_type_1 tr th{
	border:1px solid #000;
	padding:3px 5px;
	color:#000;
	background:#ccc;
	font-weight:bold;
}
table.table_type_1 tr th.alignright{
	text-align:right;
}
table.table_type_1 tr td{
	border:1px solid #000;
	padding:3px 5px;
	text-align:left;
}
table.table_type_1 tr td.alignright{
	text-align:right;
}
table.table_type_2{
	border-collapse:collapse;
	border:0px;
	clear:both;
}
table.table_type_2 tr th{
	border:0px;
	border-bottom:2px solid #000;
	padding:3px 5px;
	background:none;
	font-weight:bold;
	color:#000;
	text-align:left;
}
table.table_type_2 tr th.alignright{
	text-align:right;
}
table.table_type_2 .odd td{ /*нечетные*/
	background:#FFF;
}
table.table_type_2 .even td{ /*четные*/
	background:#FAFAFA;
}
table.table_type_2 tr td{
	border:0px;
	border-bottom:1px solid #000;
	padding:3px 5px;
	text-align:left;
}
table.table_type_2 tr td.alignright{
	text-align:right;
}
table.table_type_2 tr td.centered{
	text-align:center;
}
table.table_type_3{
	border-collapse:collapse;
	border:1px solid #000;
	clear:both;
}
table.table_type_3 tr th{
	border:1px solid #000;
	padding:3px 5px;
	background:none;
	font-weight:bold;
	color:#000;
	text-align:center;
}
table.table_type_3 tr th.alignright{
	text-align:right;
}
table.table_type_3 tr td{
	border:1px solid #000;
	padding:3px 5px;
	text-align:center;
}
table.table_type_3 tr td.alignright{
	text-align:right;
}
table.table_type_4{
	border-collapse:collapse;
	border:0px;
	clear:both;
}

table.table_type_4 tr th{
	border:0px;
	padding:3px 5px;
	background:none;
	font-weight:bold;
	color:#000;
	text-align:center;
}
table.table_type_4 tr th.alignright{
	text-align:right;
}
table.table_type_4 tr td{
	border:0px;
	padding:3px 5px;
	text-align:center;
}
table.table_type_4 tr td.alignright{
	text-align:right;
}
table.table_type_5{
	border-collapse:collapse;
	border:1px solid #000;
	clear:both;
}
table.table_type_5 tr th{
	border:1px solid #000;
	padding:3px 5px;
	background:none;
	font-weight:bold;
	color:#000;
	text-align:center;
}
table.table_type_5 tr th.alignright{
	text-align:right;
}
table.table_type_5 tr td{
	border:1px solid #000;
	padding:3px 5px;
	text-align:center;
}
table.table_type_5 tr td.alignright{
	text-align:right;
}
table.table_type_5 .odd td{
	background:#ccc;
}


/* исп. шаблон news*/
.sa_news{

}

.sa_news ul{}
.sa_news ul li{
	list-style-type:none;
	margin-bottom:15px;
}
#sa_profile table{
	width:80%;
}
#sa_profile table tr td.td1{
	width: 200px;
}
#sa_profile table tr td.td2{
	
}

#sa_profile table tr td{
	vertical-align:top;
}
#sa_profile table tr td input{
	width:100%;
}
#sa_profile table tr td input.short{
	width:48%;
}
#sa_profile table tr td input.very_short{
	width:30%;
}
#sa_profile table tr td input.short_inn{
	width:48%;
	float: left;
}
#sa_profile table tr td input.short_kpp{
	width:48%;
	float: right;
}
#sa_profile table tr td textarea{
	width:100%;
	height: 200px;
}

.sa_require{
	
}

.sa_form{
	
}
.red_bordered{
	border:1px solid #FF0000;
}
.sa_form input{
	width:100%;
	font-family:Verdana;
	font-size:12px;
	color:#7A7A7A;
	padding-right:0 !important;
	padding-left:0 !important;
	border: solid 1px #949494;
}
.sa_form select{
	width:100%;
	font-family:Verdana;
	font-size:12px;
	color:#7A7A7A;
}
.sa_form textarea{
	width:100%;
	height:100px;
	font-family:Verdana;
	font-size:12px;
	color:#7A7A7A;
	margin:0;
	padding:0;
	border: solid 1px #949494;
}
.error{
	font-weight:bolder;
	color:#FF0000;
}


/* social_media_auth_ */
#sa_social_media_auth {

    z-index:999;
    left:100%;

    top:50px;
    font-family:verdana,tahoma,geneva,sans-serif;
    font-size:12px;
    line-height:100%;
    color:#646464;
    }
.sa_tags_list{
	display: inline;
}
.sa_tags_list li{
    display: inline;
    font-size: 15px;
    line-height: normal;
    margin-right: 10px;
}
.sa_tags_list li a{
	font-size: 15px;
}
#sa_social_media_auth .title {
    font-weight:bold;
    margin:0 0 2px 0;
    }

#sa_social_media_auth .items {
    width:auto;
    height:19px;
    overflow:hidden;
    }

#sa_social_media_auth .items a {
    display:block;
    width:19px;
    height:19px;
    line-height:19px;
    float:left;
    text-indent:-10000em;
    overflow:hidden;
    background:#fff url(/img_of/social_media.png) 0 0 no-repeat;
    margin:0 6px 0 0;
    }

#sa_social_media_auth .items a:hover {background-color:#ff8604;}
#sa_social_media_auth a.openid_google {background-position:0 0;}
#sa_social_media_auth a.openid_vkontakte {background-position:0 -19px;}
#sa_social_media_auth a.openid_yandex {background-position:0 -38px;}
#sa_social_media_auth a.openid_livejournal {background-position:0 -57px;}
#sa_social_media_auth a.openid_facebook {background-position:0 -76px;}

.sa_social-links li {float:left;margin-left: 3px;  list-style-type: none;}
.sa_social-links {
	float:right;
	margin-bottom:5px;
}
.sa_social-links li a {
    height:35px;
	width:35px;
	display:block;	
}
.sa_social-links li a.link-1 {background:url(/img_of/soc-link1.png) no-repeat 0 top;}
.sa_social-links li a.link-2 {background:url(/img_of/soc-link2.png) no-repeat 0 top;}
.sa_social-links li a.link-3 {background:url(/img_of/soc-link3.png) no-repeat 0 top;}
.sa_social-links li a.link-4 {background:url(/img_of/soc-link4.png) no-repeat 0 top;}
.sa_social-links li a.link-5 {background:url(/img_of/soc-link5.png) no-repeat 0 top;}
.sa_social-links li a.link-6 {background:url(/img_of/soc-link6.png) no-repeat 0 top;}
.sa_social-links li a.link-7{background:url(/img_of/soc-link7.png) no-repeat 0 top;}
.sa_social-links li a.link-8{background:url(/img_of/soc-link8.png) no-repeat 0 top;}
.sa_social-links li a.link-9{background:url(/img_of/soc-link9.png) no-repeat 0 top;}
.sa_social-links li a.link-1:hover,
.sa_social-links li a.link-3:hover,
.sa_social-links li a.link-4:hover,
.sa_social-links li a.link-5:hover,
.sa_social-links li a.link-6:hover,
.sa_social-links li a.link-7:hover,
.sa_social-links li a.link-8:hover,
.sa_social-links li a.link-9:hover,
.sa_social-links li a.link-2:hover  {background-position:0 -84px;}


#sa_dev{
	text-align: right;
	font-size: 11px;
	color:#cecece;
	text-decoration: none;
}
#sa_dev a{
	color:#cecece !important;
	text-decoration: none;
}
			.ui-autocomplete-loading { background: white url('/img_of/ui-lightness/images/ui-anim_basic_16x16.gif') right center no-repeat !important; }
			.dblink_is_selected{ color:#FF00FF; background: white url('/img_of/ui-lightness/images/ok.png') right center no-repeat !important; }
			.dblink_is_not_selected{ color:#FF0000; background: white url('/img_of/ui-lightness/images/no.png') right center no-repeat !important; }
			.ui-widget{font-size: 12px !important;}