.ShoppingCart {
	margin-bottom: 50px;
}

.ShopCategory {
	width: 31%;
	padding: 10px;
	margin-right: 2%;
	float: left;
	text-align: center;
}

.ShopCategory img {
	width: 75%;
}
.ShopCategory h4 {
	color: #005596;
	font-size: 16px;
	text-transform: none;
	text-align: center;
	height: 65px;
}
.ShopCategory:last-of-type {
}
.shopCategoryWrapper {margin-top: 25px;} 
ul.PriceLevels {
	list-style: none;
	font-size: 14px;
	margin: 0px;
	line-height: 18px;
}
ul.PriceLevels li {
	margin:3px 0;
}
.margin-top-20 {
	margin-top: 20px;
}

.Product {
	margin: 10px 0px 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d3d3d3;
}
.Product:first-of-type {
	border-top: 1px solid #d3d3d3;
}

.Product p {margin-bottom: 5px;}
.Product .productPrice {
	font-size: 18px;
}
.ShopDetails .subImage {
	width: 25%;
	margin: 1%;
	float: left;
	min-height: 180px;
}
.ShopDetails .subImage .ImageLink {
	cursor: pointer;
}
.checkoutLeft {
	float: left;
	width: 55%; 
	margin-right: 2%;
}

.checkoutRight {
	float: left;
	width: 43%;
}
.header div {
	float: left;
	font-weight: bold;
}

.Product .Logo img,
.Product .Image img {
	max-width: 100%;
}
.header .Logo,
.header .Image,
.header .Price,
.header .Quantity,
.header .SubTotal,
.Product .SubTotal,
.Product .Quantity,
.Product .Price,
.Product .Logo,
.Product .Image {
	width: 100%;
	max-width: 9%;
	margin: 1%;
	float: left;
}
.header .Details,
.header .Additions,
.Product .Additions,
.Product .Details {
	width: 100%;
	max-width: 24%;
	margin: 1%;
	float: left;
}
.Product .Additions textarea {
	width: 100%;
}
.Product .QuantityField {
	width: 100%;
	padding: 10px;
	border-radius: 5px;
}
.Product .SubTotal span,
.Product .Quantity span,
.Product .Price span,
.Product .Logo span,
.Product .Image  span,
.Product .Additions>span,
.Product .Details span {
	width: 100%;
	display: none;
}
.Product .Details h3 {
	font-size: 24px;
}
td {
	font-size: 15px;
}

td.Head {
	background-color: #c92030; 
	color: #FFFFFF; 
	font-size: 16px;
	line-height: 24px;
	padding: 10px;
}
td.label {
	padding-right: 25px;
	line-height: 45px;
}

td span.required,
a.delete {
	color: red;
	font-size: 16px;
}

td span.small {font-size: 11px;}
td input[type=checkbox] { width: 30px;}

#cc_expire_month,
#cc_expire_year {
	width: 34%;
}
.Subscribe select,
.Subscribe input {
	width: 100%;
	padding: 10px;
	border-radius: 3px;
}

#accordion p a {
	color:#ED7774;
}
#accordion div.goback {
	color:#ED7774;
	cursor:pointer;
	margin-bottom: 15px;
}

#interior #accordion h3 {
	padding: 15px 20px;
	font-size: 20px;
	color: #000;
	background: #f3f3f3;
	cursor: pointer;
	margin-top: 5px;
	margin-bottom: 0px;
	border: 1px solid #333;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
#interior #accordion div.wrapper {
	padding: 15px;
	display: none;
	border-top: 0px;
	border-bottom: 1px solid #c9c9c9;
	border-left: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
#interior #accordion div.wrapper:first-of-type {
	display: block;
}
#accordion .ShippingOptions {
	text-align: center;
	width: 90%;
	margin: 0 auto;
}
#accordion .ShippingOptions2 {
	text-align: center;
	width: 50%;
	margin: 0 auto;
}
#accordion .shippingType {
}
#accordion .button {
	cursor: pointer;
	width: 49%;
	font-size: 18px;
	float: left;
	cursor: pointer;
	color: #fff;
}

#accordion .ShippingOptions2 .button {
	width: 100%;
}
#accordion .button:first-of-type {
	margin-right: 2%;
}
#accordion .button:hover {color: #fff;}
#accordion .button.active {
	border: 2px solid #000;
	background-color:#8a0915;
	color: #fff;
}
#deliveryError {
	text-align:center;
}
.ShoppingCartSummary {margin-bottom: 50px;}
.footerTotal {font-size: 16px; font-weight: bold; margin-top: 15px;}
div.required {color: red; font-weight: bold;margin: 10px 0px;}
.checkout span.required{color: red; padding-left: 5px;}
.checkout label {
	width: 25%;
	margin-right: 2%;
	display: block;
	float: left;
	font-size: 16px;
	line-height: 40px;
	text-align: right;
	color: #000;
}
.logo label,
.additionalFees label {
	width: 15%;
	margin-right: 2%;
	display: block;
	float: left;
	font-size: 16px;
	line-height: 40px;
	text-align: right;
	color: #000;
}
.logo {margin-top: 15px;}
.logo label{
	width: 100%;
}
.logo img {
	width: 75px;
	max-width: 75px;
	float: none;
	margin: 0;
	padding: 0;
}
.checkout div#ShippingOptions,
.checkout input,
.checkout select {
	width: 73%;
	padding: 10px 6px;
	color: #707070;
	border: 1px solid #999;
	border-radius: 3px;
}
.checkout div#ShippingOptions{ 
	padding: 0px;
	border: 0px;
	float: left;
	font-size: 16px;
	line-height: 40px;

}
.checkout input[type=radio] {
	width: 30px;
}

.checkout .inputElement {
	margin-bottom: 5px;
}
.checkout h4 {
	font-size: 22px; 
	border-bottom: 1px solid #d3d3d3;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.checkout {margin-bottom: 50px;}
#customRequirements {
	margin: 0px;
	padding: 10px 0px;
	border-top: 0px solid #d3d3d3;
	border-bottom: 0px solid #d3d3d3;
}
#customRequirements a { color: #A51E36;}
#customRequirements a:hover { color: #000;}
#customRequirements label {
	width: 100%;
	line-height: 25px;
	margin-bottom: 10px;
}
#customRequirements select,
#customRequirements input {
	padding: 10px;
	border-radius: 3px;
	border: 1px solid #999;
	width: 100%;
	margin-bottom: 10px;
}
#customRequirements .optional {display: none;}
@media (max-width:610px) {
	.checkoutLeft,
	.checkoutRight {
		float: left;
		width: 100%;
		margin: 0px;
	}
}
@media (max-width:790px) {
	.Product {
		border: 1px solid #d3d3d3;
		margin: 10px;
		padding: 10px;
	}
	.header .Logo,
	.header .Image,
	.header .Price,
	.header .Quantity,
	.header .SubTotal,
	.header .Details,
	.header .Additions {
		display: none;
	}
	.Product .Image ,
	.Product .Logo {
		text-align: center;
	}
	
	.Product .SubTotal,
	.Product .Quantity,
	.Product .Price,
	.Product .Logo,
	.Product .Image ,
	.Product .Additions,
	.Product .Details {
		max-width: 100%;
		margin: 5px 0px;
	}
	.Product .SubTotal span,
	.Product .Quantity span,
	.Product .Price span,
	.Product .Logo span,
	.Product .Image  span,
	.Product .Additions span,
	.Product .Details span {
		text-align: left;
		display: block;
		max-width: 100%;
		padding-bottom: 5px;
		border-bottom: 1px solid #f3f3f3;
		margin: 15px 0px 5px;
		font-weight: bold;
	}
	.Product .Additions .fee {
		margin-bottom: 5px;
	}
	.Product .Additions .fee span {
		display: inline-block;
		width: auto;
		border: 0px; 
		margin: 0px;
	}
	#accordion .button {
		width: 100%;
		margin: 0 0 10 0;
		padding: 10px;
		font-size: 14px;
	}
	.checkout label {
		width: 100%;
		text-align: left;
	}
	.checkout input,
	.checkout select {
		width: 100%;
	}
	.receiptImage {display:none;}
}
