/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(../../Sazvezdia-single/Kit-Cetus/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(../../Sazvezdia-single/Kit-Cetus/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}
.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2{clear:both; float:left; width:100%; overflow:hidden;
 
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2 ul{
padding:0; 
  margin:0 auto; 
  list-style-type:none;
  float:left;
  position:relative; 
  left:50%;
}

.modernbricksmenu2 li{
 float:left; position:relative; right:50%;
}
 /*MENU LINKS*/ 
.modernbricksmenu2 a{
width:auto;
  display:block;
  padding:4px 26px;
font-size: 18px;
color:#666;
text-decoration: none;
background-color: ;
border-bottom: 1px solid white;
}

.modernbricksmenu2 a:hover{
background-color:#F0F0F0;
color:#990000;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color:#F0F0F0;
color:#666;
border-color:;}
.selected:first-letter {font-size:24px;color:#990000;}

.tabcontent{
display:none;
}

/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */
.indentmenu{padding-top:9px;
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{position:absolute;left:322px;
	margin: 0;
	padding: 0;
	
	/* width: 80%; width of menu*/
border-top: 0px solid navy; /*navy border*/
	background: white url(../Tab-gradients/grey1.gif) center center repeat-x;
	
}

.indentmenu ul li{
display: inline;
}
.indentmenu li a:first-letter {font-size:13px;color:#666666;}
.indentmenu ul li a{
float: left;
color: #666666; /*text color*/
padding: 10px 11px;
text-decoration: none;
border-right: 1px solid white; /*navy divider between menu items*/
}

.indentmenu ul li a:visited{
color: #666666;;
}

.indentmenu ul li a.selected{
color:#666666; !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background:  url(../Tab-gradients/grey2.gif) center center repeat-x;
}


.tabcontentstyle{ /*style of tab content container*/
border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
