/* 
<style>
######### CSS for Shade Tabs. Used in Herbal Products. Remove if not using ######### */

.shadetabs{
	padding: 0px 0;
	margin-left: 0;
	margin-top: 0px;
	margin-bottom: 0;
	font-weight: bold;
	color: #67674d;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	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: 0px 3px;
	margin-right: 0px;
	border: 0px;
	color: #67674d;
	background: white url(/images/shade.gif) top left repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	line-height: 15px;
}

.shadetabs li a:visited{
color: #67674d;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #67674d;
}

.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
	top: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
	color: #1b3c71;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(/images/shadeactive.gif);
border-bottom-color: #9eaa02;
}

.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{
padding: 0;
width: 362px;
border-top: 5px solid #D25A0B; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2 ul{
margin:0;
margin-left: 10px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.modernbricksmenu2 a{
float: left;
display: block;
font: bold 11px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: black; /*Brown color theme*/ 
border-top: 1px solid white;
}

.modernbricksmenu2 a:hover{
background-color: #D25A0B; /*Brown color theme*/ 
color: white;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: #D25A0B; /*Brown color theme*/ 
color: white;
border-color: #D25A0B; /*Brown color theme*/ 
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
font-weight: bold;
color: #6D2348;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu_sm{
font-weight: bold;
color: #6D2348;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 8px;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
/* border-top: 1px solid #9eaa02; /*navy border*/
background: black url(/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #6D2348; /*text color*/
padding: 6px 10px;
text-decoration: none;
border-right: 1px solid #9eaa02; /*navy divider between menu items*/
}

.indentmenu ul li a:visited{
color: #6D2348;
}

.indentmenu ul li a.selected{
color: #6D2348 !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background: black url(/indentbg2.gif) center center repeat-x;
}

.tabcontentstyle{ /*style of tab content oontainer*/
/* border: 0px solid #9eaa02; */
width: 450px;
/* margin-bottom: 1em; */
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

/* ######### CSS for Accordion Menu. Remove if not using ######### */

.glossymenu{
margin: 5px 0;
padding: 0;
width: 250px; /*width of menu*/
border: 2px double #cccccc;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: black url(glossyback.gif) repeat-x bottom left;
font-weight: bold;
color: #6D2348;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #6D2348;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(/glossyback2.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: #f9fcb7;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px double #cccccc;
}

.glossymenu div.submenu ul li a{
display: block;
font-weight: bold;
color: #6D2348;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
colorz: white;
}


.mypets{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
padding: 2px 5px;
border: 2px double #cccccc;
background: #E1E1E1;
}

.openpet{ /*class added to contents of 1st demo when they are open*/
background: yellow;
}

.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font: bold 14px Verdana;
margin: 10px 0;
}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: green;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: red;
}

/*</style>*/
