* {
	margin:0;
	padding:0;
	}

html, body {
	height:100%;
	}

body {
	background-color:#3a3a3a;
	
	}
	
.button {
 	background-repeat: no-repeat;
	background-position: 2px 2px;
	float: left;
}

.button a {
	display: block;
	height: 20px;
	text-indent: -100em;
	overflow: hidden;
}
	
.mute {
	background-image: url(images/ses_acik.png);
	width: 28px;
    height: 27px;
}

.fullscreen {
	background-image: url(images/tam_ekran.png);
	width: 36px;
    height: 36px;
}

p {
	color:#ffffff;
	font-family:"Courier New",Courier,mono,"Comic Sans MS";
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}

a {
	color:#ffffff;
	text-decoration: none;
	font-family:"Courier New",Courier,mono,"Comic Sans MS";
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:0.6em;
	
}

.hide {display:none !important;}


/*contry select*/
#country a:link,#country a:visited{	color:#666;}
#country a:hover{color:#FF6C00;}
#countryselect{	width:192px;position:absolute;z-index:150;left: 760px;top: 23px;text-align:left;opacity:0.95;filter:Alpha(Opacity=95);}
#countryselect ul{list-style-image: none;list-style-type: none;	list-style-position:outside;margin:0;width:185px;height:300px;overflow:auto;}
#countryselect ul li{display:inline;}
#countryselect li a:link,#countryselect li a:visited{padding:3px 5px 3px 10px;font-size:11px;color:#666;text-align:left;display:block;margin:0;}
#countryselect li a:hover{color:#FFFFFF;background-color:#FF6C00;}
#country_area{float:left;width:auto;width:190px;padding:0;margin-right:15px;border-left:1px solid #EBEBEB;border-right:1px solid #EBEBEB;background-color:#FFF;}


