#cartContainer .tree {
	font-size:11px;
	left:232px;
	margin-top:7px;
	position:absolute;
	width:520px;
}

#cartContainer .tree a {
	text-decoration:none;
}

#cartContainer .tree a:hover {
	text-decoration:underline;
	color:#000;
}

/* Product Grid -------------------------------- */

.grid-row {
	
	display: block;
	clear: both;
	
}

.grid-prod, .grid-prod-last, .associated-prod {
	
	background:transparent url(../images/grid-view.jpg) no-repeat scroll 0 0;
	display:block;
	float:left;
	height:257px;
	margin-left:7px;
	margin-right:13px;
	padding-top:23px;
	position:relative;
	text-align:center;
	width:218px;
}

.associated-prod {
	
	margin-right: 4px;
	margin-left: 4px;
	width: 150px;
}

.grid-prod-last {
	
	margin-right: 0px;
}

.grid-row img, .associated-prod img {
	
	width:128px;
	height: 128px;
	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:24px;
	padding-top:10px;
	position:absolute;
	top:172px;
	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:#fff;
	display:block;
	font-size:12px;
	font-weight:bold;
	left:5px;
	position:absolute;
	text-align:center;
	text-decoration:none;
	top:108px;
	width:200px;
}

.grid-row span.grid-link a:hover {
	
	color: #8CA500;
}

/* Add to Cart --------------------------------------- */

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 ------------------------------------- */

#bodyCopy .error {
	
	display: block;
	margin-bottom: 15px;
	
}

#bodyCopy .error ul {
	margin:0;
}

#bodyCopy .error ul li {
	
	background:#333333 url(/images/icons/error.png) no-repeat scroll 8px 7px;
	color:#FFFFFF;
	display:block;
	font-size:15px;
	font-weight:bold;
	height:24px;
	padding:10px 0 5px 41px;
	width:660px;
}

/* 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;
	font-size:0;
        color:#8DA700;
}

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;
	font-family:verdana;
}

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;
}

/* Search Results -------------------------------------*/

p.search-result {
	background:transparent url(/images/icons/search-result.png) no-repeat scroll 6px 3px;
	color:#AAC900;
	display:block;
	margin-bottom:6px !important;
	padding-left:34px !important;
	padding-top:5px;
}

p.search-result span {
	
	display: inline-block;
	padding: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
	width: 17px;
	height: 17px;
	text-align: center;
	color: #fff !important;
	background-color: #2b2b2b;	
}

p.search-result a {
	color:#F3F3F3;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

p.search-result a:hover { color: #f90 !important; }

p.more-results {
	
	display: block;
	background-color: #2b2b2b;
	padding: 5px;
	color: #fff !important;
	font-size: 11px !important;;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 20px;
}

/* Checkout ------------------------------------------ */

.checkout-buttons {
	
	display: block;
	clear: both;
	padding-top: 15px !important;
	text-align: center;
	padding-bottom: 15px !important;
}

.checkout-buttons button {
	
	margin-right: 15px !important;
	display: inline-block;
	cursor:pointer;
}

.checkout-buttons button:hover {
	position:relative;
	top:1px;
	left:1px;
}

.checkout-buttons button.clear-button {
	background:transparent url(/images/main/clearBtn.jpg) no-repeat scroll 0 0;
	border:medium none;
	color:#8FAB01;
	font-size:0;
	height:30px;
	width:133px;
}

.checkout-buttons button.pay-button {
	background: url(/images/main/make-payment.jpg) no-repeat scroll 0 0;
	border:medium none;
	color:#8FAB01;
	font-size:0;
	height:30px;
	width:133px;
}

.checkout-left input.submit {
	background:transparent url(/images/main/submit.jpg) no-repeat scroll 0 0;
	border:medium none;
	clear:both;
	color:#8FAB01;
	cursor:pointer;
	float:right;
	font-size:0;
	height:30px;
	margin-right:6px;
	margin-top:10px;
	width:75px;
}

.checkout-left button.submit:hover {
	position:relative;
	top:1px;
	left:1px;
}

.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: 340px;
	padding-right: 10px;
	border-right: none;
}

.checkout-right {
	width: 335px;
	padding-left: 20px;
}

.checkout-info p {
	margin-bottom: 2px !important;
	font-size: 11px !important;
}

.checkout-info label {
	background-color:#141414;
	color:#FFFFFF;
	display:inline-block;
	margin-right:5px;
	padding-bottom:5px;
	padding-left:11px !important;
	padding-right:5px;
	padding-top:5px;
	width:110px;
}

.checkout-info label em {
	color: #df3f3f;
}

.checkout-input {
	background-color:#484848;
	border:1px solid #111111;
	color:#FFFFFF;
	display:inline-block;
	padding:4px;
	width:176px;
}

.checkout-info textarea {
	background-color:#484848;
	border:1px solid #111111;
	color:#FFFFFF;
	display:block;
	float:right;
	height:150px;
	margin-right:5px;
	padding:4px;
	width:176px;
}

.checkout-input:focus {
	background-color: #B0CF00;
	color:#000;
}

/* 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; 
}

