/***********************************************************
	/css/new_product.css 
***********************************************************/

.new-product {
	margin: 0 0 0 183px;
}

.new-product a {
	display: block;
	float: left;
	width: 100px;
	margin-right: 2px;
	padding: 8px 10px;
	background: white;
	text-decoration: none;
	font-size: 90%;
	border: solid 1px #ededed;
	border-radius: 10px; behavior: url(/css/ie-css3.htc); -moz-border-radius: 10px; -webkit-border-radius: 10px; 
}
.new-product a.last-child { margin-right: 0; }

.new-product a img { width: 100px; height: 100px; }
.new-product a .name{
	text-decoration: underline;
	font-weight: bold;
	min-height: 2.6em;
	*height: 3em;
}
.new-product a:hover .name{ text-decoration:none; }

.new-product a .price{
	padding: 0 0 5px 0;
}

.new-product a .promo-name{
	text-decoration: underline;
	font-weight: bold;
	float:left;

	}
	
.new-product a .promo-terms{
	font-size:11px;
	color:#666;
	float:left;
	*width:85px;
	
	

}
.new-product img.promo-title{
	width: 79px;
	height:105px;
	float:left;

}

.new-product img.promo-pen{
	padding-left:5px;
	width: 14px;
	height:115px;
	float:left;

}

.new-product img.shipping{
	padding-top: 10px;;
	width: 48px;
	height:48px;

}

.new-product a .shipping-text{
	padding: 0;
}

.new-product .last-child h2{margin-top:5px;}