/* CSS Document */
#online {
	color: Green;
}

#offline {
	color: Red;
}
/* STAFF MEMBER */
#admin {
	color: #ff0000;
	font-weight: bold;
}

#gamemaster {
	color: #2d9e2b;
	font-weight: bold;
}

#developer {
	color: #3137a5;
	font-weight: bold;
}

#designer {
	color: #ff7e00;
	font-weight: bold;
}

#moderator {
	color: #683688;
	font-weight: bold;
}

#small {
	font-size: 10px;
}
/* DOWNLOADS */
a.download {
	width: 24px;
	height: 24px;
	display: block;
	background: url('../img/download.png');
}

a.download:hover {
	background: url('../img/download.png') -24px 0px;
}
/* SHOP */
.shop_itmdetail {
	width: 100%;
}

.shop_itmdetail .head {
	height: 25px;
	color: #fff;
	font-size: 13px;
	text-align: center;
	border: 1px solid #fff;
	line-height: 23px;
	/*Shop Head Verlauf*/
	background: #a2cf00;
	background: -moz-linear-gradient(top,  #a2cf00 0%, #a2cf00 50%, #8fc400 50%, #8fc400 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a2cf00), color-stop(50%,#a2cf00), color-stop(50%,#8fc400), color-stop(100%,#8fc400));
	background: -webkit-linear-gradient(top,  #a2cf00 0%,#a2cf00 50%,#8fc400 50%,#8fc400 100%);
	background: -o-linear-gradient(top,  #a2cf00 0%,#a2cf00 50%,#8fc400 50%,#8fc400 100%);
	background: -ms-linear-gradient(top,  #a2cf00 0%,#a2cf00 50%,#8fc400 50%,#8fc400 100%);
	background: linear-gradient(top,  #a2cf00 0%,#a2cf00 50%,#8fc400 50%,#8fc400 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2cf00', endColorstr='#8fc400',GradientType=0 );
	/*Shop Head Kontur*/
	border: 1px solid #6a9100;
	/*Shop Head Innen Schatten*/
	-webkit-box-shadow: inset 0px 1px 0px 0px #d1e800;
	-moz-box-shadow: inset 0px 1px 0px 0px #d1e800;
	box-shadow: inset 0px 1px 0px 0px #d1e800; 
}

.shop_itmdetail .details {
	padding: 15px;
	background: #f8f8f8;
	border: 1px solid #fff;
	border-top: none;
	font-size: 12px;
	color: #1e2133;
}

.shop_itmdetail .details #icon {
	width: 64px;
	height: 64px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.shop_itmdetail .details #quickinfo {
	margin-top: 10px;
	margin-bottom: 20px;
}

.shop_list {
	width: 100%;
}

.shop_list .item {
	background: #f8f8f8;
	padding: 10px;
	color: #444;
	float: left;
	width: 290px;
}

.shop_list .item:hover {
	background: #fff;
	padding: 10px;
	color: #444;
}

.shop_list .item #icon {
	float: left;
	padding-right: 8px;
	width: 44px;
	height: 44px;
}

.shop_list .item h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #444;
	background: none;
	width: 320px;
}

.shop_list span#page {
	float: left;
	margin-right: 3px;
}

.shop_list span#page a{
	display: block;
	padding: 4px;
}

.shop_list span#page a:hover{
	background: url('../img/shop_cat.png');
}