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

.shadetabs{
padding: 5px 0px 0px 0px;
margin: 0px;
/*font: bold 12px Verdana;*/
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/

}

.shadetabs li{
display: inline;
margin: 0px;
padding: 0px;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 0px;
margin: 0px;
/*border: 0px solid #778;
color: #2d2b2b;
background: white url(shade.gif) top left repeat-x;*/
}

.shadetabs li a:visited{
color: #2d2b2b;
padding: 0px;
margin: 0px;
}

.shadetabs li a:hover{
/*text-decoration: underline;
color: #2d2b2b;*/
padding: 0px;
margin: 0px;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
}

.shadetabs li a.selected{ /*selected main tab style */
/*background-image: url(shadeactive.gif);
border-bottom-color: white;*/
}

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




/***** TAB LAYOUT **********/
div#countrydivcontainer {
font-family: Helvetica,Arial, Helvetica; 
border:0px; 
padding: 0px;
margin: 0px;
width:198px; 
background: #007E3A;

}

td.countrydivcontainer {
color:#FFFFFF;
font-size:12px;
}

h6.countrydivcontainer_span  {
padding-bottom: 5px;
font-size:12px;
font-weight:normal;
}



li.tab1 {
list-style-image:none;
padding: 0px;
margin:0px;
}

li.tab2 {
list-style-image:none;
padding: 0px;
margin:0px;
}

div.product_searchbg_tab {
	background-image: url(../images/prod_searchbg.gif);
	background-repeat:repeat-y;
    padding:0px;
}

td.product_searchbot_td {
	background:url(../images/prod_searchbottom.gif) bottom;
	background-repeat:no-repeat;
	height: 6px;
}