/* Custom code goes here - paste your css code below in line 3 */

div#product_manufacturer img {
max-width: 80px;
padding: 2px;
}

.cart_prod_available_green,
.cart_prod_available_yellow,
.cart_prod_available_red {
display: inline-block;
background: green;
width: 12px;
height: 12px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin-left: 2px;
vertical-align: -1px;
}

.cart_prod_available_yellow {
background: #ffeb3b;
}

.cart_prod_available_red {
background: red;
}

div#content-wrapper .products .product-miniature .cart_prod_available_green,
div#content-wrapper .products .product-miniature .cart_prod_available_yellow,
div#content-wrapper .products .product-miniature .cart_prod_available_red {
margin: 0 2px 0 0;	
}

.product-add-to-cart .cart_prod_available_green,
.product-add-to-cart .cart_prod_available_yellow,
.product-add-to-cart .cart_prod_available_red {
margin: 0 2px 0 0;	
}