/* -- HORIZONTAL PRODUCT SCROLLER -- */

div.demo {
	padding: 10px !important;
}
.scroll-pane {
	overflow: auto;
	width: 99%;
	float: left;
}
.scroll-content {
	width: 1547px;
	float: left;
	margin-bottom: 20px;
}
.scroll-content-item {
	width: 100px;
	height: 100px;
	float: left;
	margin: 10px;
	font-size: 3em;
	line-height: 96px;
	text-align: center;
}
* html .scroll-content-item {
	display: inline;
} /* IE6 float double margin bug */


.scroll-bar-wrap {
	clear:both;
	left:247px;
	position:absolute;
	top:695px;
	width:445px;
	background:url(/images/scroll-bar-wrap.gif) no-repeat 0 0;
}
.scroll-bar-wrap .ui-slider {
	height:17px;
	margin:0;
	width:330px !important;
	padding: 0 18px;
}
	
.scroll-bar-wrap .ui-handle-helper-parent {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.scroll-bar-wrap .ui-slider-handle {
	background:url(/images/scroll.gif) no-repeat 0 0;
	display:block;
	height:16px;
	left:200px;
	margin-left:0 !important;
	outline:medium none;
	position:relative;
	width:78px !important;
}
.scroll-bar-wrap .ui-slider-handle .ui-icon {
	margin: -8px auto 0;
	position: relative;
	top: 50%;
}

/* -- SHOP PRODUCT CATEGORY -- */

#productShell {
	float:left;
	height:355px;
	margin:10px;
	overflow-x:auto;
	width:935px;
}

#productShell .indProdContainer {
	background:transparent url(/images/shop/productVR.jpg) no-repeat scroll right 12px;
	display:block;
	float:left;
	text-align:center;
	width:305px;
}

#productShell .indProdContainer h5 {
	font-size:9px;
	margin:5px 0;
	font-weight:normal;
	text-transform:uppercase;
}

#productShell .indProdContainer h5 a {
	color:#fff;
	text-decoration:none;
}

#productShell .indProdContainer h5 a:hover {
	color:#1DBDEF;
	text-decoration:underline;
}

#productShell .indProdContainer h6 {
	color:#0092BF;
	font-family:tahoma;
	font-size:22px;
	font-weight:bold;
	text-shadow:1px 1px #121212;
}

#productShell .indProdContainer span.divider {
	background: url(/images/shop/productVR.jpg) no-repeat;
	height:100px;
	width:20px;
}

/* -- INDIVIDUAL PRODUCT PAGE -- */

h2.price {
	color:#0092BF;
	font-family:verdana;
	font-size:22px;
	font-weight:bold;
	margin:0 0 10px;
	text-transform:uppercase;
}

#prodLeft {
	float:left;
	margin:0;
}

#prodRight {
	float:left;
	margin:0 0 0 24px;
	padding:0;
	width:584px;
}

button.orderButton {
	background:transparent url(/images/shop/addBtn.jpg) no-repeat scroll 0 0;
	border:medium none;
	cursor:pointer;
	display:block;
	height:40px;
	text-indent:-9999px;
	width:149px;
	text-transform: capitalize; /*IE fix - http://css-tricks.com/snippets/css/remove-button-text-in-ie7/ */
}

button.orderButton:hover {
	position:relative;
	top:1px;
	left:1px;
}

#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;
}

#cart-contents {
	padding:20px;
}

#cart-contents .shopLeft {
	float:left;
	width:450px;
	margin-right:10px;
}

#cart-contents .shopRight {
	float:right;
	width:451px;
}

#temperatureBox {
	background:#222222 none repeat scroll 0 0;
	border:1px solid #000000;
	float:left;
	margin-bottom:20px;
	padding:20px;
	width:878px;
	clear:both;
}

#temperatureBox table {
	border:none;
	margin:0;
	width:100%;
	color:#000;
	font-size:11px;
}

#temperatureBox table th {
	padding:10px;
	font-weight:bold;
	text-align:center;
	border-left: 1px solid #222;
	border-bottom:1px solid #222;
}

#temperatureBox table thead tr {
	background-color:#E2F4F9;
}

#temperatureBox table td {
	padding:10px;
	text-align:center;
	border-left: 1px solid #222;
}

.one {
	background-color: #C2E6EF;
}

.two {
	background-color: #99D3E2;
}

.three {
	background-color: #60C2DA;
}

.four {
	background-color: #41B0CC;
}

a.downloadBtn {
	background:transparent url(/images/downloadBtn.jpg) no-repeat scroll 0 0;
	border:medium none;
	cursor:pointer;
	display:block;
	height:40px;
	text-indent:-9999px;
	width:149px;
}

a.downloadBtn:hover {
	position:relative;
	top:1px;
	left:1px;
}

/* 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 {
	float:right;
	margin:15px 302px 15px 0;
}

#add-buttons {
	float:right;
	width:384px;
}

.back-button {
	background:transparent url(/images/backBtn.jpg) no-repeat;
	display:block;
	float:left;
	height:40px;
	text-indent:-9999px;
	width:172px;
}

.back-button:hover {
	position:relative;
	top:1px;
	left:1px;
}

.checkout-button {
	background:transparent url(/images/checkoutBtn.jpg) no-repeat;
	border:medium none;
	cursor:pointer;
	display:block;
	float:left;
	height:40px;
	margin-left:5px;
	text-indent:-9999px;
	width:157px;
}

.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:transparent url(/images/icons/error.png) no-repeat scroll 8px 7px;
	color:#FFFFFF;
	display:inline-block;
	font-size:11px;
	font-weight:bold;
	height:24px;
	padding:10px 0 14px 42px;
	width:142px;
}

/* View Cart ----------------------------------------- */

.checkout-process {
	
	background-attachment:scroll;
	background-color:transparent;
	background-image:url(../images/shop/process.gif);
	background-position:0 8px !important;
	background-repeat:repeat-x;
	display:block;
	left:194px;
	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: #141414;
	text-align: center;
	padding-top: 5px;
	height: 20px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 7px;
}


.checkout-process span.active {
	
	background-color:#0192BF;
	color:#fff;
	text-shadow:0 1px #00485F;
	border:1px solid #006D8F;
	
}

.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: 450px;
}

.product-checkout {
	width: 920px;
}

.product-add th, .product-add td, .product-checkout th, .product-checkout td {
	padding: 8px;
}

.product-checkout tr:hover {
	background-color:#5F5F5F;
}

.product-add th, .product-checkout th {
	background-color:#141414;
	border-bottom:1px solid #676767;
	color:#FFFFFF;
	font-size:11px;
}

.product-add td, .product-checkout td {
	border-bottom:1px solid #676767;
	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: #0192BF;
	color:#fff;
	font-weight:bold;
}

th#view-grandtotal {
	color:#0192BF;
	font-family:arial;
	font-size:24px;
	letter-spacing:-1px;
	width:130px;
}

th.view-top, th.top-left, th.top-right {
	background-color: #141414;
	border-right: 1px solid #232323;
}

input.recalculate, input.checkout {
	
	display: block;
	width: 136px;
	height: 36px;
	background: url(/images/recalculate.jpg) no-repeat;
	cursor: pointer;
	border: none;
	text-indent:-9999px;
	float:left;
	font-size:0;
}

input.checkout {
	background: url(/images/finish.jpg) no-repeat;
	width:155px;
}

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: 18px;
	margin-top:10px;
}

.img-title-small {
	
	/*height: 50px;
	padding-left: 76px;
	padding-top: 16px;
	*/
}

.img-title h2 {
	
	font-size: 26px;
	letter-spacing: -2px;
}

.img-title span, .img-title-small span {
	
	font-size: 11px;
	color: #FFF;
}

.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 4px;
}


div#addcart {
	background: url(/images/icons/cart-update.png) no-repeat;
	background-position: -3px 3px;
}

div#cartproceed {
	background: url(/images/icons/cart-proceed.png) no-repeat;
	background-position: -3px 3px;
}*/

div#info {	
	background: url(/images/icons/note.png) no-repeat;
	background-position: -3px 5px;
	padding-top: 10px;
	height: 54px;
	padding-left: 68px;
}

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:#4DB0CF;
	display:block;
	margin-bottom:6px !important;
	padding-left:34px !important;
	padding-top:5px;
	font-weight:bold;
	font-family:arial;
	font-size:14px;
}

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;
	font-family:trebuchet MS,arial;
	margin-right:10px;
}

span.highlight {
	color:#4DB0CF;
	font-weight:bold;
	text-decoration:underline;
	text-transform:uppercase;
}

p.search-result a:hover { color: #4DB0CF !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.pay-button {
	background: url(/images/make-payment.jpg) no-repeat scroll 0 0;
	border:medium none;
	color:#F78002;
	float:right;
	font-size:0;
	height:40px;
	margin:0 0 25px;
	width:147px;
}

.checkout-left input.submit {
	background:transparent url(/images/main/submit.jpg) no-repeat 0 0;
	border:medium none;
	clear:both;
	color:#F78002;
	cursor:pointer;
	float:right;
	font-size:0;
	height:43px;
	margin-right:45px;
	margin-top:10px;
	width:146px;
}

.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: 461px;
	border-right: none;
}

.checkout-right {
	width: 415px;
	padding-left: 10px;
}

.checkout-info p {
	margin-bottom: 2px !important;
	font-size: 11px !important;
}

#contact-form p {
	clear: both;
	overflow: auto;
}

.checkout-info label {
	background-color:#141414;
	color:#FFFFFF;
	display:inline-block;
	margin:3px 4px 3px 0;
	padding:8px 11px 7px 10px;
	width:142px;
}

.checkout-info label em {
	color: #df3f3f;
}

.checkout-input {
	background-color:#484848;
	border:1px solid #111111;
	color:#FFFFFF;
	display:inline-block;
	padding:7px;
	width:224px;
}

.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-info textarea.contact-formText {
	background-color:#484848;
	border:1px solid #111111;
	color:#FFFFFF;
	display:block;
	float:right;
	height:150px;
	margin-right:50px;
	margin-top:3px;
	width:230px;
}

.checkout-input:focus {
	background-color: #6F6F6F;
	color:#000;
}

.payments {
	display:block;
	float:left;
	font-size:12px;
}

.payments input {
	width: auto;
	margin: 5px 0;
}

/* 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; 
}

/* -- Donate a bag form -- */

form#donate {
	background-color:#222222;
	border:1px solid #666666;
	float:left;
	margin:0 0 20px;
	padding:20px;
}

form#donate fieldset {
	float:left;
}

form#donate fieldset p {
	float:left;
	clear:both;
}

form#donate fieldset p label {
	float:left;
	margin-bottom:4px;
}

form#donate fieldset p label span {
	color:#4DB0CF;
}

form#donate fieldset p input, textarea {
	background-color:#555555;
	border:1px solid #000000;
	clear:both;
	color:#FFFFFF;
	float:left;
	padding:5px;
	width:250px;
}

form#donate fieldset button {
	background-color:#1B7695;
	border:1px solid #4DB0CF;
	color:#FFFFFF;
	cursor:pointer;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	width:100px;
}

form#donate fieldset button:hover {
	background-color:#4DB0CF;
}

.footnote {
	font-size:11px;
	font-style:oblique;
}

/* Links page ----------------------------------- */

.links {
	margin: 0 0.5em 0.5em 0.5em;
}

.links td {
	vertical-align: top;
	padding: 0.5em;
}

.links img {
	background: #fff;
	padding: 5px;
	border: 1px solid #000;
}

.links h5 {
	margin-top: 0;
}
