/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
margin-right:0px;
font: 11px 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;
padding:5px 5px 5px 0;
}

.shadetabs li.information {
background:url(../images/calls/information.png) no-repeat;
}
.shadetabs li.consultation {
background:url(../images/calls/consultation.png) no-repeat;
}
.shadetabs li.advice {
background:url(../images/calls/advice.png) no-repeat;
}
.shadetabs li.callback {
background:url(../images/calls/callback.png) no-repeat;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 0 0 0 30px;
line-height:30px;
margin-right: 0px;
color: #2d2b2b;
}

.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: 0px;
color:#E51400;
}

.shadetabs li a.selected{ /*selected main tab style */
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

.tab_border {
border:1px solid #ededed; width:440px; margin-bottom: 1em; padding:10px;
}

@media print {
.tabcontent {
display:block !important;
}
}
.shadetabs li.last {
padding-right:0px;
}
.shadetabs li.first, .shadetabs li.first a {
padding-left:0px;
}

.shadetabs li.first{
display: visable
}