@charset "utf-8";
/* CSS Document */
h3 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #4C1B1B;
}
span#required_info {
	font-size: .9em;
	font-style: oblique;
}
table#account_info input {
	font-family:"Trebuchet MS", Times, serif;
	font-size: 14px;
	color: #333;
}
td.messageStackSuccess {
	font-weight: bold;
	color: #B9121B;
	font-size: 1.05em;
}
.mainlogin {
	font-family:"Trebuchet MS", Times, serif;
	font-size: .85em;
}
.contentmargin {
	font-family:"Trebuchet MS", Times, serif;
	font-size: .85em;
}
.cart_explain {
	font-family: "Trebuchet MS", Times, serif;
	font-size: .8em;
	width: 95%;
	padding: 10px;
}
.cart_explain p {
margin:0;
padding:0 0 15px 0;
}
.cart_explain h3, h4 {
	color: #4C1B1B;
	margin: 0;
	padding: 0;
}
.visitorscart {
	text-align: center;
	height: 50px;
}
.visitorscart2 {
	background-color: #F6E497;
	color: #B9121B;
	padding: 10px;
	width: 70%;
	margin: 10px auto;
	border: 2px solid #BD8D46;
}
.sign_in {
	height: 25px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
td.messageStackError {
	text-align: center;
	color: #B9121B;
	font-weight: bold;
	font-size: 24px;
}
fieldset#new_division {
	border: 1px solid #BD8D46;
	padding: 5px 0px 5px 15px;
}
fieldset#new_division legend{
	font-weight: bold;
	font-size: 1.2em;
	color: #4c1B1B;
}
fieldset#return_customer {
	border: 1px solid #BD8D46;
	padding: 5px 0px 5px 15px;
}
fieldset#return_customer legend{
	font-weight: bold;
	font-size: 1.2em;
	color: #4c1B1B;
}
div#new_customer {
	float: left;
	display: block;
	width: 46%;
	margin: 0 15px;
}
div#returning_customer {
	float: left;
	display: block;
	width: 46%;
	margin: 0 15px;
}
div.customer_text {
	padding: 10px;
}
div.customer_button {
	margin: 10px 5px 5px 0;
	text-align: right;
}
.pword_header {
	color: #4C1B1B;
	font-weight: bold;
	font-size: 1.2em;
}
.pword_content {
	padding: 0 0 0 25px;
}
fieldset.checkout_fieldset {
	border: 1px solid #BD8D46;
	padding: 5px 0px 5px 15px;
	margin-left:13px;
}

fieldset.checkout_fieldset legend{
	font-weight: bold;
	color: #4c1B1B;
}
div#current_address p{
	margin: 15px 0px 10px 13px;
}
div#current_address img{
	margin: auto 0px;
	float: right;
}
div#current_address {
	float: left;
	margin: 5px 15px 5px 0px;
}
div#shipping_method {
	margin: 5px 15px 5px 0px;
}
div#shipping_comments {
	margin: 5px 15px 5px 13px;
	width: 47%;
}
div#shipping_comments p {
	margin:0;
	padding:0;
}
div#continue_button {
	text-align:right;
}
div#checkout_procedure {
	margin-top: 25px;
}
td.shippingmethod {
	height: 110%;
}
.checkout_shipping {
	width: 450px;
}
.billing_address {
	width: 750px;
}
.final_cart {
	padding: 10px;
}
td.googlecheckout img {
	margin: 0 50px 0 0;
}