@charset "utf-8";
/* CSS Document */

/* remove the border and color from the top bar */
.googlecart-override #googlecart-widget-head {
    border-width: 0px ;
    background-color: #FFCC66 !important;
	margin: 0px ;
	padding: 0px ;
}

/* add a thicker border to the top of the product list */
.googlecart-override #googlecart-widget-body {
    border-top-width: 2px;
	border-top-color:#333333;
	border-left-width: 0px;
	border-left-color:#333333;
	border-right-width: 0px;
	border-right-color:#333333;
}

/* change the color of prices in the widget to green */
.googlecart-override .googlecart-widget-price {
    color: green;
}

