/* ----------------------- BOXES ------------------------- */

.box {
	margin-bottom:30px;
}
.box-head {	background:url(../images/kevlar.jpg) 0 0 repeat; 
	color:#fff; 
	text-transform:uppercase;
	font:bold 20px/36px 'Lato', Arial, Helvetica, sans-serif; 
	padding:17px 29px; 
	margin-bottom:30px;
}
.box-head a {
	color: #fff;
	text-decoration:none;
}
.box-head a:hover {}
.box-body {}
.box-body ul {
	margin:0; 
	padding:0; 
	list-style:none;
}
.box-body ul li {}
.box-body ul li a {
	font-size:16px;
	line-height:29px;
	color:#333;
	text-decoration:none;
	text-transform:none;
}
.box-body ul li.category-products a:hover,
.box-body ul li .category-subs-parent-selected,
.box-body ul li .category-subs-selected,
.box-body ul li a:hover {
	color:#f3640e;
}

.box-body ol {
	margin:0; 
	padding:0; 
	list-style:none;
}
.box-body ol li {}
.box-body ol li a {
	font-size:;
	line-height:;
	color:;
	text-decoration:none;
	text-transform:none;
}
.box-body ol li a:hover {
	color:#;
}


/* ----------------------- LISTING BOXES ------------------------- */


#categories {
	margin-top: -100px;
}
#categories .box-head{
	background: #f3640e;
	font-weight: bold;
	font-size: 29px;
	margin-bottom: 0;
}

#categories .box-body ul {padding:0;}
#categories .box-body ul li{
	display: block;
	height: 49px;
	line-height: 50px;
	padding: 0 28px;
	background: #f3640e; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #dc5b0d 0%, #f3640e 50px); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dc5b0d), color-stop(100%,#f3640e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dc5b0d 0%,#f3640e 50px); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dc5b0d 0%,#f3640e 50px); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dc5b0d 0%,#f3640e 50px); /* IE10+ */
	background: linear-gradient(to bottom,  #dc5b0d 0%,#f3640e 50px); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc5b0d', endColorstr='#f3640e',GradientType=0 ); /* IE6-8 */
}
#categories .box-body ul li+li {
	border-top: 1px solid #f7975d;
	background: #f3640e;
}
#categories .box-body ul li a{
	font: 400 19px/49px 'Lato';
	color: #fff;
	display: inline-block;
}
#categories .box-body ul li a:hover {color: #313131;}

#categories .box-body ul li.category-products,
#categories .box-body ul li.category-subs {
	border-top: none;
	border-bottom: none;
	height: 33px;
	background: #313131;
}
#categories .box-body ul li.category-products a,
#categories .box-body ul li a.category-subs {
	font: 300 16px/29px 'Lato';
	color: #fff;
}
#categories .box-body ul li.category-products a:hover,
#categories .box-body ul li .category-subs-selected,
#categories .box-body ul li .category-subs-parent-selected {
	color:#191919;
}

#categories .box-body ul li.category-products {
	display: block;
	position: relative;
	padding-top: 3px;
	padding-left: 25px!important;
	border-top: 1px solid #2a2a2a;

}
#categories .box-body ul li .category-products {
	position: relative;
}

#categories .box-body ul li.category-products + li {
	padding-top: 0px;
	border-top: none;
}
#categories .box-body ul li.category-products + li.category-products + li.category-products + li.category-products {
	padding-top: 0px;
	border-top: none;
	padding-bottom: 23px;
	border-bottom: 1px solid #f7975d;
}
#categories .box-body ul li.category-products a:hover,
#categories .box-body ul li.category-products a .category-subs-selected,
#categories .box-body ul li a.category-subs:hover {color:#f3640e;}

#categories .box-body ul li .category-subs-parent-selected:after {
	background: url(../images/arr.png) 0 0 no-repeat;
	position: relative;
	content: "";
	right: -62px;
	top: -1px;
	width: 12px;
	height: 8px;
	display: inline-block;
}
#categories .box-body ul li.category-products:last-child {
	position: relative;
	overflow: hidden;
	margin-bottom: 22px;
}

#moreinformation {}

#information {}

#bestsellers {}

#ezpages {}


#orderhistory {}
#orderhistory .box-body img {
	background:#FFFFFF; 
	padding:2px; 
	border:1px solid #AAAAAA; 
	vertical-align:middle; 
	margin:2px 0px 2px 0px;
}
#orderhistory .no-bg{
	background:none; padding:0;
}
#orderhistory a{
	display:inline; 
	background:none; 
	padding:0;
}


/* ----------------------- BANNER BOXES ------------------------- */

#bannerbox .box-head{display: none;}

#bannerbox2 {}

#bannerboxall {}



/* ----------------------- PRODUCT BOXES ------------------------- */

#featured a img, 
#whatsnew a img, 
#specials a img, 
#reviews a img, 
#manufacturerinfo img, 
#productnotifications img {
	margin:0 0 8px;
}

#reviews img {
	margin:5px 0 0;
}



#featured {}
#featured .box-body{}
#featured .box-body .prod-info{}
#featured .box-body .name{}
#featured .box-body .name:hover{}
#featured .box-body .normalprice {}
#featured .box-body .productSpecialPrice, 
#featured .box-body .productSalePrice, 
#featured .box-body .productSpecialPriceSale {}


#whatsnew {}
#whatsnew .box-body{}
#whatsnew .box-body .prod-info{}
#whatsnew .box-body .name{}
#whatsnew .box-body .name:hover{}
#whatsnew .box-body .normalprice {}
#whatsnew .box-body .productSpecialPrice, 
#whatsnew .box-body .productSalePrice, 
#whatsnew .box-body .productSpecialPriceSale {}


#specials {}
#specials .box-body{}
#specials .box-body .prod-info{}
#specials .box-body .name{}
#specials .box-body .name:hover{}
#specials .box-body .normalprice {}
#specials .box-body .productSpecialPrice, 
#specials .box-body .productSalePrice, 
#specials .box-body .productSpecialPriceSale {}


#reviews {}
#reviews .box-body{
	text-align:center;
}

#manufacturerinfo {}


#productnotifications {}
#productnotifications .box-body{
	text-align:center;
}




/* ----------------------- FORM BOXES ------------------------- */

#search {}
#search .box-body{
	overflow:hidden;
}
#search .advsearch{
	color:#333;
	font-size:13px;
	line-height:24px;
	font-weight: 400;
	text-transform:lowercase;
	float:left;
	display:inline-block;
}
#search .advsearch:hover{
	text-decoration:none;
	color: #f3640e;
}
#search input{
	border:solid 0px; 
	padding:0;
	color: #777;
	vertical-align:middle; 
	float:left; 
	display:block; 
	text-indent:-1000px; 
	cursor: pointer;
}
#search .input1{
	border:solid 1px #d7d7d7;
	margin-right:0;
	width:184px!important;
	cursor:text;
	padding: 2px 5px;
	float:left;
	background:#fff;
	text-indent:0;
	height:39px!important;
}


#manufacturers {}
#manufacturers .box-body {
	text-align:center;
}


#currencies {}
#currencies .box-body {
	text-align:center;
}
#currencies select{
	width:90%;
}

#recordcompanies {}
#recordcompanies .box-body {
	text-align:center;
}


#musicgenres {}
#musicgenres .box-body {
	text-align:center;
}



/* ----------------------- TEXT BOXES ------------------------- */

#languages {}
#languages .box-body {
	text-align:center;
}


#whosonline {}
#whosonline .box-body {
	text-align:center;
}


#documentcategories {}


#shoppingcart {}
#shoppingcart .price{text-align: left;}
#shoppingcart .cart_line {}
#shoppingcart #cartBoxEmpty {
	text-align:center;
}
#shoppingcart li a{
	padding:0; background:none;
}