@charset "utf-8";
/* CSS Document */

.searchResultTab{
padding: 19px 0;
margin-left: 0;
margin-top: 3px;
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*/

width: 100%;
border-bottom: 5px solid #FEA257; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.searchResultTab li{
display: inline;
margin: 2px;
}

.searchResultTab a {
z-index: 1;
font: bold 11px Arial;
color: white;
text-decoration: none;
padding: 4px 7px;
margin-right: 5px;
background: #0398DF; /*Brown color theme*/ 
border-bottom: 1px solid white;
}
.searchResultTab a:hover {
background: #FEA257; /*Brown color theme*/ 
}

.a:hover{
background-color: #FEA257; /*Brown color theme*/ 
color: white;
}

.selected, .selected a { /*currently selected tab*/
background-color: #FEA257; /*Brown color theme*/ 
color: white;
border-color: #FEA257; /*Brown color theme*/ 
}

.divselect { /*currently selected tab*/
padding:0;
background-color: #FEA257; /*Brown color theme*/ 
color: white;
border-color: #FEA257; /*Brown color theme*/ 
width:60px;
height:20px;
}
