@charset "UTF-8";

.targusStyle .productRow {
	float: left;
	width: 544px;
	margin: 7px 0 8px 0;
	padding: 0;
	border-bottom: 1px dashed #cfcba5;
}
.targusStyle .oneProduct {
	margin: 0 10px 0 0;
	text-align: center;
	float: left;
	width: 170px;
}
.targusStyle .oneProduct img {
	border: 0;
}
.targusStyle .oneProduct a {
	color: #820b00;
	font-weight: bold;

	text-decoration: none;
}
.targusStyle .oneProduct a:hover, .targusStyle .oneProduct a:active {
	text-decoration: underline;
}
.targusStyle .oneProduct .productImage {
	height: 90px;
	overflow: hidden;
}

.targusStyle .oneProduct .productName {
	margin-bottom: 3px;
}
.targusStyle .oneProduct .productPrice {
	color: #2e2b00;
	margin-bottom: 3px;
}
.targusStyle .oneProduct .addToCart {
	margin-bottom: 5px;
}
.targusStyle .oneProduct .sale, .targusStyle .oneProduct .new {
	position: absolute;
	margin: 5px 0 0 20px;
	width: 41px;
	height: 19px;
}
.targusStyle .oneProduct .sale {
	background-image: url(../img/products/sale.gif);
}
.targusStyle .oneProduct .new {
	background-image: url(../img/products/new.gif);
}