#products {

	margin:0px 0px 5px 0px;

}

#products div.product {

	width:320px;

	padding:20px 0px 20px 0px;

	border-bottom:#d0d0d0 dotted 1px;

}

#products div.odd {

	clear:both;

	float:left;

}

#products div.even {

	float:right;

}

#products div.product img {

	float:left;

	width:130px;

	height:130px;

	padding:0px 10px 0px 0px;

}

#products div.product div.details {

	float:left;

	width:180px;

}

#products div.product div.details div.desc {

	font-size:1.2em;

	line-height:14px;

	height:56px;

	margin:0px 0px 16px 0px;

	overflow:hidden;

	border:#ffffff solid 1px;

}

#products div.product div.details div.short {

	height:42px;

	margin:0px 0px 9px 0px;

	border:none;

}

#products div.product div.details div.desc a {

	color:#626262;

	text-decoration:none;

}

#products div.product div.details div.desc a:hover {

	color:#446f72;

	text-decoration:none;

}

#products div.product div.details div.coupon {

	line-height:14px;

	display:block;

	color:#ff9900;

	background:#fff4e3;

	border:#ff9900 solid 1px;

	text-decoration:none;

	padding:5px 0px 5px 0px;

	margin:0px 30px 7px 0px;

	text-align:center;

}

#products div.product div.details div.coupon span {

	font-size:1.6em;

	line-height:20px;

}

#products div.product div.details div.special {

	font-size:1.2em;

	line-height:14px;

	height:14px;

	display:block;

	color:#ff9900;

	background:#fff4e3;

	border:#ff9900 solid 1px;

	text-decoration:none;

	margin:0px 30px 7px 0px;

	text-align:center;

}

#products div.product div.details div.price {

	font-size:1.4em;

	line-height:16px;

	font-weight:bold;

	clear:left;

	float:left;

	text-align:left;

	overflow:hidden;

	padding:0px 15px 0px 0px;

}

#products div.product div.details div.msrp {

	font-size:1.1em;

	line-height:16px;

	float:left;

	text-align:left;

}

#products div.product div.details div.list_price {

	float:left;

	font-size:1.1em;

	text-decoration:line-through;

	line-height:16px;

	color:#d11b1b;

	padding:0px 0px 0px 0px;

	margin:0px 0px 0px 0px;

}

.listblack {

    color: #626262

}

#products div.product div.details div.buy_now a {
	text-align:center;
	background-color: #626262;
  	border: 2px #626262 outset;
  	color: #A5F0F3;
	font-size:1.4em;
	line-height:16px;
	font-weight:bold;
	display:block;
	width:87px;
	float:left;
	padding:0px 5px 0px 5px;

}

#products div.product div.details div.buy_now a:hover {
	color: #FFFFFF;
}

#products div.product div.details div.buy_now a.nostock {
  	border: 0px;
	background-color: #FFFFFF;
	color:#000;
	cursor:text;
}
