.shadetabs{
padding: 3px 0;
margin-left: 0;
top: -23px;
position: relative;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}
#user14 div.module{
margin-top: 15px;
}
#user14 div.module div div div div{
padding-top: 0px;
}
.shadetabs span{
display: inline;
margin: 0;
}

.shadetabs span a, 
.shadetabs span a:link, .shadetabs span a:visited{
text-decoration: none;
padding: 3px 7px;
margin-right: 0px;
border: 1px solid #ccc;
color: #ffffff;
background: white url(/joomla/templates/wr_artis_flues/images/wr_tab_right_green.png) bottom left repeat-x;
}

.shadetabs span a:hover{
background: white url(/joomla/templates/wr_artis_flues/images/wr_tab_active_right_green.png) bottom left repeat-x;
text-decoration: none;
color: #2d2b2b;
}

.shadetabs span.selected{
position: relative;
top: 1px;
}

.shadetabs span.selected a:link, .shadetabs span.selected a:visited{ /*selected main tab style */
background: white url(/joomla/templates/wr_artis_flues/images/wr_tab_active_right_green.png) bottom left repeat-x;
border-bottom-color: white;
color: #000000;
}

.shadetabs span.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle { /*style of tab content oontainer*/
width: auto;
display: block;
}

.tabcontent {
margin: -15px -23px -8px -23px;
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}
