
.shadetabs {
list-style-type: none;
float: left;
margin: 0; padding: 0;
}
.shadetabs li {
display: inline;
}
.shadetabs li a {
text-decoration: none;
color: #fff;
float: left;
display: inline;
height: 22px;
font-weight: bold;
padding: 3px 0 0 0px; margin: 0 10px;
}
.shadetabs li a.selected { 
background: url(http://www.pointshop.de/images/rightTabBegin.gif) top left no-repeat;
display: block;
color: #999;
padding-left: 8px;
margin: 0 3px 0 0;
}
.shadetabs li a.selected span {
background: url(http://www.pointshop.de/images/rightTabEnd.gif) top right no-repeat;
margin: -3px 0 0 0; padding: 3px 10px 0 0;
float: left;
height: 22px;
}
.tabcontent2 {
display:none;
height: 100%;
}

/* Alert */

.shadetabsRed {
list-style-type: none;
float: left;
margin: 0; padding: 0;
}
.shadetabsRed li {
display: inline;
}
.shadetabsRed li a {
text-decoration: none;
color: #fff;
float: left;
display: inline;
height: 22px;
font-weight: bold;
padding: 3px 0 0 0px; margin: 0 10px;
}
.shadetabsRed li a.selected { 
background: url(http://www.pointshop.de/images/rightTabBegin_red.gif) top left no-repeat;
display: block;
color: #b81f1f;
padding-left: 8px;
margin: 0 3px 0 0;
}
.shadetabsRed li a.selected span {
background: url(http://www.pointshop.de/images/rightTabEnd_red.gif) top right no-repeat;
margin: -3px 0 0 0; padding: 3px 10px 0 0;
float: left;
height: 22px;
}
