/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
background: white url(../tabbed_content/indentbg4.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
/*position: relative;
z-index: 1;*/
float: left;
color: black; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-left: 1px solid #999999;
border-right: 1px solid #999999;
border-top: 1px solid #999999;
border-bottom: 1px solid #999999;
}

.indentmenu ul li a:hover{
text-decoration: underline;
}

.indentmenu ul li a:visited{
color: black;
}

.indentmenu ul li a.selected{
top: 1px;
color: black !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
border-bottom: 1px solid White;
background: white url(../tabbed_content/indentbg3.gif) center center repeat-x;
}

.indentmenu2{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu2 ul{
margin: 0;
padding: 0;
float: left;
background: white url(../tabbed_content/indentbg4.gif) center center repeat-x;
}

.indentmenu2 ul li{
display: inline;
}

.indentmenu2 ul li a{
float: left;
color: black; /*text color*/
padding: 5px 11px;
text-decoration: none;
}

.indentmenu2 ul li a:hover{
text-decoration: underline;
}
.indentmenu2 ul li a:visited{
color: black;
}

.indentmenu2 ul li a.selected{
color: black !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background: white url(../tabbed_content/indentbg3.gif) center center repeat-x;
}



.tabcontentstyle{ /*style of tab content container*/
width: 350px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

.product {
width:230px;  
float:right; 
margin-right:5px;
height:150px; 
}

.title {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight: bold;
margin:0px;
}

.author {
font-family:"Times New Roman", Times, serif;
font-size:14px;
font-style: italic;
margin-top:0px;
margin-bottom:5px;
}

.desc {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;

}
.infocontainer {
height:160px;
}
