
.shadetabs{
margin-left: 8px;
list-style-type: none;
background-image:url(../images/interface/content/tabs/tabs__topbg.gif);
background-repeat:repeat-x;
width:440px;
height:27px;
position:relative;
/*font-weight:bold;*/
border:0px solid red;
}

.shadetabs li, .shadetabs li.selected{
line-height:27px;
float:left;
}
.shadetabs li{
background-image:url(../images/interface/content/tabs/tabs__tabbg_unselected.jpg);
background-repeat:repeat-x;

height:27px;
}
.shadetabs li.selected{
background-image:url(../images/interface/content/tabs/tabs__tabbg_selected.jpg);
background-repeat:repeat-x;
}

.shadetabs li a{
text-decoration: none;
color:#005386;
float:left;

}


.contentstyle{
background-image:url(../images/interface/content/tabs/tabs__box_crop.jpg);
background-repeat:no-repeat;
background-position:top left;
width: 451px;
padding: 25px;
padding-bottom:0;
position:relative;
top:-11px;
padding-top:10px;
padding-right:30px;
border:0px solid green;

}



li .tab-left{
background-image:url(../images/interface/content/tabs/tabs__tableft_unselected.jpg);
width:12px;
height:27px;
z-index:1;
position:relative;
border:0px solid orange;
float:left;
}

li .tab-right{
background-image:url(../images/interface/content/tabs/tabs__tabright_unselected.jpg);
width:12px;
height:27px;
z-index:1;
position:relative;
border:0px solid orange;
float:left;
}

li.selected .tab-left{
background-image:url(../images/interface/content/tabs/tabs__tableft_selected.jpg);
width:12px;
height:27px;
z-index:1;
position:relative;
border:0px solid red;
float:left;
}

li.selected .tab-right{
background-image:url(../images/interface/content/tabs/tabs__tabright_selected.jpg);
width:12px;
height:27px;
z-index:1;
position:relative;
border:0px solid red;
float:left;
}


