.productprice .details {
	margin-left: 3px;
}

.product .details input.submit {
	margin: 0px 3px;
	top: 6px;
	position: relative;
	border: 2px solid rgb(150,200,255);
	border-bottom-color: rgb(100,150,255);
	border-right-color: rgb(100,150,255);
	padding: 1px 7px;
}

.product {
	border-bottom: 1px solid rgb(200,222,255);
	margin-top: 25px;
}

.product img {
}

.product .productdetails {
	width: 530px;
	height: 160px;
	overflow: auto;
}

.product .price, .product .order {
	text-align: center;
	width: 210px;
}

.product .price {
	font-weight: bold;
	font-size: 135%;
	margin-bottom: 20px;
}

.product .order {
	padding-bottom: 15px;
}

.product .photo img {
	border: 0px;
}

.product .more_info {
	font-weight: bold;
	padding-left: 60px;
}

.product .more_info a, .product .more_info a:link, .product .more_info a:visited {
	color: rgb(50,120,255);
}
