/* product-list.tpl */
ul#product_list { margin-top: 2em; list-style-type: none }
ul#product_list li {
    float: left;
    height: 280px;
    margin-bottom: 0.8em;
    min-height: 130px;
    padding-right: 16px;
    width: 180px;
}
* html ul#product_list li {
	height: auto !important;
	height: 130px
}
ul#product_list li a {
	text-decoration: none;
	color: #374853
}
ul#product_list a.product_img_link {

	float: left;
	margin-right: 0.6em
}
ul#product_list a.product_img_link img { vertical-align: bottom; display: block }
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 {
	margin-bottom: 0;
	font-size: 0.92em
}
ul#product_list li div.center_block {
    border: 1px solid #DEE5EF;
    float: left;
    height: inherit;
    margin: 0 0 5px 14px;
    overflow: hidden;
    text-align: center;
    width: 180px;
}
ul#product_list li div.right_block {
	float: left;
	width: 11em;
	text-align: right;
	margin-left: 0.8em;
	margin-top: 0
}
ul#product_list li .discount, ul#product_list li .on_sale, ul#product_list li .online_only {
	color: #da0f00;
	text-transform: uppercase;
	font-weight: bold;
	display: block
}
ul#product_list li .reduction {
	display: block;
	margin-bottom: 0.3em
}
ul#product_list li .price {
	display: block;
	font-size: 1.5em;
	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 }

div.tlpDeptItemTopCap {
    background-image: url("../img/blue_gradient_top_180x15.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    height: 20px;
    overflow: hidden;
    width: 180px;
}

div.tlpDeptItemBottomCap {
    background-image: url("../img/blue_gradient_bottom_180x15.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 15px;
    overflow: hidden;
    width: 180px;
}


div#product_list { margin-top: 1em; list-style-type: none }
div#product_list li {
    float: left;
    height: 300px;
    margin-bottom: 0.8em;
    min-height: 130px;
    padding-right: 16px;
    width: 180px;
}
* html div#product_list li {
	height: auto !important;
	height: 130px
}
div#product_list li a {
	text-decoration: none;
	color: #003D7E
	font-family: Arial, FreeSans, sans-serif;
	font-size:12px;
}
div#product_list a.product_img_link {

	float: left;
	margin-right: 0.6em
}
div#product_list a.product_img_link img { vertical-align: bottom; display: block }
div#product_list li h3 { margin: 0.4em 0 }
div#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
}
div#product_list li p.product_desc {
	margin-bottom: 0;
	font-size: 0.92em
}
div#product_list li div.center_block {
    border: 1px solid #DEE5EF;
    float: left;
    height: inherit;
    margin: 0 0 5px 14px;
    overflow: hidden;
    text-align: center;
    width: 180px;
}
div#product_list li div.right_block {
	float: left;
	width: 11em;
	text-align: right;
	margin-left: 0.8em;
	margin-top: 0
}
div#product_list li .discount, div#product_list li .on_sale, div#product_list li .online_only {
	color: #da0f00;
	text-transform: uppercase;
	font-weight: bold;
	display: block
}
div#product_list li .reduction {
	display: block;
	margin-bottom: 0.3em
}
div#product_list li .price {
	display: block;
	font-size: 1.5em;
	margin-bottom: 0.2em
}
div#product_list li span.availability {
	color: #488c40;
	font-size: 0.9em
}
div#product_list li a.button { margin-top: 0.5em }
div#product_list li p.compare input { vertical-align: text-bottom }
div#product_list li{ list-style:none;}