/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 5px 0;
margin-top: 1px;
margin-bottom: 10px;
font: normal 12px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
width:100%;
}

.shadetabs li{
display: block;

margin-right: 0;
float: left; height:27px;
}


.shadetabs li a{
text-decoration: none;
margin-right: 1px;
color: #fff; 
height: 27px; display: block;
background: white url(/bitrix/templates/25679/images/tab_left_pas.gif) top left no-repeat;
padding: 0 0 0 3px;
font-weight: bold; font-size: 11px;

}

.shadetabs li a span {background: white url(/bitrix/templates/25679/images/tab_right_pas.gif) top right no-repeat;height: 27px; display: block; padding: 0 4px 0 0;}
.shadetabs li a span span {background: white url(/bitrix/templates/25679/images/tab_pas.gif) top left repeat-x; height: 27px; display: block; padding: 4px 4px 0;}



/*.shadetabs li a:visited{
color: #2d2b2b;
}*/

.shadetabs li a:hover{
text-decoration: underline;
color: #fff;
}


.shadetabs li a.selected{ /*selected main tab style */
background-image: url(/bitrix/templates/25679/images/tab_left_act.gif);
}


.shadetabs li a.selected span {background: white url(/bitrix/templates/25679/images/tab_right_act.gif) top right no-repeat;}
.shadetabs li a.selected span span {background: white url(/bitrix/templates/25679/images/tab_act.gif) top left repeat-x;}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
padding: 8px 0 0 0;
}

@media print {
.tabcontent {
display:block !important;
}
}






.tabcontentstyle{ /*style of tab content oontainer*/
width: 700px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

/*.tab_content_area {border: 1px solid rgb(221,221,221); width: 698px; margin-bottom: 0px; padding: 2px 10px 0 10px; 
	 background: url(/bitrix/templates/25679/images/tab_bg_top.gif) top repeat-x; border-bottom:none;}*/
.tab_content_area {border: 1px solid rgb(221,221,221); width: 698px; margin-bottom: 0px; padding: 2px 10px 0 5px; 
	 background: url(/bitrix/templates/25679/images/tab_bg_top.gif) top repeat-x; border-bottom:none;}

/*.tab_content_area_bottom {border: 1px solid rgb(221,221,221);border-top:none;background: url(/bitrix/templates/25679/images/tab_bg_bottom.gif) bottom repeat-x; width:698px;height:46px;padding: 0 10px;}*/
.tab_content_area_bottom {border: 1px solid rgb(221,221,221);border-top:none;background: url(/bitrix/templates/25679/images/tab_bg_bottom.gif) bottom repeat-x; width:698px;height:46px;padding: 0 10px 0 5px;}

.shadetabs li a.b_orange_menu_item_bg {
	background: url(/bitrix/templates/25679/images/tab_left_act_orange.gif) top left no-repeat;
}

.shadetabs li a.b_orange_menu_item_bg span {
	background: url(/bitrix/templates/25679/images/tab_right_act_orange.gif) top right no-repeat;
}

.shadetabs li a.b_orange_menu_item_bg span span {
	background: url(/bitrix/templates/25679/images/tab_center_act_orange.gif) top left repeat-x;
}

.shadetabs li a.b_orange_menu_item_bg_selected  {
	background: url(/bitrix/templates/25679/images/tab_left_act_orange_sel.gif) top left no-repeat;
}

.shadetabs li a.b_orange_menu_item_bg_selected span {
	background: url(/bitrix/templates/25679/images/tab_right_act_orange_sel.gif) top right no-repeat;
}

.shadetabs li a.b_orange_menu_item_bg_selected  span span {
	background: url(/bitrix/templates/25679/images/tab_center_act_orange_sel.gif) top left repeat-x;
}