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

/**
 * Header Cart Block
 */
.header-cart{
	float:right;
    
	position:absolute;
	right:180px;
	top:63px;
	z-index: 999;
	width: 220px;
}

.header-cart.active {
	border:1px solid #222;
    background: #000;
    top: 26px;
    right: 0px;
    z-index: 999;
}
#nav .active {
	/*border: 0px solid #ddd !important;*/ /*IE6 fix*/
}
.header-cart h4{
	background:url(../images/cart.gif) no-repeat  left 4px;
	padding-left:8px;
	line-height:18px;
	color: #6d6d6d;
}
.header-cart h4 a{
    color:#bf5f19;
}
.header-cart .content {
	position: relative;
	z-index: 999;
}
.header-cart ol {

}
.header-cart .content ol {
    background: none !important;
}
.header-cart .head{
	margin-bottom:0px;
	padding:4px 5px 2px 5px;
	cursor:pointer;
	font-size:0.9em;
}
#center-buttons{
	text-align:center;
	clear:both;
}
#center-buttons .form-button{
	margin:0px 4px 0px 4px;
	
}
.header-cart .product-images{
	float:left;
	margin-right:5px;
}

.header-cart li{
	clear:left;
}



#nav-box-side a{
	text-decoration: none;
}

#nav-box-side .level0, #nav-box-side .level1,  #nav-box-side .level2{
	padding-left: 5px;
}
#nav-box-side li a {
	font-weight: bold;
	display: block;
	clear: both;
	color: #fff;
}
#nav-box-side li a { 
	font-weight:bold; 
}
#nav-box-side li ul a {
	font-weight: normal !important;
	border: none;
}
#nav-box-side li a:hover {
    text-decoration: underline;
}

.footer {
	text-align:left;
	width:960px;
	margin:0px auto;
}

.footer .footer-bottom {
    clear: both;
    padding: 10px 0px;
    margin-top: 8px;
    background: url(../images/hline-dashed.gif) repeat-x left top;
    text-align: left;
}
.footer .footer-bottom .copyright {
    float: left;
    font-weight: bold;
    font-size: 0.8em;
    color: #fff;
}
.footer .payment-accept {
    float: right;
    width: 250px;
    height: 97px;
    text-indent: -9999px;
    background: url(../images/payments.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:#fff;
	font-family:Verdana,sans-serif;
	font-size:10px;
	text-decoration:none;
}
.footer .footerlinks li a {
    padding-left: 14px;
    background: url(../images/marker.gif) no-repeat left center;
}
.footer .footerlinks li a {
	color: #fff;
}
.footer .footerlinks li a:hover {
	background: url(../images/marker_active.gif) no-repeat left center;
	color: #00ff00;
}

#search-submit{
	 position: relative;
	 top:-2px;
	 right: 23px;
}


/*
 * 
 * TopSlider
 * 
 */
 /* scrollable div area */
            #scrollable1 {
                float: left;
                width: 930px;    /*Width of SLIDING DIV*/
                height: 160px;   /*Height of SLIDING DIV*/
                position:relative;
                overflow: hidden;
                white-space: nowrap;
               /* background:#313131 url(images/bg.gif) repeat-x;*/
            /*  background:#a0a0a0;*/
            }
            
            /* horizontal track */
            #track2 {
                float: left;
                /*clear: both;*/
                width: 924px;
                height: 15px;
                background:url(../images/sl_bg.gif) repeat-x;
            }
            
            /* horizontal track handle */
        /*    #handle2 {
                width: 140px;
                height: 11px;
                border:1px solid #73b7db;
                background:#fff;
                cursor: pointer;
            }
        */
            #track-div{
                width:900px;
                display: none;
            }
        
            .left-button{
                float:left;
                width:18px;
                height:158px;
                background:url(../images/slider_left.gif) left center no-repeat;
                margin-right: 5px;
            }
            .right-button{
                float:right;;
                width:18px;
                height:158px;
                background:url(../images/slider_right.gif) left center no-repeat;
            }
            
            
            .image-list{
                margin:0px;
                padding:0px; 
            }
           
            .image-list li{
               display:inline;
               float:left;
               list-style:none;
               margin:0px 8px ;
                
            }
            /*
                other
            */
            
            .promo_center img{
                margin-top: 10px;
                
            }
            #footer_info{
                text-align: left;
                color: #00ff00;
            }

.tags_bottom{
    float: right;
    width: 250px;
}
.tags_bottom  h4{    
	color: #be5e19 !important;
}
 .about{
    width: 300px;
    float: left;
    margin-right: 30px;
}
.about .head h4{
	color: #00ff00;
}
#last_review{
	width: 300px;
	float: left;
	margin-right: 30px;
}
#last_review h4{
    color: #a65216 !important;
}
#last_review a{
	color: #a65216 !important;
}

.last_review_img{
	float: left;
	margin-right: 5px;
}