.emailImage
{
    display: none;
    padding-bottom: 28px;
}

.orderLayout
{
    border-collapse: collapse;
    border: 1px solid #000000;
}
.orderLayout td
{
    border: 1px solid #000000;
    padding: 15px;
}

.orderLayout h2, .orderLayout h3 
{
    font-weight: normal !important;
    font-size: 100% !important;
    margin: 0px !important;
}
.orderLayout .mini.confirm .shopItem p, .orderLayout .mini.confirm .shopItem p strong
{
    color: #C3000D;
}
.orderLayout .basketTotal
{
    width: 100%;
    color: #3c3a3f;
}

.orderPageVan
{
	padding: 200px 0px 0px 10px;
}

h1
{
    margin-top: 0px;
}

#vertical_container
{
	border-top: 2px solid #AAC055;
	border-left: 2px solid #AAC055;
}
.sectionIntro
{
	padding: 10px;
	background-color: #f2f6e4;
	color: #70716f;
}
.sectionMultiple
{
    font-size: 70%;
}
.sectionIntro h2
{
	font-size: 120% !important;
	color: #3c3a3f !important;
	margin: 0px !important;
}
.sectionIntro h2 strong
{
	color: #86A40C;
}
.sectionItems
{
	padding: 10px;
}
.shopItem
{
	border-bottom: 2px solid #AAC055;
	margin-bottom: 10px;
	
	min-height: 80px;
	overflow: auto;
}
.itemImage
{
	display: block;
	float: left;
	margin: 0px 10px 10px 0px;
	width: 70px;
	height: 70px;
	background-color: #eeeeee;
}
.itemInfo
{
	display: block;
    float: left;
    width: 260px;
}
.itemInfo p
{
	font-size: 80%;
	color: #8d8e89;
}
.itemInfo p strong
{
	font-size: 120%;
	color: #86A40C;
}
.extraInfo
{
    margin-bottom: 10px;
}
.quantitySelector
{
	float: right;
	height: 1.2em;
}
.itemInfo a img
{
	display: block;
	float: left;
	height: 100%;
	margin: 1px 1px 0px 1px;
	
	font-size: 90%;
	font-weight: bold;
}
.itemQuantity
{
	display: block;
	float: left;
	
	width: 1.4em;
	height: 100%;
	border: 1px solid #d4d4d4;
	
	text-align: center;
	vertical-align: middle;

	font-size: 90%;
	font-weight: bold;
}
.summary
{
	font-weight: bold;
	color: #C3000D;
}
.spaces
{
	font-size: 80%;
	color: #C3000D;
}
.useBy
{
	text-align: left;
	margin: 0px;
	font-size: 80%;
	font-weight: bold;
	color: #8d8e89;
}


p.accordion_toggle
{
	background-color: transparent;
	text-align: left;
	font-size: 80%;
	font-weight: bold;
	color: #8d8e89;
}
.accordion_content
{
	clear: both;
	font-size: 90%;
}

/*Right hand panel*/
.iconVan
{
	position: relative;
	float: right;
	margin-top: 0px;
}
#basketPanel
{
	/*position: fixed;*/
	
	width: 220px;
	margin-left: 20px;
	background-color: #91b11b;
}
#postCodeCheck, #placeDate, .voucherBox
{
	padding: 10px;
	color: #FFFFFF;
	font-size: 90%;
}
#postCodeCheck h1
{
	margin: 0px;
	font-size: 100%;
	color: #FFFFFF;
}

#Delivery_feedback a
{
    color: #C3000D;
}


#basket
{
	padding: 10px;
	background-color: #FFFFFF;
	border-left: 2px solid #cddc98;
	border-right: 2px solid #cddc98;
}
table.orderDate
{
    width: 100%;
}
table.orderDate h1
{
    font-size: 120%;
    margin: 0px;
}
table.orderDate td
{
    border: none;
    padding: 0px;
}
table.basketTotal
{
    border-collapse: collapse;
    margin-bottom: 20px;
    width: 50%;
}
table.basketTotal td
{
    border: none;
    padding: 0px;
}
.basketTotal
{
	font-weight: bold;
	color: #86A40C;
}
.basketTotal strong
{
	color: #505050;
}
.basketTotal span
{
    font-size: 70%;
}
.basketTotal .money
{
    text-align: right;
}
.basketTotal .large
{
    font-size: 110%;
	color: #C3000D;
}
.basketTotal .large strong
{
	color: #C3000D;
}
.iconBasket
{
	position: relative;
	float: right;
	margin-top: -15px;
}

.mini 
{
	font-size: 85%;
}
#col3 .mini h2
{
	font-size: 100%;
	color: #C3000D;
	margin: 0px 0px 5px 0px;
}
.mini .shopItem
{
	clear: both;
	border: none;
	margin: 0px;
	min-height: 0px;
}
.mini .shopItem p
{
	margin: 0px;
	font-weight: bold;
	color: #86A40C;
}
.mini .shopItem p strong
{
	color: #505050;
}
.mini .shopItem img
{
	padding-left: 3px;
	float: right;
}
.mini .summary
{
	font-weight: normal;
}

.mini.address
{
    padding-top: 40px;
}
.mini.address p, .mini.address h3
{
    color: #505050;
    margin-bottom: 0px;
}

.checkoutButton
{
	position: relative;
	top: 20px;
	display: block;
	/*margin-bottom: -20px;*/
	text-align: right;
}
.checkoutButton img
{
	display: inline;
}
#checkoutFeedback
{
	padding: 0px;
	font-size: 80%;
	color: #C3000D;
}

/*The form*/
#col2 .formLayout h3
{
	margin-bottom: 10px;
}
#col2 label
{
	display: block;
	float: left;
	width: 30%;
}
#col2 .checkbox
{
	clear: both;
}
#col2 .checkbox label
{
	display: inline;
	float: none;
	width: auto;
}
#otherInstructions
{
	padding-top: 10px;
}
.showAddress
{
    display: block;
    height: auto;
}
.hideAddress
{
    display: none;
    height: 0px;
}

/*Confirmation*/
.addressTwoUp
{
    width: 50%;
    float: left;
}
.confirmButtons a
{
	display: inline;
}
.confirmButtons
{
	text-align: center;
}
.confirmButtons img
{
	display: inline;
	padding: 5px 0px;
}
#submit
{
    padding-top: 10px;
}


/* Additions section */
.perMains
{
    display: none;
}

#section_1 .sectionIntro
{
    background-color: #EEEEEE;
}
#section_1
{
    border-right: 2px solid #EEEEEE;
    margin-bottom: 10px;
}
#section_1 .shopItem
{
    border-bottom: 2px solid #EEEEEE;
}
#section_1 .perMains
{
    display: inline;
}

.doubleCheck
{
    color: #C3000D;
    font-size: 1.25em;
}