.cart-icon{
	float:right;
	padding:5px 0px 5px 30px;
}

/**
 * Header Cart Block
 */
.header-cart {
	position: absolute;
	right: 1px;
	top: 25px;
    font-size: 0.95em;
}
.header-cart p {
    color: #9f9f9f;
}
.header-cart a {
    color: #fff;
}

/**
 * Footer
 */
.footer .footer-content {
    width: 950px;
    padding: 0px 10px;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
    text-align: left;
}
.footer .footer-top {
    background: url(../images/shadow-bg.png) repeat-y 50% 0;
    overflow: hidden;
    zoom: 1;
}
.footer .footer-top .footer-content {
    padding-top: 12px;
    background: url(../images/info-bg.gif) repeat-x 0 0;
}
.footer .footer-top .box { float: left; }
.footer .footer-top .mini-product-tags { width: 200px; margin-left:50px;}
.footer .footer-top .mini-product-tags .content { padding: 0px; }
.footer .footer-top .mini-product-tags a { color: #676767; }
.footer .footer-top .mini-product-tags a:hover {
    background: #676767;
    color: #131313;
}

.footer .footer-top h3 {
    font: normal 16px Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #5b5b5b;
}

.footer .footer-bottom {
    clear: both;
    padding: 22px 0px;
    text-align: left;
    overflow: hidden;
    background: url(../images/footer-bg.jpg) no-repeat 50% 0;
}
.footer .footer-bottom .legality,
.footer .footer-bottom .contacts {
    float: left;
    clear: left;
    font-size: 0.9em;
    color: #59595c;
    margin: 0px;
    padding: 0px;
}
.footer .payment-accept {
    float: right;
    width: 198px;
    height: 21px;
    text-indent: -9999px;
    margin-top: 7px;
    background: url(../images/payment-accepted.gif) no-repeat left top;
}

#footerlinks{
	background: url(../images/footerl.gif) no-repeat left top;
	padding-left: 25px;
	width: 940px;
	position: relative;
	margin-top: 30px;
}
#footerlinks .footerlinks {
	padding-top:25px;
}

ul.footerlinks h4 {
    font-size: 1.2em;
    display: inline;
    padding-bottom: 3px;
	font-weight: bold;
	color: #a09ea2;
}

ul.footerlinks li {
	float:left;
	width:150px;
	text-align: left;
}

.footer .footerlinks li, .footer .footerlinks li a {
	color:#4b4b4b;
	font-family:Verdana,sans-serif;
	font-size:10px;
	text-decoration:none;
}
.footer .footerlinks li a {
    padding-left: 14px;
    background: url(../images/bullet-info.gif) no-repeat left center;
}
.footer .footerlinks li a {
	color: #4b4b4b;
}
.footer .footerlinks li a:hover {
	color: #a09ea2;
}


/**
 * Slider
 */
.editor-choice {
    position: relative;
    z-index: 1;
    height: 160px;
}

.slider {
    position: relative;
    z-index: 5;
    width: 737px;
    height: 160px;
}
.slider-right-side,
.slider-left-side {
    position: absolute;
    z-index: 5;
    top: 0px;
    height: 160px;
    width: 15px;
}
.slider-right-side {
    right: 0px;
}
.slider-left-side {
    left: 0px;
}

.slide-right {
    position: absolute;
    top: 65px;
    width: 15px;
    height: 36px;
    text-indent: -9999px;
    background: url(../images/arrowleft.jpg) no-repeat left top;
}
.slide-left {
    position: absolute;
    top: 65px;
    width: 15px;
    height: 36px;
    text-indent: -9999px;
    background: url(../images/arrowright.jpg) no-repeat left top;
}

.slide-right.disabled,
.slide-left.disabled {
    opacity: 0.2;
    filter: alpha(opacity="20");
    cursor: default;
}

.slider-content {
    position: absolute;
    left: 15px;
    width: 700px;
    height: 160px;
}

.slider-items {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 700px;
    height: 160px;
    overflow: hidden;
}

ul.list-slide {
    width: 9999px;
    float: left;
}

ul.list-slide li {
    float: left;
    display: inline;
    margin: 0px 0px 0px 8px;
}
