.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 10px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(wsimages/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(wsimages/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

.tabfeatures {
float: left;
width: 33%;
font-size: 11px;
font-weight: bold;
margin-top: 10px;
height: 100px;
}

* html .tabfeatures {   /*** IE6/win box model fix ***/
height: 80px;
hei\ght: 100px;
}

.tabbullets {
padding-top: 0px;
margin-top: 0px;
list-style-type: none;
padding-left: 0px;
margin-left: 10px;
}

.tabbullets li {
background-image: url(wsimages/blue-arrow.gif);
background-repeat: no-repeat;
background-position: 0 4px;
padding-left: 11px;
}

.tabprice {
font-weight:bold;
font-family: helvetica;
float: left;
width: 34%;
margin-top: 0px;
text-align: right;
color:#daa520;
}

.tabcompare {
float: left;
width: 38%;
padding-top: 5px;
}

.tabcompare img {
vertical-align: middle;
}

.tabcompare a:hover {
color: blue;
}

.tabcompare_ie5 {
float: left;
width: 38%;
padding-top: 5px;
display: none;
}

.tabcompare_ie5 img {
vertical-align: middle;
}

.tabcompare_ie5 a:hover {
color: blue;
}

.tabbuttonrow {
float: left;
width: 62%;
}

.tabbuttons {
border-left: 2px solid black;
border-top: 2px solid black;
border-bottom: 2px solid black;
border-right: 2px solid black;
}

.tabbuttons:hover {
border-left: 3px solid #888888;
border-top: 3px solid #888888;
border-bottom: 1px solid black;
border-right: 1px solid black;
}

.tabplan {
font-size: 14px;
color: #800000;
font-weight: bold;
height: 40px;
padding: 3px;
margin: 0px;
}

@media print {
.tabcontent {
display:block !important;
}
}
