/* product */
#product .a {
	float: left;
	font-size: 10px;
	cursor: pointer;
}

#product .b {
	margin-bottom: 20px;
}

.prod-description {
	position: relative;
	float: right;
	width: 400px;
	background-color: #fff;
	border: 2px #db165e solid;
	color: #000;
	margin-bottom: 40px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
}

.prod-description p {
	margin: 10px;
}

.prod-options {
	clear: right;
	float: right;
	width: 400px;
	margin-bottom: 30px;
}

.prod-rating {
	position: relative;
	top: 5px;
	left: 5px;
}

.prod-price {
	position: relative;
	top: 24px;
	left: -2px;
	background: url('../image/price-tab.gif');
	width: 154px;
	text-align: center;
	height: 24px;
	font-weight: bold;
	font-size: 14px;
	color: #e34278;
}

.add-to-cart {
	background: url('../image/add-to-cart.gif');
	height: 31px;
	width: 205px;
	border-width: 0;
}

.input-btn {
	background: url('../image/input-btn.gif');
	width: 92px;
	height: 19px;
	color: #000;
	border-width: 0;
}
