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

.details_cart_preview {
	float:right;
	clear: right;
	width: 100%; 
	border-top: solid 1px #37251B;
}
.details_cart_preview a {
	float:right;
	clear: right;
	margin-top:10px;
	border: solid 4px #5E412A;
	padding: 3px 40px;
	background: transparent url(/images/galloways/contentheading_bg.png) no-repeat scroll 0 0;
	color: #37251B;
	font-weight:bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.details_cart_preview a:hover {
	border-color:#B07450;
	text-decoration:none;
}