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

.box {
	margin-bottom:10px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	position:relative;
	overflow:hidden;
	border:1px solid #cacaca;
	width:148px!important;
}
.box  a,
.box  a span,
#header a,
#footer a{
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.box-head {
	padding:4px 10px 3px 10px;
	background:url(../images/title.gif) repeat-x left top #e4e4e4; 
	font-size:14px; 
	line-height:20px; 
	color:#2f2f2f;
	font-weight:normal;
	text-transform:uppercase; 
	font-family: 'Righteous', cursive; 
	border-bottom:1px solid #cacaca; 
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.box-head a { text-decoration:none; color:#2f2f2f;}
.box-head a:hover { color:#a448a3!important;}

.box-body {
	padding:0; background:url(../images/box-bg.gif) repeat-x left top #f5f5f5;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.box-body ul {margin:0; padding:0; list-style:none;}
.box-body ul li:first-child{ border:none;}
.box-body ul li {padding:2px 0 4px 0;position:relative; border-top:1px dotted #cacaca;}
.box-body ul li a {
	color:#787777;
	font-size:12px;
	line-height:16px;
	text-decoration:none;
	padding:0 7px;
}
.box-body ul li a:hover { color:#000;}

.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 {}

.box-body ol {margin:0; padding:1px 0 0 0; list-style:none;}
.box-body ol li:first-child{ border:none;}
.box-body ol li {padding:2px 0 4px 0;position:relative; border-top:1px dotted #cacaca;}
.box-body ol li a {
	color:#787777;
	font-size:12px;
	line-height:16px;
	text-decoration:none;
	padding:0 9px;
}
.box-body ol li a:hover { color:#000;}


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


#categories { border:none; width:150px!important;}
#categories .box-head{
	background: url("../images/head-black.gif") repeat-x scroll left top transparent;
    border: medium none;
    color: #F4F4F4;
    padding: 4px 10px 5px;
}
#categories .box-body{background:url(../images/black-box.gif) repeat-x left top #1f1f1f; padding:2px 0 1px 0;}
#categories ul li{padding:2px 0 4px 0;position:relative; border-top:1px dotted #474747;}
#categories ul li:first-child{border:none;}
#categories ul li a{
	color:#f4f4f4;
	font-size:12px;
	line-height:16px;
	text-decoration:none;
	padding:0 10px;
}
.box-body ul li.category-products a:hover,
.box-body ul li .category-subs-parent-selected,
.box-body ul li .category-subs-selected,
#categories ul li a:hover{color:#df47dc;}
#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 { border:none; width:150px!important;}
#bannerbox .box-head{ display:none;}
#bannerbox .box-body{ background:none;}

#bannerbox2 { border:none; width:150px!important;}
#bannerbox2 .box-head{ display:none;}
#bannerbox2 .box-body{ background:none;}

#bannerboxall { border:none; width:150px!important;}
#bannerboxall .box-head{ display:none;}
#bannerboxall .box-body{ background:none;}



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


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



#featured {}
#featured .box-body{ background:#fff;}
#featured .sideBoxContent:first-child{ border:none;}
#featured .sideBoxContent {
	border-top:1px dotted #cacaca;
	padding-bottom:12px;
}
#featured .sideBoxContent .img{text-align:center;}
#featured .sideBoxContent .img img{ width:130px; height:130px;}
#featured .sideBoxContent .sb-info{ padding: 2px 0 0 11px;}
#featured .sideBoxContent .name{
	color:#787777;
	font-size:12px;
	line-height:16px;
	text-decoration:none;
	font-weight:normal;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	overflow:hidden;
	width:100%;
	display:block;
	min-height:36px;
}
#featured .sideBoxContent .name:hover{ color:#8f1a8d;}
#featured .sideBoxContent .price{ padding-bottom:11px;}
#featured .box-body .normalprice {text-decoration:line-through; font-weight:normal;
	padding-right:2px;
	color:#313131;
	font-size:12px;
	line-height:16px;}
#featured .box-body .productSpecialPrice, .productSalePrice, .productSpecialPriceSale {font-weight:bold;
	color:#8f1a8d;
	font-size:12px;
	line-height:16px;}



#whatsnew {}
#whatsnew .box-body{ background:#fff;}
#whatsnew .sideBoxContent:first-child{ border:none;}
#whatsnew .sideBoxContent {
	border-top:1px dotted #cacaca;
	padding-bottom:12px;
}
#whatsnew .sideBoxContent .img{text-align:center;}
#whatsnew .sideBoxContent .img img{ width:130px; height:130px;}
#whatsnew .sideBoxContent .sb-info{ padding: 2px 0 0 11px;}
#whatsnew .sideBoxContent .name{
	color:#787777;
	font-size:12px;
	line-height:16px;
	text-decoration:none;
	font-weight:normal;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	overflow:hidden;
	width:100%;
	display:block;
	min-height:36px;
}
#whatsnew .sideBoxContent .name:hover{ color:#8f1a8d;}
#whatsnew .sideBoxContent .price{ padding-bottom:11px;}
#whatsnew .box-body .normalprice {text-decoration:line-through; font-weight:normal;
	padding-right:2px;
	color:#313131;
	font-size:12px;
	line-height:16px;}
#whatsnew .box-body .productSpecialPrice, .productSalePrice, .productSpecialPriceSale {font-weight:bold;
	color:#8f1a8d;
	font-size:12px;
	line-height:16px;}


#specials {}
#specials .box-body{ background:#fff;}
#specials .sideBoxContent:first-child{ border:none;}
#specials .sideBoxContent {
	border-top:1px dotted #cacaca;
	padding-bottom:12px;
}
#specials .sideBoxContent .img{text-align:center;}
#specials .sideBoxContent .img img{ width:130px; height:130px;}
#specials .sideBoxContent .desc{ padding: 2px 0 0 11px;}
#specials .sideBoxContent .name{
	color:#787777;
	font-size:12px;
	line-height:16px;
	text-decoration:none;
	font-weight:normal;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	overflow:hidden;
	width:100%;
	display:block;
	min-height:36px;
}
#specials .sideBoxContent .name:hover{ color:#8f1a8d;}
#specials .sideBoxContent .price{ padding-bottom:11px;}
#specials .box-body .normalprice {text-decoration:line-through; font-weight:normal;
	padding-right:2px;
	color:#313131;
	font-size:12px;
	line-height:16px;}
#specials .box-body .productSpecialPrice, .productSalePrice, .productSpecialPriceSale {font-weight:bold;
	color:#8f1a8d;
	font-size:12px;
	line-height:16px;}


#reviews {}
#reviews .box-body{ text-align:center; background:#fff; padding-bottom:8px;}
#reviews .box-body a{color:#787777;
	font-size:12px;
	line-height:16px;
	text-decoration:none;
	font-weight:normal;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;}
#reviews .box-body a:hover{color:#8f1a8d;}
#manufacturerinfo {}


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




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

#search {}
#search .box-body{
	overflow:hidden;
	width:100%;
	padding:10px;
}
#search .advsearch{
	color:#464646;
	font-size:13px;
	line-height:24px;
	text-decoration:underline;
	text-transform:lowercase;
	font-family: 'Droid Sans', sans-serif;
	float:left;
	display:inline-block;
}
#search .advsearch:hover{ text-decoration:none;}
#search input{ border:solid 0px; padding:0; background:url(../images/search.gif) no-repeat 0 0;  width:20px!important; height:20px; vertical-align:middle; float:left; display:block; text-indent:-1000px; cursor: pointer;}
#search .input1{
	border:solid 1px #cacaca;
	margin-right:2px;
	width:105px!important;
	cursor:text;
	padding: 2px 2px 2px 2px; 
	float:left;
	margin-bottom:11px;
	background:#fff;
	text-indent:0;
	height:13px!important;
}


#manufacturers {}
#manufacturers .box-body {text-align:center; padding: 8px 0;}


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


#recordcompanies {}
#recordcompanies .box-body {text-align:center; padding: 8px 0;}


#musicgenres {}
#musicgenres .box-body {text-align:center; padding: 8px 0;}



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

#languages {}
#languages .box-body {text-align:center;padding: 8px 0;}


#whosonline {}
#whosonline .box-body {text-align:center; padding: 8px 0;}


#documentcategories {}


#shoppingcart { border:none; width:150px!important;}
#shoppingcart .box-head{background:url(../images/head-black.gif) repeat-x left top; color:#f4f4f4; border:none; padding:4px 10px 5px 7px;}
#shoppingcart .box-head a{ color:#f4f4f4; background:url(../images/cart.png) no-repeat 0 1px; padding:2px 0 0 29px; text-decoration:none;}
#shoppingcart .box-body{background:url(../images/cart-bg.gif) repeat-x 0 0 #202020;}
#shoppingcart .cart_line {}
#shoppingcart #cartBoxEmpty {text-align:center; color:#fff; padding:12px 0 14px;}
#shoppingcart #cartBoxEmpty a{ text-decoration:none; color:#fff;}
#shoppingcart li { padding:4px 6px; border-top:1px dotted #454545;}
#shoppingcart li:first-child{ border:none;}
#shoppingcart li a{ padding:0; background:none; color:#fff!important; text-decoration:none;}
#shoppingcart li span,
#shoppingcart li a span{ color:#fff;}
#shoppingcart li a span:hover{ color:#df47dc;}
#shoppingcart .price{ padding:0 15px 10px; color:#fff;}