div.box {
	padding: 10px 0;
	overflow: hidden;
}

div.box span.linea {
	display: block;
	position: absolute;
	width: 10px;
	top: 10px;
	height: 100%;
	left: 210px;
	z-index: 9;
	background-color: #29323d;
	background-image: url('images/box/boxlinea.png');
	background-position: 0 0;
	background-repeat: no-repeat;
}

div.box span.top, div.box span.bottom {
	display: block;
	position: absolute;
	width: 100%;
	height: 10px;
	left: 0;
	z-index: 10;
}

div.box span.top {
	top: 0;
	background-color: #172130;
}

div.box span.bottom {
	bottom: 0;
	background-color: #29323d;
}

div.box ul {
	display: block;
	position: relative;
	background-color: #989b9e;
	width: 210px;
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0.8em;
	height: 100%;
}

div.box ul li {
	display: block;
	position: relative;
	margin: 0;
	padding: 10px 5px 5px 30px;
	border: 0px solid black;
	height: 94px;
	background-color: #4f4f50;
	color: #dadada;
	background-position: 0 0;
	background-repeat: no-repeat;
	overflow: hidden;
	letter-spacing: 0.15em;
}

div.box ul li h2 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: normal;
	letter-spacing: 0.15em;
	color: white;
}


div.box ul li.lif {
	background-image: url(images/box/lif.png);
}

div.box ul li.lis {
	margin-top: 1px;
	background-image: url(images/box/lis.png);
}

div.box ul li.lit {
	margin-top: 0px;
	background-image: url(images/box/lit.png);
}

div.box ul li a.more  {
	color: #a0d3fe;
	text-transform: uppercase;
	text-decoration: none;
	float: right;
}

div.box ul li a.more:hover  {
	color: #d3ebff;
	text-decoration: underline;
	
}

div.center {
	display: block;
	position: absolute;
	width: 285px;
	height: 326px;
	z-index: 1;
	background-color: #282c32;
	top: 10px;
	left: 220px;
	background-image: url(images/box/centerbox.png);
	background-repeat: repeat-x;
}

div.right {
	display: block;
	position: absolute;
	width: 215px;
	height: 326px;
	z-index: 1;
	background-color: #5e6165;
	top: 10px;
	left: 505px;
	background-image: url(images/box/rightbox.png);
	background-repeat: repeat-x;
	font-size: 1em;
}

div.right div {
	padding: 20px 30px 10px 30px;
}

div.right div p {
	margin: 0;
	padding: 3px 0;
	font-size: 0.8em;
}

div.right div a {
	margin: 0;
/*	padding; 0;*/
	color: #466b8b;
}

div.right div img {
	margin-right: 5px;
}

div.right div hr {
	border-top: 1px solid #727579;
	border-bottom: 0;
	border-right: 0;
	border-left: 0;
	clear: left;
}

div.box ul li p {
	margin: 0;
	padding: 5px 0;
	line-height: 1.4em;
}

div.content-box h1, div.content-box h2{
	margin: 0;
	padding: 3px 0;
}
div.content-box h3 {
	padding: 0 0 2px 0;
}

img.icon {
	margin: 0;
	padding: 0 10px 0 0;
	background-color: transparent;
	border: 0;
}

div.content-box a:hover {
	color: gray;
}

ul.items {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;

}

ul.items li {
	background-color: #282c31;
	padding: 5px;
	margin-bottom: 1px;
	color: #f0f0f0;
}

span.bprice {
	display: block;
	position:relative;
	text-align: right;
	/*background-color:#8e3737;*/
	padding: 5px;
	margin: 2px 0;
	border-top: 1px solid gray;
}

div.bucket h3 {
	background-color: #171a1f;
	padding: 7px 5px;
	margin-bottom: 4px;
	border-bottom: 1px gray solid;
}