@charset "utf-8";
/* CSS Document */

.content_inner .product {
	_height: 0;
}
.product .thumbnail {
	float: left;
	text-align: right;
	position: relative;
}
.product .boxcontent {
	margin: 10px 25px 10px 10px;
	overflow: hidden;
	text-align: left;
}
.product .details div {
	margin-bottom: 5px;
}
.product .description {
	overflow: hidden;
	/*height: 80px; /*if removed doesnt work with ie!*/
	color: #999999;
}
.product .title {
	COLOR: #333333;
	FONT-FAMILY: arial, helvetica, 'sans serif';
	FONT-SIZE: 1.3em;
	TEXT-DECORATION: none;
	font-weight: bold;
	text-transform: capitalize;
}
.product .price {
	COLOR: #333333;
	FONT-FAMILY: arial, helvetica, 'sans serif';
	FONT-SIZE: 1.2em;
}
.product .buttons {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
