
.g_categories {
	margin-top: 20px;
}
.g_categories li{
	margin-left: 10px;
	background-color: #2f2f2f;
	padding: 2px 4px;	
} 

.g_categories li a{
	color:#ffffff;
}

.g_categories li.selected a{
	color:#f6e31d;
}


div.graphics-popup{	
	background-color: #f3f3f3;	
	padding:20px 0 0 0;
}

div.graphic-popup-left-content{
	width: 480px;
	margin: 0 10px 0 0;

}
div.graphic-popup-right-content{
	width: 200px;	
	margin-right:10px

}

div.graphic-popup-right-content div.club-logo img{
	width: 190px;	
}

div.off-use{
	background-color: #fefefe;
	color:#47ae53;
	text-transform: uppercase;	
	font-size: 32px;
	font-weight: bold;
	text-align: left;
	font-family: 'Ubuntu';
	padding: 10px 10px 10px 20px;
	-webkit-border-radius: 0px 30px 0px 0px;
	-moz-border-radius: 0px 30px 0px 0px;
	border-radius: 0px 30px 0px 0px;
}
div.conn-text-label{
	color:#000;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 28px;
	text-align: left;
	padding: 10px 20px;
	margin-top: 10px;
	font-family: 'Ubuntu';

}

div.conn-text{
	text-align: left;
	font-size: 16px;
	padding: 0 20px 20px 20px;
	font-weight: bold;
}

div.club-logo{
	/*border: 1px dashed #d0d1d1;*/
	padding: 10px;
}

div.donate-logo{
	margin:0 0 20px 0px;
	background-color: #47ae53;
	width: 100%;
	color:#FFFFFF;	
	text-transform: uppercase;
	line-height: 62px;
	font-weight: bold;
	font-size: 54px;
	font-family: 'Ubuntu';


}

div.donate-intro{
	margin-top: 20px;
	padding: 20px 0;	
	background-color: #ebecec;
	width: 200px;
	color:#000;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	font-family: 'Ubuntu';
	-webkit-border-radius: 30px 0px 0px 0px;
	-moz-border-radius: 30px 0px 0px 0px;
	border-radius: 30px 0px 0px 0px;
}

span.donation-price{
	background-color: #ffffff;
	color:#47ae53;
	line-height: 60px;
	width: 60px !important;
	display: inline-block;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	margin-left: 10px;
}

div.terms-cond{
	background-color: #00a0e3;
	color:#ffffff;
	min-height:110px;
	margin-top: 10px;
	text-align: left;
	padding: 10px 10px 20px 20px;	
}

div.terms-cond p{
	padding: 0;
	font-size: 14px;

}
div.terms-cond h2{
	margin-bottom: 0 !important;
}

.cycle-prev, .cycle-next { position: absolute; top: 0; width: 5%; opacity: 70; filter: alpha(opacity=0); z-index: 800; height: 100%; cursor: pointer; }
.cycle-prev { left: 0;  background: url(http://malsup.github.com/images/left.png) 50% 50% no-repeat;}
.cycle-next { right: 0; background: url(http://malsup.github.com/images/right.png) 50% 50% no-repeat;}
/*.cycle-prev:hover, .cycle-next:hover { opacity: .7; filter: alpha(opacity=70) }*/
