
/* ----------------------- BOXES ------------------------- */

.box {margin-bottom:20px;}

.box-head {
	background:url('../images/menu_left.png') no-repeat 5px 12px #F7FAFE;
	color:#013D7C;
	font-size:14px;
	line-height:20px;
	text-transform:uppercase;
	font-weight:bold;
	padding:10px 0 8px 27px;
	border:1px solid #E7E7E7;
	border-bottom:1px solid #fff;
	position:relative;
}
.box-head a {
	color:#ffffff;
	text-decoration:none;
}
.box-head a:hover {
	text-decoration:underline;
}

.box-body {
	border:1px solid #dee2eb;
}

.box-body ul {margin:0; padding:0; list-style:none;}
.box-body ul li:first-child{
	border-top:1px solid #dee2eb;
}
.box-body ul li {
	border:1px solid #dee2eb;
	border-top:none;
}
.box-body ul li a {
	color:#747c88;
	font-size:12px;
	line-height:25px;
	text-decoration:none;
	background:url("../images/marker1.png") no-repeat 8px 10px #f9f9fa;
	padding:0 0 0 19px;
	border:1px solid #fff;
	display:block;
}
.box-body ul li a:hover {
	background:url("../images/marker1.png") no-repeat 8px 10px #fff;
	color:#247fd1;
	font-weight:bold;
}
.box-body ul li.category-products a:hover,
.box-body ul li .category-subs-parent-selected,
.box-body ul li .category-subs-selected{
	color:#247fd1;
	font-weight:bold;
}
.box-body ul li.category-products a{
	background:url("../images/marker1.png") no-repeat 8px 10px #fff;
	text-transform:lowercase;
	
}


.box-body ol {margin:0; padding:12px 0 19px 0; list-style:decimal-leading-zero inside;}
*+html .box-body ol {margin:0; padding:12px 0 19px 0; list-style:decimal inside;}
.box-body ol li {
	padding: 0 0 0 19px;
}
.box-body ol li a {
	color:#247fd1;
	font-size:12px;
	line-height:32px;
	text-decoration:none;
}
.box-body ol li a:hover {
	text-decoration:underline;
	color:#ff0000;
}


/* ----------------------- LISTING BOXES ------------------------- */


#categories {}
#categories .box-body{
	border:none;
}


#moreinformation {}
#moreinformation .box-body{
	border:none;
}

#information {}
#information .box-body{
	border:none;
}


#bestsellers {}
#bestsellers .box-head{
	background:url("../images/box-head2.gif") repeat-x left top #f6f7f7;
	border:1px solid #eef0f5;
	color:#e84646;
	padding:10px 0 6px 13px;
	margin-bottom:1px;
}


#ezpages {}
#ezpages .box-body{
	border:none;
}

#orderhistory {}
#orderhistory .box-body  {
	border:none;
}
#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;}
#orderhistory  li{
	overflow:hidden;
	padding:0 5px;
}
#orderhistory  li a{
	padding:0;
	background:none;
	display:inline;
}

/* ----------------------- BANNER BOXES ------------------------- */

#bannerbox {}

#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{
	text-align:center;
	padding:10px 0;
}
#featured .box-body .name{
	display:inline-block;
	padding-bottom:10px;
	text-decoration:none;		
	font-size:12px;
	line-height:16px;
	font-weight:normal;
}
#featured .box-body .normalprice {
	color:#ff0000;
	font-size:12px;
	line-height:14px;
	font-weight:normal;
	text-decoration:line-through;
	padding-right:11px;
}
#featured .box-body .productSpecialPrice, .productSalePrice, .productSpecialPriceSale {color:#464646;
	font-size:12px;
	line-height:14px;
	font-weight:bold;}


#whatsnew {}
#whatsnew .box-body{
	text-align:center;
	padding:10px 0;
}
#whatsnew .box-body .name{
	display:inline-block;
	padding-bottom:10px;
	text-decoration:none;		
	font-size:12px;
	line-height:16px;
	font-weight:normal;
}
#whatsnew .box-body .normalprice {
	color:#ff0000;
	font-size:12px;
	line-height:14px;
	font-weight:normal;
	text-decoration:line-through;
	padding-right:11px;
}
#whatsnew .box-body .productSpecialPrice, .productSalePrice, .productSpecialPriceSale {color:#464646;
	font-size:12px;
	line-height:14px;
	font-weight:bold;}


#specials {}

#specials .box-body{
	text-align:center;
	padding:10px 0;
}
#specials .box-body .name{
	display:inline-block;
	padding-bottom:10px;
	text-decoration:none;		
	font-size:12px;
	line-height:16px;
	font-weight:normal;
}
#specials .box-body .normalprice {
	color:#ff0000;
	font-size:12px;
	line-height:14px;
	font-weight:normal;
	text-decoration:line-through;
	padding-right:11px;
}
#specials .box-body .productSpecialPrice, .productSalePrice, .productSpecialPriceSale {color:#464646;
	font-size:12px;
	line-height:14px;
	font-weight:bold;}


#reviews {}
#reviews .box-body{ text-align:center; padding:10px 0;}

#manufacturerinfo {}


#productnotifications {}
#productnotifications .box-body{ text-align:center; padding:10px 0;}




/* ----------------------- FORM BOXES ------------------------- */

#search {}
#search .box-head{
	display:none;
}
#search .box-body{
	overflow:hidden;
	border:none;
}

#search input{ border:solid 0px; padding:0; background:none; vertical-align:middle; float:left;}
#search .input1{ 
	border:solid 1px #dee2eb;
	border-right:none;
	background:#fff;
	padding:7px 2px 9px 9px;
	color:#b1b4ba;
	font-size:12px;
	line-height:14px;
	width:175px;
	height:15px;
 }


#manufacturers {}
#manufacturers .box-body {text-align:center; padding:10px 0; }


#currencies {}
#currencies .box-body {text-align:center; padding:10px 0; }
#currencies select{ width:90%;}

#tellafriend {}
#tellafriend .box-body{ text-align:center; padding:10px 0; }
#tellafriend .no-border input{ border:solid 0px; padding:0;}

#recordcompanies {}
#recordcompanies .box-body {text-align:center; padding:10px 0; }


#musicgenres {}
#musicgenres .box-body {text-align:center; padding:10px 0; }



/* ----------------------- TEXT BOXES ------------------------- */

#languages {}
#languages .box-body {text-align:center; padding:10px 0; }


#whosonline {}
#whosonline .box-body {text-align:center; padding:10px 0; }


#documentcategories {}


#shoppingcart {}
#shoppingcart .box-head{
	padding-left:36px;
}
#shoppingcart .box-head .ico{
	width:17px;
	height:18px;
	background:url("../images/cart.png") no-repeat left top;
	position:absolute;
	top:10px;
	left:10px;
}
#shoppingcart .box-body{
	border:none;
}
#shoppingcart .cart_line {}
#shoppingcart #cartBoxEmpty { 	border:1px solid #dee2eb; text-align:left; padding:16px 0 16px 20px; color:#247fd1;}
#shoppingcart #cartBoxEmpty a{ color:#247fd1; text-decoration:none; font-weight:bold;}
#shoppingcart #cartBoxEmpty a:hover{ color:#747c88;}
#shoppingcart li{
	padding:0 8px;
}
#shoppingcart li a{
	display:inline;
	background:none;
	padding:0;
}
#shoppingcart .price{
	color:#247fd1;
	padding-right:5px;
}
