/* CSS Document */

#Banner {background-image: url(../images/banners/shop.jpg)}

.miniBasket {
	background-color: #ff8015;
	background-image: url(../images/minibasket.gif);
	background-repeat: no-repeat;
	min-height:121px;
	padding-top:4px;
	padding-left:8px;
	padding-right:8px;
	color:#000000;
}

.miniData {
	min-height:49px;
	padding:8px 5px;
	line-height:15px;
}



.rightContent .shop-items img {
	display:inline;
	float:left;
	margin:13px;
}

.storagePacks {
	display: inline;
	float:left;
	width:386px;
	height:180px;
	background-image: url(../images/shop/categories/storage_packs-bg.jpg);
	background-repeat: no-repeat;
	margin:13px;
}
.rightContent .storagePacks img {
	margin:0px;
}

.storagePacksTxt {
	margin-left:224px;
}
.storagePacks p {
	color:#000000;
	padding-top:14px;
}

.storagePacks ul {
}

.storagePacks ul li {
	list-style:none;
}
*html .storagePacks ul li {height:1px} /* ie6 white space bug */

.storagePacks ul li a {
	display:block;
	background-color:#4a4a4b;
	color:#ff8015;
	text-decoration:none;
	padding:2px 6px;
	margin:0px 8px 1px 4px;
}

.login {
	background-color:#1b1b1b;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #515151;
	padding:15px 12px;
}
.login h3 {
	padding-top:5px;
	padding-bottom:5px;
}

.logout a {
	color:#c7c7c7;
	text-decoration:none;
	display:block;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:15px;
}

.logout a:hover {
	background-color:#000000;
	color:#FF8015;
}

#products {
	margin: 0 20px;
}

#products .item {
	background: url(../images/product-list-bg.png) bottom no-repeat;
	float: left;
	min-height: 100px;
	width: 581px;
	margin-bottom: 10px;
}

#products .item h2 {
	text-transform: uppercase;
	margin: 10px 0 5px 0;
}

#products .item h2 a {
	text-decoration: none;
}

#products .item img {
	margin: 0;
}

div.buttons {
	margin: 0 20px;
}

