/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
float:left;
padding:0px; 
margin:3px 0px;
}

.shadetabs li{
float:left; 
display: inline;
margin:0px 2px 0px 0px;
}

.shadetabs li a{
float:left; 
padding:0px; 
margin:0px;
overflow:hidden;
}

.shadetabs li a:visited{

}

.shadetabs li a:hover{
text-decoration: underline;
color:#ffffff;
background:#5E060B;
}

.shadetabs li table td a.selected{ /*selected main tab style */
float:left;
padding:0px; 
margin:0px;
color:#ffffff;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### tab etiket ######### */

.tabetiket{
height:32px;
padding:0px; 
margin:10px;
}

.tabetiket li{
display: inline;
margin: 0;
}

.tabetiket li a{
padding:5px 5px 5px 5px; 
margin:0px;
background:#51ABE1;
color:#FFFFFF;
text-align:left;
font-family:verdana;
font-weight:bold;
text-decoration:underline;
font-size:17px;
height:15px;
border:solid #2080B9 1px;
}

.tabetiket li a:visited{

}

.tabetiket li a:hover{
text-decoration: underline;
color:#ffffff;
background:#51ABE1;
border:solid #2080B9 1px;
}

.tabetiket li a.selected{ /*selected main tab style */
padding:5px 5px 5px 5px; 
margin:0px;
color:#2080B9;
background:#51ABE1;
text-decoration: none;
height:15px;
border:solid #2080B9 1px;
}

.tabetiket li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabetiketcon {padding:3px 0px 0px 10px;}
