/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 0px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 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;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
height: 0px;
line-height: 29px;
padding: 10px 10px 0px 10px;
margin-right: 3px;
border-left: 1px solid  #C5C5C3;
border-right: 1px solid  #C5C5C3;
border-top: 1px solid  #C5C5C3;
color: #2d2b2b;
background: white  url(../images/button_bg2.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: none;
color:#FF3300;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(../images/button_bg.gif);
border-bottom-color: white;
color:#FF3300;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

#countrydivcontainer{
	background-color:#FBFBFC;
	border-left:1px solid #C5C5C3; 
	border-right:1px solid #C5C5C3; 
	border-bottom:1px solid #C5C5C3; 
	border-top:1px solid #C5C5C3; 
	width:600px;
	height: 100%;
	margin-bottom: 1em; 
	padding: 10px
}
#countrydivcontainer2{
 
	border-left:1px solid #C5C5C3; 
	border-right:1px solid #C5C5C3; 
	border-bottom:1px solid #C5C5C3; 
 	border-top:1px solid #C5C5C3; 
	width:100%; 
	margin-bottom: 1em; 
	padding: 10px
}
.yorum{
	width: 590px;
}