body {
	margin: 0px;

	padding: 0px;
	background: #000000 url('../img/bg.png') no-repeat center top;
}

a, a:visited {
	font-family: calibri, calibri;
	color: #FFA500;
	font-size: 12pt;
}

#Logo {
	width: 256px;
	height: 120px;
	position: absolute;
	left: 50%;
	top: 20px;
	margin-left: -100px;
	margin-top: 50px;
}
#Logo2 {
	
	margin-left: 510px;
	
	margin-top: 170px;
}
#Logo3 {
	
	margin-left: 517px;
	margin-top: 1px;
	
}

div.fail {
	background-color: #ff0000;
	margin-left: 25px;
	margin-right: 25px;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	color: #000000;
	
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 25px;
}

div.success {
	background-color: #5EFF00;
	margin-left: 25px;
	margin-right: 25px;
	border-color: #00FF2F;
	border-style: solid;
	border-width: 1px;
	color: #000000;

	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 25px;
}

a.download {
	
	width: 240px;
	height: 38px;
	display: block;
	background: url('../img/download.png');
	
}

a.download:hover {
	background: url('../img/download_hover.png');
}

#Credits {
	width: 500px;
	color: #FFFF00;
	position: absolute;
	left: 50%;
	top: 1050px;
	margin-left: -250px;
	text-align: center;
	padding-bottom: 50px;
}

#Credits a {
	color: #98152e;
}

/* SHOP */
.shop_itmdetail {
	width: 100%;

}

.shop_itmdetail .head {
	height: 25px;
	background: url('../img/shop_headline.png');
	color: #fff;
	font-size: 13px;
	text-align: center;
	border: 1px solid #C27B63;
	line-height: 23px;


}

.shop_itmdetail .details {
	padding: 15px;
	background: ;
	border: 1px solid #C27B63;
	border-top: none;
	color: #fff;
	font-size: 12px;
	color: #fff;
	text-shadow: none;
}

.shop_itmdetail .details #icon {
	width: 64px;
	height: 64px;
	float: center;
	margin-right: 0px;
	margin-bottom: 10px;

	color: #fff;
}

.shop_itmdetail .details #quickinfo {
	margin-top: 10px;
	margin-bottom: 20px;
	color: #fff;

}

.shop_list {
margin-left: 0px;
	width: 110%;
	text-shadow: none;
	color: #fff;


	
}

.shop_list .item {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 0px;
	background: ;
	padding: 10px;
	float: left;
	width: 190px;
	text-shadow: none;
border: 1px solid #C27B63;


}

.shop_list .item:hover {
	padding: 10px;
	color: #444;


}

.shop_list .item #icon {
	float: left;
	padding-right: 0px;
	width: 44px;
	height: 44px;
	color: #444;
	text-shadow: none;
margin-top: 10px;
border: 1px solid #fff;


}

.shop_list .item h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #fff;
	background: none;
	width: 140px;
	text-shadow: none;
margin-right: -10px;
}

.shop_list span#page {
	float: left;
	margin-right: 3px;

	color: #fff;
}

.shop_list span#page a{
	display: block;
	padding: 4px;
	color: #000;
	text-shadow: none;
}

.shop_list span#page a:hover{
	background: url('../img/shop_cat.png');
}


#chat  {
	margin-right: 663px;
}






