.cart_list {
    padding: 0px;
    width: 100%;
    height: 10px;
border-collapse: collapse;
font-size: 9px;
}

.cart_list td {

}

.refreshbutton {
	border: none;
	background: url(./../images/rf.jpg) no-repeat;
	width: 14px;
	height: 14px;
}

.cart_list_title {
    font-weight: bold;
    font-size: 9px;
    padding: 0px;
    float: left;
    text-align: left;
    width: 250px;
}

.cart_list_item {
	height: 60px;
  border-top: 1px solid grey;
}

.cart_list_image {
    padding: 5px;
}

.cart_list_amm {
width: 140px;
font-size: 9px;
}

.cart_list_amm input{
	display: inline;
font-size: 8px;
}

.cart_list_store {
    font-size:11px;
    float: left;
    color:black;
    clear:left;

}

.cart_list_price {
    font-size:9px;
    color:black;
    text-align: right;
    bottom: 0px;
    float:right;
    clear:right;
}

.cart_list_cart {
    font-size:11px;
    color:black;
    text-align: right;
    bottom: 0px;
    width: 200px;
    float: right;
    padding-bottom:5px;
    margin-bottom:5px;
    border-bottom:1px dotted #CCCCCC;
}

.cart_list_a {
    text-decoration: none;
    color: black;
    border: none;
}


