.box {
	margin-bottom:27px;
}
.box-head {
    font-size: 15px;
    text-transform: uppercase;
    color: #d5d5d5;
    padding: 8px;
    text-align: center;
    font-weight: bold;
    margin: 0px;
}
.box-head .lcrnr {
	width:11px;
	height:40px;
	background:url(../images/bh-left-corner.png) no-repeat left top;
	position:absolute;
	top:0;
	left:-11px;
}
*+html .box-head .lcrnr {
	top:3px;
}
*+html .box-head .rcrnr {
	top:3px;
}
.box-head .rcrnr {
	width:11px;
	height:40px;
	background:url(../images/bh-right-corner.png) no-repeat right top;
	position:absolute;
	top:0;
}
.box-head a {
}
.box-head a:hover {
}
.box-body {
}
.box-body ul {
	margin:0;
	padding:0;
	list-style:none;
}
.box-body ul li {
    position:relative;
}
.box-body ul li:hover{
    position: relative;
    background: #EAEAEA;
    border-bottom: 1px solid #aaa; border-top: 1px solid #aaa;
}
.box-body ul li:hover ul {
    display: block;
    position: absolute;
    width: 220px;
    left: 165px;
    top: 0px;
    z-index: 5;

}
.box-body ul li:hover ul li a {
    display: block;
    left: 135px;
    top: -31px;
    width: 220px;
    background: #F4F4F4;
    box-shadow: #AA9 3px 2px 3px 1px;
    border: 1px solid #FCFCFC;
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -ms-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    -ms-animation-duration: 0.4s;
    -o-animation-duration: 0.4s;
    animation-duration: 0.4s;
    z-index: 1;

}

.box-body ul li a {
    font-size: 12px;
    color: #282722;
    font-weight: bold;
    line-height: 31px;
    background: url(../images/RightArrow.png) no-repeat 7px 2px;
    text-decoration: none;
    padding-left: 26px;
}
.box-body ul li a:hover {
	color: #ED3B17;
}
.box-body ol {
	margin:0;
	padding:0;
	list-style:none;
}
.box-body ol li {
}
.box-body ol li a {
	font-size:12px;
	color:#fdd402;
	line-height:31px;
	text-decoration:none;
	background:url(../images/list-bg.gif) repeat-x left top;
	display:block;
	padding-left:21px;
}
.box-body ol li a:hover {
	color:#fff;
}
#categories {
    margin-top: 0px;
    background: url(../images/bg_nav.jpg)no-repeat center top #f4f5f6;
    box-shadow: 0 0 1px #CCCCCC;
    -webkit-border-radius: 5px 5px 0px 0px;
    border: 1px solid #C8C8C8;
}
*+html #categories {
	margin-top:38px;
}
#moreinformation {
}
#information {
}
#bestsellers {
}
#ezpages {
}
#orderhistory {
}
#orderhistory .box-body img {
	background:#FFFFFF;
	padding:2px;
	border:1px solid #AAAAAA;
	vertical-align:middle;
	margin:2px 0px 2px 5px;
}
#orderhistory .no-bg {
	background:none;
	padding:0;
}
#orderhistory a {
	display:inline;
}
#orderhistoryContent {
	background:#181818;
	padding-bottom:5px;
	padding-left:15px;
}
#orderhistoryContent ul li a {
	background:none;
	padding:0;
}
#bannerbox {
}
#bannerbox .box-head {
	display:none;
}
#bannerbox2 {
}
#bannerbox2 .box-head {
	display:none;
}
#bannerboxall {
}
#bannerboxall .box-head {
	display:none;
}
#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 {
	background:#f8d003;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	position:relative;
	padding:0 20px 23px 20px;
	width:190px!important;
}
#featured .box-head {
	background:#f8d003;
	text-align:left;
	padding-left:0;
	margin:0;
	padding:13px 11px 12px 8px;
}
#featured .sideBoxContent {
	background:url(../images/info-bg.gif) repeat-x left bottom #232323;
	padding-bottom:10px;
}
#featured .name {
	font-size:12px;
	color:#5a5b5c;
	font-weight:normal;
	text-transform:uppercase;
	padding-left:15px;
	float:left;
	padding-right:15px;
}
#featured .name:hover {
	color:#fff;
}
#featured .box-head a {
	color:#0d0d0d;
	text-decoration:none;
}
#featured .box-head a:hover {
	text-decoration:underline;
}
#featured .box-head span {
	display:none;
}
#featured .box-body .price {
	padding-left:15px;
	padding-top:5px;
}
#featured .box-body .button {
	padding-left:13px;
	padding-bottom:2px;
	padding-top:5px;
}
#featured .box-body .normalprice {
	text-decoration:line-through;
	font-size:13px;
	color:#fff!important;
	line-height:20px;
	font-weight:normal;
	text-align:left;
}
#featured .box-body .productSpecialPrice, .productSalePrice, .productSpecialPriceSale {
	font-size:16px;
	color:#f8d003!important;
	line-height:20px;
	font-weight:normal;
}
#whatsnew {
	background:#f8d003;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	position:relative;
	padding:0 20px 23px 20px;
	width:190px!important;
}
#whatsnew .box-head {
	background:#f8d003;
	text-align:left;
	padding-left:0;
	margin:0;
	padding:13px 11px 12px 8px;
}
#whatsnew .sideBoxContent {
	background:url(../images/info-bg.gif) repeat-x left bottom #232323;
}
#whatsnew .name {
	font-size:12px;
	color:#5a5b5c;
	font-weight:normal;
	text-transform:uppercase;
	padding-left:15px;
	float:left;
	padding-right:15px;
}
#whatsnew .name:hover {
	color:#fff;
}
#whatsnew .box-head a {
	color:#0d0d0d;
	text-decoration:none;
}
#whatsnew .box-head a:hover {
	text-decoration:underline;
}
#whatsnew .box-head span {
	display:none;
}
#whatsnew .box-body .price {
	padding-left:15px;
	padding-top:5px;
	padding-bottom:10px;
}
#whatsnew .box-body .button {
	padding-left:13px;
	padding-bottom:2px;
	padding-top:5px;
}
#whatsnew .box-body .normalprice {
	text-decoration:line-through;
	font-size:13px;
	color:#fff!important;
	line-height:20px;
	font-weight:normal;
	text-align:left;
}
#whatsnew .box-body .productSpecialPrice {
	font-size:16px;
	color:#f8d003!important;
	line-height:20px;
	font-weight:normal;
}
#whatsnew .box-body .price {
	font-size:16px;
	color:#f8d003!important;
	line-height:20px;
	font-weight:normal;
}
#specials {
	background:#f8d003;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	position:relative;
	padding:0 20px 23px 20px;
	width:190px!important;
}
#specials .box-head {
	background:#f8d003;
	text-align:left;
	padding-left:0;
	margin:0;
	padding:13px 11px 12px 8px;
}
#specials .sideBoxContent {
	background:url(../images/info-bg.gif) repeat-x left bottom #232323;
}
#specials .name {
	font-size:12px;
	color:#5a5b5c;
	font-weight:normal;
	text-transform:uppercase;
	padding-left:15px;
	float:left;
	padding-right:15px;
}
#specials .name:hover {
	color:#fff;
}
#specials .box-head a {
	color:#0d0d0d;
	text-decoration:none;
}
#specials .box-head a:hover {
	text-decoration:underline;
}
#specials .box-head span {
	display:none;
}
#specials .box-body .price {
	padding-left:15px;
	padding-top:5px;
}
#specials .box-body .button {
	padding-left:13px;
	padding-bottom:2px;
	padding-top:5px;
}
#specials .box-body .normalprice {
	text-decoration:line-through;
	font-size:13px;
	color:#fff!important;
	line-height:20px;
	font-weight:normal;
	text-align:left;
}
#specials .box-body .productSpecialPrice, .productSalePrice, .productSpecialPriceSale {
	font-size:16px;
	color:#f8d003!important;
	line-height:20px;
	font-weight:normal;
}
#reviews {
	background:#f8d003;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	position:relative;
	padding:0 20px 23px 20px;
	width:190px!important;
	text-align:center;
}
#reviews .box-head {
	background:#f8d003;
	text-align:left;
	padding-left:0;
	margin:0;
	padding:13px 11px 12px 8px;
}
#reviews .sideBoxContent {
	background:url(../images/info-bg.gif) repeat-x left bottom #232323;
	padding-bottom:10px;
}
#reviews .name {
	font-size:12px;
	color:#5a5b5c;
	font-weight:normal;
	text-transform:uppercase;
	padding-left:15px;
	float:left;
	padding-right:15px;
}
#reviews .name:hover {
	color:#fff;
}
#reviews .box-head a {
	color:#0d0d0d;
	text-decoration:none;
}
#reviews .box-head a:hover {
	text-decoration:underline;
}
#reviews .box-head span {
	display:none;
}
#reviews .box-body .price {
	padding-left:15px;
	padding-top:5px;
}
#reviews .box-body .button {
	padding-left:13px;
	padding-bottom:2px;
	padding-top:5px;
}
#reviews .box-body .normalprice {
	text-decoration:line-through;
	font-size:13px;
	color:#fff!important;
	line-height:20px;
	font-weight:normal;
	text-align:left;
}
#reviews .box-body .productSpecialPrice, .productSalePrice, .productSpecialPriceSale {
	font-size:16px;
	color:#f8d003!important;
	line-height:20px;
	font-weight:normal;
}
#manufacturerinfo {
}
#productnotifications {
}
#productnotifications .box-body {
	text-align:center;
}
#whosonlineContent, #languagesContent, #currenciesContent, #shoppingcartContent, #manufacturersContent {
	background:#181818;
	padding-bottom:5px;
}
#searchContent {
	background:#2a2a2a;
}
#search {
}
#search .box-head {
	background:url(../images/box-head-bg.gif) repeat-x left top #181818;
	font-size:12px;
}
#search input {
	padding:0;
	border-top:1px solid #0e0e0e;
	border-right:1px solid #0e0e0e;
	border-bottom:1px solid #0e0e0e;
	border-left:none;
}
#searchContent {
	background:#171717;
	width:100%;
	overflow:hidden;
	padding-bottom:6px;
}
#search .input1 {
	padding:4px 0 5px 12px;
	color:#fff;
	background:#222222;
	border-top:1px solid #0e0e0e;
	border-left:1px solid #0e0e0e;
	border-right:none;
	border-bottom:1px solid #0e0e0e;
	width:182px;
	margin-left:5px;
	float:left;
}
#manufacturers {
}
#manufacturers .box-body {
	text-align:center;
}
#currencies {
}
#currencies .box-body {
	text-align:center;
}
#currencies select {
	width:90%;
}
#tellafriend {
}
#tellafriend .no-border input {
	border:solid 0px;
	padding:0;
}
#recordcompanies {
}
#recordcompanies .box-body {
	text-align:center;
}
#musicgenres {
}
#musicgenres .box-body {
	text-align:center;
}
#languages {
}
#languages .box-body {
	text-align:center;
}
#whosonline {
}
#whosonline .box-body {
	text-align:center;
}
#documentcategories {
}
#shoppingcart {
}
#shoppingcart .box-head a {
	color:#fff;
	text-decoration:none;
}
#shoppingcart .box-head a:hover {
	text-decoration:underline;
}
#shoppingcart .cart_line {
}
#shoppingcart #cartBoxEmpty {
	text-align:center;
}
#shoppingcartContent ul li {
	overflow:hidden;
	width:100%;
	padding-left:10px;
	padding-bottom:5px;
	padding-right:5px;
}
#shoppingcartContent ul li span {
	float:left;
}
#shoppingcartContent ul li a {
	line-height:20px;
	width:200px;
	float:none;
	background:none;
}
#shoppingcartContent ul li a span {
	float:none;
}
#shoppingcart .price {
	padding-right:10px;
}
#tellafriendContent {
	text-align:center;
	background:#181818;
	padding-top:5px;
	padding-bottom:5px;
}
#tellafriend .no-border {
	padding:0;
	margin:0;
	border:none;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-10px);
        -webkit-transition: left 0.4s ease-in-out, opacity 0.6s ease-in-out;
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -webkit-transition: left 0.4s ease-in-out, opacity 0.6s ease-in-out;
    }
}

@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-10px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-ms-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -ms-transform: translateX(-10px);
    }

    100% {
        opacity: 1;
        -ms-transform: translateX(0);
    }
}

@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-10px);
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-10px);

    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}