/*shop by price*/
#shopprice li a {
	color:#333;
	margin-left:5px;
	padding-left:20px;
	text-shadow: 0 1px 1px #CCC;
	background:url(../images/pricea.gif) no-repeat left center transparent
}
#shopprice li a:hover {
	background:url(../images/priceahover.gif) no-repeat left center transparent
}
#shopprice li a:active {
	background:url(../images/priceahover.gif) no-repeat left center transparent
}
#shoppriceContent{    background: none repeat scroll 0 0 #F3F3F3;
    border: 1px solid #DDDDDD;
    line-height: 20px;
    padding: 0.4em;
    text-align: left;}