

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


.indentmenu{
margin:0px auto;
font-size:12px;
width: 650px; /*leave this value as is in most cases*/
color:#666;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width:650px;
border-left:1px solid #e7e7e7;
border-right:1px solid #e7e7e7;
background-image:url(px-images/bg_str_tab.jpg);
background-repeat:repeat-x;
height:38px;
}

.indentmenu ul li{

display: inline;
line-height:38px;

}

.indentmenu ul li a{
float: left;
color:#666; /*text color*/
padding: 0px 11px;
text-decoration: none;

}

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

.indentmenu ul li a.selected{color: #df4031;}


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

.tabcontent{
display:none;
}

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