@import url(./layout.css);
@import url(./styles.css);
/******* COLOR SPECIFIC ***********/

#cart div.icon a.full{
	background-image:url(background_cart_full-yellow.png);
	color:#333333;
}
#cart div.icon a.empty{
	background-image:url(background_cart_empty-yellow.png);
	color:#333333;
}
#cart div.info{
	background-image:url(background_cart_info-yellow.png);
}
#cart h1 a{
	color:#333333;
}
