/* LIST-VIEW PRODUCTS */
#list-view .product{
	background:#eef5f6 url(/images/product-box115-x-115.png) no-repeat 10px 9px;
	overflow:hidden;
	min-height:135px;
	height:auto !important;
	height:135px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}
#list-view .odd{
	background-color:#FFF;
}
#list-view .product .image,
#list-view .product .col-1,
#list-view .product .col-2{
	float:left;
	position:relative;
	top:16px;
}
#list-view .product .image{
	display:block;
	height:100px;
	width:100px;
	left:17px;
	top:17px;
}
#list-view .product .image img{
	height:100px;
	width:100px;
}
#list-view .product .col-1{
	left:35px;
	width:330px;
}
#list-view .product h3{	
	line-height:18px;
	font-weight:bold;
	margin-bottom:10px;
	padding:0;
}
#list-view .product h3 a{
	text-decoration:none;
}
#list-view .product h3 a:hover{
	text-decoration:underline;
}
#list-view .product p{
	font-size:11px;
	line-height:18px;
}
#list-view p.price {
	color:#404040;
	font-size:12px;
	font-weight:bold;
	line-height:19px;
}
#list-view p.regular-price{
	color:#999;
	text-decoration:line-through;
	padding-bottom:0;
}
#list-view p.marked-down{
	color:#f00;
}
#list-view .product .col-2{
	float:right;
	margin-right:10px;
	text-align:right;
	width:150px;
}
span.il {
	border-top:1px solid #6b90da;
	border-bottom:1px solid #6b90da;
	background:#f0f7f9
}
