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

div.product-list-options h5 a, div.product-list-options h5 a:hover 
{ 
	font: bold 15px Arial, Helvetica, sans-serif; 
	color: #818D3C; 
	text-decoration: none; 
}

div.product-list-text 
{
	font: normal 12.0000px Arial, Helvetica, sans-serif;
	color: #FC0;
	text-decoration: none;
}

/* category listing */

table.category-list td { text-align:center; } 

  div.category-list-item { margin: 0 10px 10px 0; }

    div.category-list-item-head { padding: 4px; }

      /*div.category-list-item-head h5 { margin: 0; }*/

    div.category-list-item-body { padding: 5px; text-align: center; }

      div.category-list-item-body img { display:block; margin: 0 auto 5px auto; }

          

/* featured products */

div.featured-products-item { text-align:center; margin:5px; }

  div.featured-products-item-img { margin:5px 0 }

/* product listing */

table.product-list { margin: 5px 0; }

  td.product-list-item-container, td.product-list-item-container-alt { padding:4px; }

  

div.product-list-item { text-align:center; margin:5px; }

  img.product-list-img { margin-bottom: 10px; }

  div.product-list-text { font-weight: normal; margin-top: 10px; }

  div.product-list-promo { margin-top:10px; }

    div.product-list-promo img { margin: 1px; }

    

  div.product-list-options {}

    div.product-list-price { margin-bottom: 10px; }

    div.product-list-qty label, span.product-list-msrp-label, span.product-list-cost-label, span.product-list-sale-label, span.product-list-save-label { font-weight: bold; }

    div.product-list-qty { margin: 8px 0; }



