.pack {
	position: relative;
	width: 230px;
	height: 337px;
	cursor: pointer;
	background-repeat: no-repeat;
	overflow: hidden;
	background-position: top left;
}
.pack.disabled {
	background-position: bottom left;
}

.pack .details {
	position: absolute;
/*	background-color: #fff;
	border: 2px solid black;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
*/
	color: #fff;
	font-size: 10px;
	line-height: 10px;
	top: 257px;
	left: 65px;
	width: 154px;
	padding-bottom: 5px;
}

.pack .details .title {
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
}

#pack_9 .details {
	color: #000;
}

#billingProviderTable {

}

#billingOffersContainer {
	display: none;
	position: relative;
	width: 100%;
	overflow: auto;
}

.billingProviderCell .container {
	margin: 4px;
	padding: 3px;
	background-color: #E5F3FF;
	border: 1px solid #ccc;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	min-height: 130px;
	background-image: url(/img/v2/ui/textarea_orange.png);
	background-repeat: horizontal;
}

.billingProviderCell .title {
	font-size: 14px;
}

.billingProviderCell .short_description {
/*	font-weight: bold;*/
}

.billingProviderCell .description {
	font-size: 10px;
	display: none;
}

.billingProviderCell .button {
	margin: 10px 0 10px 0;
	cursor: pointer;
	width: 139px;
	height: 46px;
}

.billingOptionTitle {
	font-size: 24px;
}

.shop_nbCredits {
	position: absolute;
	color: #fff;
	font-size:40px;
	right:15px;
	top:25px;
}

.shop_labelCredits {
	position: absolute;
	color: #fff;
	font-size:20px;
	right:15px;
	top:51px;
}

.shop_cost {
	position: absolute;
	color: #fff;
	right:15px;
	top:86px;
	font-size: 18px;
	font-weight: bold;
}

/*
#customPacksZone {
	background-color: #ccc;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 5px;
}

#clanPickerContainer {
	position: relative;
	padding: 0;
	margin: 0;
	height: 95px;
}
#clanSelection {
	height: 20px;
}
#clanPickerContainer .arrow {
	position: absolute;
	top: 31px;
	cursor: pointer;
	width: 36px;
	height: 28px;
}
#clanPickerContainer #leftArrow {
	left: 0px;
}

#clanPickerContainer #rightArrow {
	right: 97px;
}
#purchaseBtn {
	position: absolute;
	top: 30px;
	right: 50px;
}

#clanPicker {
	display: inline-block;
	position: absolute;
	left: 39px;
	width: 545px;
	height: 74px;
	overflow: hidden;
}
#zone {
	position: relative;
	top: 0;
	left: 0;
	height: 50px;
	width: 10000px;
}
.clanPick {
	position: relative;
	display: block;
	float: left;
	width: 64px;
	height: 74px;
	text-align: center;
	cursor: pointer;
	background-image: url(/img/v2/shop/box_off.png);
}
.clanPick .padding {
	padding: 4px;
}
.clanPick.selected {
	background-image: url(/img/v2/shop/box_on.png);
}
.clanPick:hover {
	background-color: #ffffcc;
}
.clanPick.selected:hover {
	background-color: none;
}






.shopBoosterImg {
	border:0 none;
	height:300px;
	width:200px;
}
#shopActionDiv {
	display:inline;
}
#shopCoolDiv {
	display:inline;
}
#shopDangerDiv {
	display:inline;
}
#shopNewBloodsDiv {
	display:inline;
}
#shopStarterDiv {
	display:inline;
}
#shopFullDeckDiv {
	display:inline;
}
.shopFlagImg {
	margin:0 0.5em;
	padding:0;
	vertical-align:middle;
}
.shopFlags {
	margin:1px;
}
.shopButtons
{
	position:absolute;
}
#shopsms {
	left:167px;
	top:140px;
}
#shopphone {
	left:274px;
	top:140px;
}
#shopinternetplus {
	left:374px;
	top:140px;
}
#shopcb {
	left:526px;
	top:140px;
}
#shoppaypal {
	left:167px;
	top:190px;
}
#shopticketsurf {
	left:265px;
	top:190px;
}
#shopmoneybookers {
	left:375px;
	top:190px;
}
#shopwalliecard {
	left:482px;
	top:190px;
}
#shopelectroniccheck {
	left:167px;
	top:240px;
}
#shopwebmoney {
	left:269px;
	top:240px;
}
#shoppaybycash {
	left:378px;
	top:240px;
}
#shopgamecard {
	left:462px;
	top:240px;
}
#countrySelectionDiv {
	background-color:#000000;
	display:none;
	left:166px;
	position:absolute;
	top:126px;
	width:424px;
	height: 161px;
}
#countrySelectionDiv div {
	line-height:10px;
	margin:0;
	padding:2px;
	text-align:center;
}
*/

#clans
{
	margin: 20px 0 0 37px;
}

#clans .clan
{
	border: 1px solid #000000;
	width: 83px;
	height: 53px;
	float: left;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#clans .selected
/*#clans .clan:hover, #clans .selected*/
{
	color: #000000;
	background-color: #ffffff;
	cursor: pointer;
	background-image: url(/img/v2/icons/12x11/check.gif);
	background-repeat: no-repeat;
	background-position: 69px 3px;
}

#clans .clan img
{
	margin: 2px 0 4px 0;
}

.content
{
	margin: 15px auto 0 auto;
}