/* redefined html tags */
body
{
	color: #181818;
	font-family:'Trebuchet MS', Helvetica, sans-serif;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 13px;
	background-color: #ffffff;
	margin: 0;
}

.size14 {
	font-size: 14px !important;
}

#aspnetForm {
	margin: 0 !important;
}

table
{
	font-size:100%;
}
img
{
	border: 0;
}
a
{
	color: #2A8A15;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	text-decoration:underline;
}

h2
{
	color: #000000;
	font-size: 32px;
	font-weight: normal;
}

h3
{
	color: #2A8A15;
	font-size: 16px;
	margin-top: 40px;
}

/* classes */
.clearBoth
{
	clear: both;
}
div.hr
{
	height: 15px;
	background: url(../Images/content_divider.gif) no-repeat scroll left;
	margin-bottom: 20px;
	margin-top: 20px;
}
div.hr hr
{
	display: none;
}
.sep
{
	font-weight:bold;
	margin:0 4px;
}
.button
{
	background-color: #5CA61F;
	background-image: -webkit-linear-gradient(#5CA61F 30%, #1F760C 100%);
	background-image: -moz-linear-gradient(#5CA61F 30%, #1F760C 100%);
	background-image: -o-linear-gradient(#5CA61F 30%, #1F760C 100%);
	background-image: -ms-linear-gradient(#5CA61F 30%, #1F760C 100%);
	background-image: linear-gradient(#5CA61F 30%, #1F760C 100%);
	border: 1px solid #2A8A15;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: bold;
	line-height: 1.2857;
	margin: 0;
	padding: 0.2857em 1.2857em;
	vertical-align: middle;
}

.button:hover
{
	background-color: #5CA61F;
	background-image: -webkit-linear-gradient(#1F760C 30%, #5CA61F 100%);
	background-image: -moz-linear-gradient(#1F760C 30%, #5CA61F 100%);
	background-image: -o-linear-gradient(#1F760C 30%, #5CA61F 100%);
	background-image: -ms-linear-gradient(#1F760C 30%, #5CA61F 100%);
	background-image: linear-gradient(#1F760C 30%, #5CA61F 100%);
	border: 1px solid #2A8A15;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: bold;
	line-height: 1.2857;
	margin: 0;
	padding: 0.2857em 1.2857em;
	vertical-align: middle;
}


.noticeBox
{
}
.req
{
	font-weight:bold;
	color:#802801;
}
.error, .paymentErrors
{
	font-weight:bold;
	color: #c42c2c !important;
}
.smallPrint
{
	margin-top:10px;
	font-size: 11px;
	width: 560px;
	display: block;
}
.SMALLPRINT
{
	margin-top:10px;
	font-size: 11px;
	width: 560px;
	display: block;
}
.tdsIframe
{
	width:100%;
	height:480px;
	border:0;
	margin-top:30px;
}

.tdsSecurityText 
{
	line-height: 140%;
}
.tdsCancelPaymentButton 
{
	text-align: center;
}

/*
.tdsCancelPaymentButton input
{
	background-color: #5CA61F;
	background-image: -webkit-linear-gradient(center top , #5CA61F 30%, #1F760C 100%);
	background-image: -moz-linear-gradient(center top , #5CA61F 30%, #1F760C 100%);
	background-image: -o-linear-gradient(center top , #5CA61F 30%, #1F760C 100%);
	background-image: -ms-linear-gradient(center top , #5CA61F 30%, #1F760C 100%);
	background-image: linear-gradient(center top , #5CA61F 30%, #1F760C 100%);
	border: 1px solid #2A8A15;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: bold;
	line-height: 1.2857;
	margin: 0;
	padding: 0.2857em 1.2857em;
	vertical-align: middle;
}
*/
.tdsReturnOuter 
{
	height: 200px;
	padding-top: 150px;
	width: 100%;
	text-align: center;
}
.tdsReturnInner 
{
	text-align: center;
	font-weight: bold;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000000;
	padding: 10px;
}
.quantityArea
{
	float:left;
	width:360px;
	width: 380px\7 !important;
}
.quantitySelector
{
	width:260px;
	float:left;
}
.quantityUpdateButton
{
	width:100px;
	display: inline;
	float:left;
}
.quantitySelector input
{
	width:35px;
	float:left;
	margin-left:5px;
	border: none;
	background: #edeeee;
	padding: 3px 6px;
}
.quantitySelector label
{
	float:left;
	width: 192px;
	margin-top:4px;
	font-weight:bold;
}



.quantityUpdateButton input
{
	background-color: #5CA61F;
	background-image: -webkit-linear-gradient(#5CA61F 30%, #1F760C 100%);
	background-image: -moz-linear-gradient(#5CA61F 30%, #1F760C 100%);
	background-image: -o-linear-gradient(#5CA61F 30%, #1F760C 100%);
	background-image: -ms-linear-gradient(#5CA61F 30%, #1F760C 100%);
	background-image: linear-gradient(#5CA61F 30%, #1F760C 100%);
	border: 1px solid #2A8A15;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: bold;
	line-height: 1.2857;
	margin: 0;
	padding: 0.2857em 1.2857em;
	vertical-align: middle;
}

.quantityUpdateButton input:hover 
{
	background-color: #5CA61F;
	background-image: -webkit-linear-gradient(#1F760C 30%, #5CA61F 100%);
	background-image: -moz-linear-gradient(#1F760C 30%, #5CA61F 100%);
	background-image: -o-linear-gradient(#1F760C 30%, #5CA61F 100%);
	background-image: -ms-linear-gradient(#1F760C 30%, #5CA61F 100%);
	background-image: linear-gradient(#1F760C 30%, #5CA61F 100%);
	border: 1px solid #2A8A15;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: bold;
	line-height: 1.2857;
	margin: 0;
	padding: 0.2857em 1.2857em;
	vertical-align: middle;
}

.orderSummaryRow
{
	margin-top:5px;
}
.orderSummaryRow .orderId, .orderSummaryRow .recipient, .orderSummaryRow .voucherValue, .orderSummaryRow .delivery, .orderSummaryRow .subtotal, .orderSummaryRow .deliveryAddress
{
	width:15%;
	float:left;
}
.quantityValidationError
{
	color:#000000;
	display:block;
	font-weight:bold;
	width:85%;
}
/* attribute styles */
#MainWrapper
{
	width: 100%;
	margin: 0;
	/*border: 1px solid black;*/
	/*background: url(../Images/pageBackground.jpg) no-repeat;*/
}
#MainWrapper.popup
{
	width: 740px;
	margin: 0 auto;
	/*background: url(../Images/pageBackground.jpg) no-repeat;*/
}
#MainWrapperInner
{
	position: relative;
	width: 700px;
	margin: 0 auto;
	/*background: url(../Images/page_header.jpg) center 110px no-repeat;*/
}
#Header
{
	height: 110px;
	width: 100%;
	margin-top: 3px;
}
#Header #Logo
{
	width: 101px;
	height: 110px;
	float: left;
	background: url(../Images/sprite.png);
}
#Header #Strapline
{
	margin-left: 13px;
	margin-top: 51px;
	float: left;
}
#Header #HeaderLink
{
	float: left;
	margin-left: 13px;
	height: 40px;
	margin-top: 59px;
	border-left: 1px solid #000000;
}
#Header #HeaderLink span
{
	padding: 10px 0 0 10px;
	display: block;
}
#LeftNav
{
	position: absolute;
	color: #802801;
	width: 570px;
	left: 130px;
	top: 0;
	float: left;
	/*background: url(../Images/left_nav_top.gif) no-repeat top #d4d0a9;*/
}
#LeftNav ul
{
	/*background: url(../Images/left_nav_bottom.gif) no-repeat bottom;*/
	margin: 0;
	margin-top: 45px;
	padding: 0;
	padding-bottom: 45px;
	list-style-type: none; /*padding: 27px 9px 44px 9px;*/
}
#LeftNav li
{
	display: inline;
	float: left;
	/*background-image: url(../Images/bullet_off.gif);
	background-repeat: no-repeat;
	background-position: 0em .4em;
	border-bottom: 1px dashed #a78356;*/
	font-size: 11px;
	color: #54544b;
	
	font-weight: normal;
	margin-right: 30px;
	padding: 0;
	background-position: 0pt center;
	font-weight:bold;
}

#LeftNav li span
{
	font-size: 19px;
	color: #000000;
	
	font-weight: normal;
	text-transform: uppercase;
}

#LeftNav li.activePage span
{
	color: #2A8A15
}

#LeftNav li.activePage
{
	/*background-image: url(../Images/bullet_on.gif);*/
}
#MainContent
{
	width: 710px;
	float: left;
}
#MainContent.popup
{
	width: 700px;
}
#MainContentInner
{
	margin-top:15px;
	margin-left: 30px;
	padding-bottom: 30px;
}
#MainContentInner.popup
{
	margin:28px;
}

#GiftCardSelection { }
.buyMerchandise { cursor: hand; margin-top: 5px; }

#ProductSelection { }
.buyCards { cursor: hand; margin-top: 12px; }

#ProductSelection ul { margin: 0; padding: 0; }
#ProductSelection li { margin: 2px 5px 0 0; padding: 0; list-style-type: none; float: left; width: 190px; height: 285px; overflow: hidden; }
#ProductSelection li input { margin-left: 55px; }
#ProductSelection .itemName { font-weight: bold; }
#ProductSelection .itemDescription { }
#ProductSelection .itemPrice { font-weight: bold; }

#voucherValue input
{
	width: 60px;
}
#ButtonRow
{
	display: inline;
	float: left;
	width:382px;
	text-align:right;
	margin-top: 50px;
	margin-bottom: 50px;
}
#PageFooter
{
	width: 100%;
	height: 55px;
	background: #282828;
	border-top: 3px solid #2A8A15;
	font-size: 11px;
	color: #ffffff;
	margin-top: 20px;
}
#PageFooter ul
{
	list-style-type:none;
	margin: 20px auto;
	width: 500px;
	padding: 0;
}
#PageFooter li
{
	display:inline;
}

#PageFooter li a
{
	color: #ffffff;
	padding: 0 8px;
}



#deliveryAddress
{
	display: inline;
	float: left;
	/*height: 395px;*/
}
#deliveryAddress .row, #PaymentInput .row
{
	height:37px !important;
}
#deliveryAddress .row label, #PaymentInput .row label
{
	width:20%;
	float:left;
	color:#333333;
	margin-top: 8px;
	font-size: 15px;
}

#deliveryAddress .row label {
	width: 105px !important;
	font-size: 15px;
}

#deliveryAddress .row input, #deliveryAddress .row select, #PaymentInput .row input, #PaymentInput .row select
{
	float:left;
	margin-left:28px;
	color:#333333;
	 
}

#PaymentInput .row select {
	width: 92px;
	width: 97px\9 !important;
	margin: 5px 3px 10px 27px;
}

#PaymentInput .row input {
	border: none;
	background: #edeeee;
	padding: 5px 6px;
	margin-bottom: 8px;
}

#deliveryAddress .row input { 
	/*display: inline;*/
	float: left;
	width: 245px !important; 
	border: none;
	padding: 5px 10px;
	background: #edeeee;
	margin: 0 0 8px 0; }

#deliveryAddress #DAfirstName, #deliveryAddress #DAsurname, #deliveryAddress #DAaddressLine1, #deliveryAddress #DAaddressLine2, #deliveryAddress #DAaddressLine3, #deliveryAddress #DAtownCity, #deliveryAddress #DAcounty
{
	width:212px;
}
#deliveryAddress #DApostcode
{
	width:76px;
}
#PaymentInput .textBox
{
	width:212px;
}
#PaymentInput #cardSecurityCode, #PaymentInput #postcode, #PaymentInput #cardIssueNo, #PaymentInput #title
{
	width:76px;
}
#PaymentInput #CV2Text
{
	width:212px;
	margin:8px 0 8px 165px;
	font-size: 11px;
}

#PaymentInput .addressline2Row, #PaymentInput .addressline3Row { 
	margin-left: 136px; }

#PaymentInput .addressline2Row label, #PaymentInput .addressline3Row label { 
	width: 0px; }

#PaymentInput .row div.clearBoth 
{
	height: 0px;
}

#BasketSummary .basketlabel
{
	width:25% !important;
	float:left;
	font-weight:bold;
}

#BasketSummary .basketdetail
{
	float:left;
	margin-left:28px;
	width: 350px;

}
#BasketSummary .greyline
{
	display:none;
}
#BasketSummary #TotalRow
{
	margin-top:15px;
	border-top:1px dashed #802801;
	padding:3px;
	width:65%;
	clear:both;
}
#BasketSummary .editremovebuttons
{
	/*margin-top:15px;*/
}
#BasketSummary #bottomrighttext
{
	width:65%;
	padding:3px;
	text-align:right;
	border-top:1px dashed #802801;
}
#BasketSummary .basketRow
{
	margin:8px 0;
}
#BasketSummary .editremovebuttons
{
	float:left;
	width:20%;
}
#BasketSummary .editremovebuttons .deletebutton, #BasketSummary .editremovebuttons .editbutton
{
	width:46%;
	float:right;
	margin-top: -7px;

}
#BasketSummary .editremovebuttons .editButton
{
	margin-right:5px;
}
#BasketSummary .editremovebuttons a
{
	background-color: #5CA61F;
	background-image: -webkit-linear-gradient(#5CA61F 30%, #1F760C 100%);
	background-image: -moz-linear-gradient(#5CA61F 30%, #1F760C 100%);
	background-image: -o-linear-gradient(#5CA61F 30%, #1F760C 100%);
	background-image: -ms-linear-gradient(#5CA61F 30%, #1F760C 100%);
	background-image: linear-gradient(#5CA61F 30%, #1F760C 100%);
	border: 1px solid #2A8A15;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: bold;
	line-height: 3.2857;
	margin: 0;
	padding: 0.2857em 1.2857em;
	vertical-align: middle;
	height: 30px;
}
#BasketSummary .editremovebuttons a:hover
{
	background-color: #5CA61F;
	background-image: -webkit-linear-gradient(#1F760C 30%, #5CA61F 100%);
	background-image: -moz-linear-gradient(#1F760C 30%, #5CA61F 100%);
	background-image: -o-linear-gradient(#1F760C 30%, #5CA61F 100%);
	background-image: -ms-linear-gradient(#1F760C 30%, #5CA61F 100%);
	background-image: linear-gradient(#1F760C 30%, #5CA61F 100%);
	border: 1px solid #2A8A15;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: bold;
	line-height: 3.2857;
	margin: 0;
	padding: 0.2857em 1.2857em;
	vertical-align: middle;
	text-decoration: none;

}
#BasketSummary #totallabel
{
	width:167px;
}
#CALDIV, #CALDIV iframe
{
	margin-top:5px;
	width:170px;
}
#deliveryDate a
{
	margin-left:10px;
}
#productSelectionTable td 
{
	text-align:center;
	padding-right: 40px;
}
#OrderSummaryHeaderRow
{
	font-weight:bold;
	height:30px;
}

#OrderSummary .deliveryAddress,
#OrderSummary .recipient,
#OrderSummary .orderId {
	width: 150px;
	float: left;
	padding-right: 8px;
}
 
 
#OrderSummary .voucherValue, 
#OrderSummary .delivery, 
#OrderSummary .subTotal,  
#OrderSummary .deliveryDate
{
	width:80px;
	float:left;
	padding-right: 8px;
}

#OrderSummary { margin-bottom: 50px; }

/*
#_ctl0_PageMainContent_OrderSummaryHeaderRow { font-weight: bold; }
*/

#OrderSummary .orderTotal
{
	text-align:right;
	width:356px;
	clear:both;
	font-weight:bold;
	margin-top: 30px;
}
#CardPopup
{
	margin:0px auto;
	width:30%;
	text-align:center;
}
#CardPopup .cardDescription
{
	margin-top:5px;
	text-align:left;
}
#CardPopup .closeButton
{
	margin-top:5px;
	float:right;
	width:100%;
	text-align:right;
}
#DeliveryPriceTable
{
	margin-top:10px;
	width:75%;
	margin-right:auto;
	margin-left:auto;
}
#DeliveryPriceTable td
{
	padding:3px;
}
#CloseWindow
{
	text-align:right;
	font-weight:bold;
	margin-top:10px;
}

.customAmount { color: #45443e; font-size: 12px; padding: 0 7px; }

#ctl00_PageMainContent_voucherValue input { width: 100px !important; border: none; background: #edeeee; padding: 3px 6px; }

.charCount { display: inline; float: left; color: #666666; font-size: 11px; margin-top: 3px; margin-right: 5px; }

#reason_for_sending { float: left; width: 180px; }

.calendarInputs select { margin-right: 8px; padding: 2px 2px 2px 5px; }

.calendarInputs a {  }

h5 { display: inline; float: left; font-size: 14px; font-weight: normal; margin: 0 0 30px 0; }

.billingCheck { display: inline; float: left; margin-left: 15px; }

.billingInputs { 
	display: inline;
	float: left;
	clear: left;
	width: 380px !important; }

.bottomrighttext a {
	background-color: #5CA61F;
	background-image: -webkit-linear-gradient(#5CA61F 30%, #1F760C 100%);
	background-image: -moz-linear-gradient(#5CA61F 30%, #1F760C 100%);
	background-image: -o-linear-gradient(#5CA61F 30%, #1F760C 100%);
	background-image: -ms-linear-gradient(#5CA61F 30%, #1F760C 100%);
	background-image: linear-gradient(#5CA61F 30%, #1F760C 100%);
	border: 1px solid #2A8A15;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: bold;
	line-height: 1.2857;
	margin: 0;
	padding: 0.2857em 1.2857em;
	vertical-align: middle; }

.bottomrighttext a:hover {
	background-color: #5CA61F;
	background-image: -webkit-linear-gradient(#1F760C 30%, #5CA61F 100%);
	background-image: -moz-linear-gradient(#1F760C 30%, #5CA61F 100%);
	background-image: -o-linear-gradient(#1F760C 30%, #5CA61F 100%);
	background-image: -ms-linear-gradient(#1F760C 30%, #5CA61F 100%);
	background-image: linear-gradient(#1F760C 30%, #5CA61F 100%);
	border: 1px solid #2A8A15;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: bold;
	line-height: 1.2857;
	margin: 0;
	padding: 0.2857em 1.2857em;
	vertical-align: middle;
	text-decoration: none; }

.cv2Text { margin-bottom: 15px; }

.orderSummaryHeaderRow .recipient,
.orderSummaryHeaderRow .voucherValue,
.orderSummaryHeaderRow .delivery,
.orderSummaryHeaderRow .subTotal,
.orderSummaryHeaderRow .deliveryAddress,
.orderSummaryHeaderRow .deliveryDate {
	font-weight: bold;
}

.orderSummaryHeaderRow { width: 700px; }
