/* Copyright (c) 2007-2008 Renishaw plc. All rights reserved */
/* renishaw.com DesertSun style*/
.contentTable td{
padding-right : 0px !important;
padding-bottom : 0px !important;
padding-left : 0px !important;
border-collapse:  collapse;
}

#colRight {
	background-color: transparent !important;
	border-left-color: #e1dccb !important;
	border-top-color: transparent !important;
	border-bottom-color: transparent !important;
	}

/*Ajax*/
.updatingIndicator{
	display:inline;
	background-color: #ffffff;
	border: solid 1px #eee;
	position: relative;
	left: 30px;
	bottom: 50px;
	background-image: url(/resources/images/working.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 30px;
	}
/*End ajax*/

/*addresses*/	
#frmShippingDetails label {
	float:left;
	clear:left;
	display:block;
	width: auto;
	width: 22em;
	line-height: 1.2em;
	vertical-align: top;
	border-top:solid 1px #ddd;
	}

#frmShippingDetails label input,
#frmShippingDetails .addressKnownField,
#frmShippingDetails label select {
	float:right;
	position:relative;
	bottom: 1.1em;
	width: 14em;
	margin-left:0.5em;
	top: 0px;
	}

#frmShippingDetails .addressKnownField {
	width: 14.5em;
	font-size: 0.9em;
	}

#frmShippingDetails label input#ctl00_MainContent_chkBillToAddressDifferent {
	float: none;
	bottom: 0;
	width: auto;
	border-width: 0;
	}
#frmShippingDetails label textarea {
	font-size: 1.2em;
	width:98%;
	/*float:left;*/
	}

#pnlBillTo, #pnlShipTo {
	width: 45%;
	float:left;
	margin-right: 20px;
	}
	
/*Form validation*/
.validation-failed {
	border-color: #ea0027;
	}
.validation-advice,
.req {
	color: #ea0027;
	/*font-style:italic;*/
	}
/*End form validation*/	
	
/*end addresses*/

/*Styli Serach Table*/
.BuyNowDiv {
	text-align: right;
	}
	
/* Vouchers*/	
	#pnlVoucher {
	width: 16em;
	float:right;
	clear:none;
	}

#pnlVoucher h3 {
	border-bottom-width: 0;
	margin-bottom: 0.1em;
	}

#pnlVoucher td {
	padding: 0.2em;
	}	

/*Checkout*/
.checkoutProgress {
	text-align: center;
	display: block;
	clear:both;
	}

.checkoutProgressDone,
.checkoutProgressCurrent,
.checkoutProgressToDo {
	font-size: 1.3em;
	font-weight: normal;
	color: Gray;
	}

.checkoutProgressCurrent{
	font-weight: bold;
	}

.checkoutProgressDone {
	color: #666;
	font-weight: bold;
	}
			
	.progressLinks {
	color: #fa7c00 !important; 
	text-decoration: none !important;
	}
	
#LumpkinHeader_ChangeLanguageLinkLabel {
    color: #424242; 
}
.clearer {
	clear:both;
	}
#colLeft {
	margin-right: 10px;
	}
.homeLine {
BACKGROUND-IMAGE: url(/resources/images/home_line_bg.gif); BORDER-BOTTOM: #b5b5b5 1px solid; BORDER-LEFT: #b5b5b5 1px solid; PADDING-BOTTOM: 0.2em; BACKGROUND-COLOR: #f9f8f6; PADDING-LEFT: 0.8em; PADDING-RIGHT: 0.8em; BACKGROUND-REPEAT: repeat-x; BACKGROUND-POSITION: 50% bottom; MARGIN-BOTTOM: 0.4em; BORDER-TOP: #b5b5b5 1px solid; BORDER-RIGHT: #b5b5b5 1px solid; PADDING-TOP: 0.2em; -moz-border-radius: 8px
 }
.homeLine A {
	COLOR: #666666; CURSOR: pointer
}
.homeLine A .buyline {
	COLOR: #fa7200; FONT-WEIGHT: bold
}
.homeLine .htmlInner {
	MARGIN-BOTTOM: 0px
}
#colContent .homeLine A H2 {
	BORDER-RIGHT-WIDTH: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; COLOR: #666666; BORDER-LEFT-WIDTH: 0px
}
.urlProceedToCheckout{
	border: solid 1px #E1DCCB;
	background-image: url(/resources/images/GoCheckout.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: #faf9f5;
	padding: 8px 5px 5px 40px;
	float:right;
	margin: 0.2em;
	}	
	
	.cartIsEmpty {
	display: block;
}

.spacerCell {
	font-size: 0.8em;
	}

.cart {
	font-size: 0.7em;
	width: 100%;
	border:0px solid #E1DCCB;
	margin-bottom: 1em;
	width: 99%;
	}

#colRight .cart h2{
	font-size: 1.9em;
	}

#colRight .cart img {
	border-width: 0;
	}

.cartContents {
	width: 100%;
	margin: 0 0 0 1px;
	border-collapse:  collapse;
	}

.cartItemQuantityInput {
	width: 28px;
	maxLength: 4;
}

.cartTotal, 
.cartTotalColumn {
	text-align:right;
	}

.cartTotal {
	font-weight: bold;
	}
	
	.cartRemoveItem {
	color: #cd0606;
	padding: 0px;
	cursor: pointer;
	border: 0px;
	background: transparent;
	font-size: 12px;
	}
	
