body {
	font: 10px/12px arial;
	color:#222;
	background: #32222F url('/img/bg.gif') bottom left;
}

div.body-f {
	width:980px;
	margin:0px auto;
}

div.body-d {
	width:980px;
	margin:0px auto;
}

#select-form {
	float:left;
	width:980px;
	padding:0px;
	margin:35px 0px 0px 0px;
}

.left-filters {
	float:left;
	width:120px;
	height:175px;
	margin-right:35px;
}

ul label, .collectable-filter label {
	font:12px/14px arial;
	margin-top:-2px;
}

ul.levels, ul.rarity {
	display:block;
	float:left;
	width:110px;
	margin-bottom:15px;
	padding:10px 10px 10px 10px;
	border:2px solid #BDA594;
	background: url('/img/bl-bg.gif') bottom left;
}

ul.abilities {
	display:block;
	float:left;
	width:400px;
	height:230px;
	border:2px solid #BDA594;
	background: url('/img/bl-bg.gif') bottom left;
	padding:20px 25px 20px 25px;
	margin-right:25px;
}

ul.abilities li{
	float:left;
	width:130px;
	margin-top:5px;
}

ul.clans {
	display:block;
	float:left;
	width:100px;
	height:250px;
	border:2px solid #BDA594;
	background: url('/img/bl-bg.gif') bottom left;
	padding:10px 12px 10px;
}

ul.clans li{
	float:left;
	width:50px;
	margin:5px 0px 2px 0px;
}

ul.clans li label {
	margin-top:2px;
}

ul.clans li.header {
	width:100px;
	padding-left:25px;
}

ul.str-list {
	float:left;
	width:50px;
	border:2px solid #BDA594;
	background: url('/img/bl-bg.gif') bottom left;
	padding:10px 15px 10px;
	height:250px;
	margin-right:25px;
}

ul.str-list li.header {
	width:50px;
	margin-bottom:22px;
}

ul.str-list li.header h3 {
	float:left;
	width:117px;
	padding:0px 0px 10px 3px;
	font:bold 15px/17px verdana;
}

ul.dmg-list {
	float:left;
	width:50px;
	border:2px solid #BDA594;
	background: url('/img/bl-bg.gif') bottom left;
	padding:10px 15px 10px;
	margin-right:25px;
	height:250px;
}

ul.dmg-list li.header {
	width:50px;
}

ul.dmg-list li.header h3 {
	float:left;
	width:117px;
	padding:0px 0px 10px 3px;
	font:bold 15px/17px verdana;
}

ul.abilities li.header {
	width:450px;
}

ul.abilities li.header h3 {
	float:left;
	width:147px;
	padding:0px 0px 10px 3px;
	font:bold 15px/17px verdana;
}

ul.str-list li, ul.dmg-list li {
	float:left;
	width:40px;
	margin-top:5px;
}

.collectable-filter {
	float:left;
	border:2px solid #BDA594;
	width:100px;
	background: url('/img/bl-bg.gif') bottom left;
	padding:10px 15px 10px 15px;
}

.card-list {
	width:745px;
	height:200px;
	overflow:auto;
	float:left;
	clear:both;
	padding:3px;
	margin-top:25px;	
	border:2px solid #BDA594;
	background: url('/img/bl-bg.gif') bottom left;

}

#card-table {
	float:left;
	font:12px/14px arial;
	border-right:1px solid #BDA594;
	border-bottom:1px solid #BDA594;
}

#card-table tr {
	height:20px;
	overflow:hidden;
}



#card-table td, #card-table th {
	border-top:1px solid #BDA594;
	border-left:1px solid #BDA594;
	padding:2px;
}


#deck-info {
	float:left;
	width:170px;
	height:195px;
	position:relative;
	border:2px solid #BDA594;
	background: url('/img/bl-bg.gif') bottom left;

	padding:5px;
	margin-top:25px;
	margin-left:37px;
	font-family:verdana;
	font:13px/15px verdana;
}

#deck-info b#clear-deck {
	position:absolute;
	width:150px;
	bottom:10px;
	left:20px;
	text-decoration:underline;
	cursor:pointer;
}

#deck-info table{
	margin-top:0px;
	margin-left:15px;
}

#deck-info table td {
	padding-top:15px;
}

#deck-info table td span {
	font-weight:bold;
}

#deck-info table td.v {
	width:30px;
	padding-top:0px;
	text-align:right;
}

#deck-info h3 {
	font:bold 15px/17px verdana;
	float:left;
}

#deck-info h4 {
	float:left;
	font:12px/19px verdana;
}

#deck-info select option {
	font:8px;
}

#deck-info .limits {
	float:left;
}

/* My cards */

#deck {
   position:relative;
   width:976px;
   height:172px;
   border:2px solid #BDA594;
   float:left;
	margin-top:25px;
	background: url('/img/bl-bg.gif') bottom left;

}

#deck .invisible div {
	display:none;
}

.body-d .deck-link-c {
	float:left;
	width:976px;
	text-align:center;
}

.body-d .deck-link-c input {
	border:2px solid #BDA594;
	background: url('/img/bl-bg.gif') bottom left;

	color:#222;
	width:500px;
	margin:5px auto;
}

.mycard {
	width:120px;
	height:170px;
	padding-right:2px;
	overflow:hidden;
	float:left;
	cursor:pointer;
}

.mycard .head {
	width:120px;
	height:28px;
	position:relative;
}

.mycard .head img.clan{
	position:absolute;
	right:12px;
	top:8px;
	width:15px;
}

.mycard .head p {
	padding:8px 0px 0px 10px;
	color:white;
	font: bold 10px/12px tahoma;
}

.mycard .head p i {
	font: normal 9px/12px tahoma;
}

.mycard .body {
	width:120px;
	height:142px;
	position:relative;
}

.mycard .body img.avatar {
	position:absolute;
	left:8px;
	z-index:12;
}

.mycard .body i.delete {
	position:absolute;
	right:8px;
	top:1px;
	border:1px solid #BDA594;
	background-color:#777;
	color:white;
	font:10px/12px arial;
	z-index:13;
}

.mycard .body .str, .mycard .body .dmg {
	font:13px/16px tahoma;
	color:white;
	position:absolute;
}

.mycard .body .str {
	top:90px;
	left:11px;
}

.mycard .body .dmg {
	top:116px;
	left:11px;
}

.mycard .body p.abil {
	position:absolute;
	top:114px;
	left:40px;
	font: 9px/9px arial;
	height:10px;
	width:60px;
	white-space:nowrap;
	overflow:hidden;
	color:white;
	padding-left:10px;
	background: url('/img/card/small/abil.gif') 0px 1px no-repeat;
}

.mycard .body p.bonus {
	position:absolute;
	top:124px;
	left:40px;
	font: 9px/9px arial;
	height:10px;
	width:60px;
	white-space:nowrap;
	overflow:hidden;
	color:white;
	padding-left:10px;
	background: url('/img/card/small/bonus.gif') 0px 1px no-repeat;
}

b.add-to-deck {
	cursor:pointer;
	text-decoration:underline;
}

.mycard .rar4 {	background: url('/img/card/small/gold-header.gif') no-repeat;}
.mycard .rar3 {	background: url('/img/card/small/silver-header.gif') no-repeat;}
.mycard .rar2 {	background: url('/img/card/small/copper-header.gif') no-repeat;}
.mycard .rar1 {	background: url('/img/card/small/gray-header.gif') no-repeat;}
.mycard .rar_legend {	background: url('/img/card/small/gold-header.gif') no-repeat;}
.mycard .rar_uniq {	background: url('/img/card/small/silver-header.gif') no-repeat;}
.mycard .rar_rare {	background: url('/img/card/small/copper-header.gif') no-repeat;}
.mycard .rar_common {	background: url('/img/card/small/gray-header.gif') no-repeat;}

.mycard .lvl2 {background: url('/img/card/small/body-2lvl.jpg') no-repeat;}
.mycard .lvl3 {background: url('/img/card/small/body-3lvl.jpg') no-repeat;}
.mycard .lvl4 {background: url('/img/card/small/body-4lvl.jpg') no-repeat;}
.mycard .lvl5 {background: url('/img/card/small/body-5lvl.jpg') no-repeat;}


/* Sortable tables */
table.sortable thead {
    background-color:#27262C;
    color:#E0C494;
    font-weight: bold;
    cursor: default;
}


/* Style reset block */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
a {outline:none;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}
