.product-page .pic {
	float: right;
	width: 200px;
	text-align: center;
}

.product-page .pic img {
	border: 0;
}

.product-page .pic a {
	font-size: .9em;
	color: #333;
	text-decoration: none;
	padding-top: 10px;
}

.product-page .info-container {
	margin-right: 220px;
}

.product-page .price-and-cart {
	float: right;
	width: 100px;
	border: 1px solid #fff;
	text-align: center;
	padding: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.product-page .price-and-cart a {
	color: #900;
	font-weight: bold;
	text-decoration: none;
}

.product-page .price-and-cart a:hover {
	text-decoration: underline;
}

.your-price .product-label {
	font-weight: bold;
}

.product-price {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
	color: #900;
}

.product-msrp {
	background: #fff url(/images/msrp.png) no-repeat center center;
	font-style: italic;
}

.product-cart {
	margin-top: 10px;
}
