ul#product_list {
    list-style-type: none
}
    #product_list li {
        text-align: center;
        float: left;
        width: 245px;
        padding:0/* 16px*/;
        margin-bottom: 14px;
        margin-right: 0/*15px*/;
		    min-height: 330px;
       /* background-color: #f9f9f9*/
    }
	
	    #product_list-home li {
        text-align: center;
        float: left;
        width: 245px;
		/*min-height:378px !important;*/
        padding:0px/* 14px*/;
        margin-bottom: none;
        margin-right:0px;
        background-color: #f9f9f9
    }
    #product_list li.last_row_item, #product_list-home li.last_item {margin-right: 0 !important;}
 
    #product_list li a, #product_list-home li a {
        color: #374853;
        text-decoration: none;
		/*display:none;*/
    }
    #product_list a.product_img_link, #product_list-home a.product_img_link {
    overflow:hidden;
    position:relative;
    /*float: left;*/
	text-align:center;
    display:block;
	margin:0 auto;
   /* border: 1px solid #ccc*/
    }
    #product_list a.product_img_link img, #product_list-home a.product_img_link img{
        display: block;
        vertical-align: bottom;
		text-align:center;
    }
 
    #product_list li span.new, #product_list-home li span.new {
        display: block;
        position: absolute;
        top: 15px;
        right:-30px;
        padding: 1px 4px;
        width: 101px;
        font-size:10px;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform:rotate(45deg);
        -ms-transform: rotate(45deg);
        background-color: #990000
    }
    #product_list li h3, #product_list-home li h3 {
        padding:0 0 10px 0;
        font:16px "Open Sans Condensed";
        color:#565656;
		text-align:center;
    }
 
    #product_list li p.product_desc, #product_list-home li p.product_desc {
        overflow: hidden;
        padding:0;
        line-height:16px;
    }
    #product_list li p.product_desc,
    #product_list li p.product_desc a,
	#product_list-home li p.product_desc,
    #product_list-home li p.product_desc a {
        color:#666;
    }
 
    #product_list li .discount, ul#product_list li .on_sale, ul#product_list li .online_only {
        display: block;
        font-weight: bold;
        margin: 5px auto;
        padding: 1px 5px;
        color: #990000;
        text-transform: uppercase
    }
    #product_list li .discount {
        display: inline-block;
        font-size: 10px;
        color: #fff;
        background: none repeat scroll 0 0 #9B0000;
		margin:5px auto;
    }
 
    #product_list li .content_price, #product_list-home li .content_price {
        width: 245px;
        float: left;
    }
        #product_list li .price, #product_list-home li .price {
            display: block;
            padding-bottom: 15px;
            font-weight:bold;
            font-size: 16px;
            color:#990000
        }
        #product_list li span.availability {
            display:none; /* remove to show availability */
            color: #488C40
        }
    #product_list li .ajax_add_to_cart_button {
        padding-left: 20px
    }
    #product_list li .ajax_add_to_cart_button span {
        display: block;
        position: absolute;
        top: -1px;
        left: -12px;
        height: 26px;
        width: 26px;
        background: url(../img/icon/pict_add_cart.png) no-repeat 0 0 transparent
    }
    #product_list li p.compare {padding-bottom: 0;margin-top: 10px;}
	
	#product_list-home .bt {
	  background: none repeat scroll 0 0 #ffffff;
    border: medium none;
    color: #181818 !important;
    cursor: pointer;
    display: inline-block;
    font: 20px "Open Sans Condensed" !important;
    height: 30px !important;
    padding: 0 10px;
    text-align: center;
    text-decoration: none !important;
		-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	border-radius: 3px !important;
	
	/*padding:3px 7px;
	border:none;
	color:#fff;
	text-shadow:0 1px 0 #000;
	background:url(../img/bg_bt_compare.gif) repeat-x 0 0 #111;*/
}


#product_list-home .bt:hover {background: none repeat scroll 0 0 #f8f8f8;
    border: medium none;
    color: #888888 !important;}