/*Product Tabbing Styles*/
.shadetabs{
padding: 3px 0;
/*margin: 4em 0 0 30em; when specs is ready..replace this line*/
margin: 4em 0 0 25em;
font: 12px  Tahoma, verdana, Arial,Helvetica,sans-serif;
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;
padding-left: 2em;
}

.shadetabs li a{
font-weight: normal;
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
background-repeat:no-repeat;
}


.shadetabs li a:visited{
font-weight: normal;
}

.shadetabs li a:hover{
font-weight: normal;
text-decoration: underline;
color: #ff6600;

}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(http://global.dlink.com.sg/site_img/tab_active.gif);
background-repeat:no-repeat;
border-right: 1px solid #34acc8;
font-weight: bold;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
font-weight: bold;
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border-top: 1px dashed #CCCCCC;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}