#products_t {
}
#products_t div.product {
	width:162px;
	height:230px;
	float:left;
	text-align:center;
	padding:20px 30px 0px 30px;
	border-bottom:#d0d0d0 dotted 1px;
}
#products_t div.product img {
	width:130px;
	height:130px;
}
#products_t div.product div.desc {
	font-size:1.2em;
	line-height:14px;
	height:42px;
	margin:5px 0px 10px 0px;
	overflow:hidden;
	border:#ffffff solid 1px;
}
#products_t div.product div.short {
	height:28px;
	margin:5px 0px 3px 0px;
	border:none;
}
#products_t div.product div.desc a {
	color:#616161;
	text-decoration:none;
}
#products_t div.product div.desc a:hover {
	color:#446f72;
	text-decoration:none;
}
#products_t div.product 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 0px 7px 0px;
}
#products_t div.product div.price {
	font-size:1.4em;
	line-height:16px;
	font-weight:bold;
	float:left;
	width:65px;
	line-height:14px;
	text-align:left;
	overflow:hidden;
}
#products_t div.product div.buy_now a {
	text-align:center;
	background-color: #626262;
  	border: 2px #626262 outset;
  	color: #A5F0F3;
	font-size:1.4em;
	line-height:14px;
	font-weight:bold;
	display:block;
	width:80px;
	float:left;
	padding:0px 3px 0px 3px;
}

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

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