body{
	background-color: #181818;
	margin: auto;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;	
	letter-spacing: 0.08em;
	color: #5a5a5a;
	line-height: 1.5em;	
}

#body{
	background-image: url(http://radarstats.com/images/top_deg.gif);
	background-repeat: repeat-x;
	}

ul, li{
	margin: 0;
	padding: 0;
}

img{
	border: none;
	margin: 0;
	padding: 0;
}
	
/* Header */
#header{
	width: 927px;
	height: 184px;
	margin: auto;
	position: relative;
	vertical-align: top;
	clear:both;
}

#hdr{
	background-image:url(http://radarstats.com/images/hdr.jpg);	
	width: 460px;
	height: 124px;
}

#hdrbott{
	background-image:url(http://radarstats.com/images/hdr_bott.jpg);
	width: 191px;
	height: 60px;
	float:left;
	clear:both;
}

#mnu{
	float: left;
	height: 20px;
}

#mnu .mnubtn{
	list-style-type: none;
	float: left;
	padding: 0 11px 0 12px;
	height: 37px;
	padding-top: 8px;	
}

#mnu a{
	color: #cdcdcd;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
}

#mnu a:hover{
	background-image: url(http://radarstats.com/images/mnu_bg.gif);
	background-repeat: repeat-x;
	color: #9b9b9b;
}
/* End Header */

/* Content */

#toppage a{
	text-decoration: none;
	color:#c70a0a;
}

#toppage a:hover, #toppage a:active{color:#800080;}

#img{
	float:right;
	margin-right: 20px;
}

#txt{
	width: 580px;
	float:left;
}
#content{
	background-image: url(http://radarstats.com/images/sh_bott.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #fff;
	margin: auto;
	width: 927px;
}

#shadow{
	background-image: url(http://radarstats.com/images/sh_top.gif);
	background-repeat: no-repeat;
	float: left;
	height: 27px;
	width: 927px;
}

#left{
	width: 426px;
	float: left;
	padding: 12px 50px 0;
	border-right: 1px solid #d1d1d1;
	clear:both;
}

#clear{
	height: 27px;
	width: 927px;
	clear: both;
}

#left ul, #right ul, #content ul{
	padding-left: 20px;
}

#left li, #right li, #content li{
	padding: 0 0 0 7px;
	line-height: 2.75em;
	font-weight: bold;
}

#pics{
	padding: 40px 0 20px;
}

#pics img{
	margin-right: 8px;
}

#right{
	padding: 12px 50px 0 0px;
	float: right;
	width: 315px;
}

#gah{
	padding: none;
}

#selcod li{
	line-height: 1.3em;
	margin-top: 40px;
}

textarea{
	margin: 0;
	padding: 0;
}

#codeinput{
	margin: 24px 0 0 10px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	width:305px;
	height: 80px;
	text-align: left;
	line-height: 1.5em;
	letter-spacing:0.03em;
	color: #5a5a5a;
	background-color: #f2f2f2;
	border: 1px solid #e5e5e5;
	padding: 5px;
}

#logos{
	float:right;
	margin-top: 5px;
}

/* End Content */

/* Chart page */

#chart1{
	clear: both;
	padding-left: 38px;
	padding-right: 10px;
	width: 832px;
}

#chartpage {
	padding: 0 12px;
}

#chartpage h1 img{
	height: 13px;
	padding-left: 38px;
}

h1{
	margin:0 0 20px 0;
	height:auto;
}

#firstchart{
	height: 200px;
	border: #e5e5e5 1px solid;
	padding: 5px;
	clear:both;
	margin-bottom: 20px;
}

#btns{
	float: right;
	margin-top: 40px; 
	width: 220px;
	height: 21px;
	text-align: center;
	font-weight:bold;
}

#btns a{
	color: #fff;
	text-decoration: none;
}

#nr1{
	padding-top:4px;
	background-image: url(http://radarstats.com/images/btn_24h.gif);
	background-repeat: no-repeat;
	margin-right: 3px;
	float: left;
	width: 36px;
	height: 17px;
}

#nr2{
	padding-top:4px;
	width: 63px;
	height: 17px;
	background-image:url(http://radarstats.com/images/btn_month.gif);
	background-repeat: no-repeat;
	margin-right: 3px;
	float: left;
}

#nr3{
	padding-top:4px;
	width: 50px;
	height: 17px;
	background-image:url(http://radarstats.com/images/btn_1year.gif);
	background-repeat: no-repeat;
	margin-right: 3px;
	float: left;
}

#nr4{
	padding-top:4px;
	width: 59px;
	height: 17px;
	background-image:url(http://radarstats.com/images/btn_5years.gif);
	background-repeat: no-repeat;
	margin-right: 3px;
	float: left;
}

#outmap{
/*		height: 293px;
	*/
	width:800px;
	padding:15px;
	border: #dfdfdf 1px solid;	
	margin: 20px 0 20px 38px; 
}

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain(radarstats.com),

url-prefix(http://radarstats.com){

#map>div:first-child+div>*
{display:none !important;}

}

h2{
	font-size: 11px;
	color: #181818;
	font-weight: bold;
	border-bottom: #d1d1d1 1px solid;
	padding-bottom: 1px;
	margin: 0 40px 0 31px;
}

#buttons{
	width:168px;	
	height:21px;
	float:right;
	position: relative;
	right: 40px;
	text-align:right;	
}

#grup{
	padding-top:4px;
	height:21px;
	width: 86px;
	background-image: url(http://radarstats.com/images/btn_group.gif);
	background-repeat: no-repeat;
	float: left;	
}

#rec a{
	color: #fff;
	text-decoration: none;
	padding-right: 10px;
}

#grup a{
	color: #fff;
	text-decoration: none;
	padding-right: 15px;
}

#rec{
	padding-top:4px;
	width: 79px;
	height:21px;
	background-image: url(http://radarstats.com/images/btn_recent.gif);
	background-repeat: no-repeat;
	margin-left: 3px;
	float: left;	
}

#pie{
	margin: 26px 0px 20px 23px;
	padding-right: 38px;
	width: 279px;
	height: 278px;
	border-right: 1px solid #d1d1d1;
	float: left;
	clear:both;	
}

#usepage{
	float:left;
	margin: 14px 25px 20px 30px;
	width: 468px;
	height: 248px;
	overflow-x:auto;
	overflow-y:auto;
}

.onepage{
	margin-bottom: 15px;
	clear: both;
	height:45px;
	line-height: normal;
}

.onepage td table tr{
	height: 16px;
	padding-left: 5px;
}

h6{
	font-size: 28px;
	color: #ffa365;
	width: 60px;
	text-align: right;
	padding-right: 5px;
	margin:0;
}

.link{
	margin: 2px 0 0 5px;
	white-space: nowrap;
	width:100%;
}

.link a{
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#137914;
}

.link a:hover, .link a:visited{
	color:#137914;
}

.bold{
	font-weight: bold;
}

a{
	margin: 0;
	padding: 0;
}

a:hover, a:visited{	
}

.percentbar{
	margin-left: 5px;
}

.bar {
	height:10px;
	background-color:#bbdebc;
	float: left;
	margin-right: 5px;
	margin-top: 2px;
	font-size: 0px;
	line-height: normal;
}

p {
	margin:0;
	padding: 20px 15px 5px 40px;
	clear:both;
}

p a, ul a{
	color:#c70a0a;
	text-decoration: none;
}

iframe{
	border: none;
	padding:0;
	margin: 0;
}

/* End Chart page */


/* Footer */
#puls{
	background-image: url(http://radarstats.com/images/puls.gif);
	height: 63px;
	margin-top: 19px;
}

#footer{
	padding-top: 14px;
	width: 928px;
	clear: both;
	margin: auto;
}

#core{
	width: 88px;
	height: 31px;
	float: right;
}

#mnu_bott{
	width: 800px;
	color: #605f5f;
	font-size: 10px;
}

#mnu_bott a{
	color: #605f5f;
	text-decoration: none;
}

#mnu_bott a:hover{
	color: #383838;
}

#copy{
	color: #363535;
	float: left;
	padding-bottom: 10px;
	padding-top: 3px;
	font-size: 10px;
}

#widget_radar {
	width: 88px;
	height: 31px;
	float: right;
	margin: 0px 5px 0px 5px;
}

/* End Footer */