/* Sideboxes */

.box {
	background-color: #333333;
}

#main .box,
#footer-container .box,
#header-container .box {
	width: auto;
}

#main .box,
#footer-container .box {
	background: url(../images/patterns/stripe_small_transparent_20.png) repeat;
	padding: 1em;
	margin-bottom: 1em;
	
}

#main .box .wrapper,
#footer-container .box .wrapper {
	background: #444444;
	padding: 1em;
}

#main .box .content,
#footer-container .box .content {
	padding: .5em;
}

#main .box label,
#footer-container .box label {
	display: block;
	font-weight: bold;
	margin-bottom: .5em;
}

.box h1,
.box h2,
.box h3,
.box h4 {
	margin: 0 0 0.5em 0;
	padding: 0 .5em .5em .5em;
	border-bottom: 1px solid #F2F2F2;
}

/* Regional Sidebox */

.box-regional .content > div {
	margin-bottom: 1em;
}

.box-regional .content > div:last-child {
	margin-bottom: 0;
}

/* Featured Product Sidebox */

.box-featured .wrapper {
	padding-bottom: 0 !important;
}

.box-featured .listing .wrapper {
	margin: 0;
	padding: 0 !important;
	overflow: visible;
}

.box-featured .listing .wrapper form {
	margin: 0;
}

/* Session Sidebox */

aside .box-session .action {
	display: none;
}

aside .box-session .welcome {
	display: block;
	margin-bottom: 1em;
}

/* Search Sidebox */

.box-search form {
	margin-bottom: 1em;
}

.box-search form input[type="text"] {
	margin-right: 1em;
}

.box-search form a.search {
	text-align: center;
}

/* Sidebox Product Listings */

.box .product-listing li {
	margin-bottom: .5em;
}

.box .product-listing a {
	font-weight: bold;
	display: block;
	overflow: hidden;
}

.box .product-listing a:before {
	content: none;
}

.box .product-listing a img {
	float: right;
	width: 36px;
	margin-left: 1em;
	vertical-align: top;
}

.box .product-listing .price,
.box .product-listing .save {
	color: #dddddd;
	font-weight: normal;
	display: block;
}

/* Basket Sidebox */

.box-basket .total {
	padding: .5em;
	margin-bottom: .5em;
}

.box-basket .total strong:after {
	content: ":";
}