/* DOMtabs script - http://www.onlinetools.org/tools/domtabdata/ */

div.domtab{
width:265px;
}
div.domtab div {border-right:1px solid #998C84;
border-left:1px solid #998C84;
height:70px;
background:#FFFFFF;
padding:10px 0 0 0;
}
div.domtab div{
clear:both;
padding:10px;
}
ul.domtabs{
height:26px;
background: url(../images/common/bg-tab-bdr.gif) no-repeat bottom;
}
ul.domtabs li{
display:block;
float:left;
height:26px;
line-height:26px;
padding:0 5px 0 0;
}
ul.domtabs li a	{
background:url(../images/common/bg-left-tab.gif) no-repeat;
color:#7B2933;
outline:none;
}
ul.domtabs li a span{
background:url(../images/common/bg-right-tab.gif) no-repeat right top;
display:block;
padding:0 8px 0 4px;
color:#7B2933;
outline:none;
}
ul.domtabs li a:hover, ul.domtabs li.active a{
background:url(../images/common/bg-left-tab-hov.gif) no-repeat;
background-position:0px -26px;
}
ul.domtabs li a:hover span, ul.domtabs li.active a span{
background:url(../images/common/bg-right-tab-hov.gif) no-repeat right top;
background-position:right -26px;
}
ul.domtabs li.active a{
font-weight:700;
}
.domtab table{
margin:0;
padding:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}
.domtab table td{
padding:0 0 8px 0;
} 