/* Product Grid -------------------------------- */

.grid-row {
	
	display: block;
	clear: both;
	margin-top:10px;
}

.grid-prod, .grid-prod-last, .associated-prod {
	
	background:transparent url(../images/product_bg.jpg) no-repeat scroll 0 0;
	display:block;
	float:left;
	height:184px;
	padding-top:17px;
	position:relative;
	text-align:center;
	width:127px;
	margin-right:60px;
}

.grid-prod:hover, .grid-prod-last:hover, .associated-prod:hover {
	background-position: -129px 0;
}

.associated-prod {
	
	margin-right: 4px;
	margin-left: 4px;
	width: 150px;
}

.grid-prod-last {
	
	margin-right: 0px;
}

.grid-row img, .associated-prod img {
	
	width:100px;
	height: 143px;
	border: 0;
	outline: 0;
	margin-bottom: 10px;
	
}

.grid-row div.price, .associated-prod div.price {
	
	display: block;
	height: 34px;
	margin-bottom: 13px;
	
}

.grid-row h3, .associated-prod h3 {
	
	color:#FFFFFF;
	display:inline-block;
	float:left;
	font-size:12px;
	font-weight:bold;
	height:24px;
	left:23px;
	padding-top:10px;
	position:absolute;
	top:166px;
	width:72px;
}

.grid-row a.grid-more {
	
	background:transparent url(../images/viewmore.gif) no-repeat scroll 0 0;
	display:block;
	float:left;
	height:20px;
	left:112px;
	position:absolute;
	text-indent:-9999px;
	top:181px;
	width:78px;
}

.grid-row a.grid-more:hover {
	top:182px;
	left:113px;
}

.associated-add {
	
	display: block;
	width: 78px;
	height: 26px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	float: left;
	padding-top: 8px;
}

.associated-add input {
	
	position: relative;
	top: 1px;
	margin-right: 3px;
}

.grid-row span.grid-link a, span.grid-link {
	
	color:#000000;
	display:block;
	font-size:9px;
	left:4px;
	line-height:12px;
	position:absolute;
	text-decoration:none;
	top:105px;
	width:113px;
}

.grid-row span.grid-link a:hover {
	
	color: #5AA8B2;
}

.grid-prod2, .grid-prod-last2, .associated-prod2 {
	
	background:transparent url(../images/shop/ereport_bg.jpg) no-repeat scroll 0 0;
	display:block;
	float:left;
	height:184px;
	padding-top:17px;
	position:relative;
	text-align:center;
	width:127px;
	margin-right:60px;
}

.grid-prod2:hover, .grid-prod-last2:hover, .associated-prod2:hover {
	background-position: -129px 0;
}

.associated-prod2 {
	
	margin-right: 4px;
	margin-left: 4px;
	width: 150px;
}

.grid-prod-last2 {
	
	margin-right: 0px;
}

.grid-prod2 img, .associated-prod2 img, .grid-prod-last2 img {
	
	width:100px;
	height: 60px;
	border: 0;
	outline: 0;
	margin-bottom: 10px;
	
}

.grid-row2 div.price, .associated-prod2 div.price {
	
	display: block;
	height: 34px;
	margin-bottom: 13px;
	
}

.grid-row2 h3, .associated-prod2 h3 {
	
	color:#FFFFFF;
	display:inline-block;
	float:left;
	font-size:12px;
	font-weight:bold;
	height:24px;
	left:23px;
	padding-top:10px;
	position:absolute;
	top:166px;
	width:72px;
}

.grid-row2 a.grid-more {
	
	background:transparent url(../images/viewmore.gif) no-repeat scroll 0 0;
	display:block;
	float:left;
	height:20px;
	left:112px;
	position:absolute;
	text-indent:-9999px;
	top:181px;
	width:78px;
}

.grid-row2 a.grid-more:hover {
	top:182px;
	left:113px;
}

.associated-add2 {
	
	display: block;
	width: 78px;
	height: 26px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	float: left;
	padding-top: 8px;
}

.associated-add2 input {
	
	position: relative;
	top: 1px;
	margin-right: 3px;
}

.grid-prod2 span.grid-link2 a, span.grid-link2 {
	
	color:#000000;
	display:block;
	font-size:9px;
	left:4px;
	line-height:12px;
	position:absolute;
	text-decoration:none;
	/*top:72px;*/
	margin-top: 2px;
	width:113px;
}

.grid-row2 span.grid-link2 a:hover {
	
	color: #5AA8B2;
}

a.basket {
	background:transparent url(../images/shop/basketIcon.gif) no-repeat scroll right 2px;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	height:35px;
	padding-right:6px;
	padding-top:4px;
	position:absolute;
	right:14px;
	text-decoration:none;
	top:5px;
	width:100px;
}

a.basket:hover {
	text-decoration:underline;
}

/* Breadcrumb trail ----------------------------------- */

.tree {
	margin:0 0 15px;
	padding:0;
}

.tree a {
	background-color:#85BFC1;
	color:#FFFFFF;
	font-family:arial;
	font-size:10px;
	font-weight:normal;
	padding:4px;
	text-decoration:none;
}

.tree a:hover {
	background-color:#99DDDF;
}

/* Specific Product Page ------------------------------ */

#product-box {
	float:left;
	margin:10px 0;
}

#product-box .left {
	float:left;
	padding:10px;
	width:120px;
}

#product-box .left img {
	border:1px solid #99DDDF;
	padding:3px;
}

#product-box .right {
	float:right;
	width:549px;
}

#product-box .right p.sub-head {
	clear:both;
	float:left;
	font-size:11px;
	font-weight:bold;
}

#product-box .right h3 {
	color:#77BDBF;
	float:left;
	font-family:arial;
	font-size:20px;
	font-weight:bold;
	margin:0 0 10px;
	padding:0;
}

#product-box .example-box {
	background:#DCDCDC url(/images/shop/quoteBg.jpg) no-repeat 0 0;
	border:1px solid #D9D9D9;
	float:left;
	font-family:trebuchet MS;
	font-size:11px;
	font-style:oblique;
	padding:17px 10px 0;
	width:519px;
}

#product-box input.order_button {
	background:transparent url(/images/shop/buyBtn.jpg) no-repeat 0 0;
	border:none;
	color:#99DDDF;
	cursor:pointer;
	display:block;
	float:left;
	font-size:0;
	height:54px;

	position:relative;
	margin:0 10px 10px 10px;
	width:161px;
}

#product-box input.order_ebutton {
	background:transparent url(/images/shop/buyBtn-pdf.jpg) no-repeat 0 0;
	border:none;
	color:#99DDDF;
	cursor:pointer;
	display:block;
	float:left;
	font-size:0;
	height:54px;
	left:20px;
	position:relative;
	top:-27px;
	width:161px;
}

#product-box input.order_button:hover, #product-box input.order_ebutton:hover {
	background-position: 0 100%;
}

.info {
	color:#4CACAF;
	font-size:11px;
	font-weight:bold;
}

.cartBtn {
	background-color:#8A8A8A;
	border:1px solid #666666;
	color:#FFFFFF;
	padding:5px;
	cursor:pointer;
}

.cartBtn:hover {
	background-color:#AFAFAF;
}


/* Add to Basket --------------------------------------- */

table#add-to-cart, table#checkout-proceed {
	
	margin-bottom: 15px;
}

table#add-to-cart th, table#checkout-proceed th {
	
	width: 120px;
	border-bottom: 1px solid #232323;
	background-color: #141414;
	padding-left: 22px;
}

#checkout-buttons {
	padding-left:198px;
	text-align:center;
	width:93%;
}

.back-button {
	background:transparent url(/images/backBtn.png) no-repeat scroll 0 0;
	display:block;
	height:30px;
	text-indent:-9999px;
	width:156px;
	float:left;
}

.back-button:hover {
	position:relative;
	top:1px;
	left:1px;
}

.checkout-button {
	background:transparent url(/images/checkoutBtn.png) no-repeat scroll 0 0;
	border:medium none;
	cursor:pointer;
	display:block;
	height:30px;
	text-indent:-9999px;
	width:102px;
	float:left;
	margin-left:15px;
}

.checkout-button:hover {
	top:1px;
	left:1px;
	position:relative;
}

/* Error Message ------------------------------------- */

div.error {
	
	display: block;
	
}

div.error ul {
	padding-left:0 !important;
}

div.error ul li {
	background:transparent url(/images/icons/error.png) no-repeat scroll 8px 7px;
	color:#666666;
	display:block;
	font-size:10px;
	font-weight:bold;
	padding:6px 0 5px 30px;
}

/* View Cart ----------------------------------------- */

.checkout-process {
	
	background-attachment:scroll;
	background-color:transparent;
	background-image:url(../images/process.gif);
	background-position:0 8px !important;
	background-repeat:repeat-x;
	display:block;
	left:86px;
	margin-bottom:11px;
	position:relative;
	text-align:center;
	width:548px;
	
}

.checkout-process span {
	
	display: inline-block;
	margin-left: 75px;
	margin-right: 75px;
	width: 27px;
	background-color: #333;
	text-align: center;
	padding-top: 5px;
	height: 20px;
	font-weight: bold;
	color: #666;
	margin-bottom: 7px;
}


.checkout-process span.active {
	
	background-color:#B0CF00;
	color:#515F00;
	text-shadow:0 1px #CCDF61;
	border:1px solid #515F00;
	
}

.checkout-process strong {
	
	display: inline-block;
	width: 173px;
	text-align: center;
	font-size: 11px;
	color: #666;
	
}

.checkout-process strong.active {
	
	color: #fff;
}

.product-add {
	width: 701px;
	margin-bottom:20px;
}

.product-add th, .product-add td {
	padding: 8px;
}

.product-add th {
	background-color:#141414;
	border-bottom:1px solid #232323;
	color:#FFFFFF;
	font-size:11px;
}

.product-add td {
	background-color:#333333;
	border-bottom:1px solid #232323;
	font-size:11px;
}

td.quantity input {
	border:1px solid #222222 !important;
	color:#FFFFFF;
	display:inline-block;
	font-size:11px;
	margin-left:13px !important;
	padding:4px;
	text-align:center;
	width:32px;
	background-color:#484848;
}

td.quantity input:focus {
	background-color: #B0CF00;
	color:#000;
}

th#view-grandtotal {
	color:#B0CF00;
	font-family:trebuchet MS;
	font-size:24px;
	letter-spacing:-1px;
	width:200px;
}

th.view-top, th.top-left, th.top-right {
	background-color: #141414;
	border-right: 1px solid #232323;
}

input.recalculate, input.checkout {
	
	display: block;
	width: 147px;
	height: 36px;
	background: url(/images/recalculate.png) no-repeat;
	cursor: pointer;
	border: 0;
	margin-right: 6px;
	text-indent:-9999px;
	float:left;
}

input.checkout {
	background: url(/images/finish.png) no-repeat;
}

input.checkout:hover, input.recalculate:hover {
	position:relative;
	top:1px;
	left:1px;
}

/* Delivery Info --------------------------------------------------------- */

table.delivery {
	
	border: 0;
	width: 100%;
	margin-bottom: 15px;
}

table.delivery td, table.delivery th {
	
	padding: 7px;
	text-align: center;
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 10px;
	
}

table.delivery th.value {
	
	background-color: #d4222a;
	-moz-border-radius-topleft: 5px;
	border-radius-topleft: 5px;
	width: 90px !important;
	font-weight: bold;
	color: #fff;
	border-right: 1px solid #c5161e;
	border-bottom: 1px solid #c5161e;
	
}

table.delivery th.locale {
	
	background-color: #f58f0b;
	font-weight: bold;
	color: #fff;
	border-right: 1px solid #e77403;
	border-bottom: 1px solid #e77403;

}

table.delivery th.last {
	
	border-right: 0px !important;
	-moz-border-radius-topright: 5px;
	border-radius-topright: 5px;	
	
}

table.delivery th span {
	
	display: block;
	font-size: 9px;
	color: #f8e999;
	text-align: center;
}

table.delivery td.value {
	
	background-color: #eeeded;
	color: #474747;
	border-right: 1px dotted #cecece;
	border-bottom: 1px dotted #cecece;
	
}


table.delivery td.locale {
	
	border-right: 1px dotted #cecece;
	border-bottom: 1px dotted #cecece;
}

table.delivery td.locale strong {
	
	font-weight: bold;
	text-transform: uppercase;
	color: #c01921;
}


.delivery-time {
	
	display: block;
	margin-right: 10px;
	margin-left: 10px;
	padding: 10px;
	background-position: 0px 5px !important;;
	padding-left: 80px;
	background: url(../images/details2.gif) no-repeat;
	height: 54px;
	border-bottom: 1px dotted #cecece;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #707070;
	padding-top: 12px;
		
}

.delivery-time span {
	
	display: block;
	font-size: 28px;
	font-weight: normal !important;
	color: #d32028;
	letter-spacing: -2px;	
}

/* Headings ------------------------------------------ */


.img-title, .img-title-small {
	
	display: block;
	padding-left: 64px;
	height: 54px;
	margin-bottom: 20px;
	padding-top: 11px;
	
}

.img-title-small {
	
	height: 50px;
	padding-left: 76px;
	padding-top: 16px;
	
}

.img-title h2 {
	
	font-family: lucida sans,arial,sans-serif;
	font-size: 28px;
	letter-spacing: -2px;
}

.img-title span, .img-title-small span {
	
	font-size: 11px;
	color: #B0CF00;
}

.img-title em, .img-title-small em {
	
	color: #d01b1b;
	font-style: normal;
}

.img-title-small h3 {
	font-size: 21px;
	color: #fff;
}

div#viewcart {
	background: url(/images/icons/cart.png) no-repeat;
	background-position: -3px 11px;
}


div#addcart {
	background: url(/images/icons/cart-update.png) no-repeat;
	background-position: -3px 11px;
}

div#cartproceed {
	background: url(/images/icons/cart-proceed.png) no-repeat;
	background-position: -3px 11px;
}

div#info {	
	background: url(/images/icons/note.png) no-repeat;
	background-position: -3px 5px;
	padding-top: 10px;
	height: 54px;
	padding-left: 68px;
}

div#details1 {
	background: url(/images/icons/home.png) no-repeat;
	background-position: 0 22px;
	padding-left:55px;
}

div#details2 {
	background: url(/images/icons/package.png) no-repeat;
	background-position: 0 22px;
	padding-left:61px;
}

div#additional {
	background:transparent url(/images/icons/additional.png) no-repeat scroll -11px 12px;
	padding-left:55px;
}

div#payment {
	background: url(/images/icons/payment.png) no-repeat;
	background-position: 0 10px;
	padding-left:74px;
}

div#searchresult {
	background: url(../images/search.gif) no-repeat;
	background-position: 2px 7px;
}

/* Checkout ------------------------------------------ */

.checkout-buttons {
	
	display: block;
	clear: both;
	padding-top: 15px !important;
	text-align: center;
	padding-bottom: 15px !important;
}

.checkout-buttons button {
	
	margin-right: 5px !important;
	display: inline-block;
}

.checkout-left, .checkout-right {
	
	display: block;
	float: left;
	padding-top: 10px;
	padding-bottom: 15px;
	
}

.checkout-br {
	
	display: block;
	clear: both;
	border-top: 1px solid #e9e9e9;
	
}

.checkout-left {
	width: 334px;
	padding-right: 10px;
	border-right: none;
	clear:both;
}

.checkout-right {
	width: 325px;
	padding-left: 20px;
}

.checkout p {
	margin-bottom: 2px !important;
	font-size: 11px !important;
}

.checkout-left label, .checkout-right label {
	float:left;
	margin-right:5px;
	padding-bottom:5px;
	padding-left:11px !important;
	padding-right:5px;
	padding-top:5px;
	width:103px;
}

.checkout-left fieldset, .checkout-right fieldset {
	border:none;
	margin:0;
	padding:0;
}

.checkout-input {
	background-color:#6FCAD2;
	border:1px solid #111111;
	display:inline-block;
	padding:4px;
	width:176px;
}


/* Product Listing ----------------------------------- */

div.product-options {
	display: block;
	width: 296px;
	height: 117px;
	background: url(../images/buy-now-dark.gif) no-repeat;
}

div.buy-now {
	display: block;
	width: 269px;
	height: 43px;
	padding-top: 18px;
	padding-left: 18px;
	padding-right: 9px;
}

div.buy-now span {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	width: 60px;
	display: inline-block;
	float: left;
	padding-top: 7px;
}

input.quantity {
	display: inline-block;
	float: left;
	width: 32px;
	border: 1px solid #000 !important;
	background-color: #fff;
	height: 16px;
	padding: 4px;
	font-size: 11px;
	color: #111111;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
}

input.quantity:focus {
	background-color: #f8fb62;
}

input.buy {
	width: 104px;
	height: 29px;
	background: url(../images/buy-dark.gif) no-repeat;
	border: 0;
	cursor: pointer;
	display: inline-block;
	float: right;
	margin-top: -3px !important;
}

input.buy:hover {
	background-position: 0px -29px;
}

.share-product {
	display: block;
	width: 130px;
	height: 46px;
	background: url(../images/share-dark.gif) no-repeat;
	padding-left: 166px;
	padding-top: 10px;
	color: #323231;
}

.alt-share-product {
	width: 150px;
	padding: 10px;
	background: url(../images/alt-share.gif) no-repeat;
	background-position: 15px 1px;
	background-color: #1e1e1d;	
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-top: 15px;
	display: block;
	height: 20px;
	padding-left: 175px;	
}

.share-product img, .alt-share-product img {
	display: inline-block;
	margin-right: 2px;
}

div.prod-img {
	display: block;
	width: 282px;
	height: 347px;
	float: right;
	clear: right;
	background: url(../images/prod-img-dark.gif) no-repeat;
	padding-left: 33px;
	padding-top: 27px;
}

div.prod-img img {
	width: 250px;
	height: 300px;
}

div.prod-img a.zoom {
	display: block;
	width: 107px;
	height: 29px;
	background: url(../images/zoom.png) no-repeat;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-indent: -9999px;
	cursor: pointer;
	float: right;
	margin-right: 20px;
	margin-top: 17px;
}

div.prod-img a.zoom:hover {
	background-position: 0px -29px;
}

#prod-listing ul {
	width: 270px;
	margin-left: 10px;
	font-size: 11px;
	color: #2b2b2b;
	margin-bottom: 15px;
}

#prod-listing li {
	border-bottom: 1px dotted #c9c9c9;
	height: 26px;
	display: block;
}

#prod-listing li strong {
	display: inline-block;
	margin-right: 9px;
	background: url(../images/a.gif) no-repeat;
	background-position: 8px 8px;
	background-color: #ebebeb;
	padding: 6px;
	width: 75px;
	font-weight: bold;
	padding-left: 22px;
}

#prod-listing p {
	font-size: 12px;
	color: #767676;
	font-family: arial,sans-serif;
	line-height: 20px;
	margin-bottom: 15px;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px; 
}

.promoBox {
	background-color:#D0D0D0;
	color:#333333;
	float:left;
	font-weight:bold;
	margin:10px 10px 0 0;
	padding:5px 10px;
}

.promoBox input {
	border:1px solid #888888;
	margin-bottom:10px;
	margin-top:5px;
	padding:3px;
	width:211px;
}

.deliveryBox {
	background-color:#D0D0D0;
	color:#333333;
	float:left;
	font-weight:bold;
	height:68px;
	margin:10px 0;
	padding:5px 10px;
	width:429px;
	*width:410px;
}

.deliveryBox select {
	border:1px solid #888888;
	margin-bottom:10px;
	margin-top:5px;
	padding:3px;
	width:211px;
}

.whatBox {
	padding:15px 0;
	text-align:center;
	clear:both;
}
