.indentmenu{
font: bold 13px Arial;
}
.indentmenu ul{
margin: 0;
padding: 0;
float: right;
}
.indentmenu ul li{
display: inline;
}
.indentmenu ul li.left_end{
width: 10px;
height: 25px;
float: left;
background-image: url(/skin/frontend/default/townshend/dynamic_tabs/BKGD_autotabs_left.gif);
background-repeat: no-repeat;
background-position: right;
}
.indentmenu ul li.right_end{
width: 8px;
height: 25px;
float: left;
background-image: url(/skin/frontend/default/townshend/dynamic_tabs/BKGD_autotabs_right.gif);
background-repeat: no-repeat;
background-position: left;
}
.indentmenu ul li a{
background-image: url(/skin/frontend/default/townshend/dynamic_tabs/BKGD_autotabs_mid.gif);
background-position: bottom;
float: left;
color: #fff; /*text color*/
padding: 5px 7px;
text-decoration: none;
}
.indentmenu ul li a:visited{
color: white;
}
.indentmenu ul li a.selected{
color: #7d8811 !important;
}
.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}
.tabcontent{
display:none;
}
@media print {
.tabcontent {
display:block !important;
}
}
#autotabs_box {
width:564px; 
height: 205px; 
padding: 0px; 
overflow: hidden;
}
#autotabs_box a {
color: #fff;
}
#autotabs_wrapper {
position: relative;
margin-bottom: 20px;
}
#autotabs_box h2, #autotabs_box h3 {
font-size: 1px;
text-indent: -9999px;
}
#pettabs {
position: absolute;
bottom: 4px;
right: 4px;
}
