/* product-list.tpl */
ul#product_list { margin-top: 5px; list-style-type: none }
ul#product_list li {
    width: 185px;
    height: 320px;
    float:left;
    text-align: center;
	border: solid 2px #423932;
    margin: 5px;
    overflow: hidden;
}

ul#product_list li:hover {
}

ul#product_list li a {
	text-decoration: none;
    display: block;
    height:100%;
	color: #000
}
ul#product_list li h3 a {
    font-size: 16px;
    height: 45px;
    overflow: hidden;
}
ul#product_list li a.product_img_link{
    margin: 0 auto;
}

ul#product_list .info_block{
    height: 200px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
ul#product_list .product_footer{
    padding: 0 5px 5px;
    z-index: 9999;
    position: relative;
}

ul#product_list a.product_img_link img { max-height: 200px;}
ul#product_list li h3 { margin: 0.4em 0 }
ul#product_list li .new {
	background: transparent url(../img/flag_new_bg.jpg) repeat-x scroll 0%;
	border: 1px solid #488C40;
	color: white;
	font-size: 0.6em;
	font-weight: bold;
	margin: 0 1em 0 0;
	padding: 0 0.4em;
	text-transform: uppercase;
	vertical-align: 0.3em
}
ul#product_list li p.product_desc {
    background: url(../img/cornelia/transp.png);
    margin: 0;
    padding: 5px 10px;
    position: relative;
    bottom: -200px;
    height: 200px;
	font-size: 0.92em;
    text-align: left;
    display: none;
    z-index: 1;
}

ul#product_list li .discount, ul#product_list li .on_sale, ul#product_list li .online_only {

}
span.on_sale,
span.new_product{
    z-index: 100;
    margin-bottom: -95px;
    position: relative;
    float: right;
    background-color: transparent !important;
    text-align; right;
}

ul#product_list li .reduction {
	display: block;
	margin-bottom: 0.3em
}
ul#product_list li .price {
	display: block;
    font-size: 24px;
	margin-bottom: 0.2em
}
ul#product_list li span.availability {
	color: #488c40;
	font-size: 0.9em
}
ul#product_list li a.button { margin-top: 0.5em }
ul#product_list li p.compare input { vertical-align: text-bottom }
