/* Sideboxes */

.box {

}

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


#main .box {
	padding: .5em;
	margin-bottom: 0em;
	
}


#footer-container .box {
	padding-top: 1em;
	margin-bottom: 1em;


}

#main .box .wrapper {
	background: #FFF;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0em;
	padding-left: 1em;
}

#footer-container .box .wrapper {
	
	padding: 1em;

	
}

#main .box .content {
	padding-top: 0em;
	padding-right: 0.5em;
	padding-bottom: 0em;
	padding-left: 0.5em;
}

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

}
#footer-container .box .content a {
	color: #FFF;

}

#footer-container .box .content a:hover {
	color: #009DEB;
	background-color: #000000;
}


#main .box label {
	display: block;
	font-weight: bold;
	margin-bottom: .5em;
}
#footer-container .box label {
	width:150px;
	display: block;
	font-weight: bold;
	margin-bottom: 0.5em;
	color: #FFF;
}
#footer-container .box H3 {
	width:150px;
	color: #FFF;
	text-shadow: 0px 1px 2px #001D1E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;	
}

.box h1,
.box h2,
.box h3,
.box h4 {
	margin: 0 0 0.5em 0;
	padding: 0 .5em .5em .5em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

/* 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: #999;
	font-weight: normal;
	display: block;
}

/* Basket Sidebox */

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

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