@charset "utf-8";
/* CSS Document */
.costpanel {
	float: left;
	width: 280px;
	margin-top: 5px;
	border-top: 1px dotted #999;
	padding-top: 2px;
}
.costpanela {
	float: left;
	width: 140px;
}
.price {
	font-weight: bold;
	color: #030;
}
.price2 {
	font-size: 12px;
	color: #666;
}
.prod_id {
	font-size: 12px;
	color: #666;
}
.product {
	float: left;
	width: 440px;
	margin-left: 20px;
	height: 160px;
	padding: 5px;
	border: 1px solid #666;
	font-size: 12px;
}
.prodpic {
	float: left;
	height: 150px;
	width: 150px;
	font-size: 12px;
}
.cart_add {
	float: left;
	width: 150px;
}
.cart_view {
	text-align: center;
}
/* LINKS ------------------------------------ */
a.ym:link, a.ym:visited, a.ym:active {
	text-decoration: none;
	background: url(../product-items/yakmama1.jpg);
	float: left;
	height: 85px;
	width: 155px;
}
a.ym:hover {
	text-decoration: none;
	background: url(../product-items/yakmama2.jpg);
	float: left;
	height: 85px;
	width: 155px;
}

