

a {
	color: #666;
}
a:hover {
	color: #fc8017;
}
table tr td{
	vertical-align: top;
}
h3 {
	margin: 0 0 2px;
}

form {
	margin: 0;
}
#guitar-purchase-envelope {
	overflow: hidden;
}
#customize {
	font-size: small;
	float: right;
	padding-right: 10px;
	width: 360px;
}

#preview {
	float: left;
	width: 240px;
}
#specs {
	float: right;
	width: 220px;
	font-size: 11px;
	padding: 10px 20px 20px 10px;
	background-color: #191919;
	margin-top: 50px;
}
.description {
	font-size: 11px;
	margin: 0;
}

.optionTable {
	font-size: x-small;
	background-color: #191919;
	width: 322px;
	margin-top: 15px;
}
.optionTable tr:hover {
	background-color: #333;
}

.description {
	color: #999;
}

.number {
	font-size: 33px;
	color: #fc8017;
	line-height: 30px;
}

.spec_list {
	color: #999;
	font-size: 10px;
	margin: 0;
	padding-left: 17px;
}

.spec_list li {
	line-height: 15px;
}

.spec_total {
	margin: 10px;
	font-weight: bold;
	text-align: right;
	float: right;
}

#checkout-envelope {
	width: 900px;
	clear: none;
	overflow: hidden;
}
#checkout-form {
	width: 430px;
	font-size: small;
	color: #b3b3b3;
	background-color: #191919;
	padding: 10px;
	float: left;
}

#checkout-invoice {
	padding: 20px;
	float: left;
	width: 410px;
}

#shipping {
	margin-top: 6px;
	margin-left: 17px;
}
#billing {
	margin-top: 6px;
	margin-left: 17px;
}

.guitar-title {
	font-size: small;
}
.subtotal {
	font-size: small;
}
.total {
	font-size: medium;
	margin: 4px 0 0;
	text-align: right;
}
.shipping_total {
	font-size: small;
	margin: 10px 0 0;
	text-align: right;
}
.guitar-spec {
	margin-top: 5px;
	width: 280px;
	margin-left: 60px;
}
.formError {
	color: #fc8017;
	font-size: x-small;
	margin-top: 2px;
}
.fieldWithErrors {
	border: 1px solid #fc8017;
}
#policies {
	color: #666;
	font-size: small;
	padding-bottom: 10px;
	width: 430px;
	margin-top: 20px;
}
#policy_display {
	width: 430px;
	border-top: 2px solid #666;
	color: #666;
	font-size: x-small;
}

#policy_display .policy-title {
	font-size: small;
	color: #666;
	margin-bottom: 2px;
	margin-top: 4px;
}
#policy_display p {
	margin-top: 4px;
	padding-bottom: 10px;
}
#cart-envelope {
	width: 900px;
	overflow: hidden;
}
.cart-item {
	float: left;
	background-color: #191919;
	margin-left: 20px;
	padding: 5px;
}
.cart-subtotal {
	font-size: small;
	float: right;
	padding-top: 4px;
}
.card-logo {
	padding-right: 5px;
	vertical-align: bottom;
}
.cvv-desc {
	font-size: xx-small;
	margin-top: 2px;
}