.product {
	border-top: 1px solid black;
	margin-top: 30px;
	padding-top: 20px;

	overflow: hidden;
	zoom: 1;
}
	.product .header {
		font-weight: bold;
		width: 100%;
		overflow: hidden;
		margin-bottom: 5px;
	}

		.product .header .title {
			font-size: 18px;
			color: #FF244D;
			float: left;
		}
		
		.product .header .price {
			font-size: 18px;
			text-align: right;
			float: right;
		}
			.product .header .price.discounted {
				color: green;
			}
		
			.product .header .price span {
				font-size: 14px;
			}

			.product .header .old-price {
				display: block;
				color: black;
				text-decoration: line-through;
				font-size: 14px;
			}
		
	.product .secondrow {
		overflow: hidden;
	}
		.product .secondrow .add_to_cart {
			float: right;
			clear: right;
		}

		.product .secondrow .category {
			font-size: 10px;
			float: left;
		}
		
	.product .image {
		float: left;
		margin-right: 20px;
	}
	
	.product .links {
		text-align: left;
		margin-top: 5px;
		font-size: 12px;
	}
	
		.product .links a {
			color: #333;
		}
		
		
.viewcart p.intro {
	margin-top: 12px;
	padding-top: 18px;
	border-top: 1px solid black;
}

.viewcart .checkout {
	width: 410px;
	border-spacing: 0px;
	border-collapse: collapse;
	margin-top: 15px;
}
	.viewcart .checkout tr {
	}
	
	.viewcart .checkout th {
		border: 3px solid #ffa800;
		background-color: #ffa800;
		color: white;
	}
	
	.viewcart .checkout td {
		background-color: #fff4e0;
		border: 3px solid #ffa800;
		padding: 3px 5px;
		margin: 0;
		text-align: center;
		font-weight: bold;
		font-size: 12px;
	}

.viewcart .qty input {
	width: 30px;
}

#ShippingMethod {
	margin: 0 0 1px 110px;
	text-align: justify;
	border-bottom: 3px solid #333;
	font-size: 12px;
	clear: both;
}

#OrderTotal {
	margin-left: 110px;
	border-top: 3px solid #333;
	padding-top: 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	overflow: hidden;
	line-height: 18px;
}
	#OrderTotal #TotalDisplay {
		float: right;
		font-size: 18px;
	}

#OrderSubtotal, #OrderDiscount {
	margin-left: 110px;
	padding: 10px 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	overflow: hidden;
	line-height: 18px;
}

	#OrderSubtotal #SubtotalDisplay {
		float: right;
		font-size: 12px;
	}

	#OrderDiscount #DiscountDisplay  {
		float: right;
		font-size: 12px;
		color: DarkGreen;
	}

#CartAddForm .input.promo {
	margin: 1em 0 0 0;
}

	#CartAddForm .input.promo label {
		width: 250px;
	}

	#CartAddForm .input.promo input {
		float: right;
		width: 100px;
		margin: 5px 5px 0 0;
		text-transform: uppercase;
	}

.submit.update {
	float: right;
	margin: 10px 5px 25px 5px;
	clear: both;
	overflow: hidden;
}

#Submit {
	border-top: 1px solid black;
	margin-top: 30px;
	padding-top: 15px;
	overflow: hidden;
}

	#Submit div input {
		float: right;
	}
	
.input label {
	width: 120px;
	margin-top: 4px;
	margin-right: 20px;
	display: block;
	float: left;
	clear: left;
	text-align: right;
	font-size: 12px;
}

.input.required label {
	font-weight: bold;
}

.input.required fieldset label {
	font-weight: normal;
}

.input.required fieldset legend {
	font-weight: bold;
}
.input.required .radioLabel {
	font-weight: bold;
}

.input.text input,
.input select,
.input textarea {
	display: block;
	float: left;
	clear: right;
	padding: 3px;
	border-top: 1px solid #abadb3;
	border-left: 1px solid #e3e9ef;
	border-right: 1px solid #e3e9ef;
	border-bottom: 1px solid #e3e9ef;
}

.input textarea { 
	font-family: sans-serif;
	font-size: 14px;
}

.input {
	overflow: hidden;
	padding: 5px 0;
	clear: both;
}

.expiry input, .expiry select {
	float: none;
	display: inline;
}

.error-message{
	margin-left: 10px;
	font-size: 11px;
	color: red;
	float: right;
	width: 110px;
	
}

.billing, .shipping, .payment {
	width: 100%;
}

hr {
	margin-top: 20px;
}

.order_number {
	font-size: 14px;
	font-weight: bold;
}

#AmazonLogo{
	margin: 30px 0px 0px 30px;
}

.music-button {
	vertical-align: middle;
	cursor: pointer;
}

