* {
	margin: 0;
	padding: 0;
	font: 11px Verdana, Arial;
	line-height: 1.35;
}

body {
	text-align: center;
	background: #ced7ff url(http://www.addicted.aero/img/v3/page_bg.png) top repeat-x;
}

a, 
.jsLink {
	color: #4973ba;
	font-weight: bold;
}
a:hover, 
.jsLink:hover {
	color: red;
}

.jsLink {
	cursor: pointer;
}

li.selected a {
	text-decoration: none;
}

.cols {
	float: left;
}
.clr {
	clear: left;
}

.noSize {
	line-height: 0;
	height: 0;
}

.hiddenElement {
	display: none;
	visibility: hidden;
}

ul {
	list-style-type: none;
}


/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

/* End hide from IE-mac */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


h1, h2, h3 {
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ddd;
}
h2 {
	font-size: 18px;
	margin: 10px 0 5px 0;
}
h3 {
	font-size: 15px;
	color: #aaa;
}



#wrapper {
	margin: 15px auto;
	width: 980px;
	cursor: default;
}

#contentLeft {
	position: relative;
	top: -6px;
	float: left;
	width: 785px;
	height: 500px;
	margin: 0 10px;
	text-align: left;
}
#contentTop {
	width: 785px;
	height: 15px;
	background: url(http://www.addicted.aero/img/v3/content_top.png) top no-repeat;
	margin: 0 10px;
}
#center {
	border: 1px solid #bdbcbd;
	border-top: none;
	border-bottom: none;
	background-color: white;
	margin: 0 10px;
	width: 763px;
	padding: 10px;
}
#contentBottom {
	width: 805px;
	height: 44px;
	background: url(http://www.addicted.aero/img/v3/content_bottom.png) top no-repeat;
	margin: 0;
}
#contentRight {
	float: left;
	margin-left: 10px;
	position: relative;
	top: 81px;
	width: 160px;
	height: 600px;
}

ul#footer {
	width: 460px;
	margin: 0 auto;
}

#topNavi li, 
ul#footer li {
	float: left;
	margin: 0 15px;
}

#loaderOverlay {
	text-align: center;
	width: 100px;
	display: none;
	position: absolute;
	top: 400px;
	left: 45%;
	z-index: 9999;
}



/** NAVIGATION */
#Navigation li {
	float: left;
	padding-top: 7px;
	margin: 0 auto;
	text-align: center;
}
#Navigation li.first {
	background: url(http://www.addicted.aero/img/v3/nav_start.png) left no-repeat;
	width: 145px;
	height: 27px;
}
#Navigation li.middle {
	background: url(http://www.addicted.aero/img/v3/nav_middle.png) left no-repeat;
	width: 145px;
	height: 27px;
}
#Navigation li.last {
	background: url(http://www.addicted.aero/img/v3/nav_end.png) left no-repeat;
	width: 150px;
	height: 27px;
}


/****/
#topLoginBox,
#topLoginFrm {
	width: 230px;
	text-align: right;
	position: relative;
	top: 27px;
	left: 490px;
}

#topLoginBox {
	text-align: left;
	left: 540px;
}
#topLoginBox form {
	display: inline;
}

#topLoginFrm legend {
	display: none;
}

.paging ul li {
	float: left;
	margin: 0 4px;
}
.paging div {
	float: left;
	margin: 10px 0;
}
.paging ul {
	margin: 10px 0;
}
