/* Layout ================================================================================= */
.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.content { background: #bce877;  }
.main { width: 1024px; background: url(../images/sitemid.gif); margin: 0 auto; }

/* Base Columns */ 
.col-left { float:left; width:200px; margin-left: 73px; }
.col-main { float:left; width:675px; }
.col-right { float:right; width:200px; margin-right: 71px; }

/* 1 Column Layout */
.col1-layout .col-main { width: 850px; margin: 20px 0 0 78px; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; margin: 0 71px 0 0;  }
.col2-right-layout .col-main { margin: 0 0 0 73px; }

/* 3 Columns Layout */
.col3-layout .col-main { width:475px; }

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .narrow { width:33%; }
.col2-set .wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font-family: Palatino;  font-size:12px;  vertical-align:middle; color:#000; }
input.input-text,select,textarea { background:#fff; border:1px solid #ddd; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option {}
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { overflow:visible; width:auto; border:0; padding:0 12px; border: 1px #06828c solid; background: #0ba4b0; cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ }
button.button span { float:left; padding:3px 12px; text-transform: lowercase;  text-align:center; white-space:nowrap; color:#fff; }
button.disabled {}
button.disabled span {}
/* Input & Textarea stretched for 100% */
.field-100 { border:1px solid #888; padding:2px; overflow:hidden; }
.field-100 input.input-text,
.field-100 textarea { float:left; width:100%; margin:0; padding:0; border:0; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#eee; }*/

/* Form lists */
.form-list li { margin:0 0 5px; }
.form-list label { font-weight:bold; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:250px; }
.form-list select { width:256px; }
.form-list li.add-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.add-row .btn-remove { font-size:0; line-height:0; padding:5px 5px 0 0; text-align:right; }
.form-list .range input.input-text { width:96px; }

.group-select {}
.group-select li { margin:0 0 5px; }
.group-select .input-box { float:left; width:260px; }
.group-select input.input-text,
.group-select textarea {width:510px; }
.group-select select { width:516px; }
.group-select .input-box input.input-text,
.group-select .input-box textarea { width:250px; }
.group-select .input-box select { width:256px; }

.buttons-set { clear:both; margin:5px 0 0; padding:5px; border:1px solid #ddd; }
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; }

.buttons-set2 { clear:both; margin:5px 0 0; padding:5px; border:1px solid #ddd; text-align:right; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 1px no-repeat; color:#ed6e95; }
.validation-failed { border:1px dashed #ed6e95 !important; background:#faebe7 !important; }
.validation-passed {}
.required { color:#ed6e95; }
p.required { font-size:10px; text-align:right; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#ed6e95; font-weight:bold; }
.notice { color:#ccc; }

.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 10px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:10px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/error_msg_icon.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../images/success_msg_icon.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/note_msg_icon.gif); color:#3d6611; }

/* BreadCrumbs */ 
.breadcrumbs { padding:10px; margin:0 0 10px; border:1px solid #ddd; }
.breadcrumbs li { display:inline; }

/* Page Heading */
.page-title { border-bottom:1px solid #93e9eb; margin:0 0 10px; }
.page-title h2 { color: #ed6e95; }
.title-buttons { text-align:right; }
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }



/* Data Table */ 
.data-table { width:100%; }
.data-table th { padding:5px; border:1px solid #93e9eb; font-weight:bold; white-space:nowrap; color: #845d29; }
.data-table td { padding:5px; border:1px solid #93e9eb; }
.data-table thead { background-color:#d6f7f8; }
.data-table tbody {}
.data-table tfoot {background-color:#d6f7f8;}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even { }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; background-color:#d6f7f8;   }
.data-table td.value {}

/* Tax Details Row */
tr.tax-total { cursor:pointer; }
tr.tax-total td {}
tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .tax-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.tax-details td { background-color:#f6f6f6; }
tr.tax-details-first td {}

/* Shopping cart tax info */
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { cursor:pointer; }
.cart-tax-total { padding-right:20px; background:url(../images/bg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Lists Decoration */
li.odd {}
li.even { background-color:#f6f6f6; }
dt.odd,
dd.odd {}
dt.even,
dd.even { background-color:#f6f6f6; }

/* Class: std - styles for admin-controlled content */
.std,
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }

/* Misc */
.link-rss { background:url(../images/icon_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
.alignleft { float: left; }
.alignright { float: right; }
/* ======================================================================================= */


/* Header ================================================================================ */

.header-container { background: #d6f7f8; height: 169px; }
.header { background: url(../images/header.gif) no-repeat; width: 1024px; height: 169px; margin: 0 auto; position: relative; }
.header .logo { position: absolute; top: 6px; left: 78px; height: 135px; width: 363px; }
.header .logo a { display:block; height: 135px; width: 363px; text-indent: -9000px; }

.header .form-search { position: absolute; top: 120px; left: 700px; background: url(../images/top_search.gif) left no-repeat; padding: 0 0 0 60px; }

.header .form-search .search-autocomplete { z-index:999; }
.header .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}
.header .form-language { text-align:center; }
.header .form-search label { display: none; }

.header .searchgo { border: none; background: url(../images/top_go.gif) no-repeat; width: 29px; height: 24px; text-indent: -9000px; cursor: pointer; float: left; }

.header .form-search .searchbox { height: 24px; width: 149px; background: url(../images/top_searchbox.gif) no-repeat; position: relative; float: left; }
.header .form-search .searchbox .input-text { border: none; background: none; padding: 5px 2px; color: #18a9b5; }
.header .cartnav { position: absolute; top: 23px; left: 591px; height: 30px; text-align: left;   }

.topnav { height: 39px; width: 880px; margin-left: 73px; background: url(../images/topnav_bg.gif) no-repeat; position: relative; }

.topnav .pretend { position: absolute; top: 0; left: 31px; height: 39px; width: 73px; cursor: pointer;  text-indent: -9000px; display: block; }
.topnav .art { position: absolute; top: 0; left: 131px; height: 39px; width: 41px; cursor: pointer;  text-indent: -9000px; display: block; }
.topnav .learning { position: absolute; top: 0; left: 199px; height: 39px; width: 80px; cursor: pointer;  text-indent: -9000px; display: block; }
.topnav .little { position: absolute; top: 0; left: 308px; height: 39px; width: 100px; cursor: pointer;  text-indent: -9000px; display: block; }
.topnav .books { position: absolute; top: 0; left: 438px; height: 39px; width: 137px; cursor: pointer;  text-indent: -9000px; display: block; }
.topnav .games { position: absolute; top: 0; left: 605px; height: 39px; width: 59px; cursor: pointer;  text-indent: -9000px; display: block; }
.topnav .outdoor { position: absolute; top: 0; left: 694px; height: 39px; width: 85px; cursor: pointer;  text-indent: -9000px; display: block; }
.topnav .decor { position: absolute; top: 0; left: 802px; height: 39px; width: 58px; cursor: pointer;  text-indent: -9000px; display: block; }
/* ======================================================================================= */


/* Homepage =============================================================================== */

.homepage { width: 870px; margin: 5px auto; }

.homepage .greenbox { background: #bce877; color: #5c9a0b; padding: 10px 8px; font-size:14px; }
.homepage .greenbox .slideshow { height: 346px; width: 597px; }
.homepage .greenbox .col1 {width: 255px; float: right; line-height: 1.2; }
.homepage .greenbox h1, .homepage .greenbox h2 { font-size: 18px; line-height: 1.2; }
.homepage .greenbox p { margin: 0 0 10px 0; }

.homepage .infoboxes { width: 840px; margin: 5px auto; }
.homepage .infoboxes .col1 { width: 515px; float: left; }
.homepage .infoboxes .col1 h2 { color: #f7a81c; font-size: 36px; background: url(../images/icon_orange.gif) top left no-repeat; padding: 0 0 0 35px; }
.homepage .infoboxes .col1 .bluebox { background: #d6f7f8; }
.homepage .infoboxes .col1 .bluetop { background: url(../images/mostlymulberry_top.gif) top no-repeat; }
.homepage .infoboxes .col1 .bluebot { background: url(../images/mostlymulberry_bottom.gif) bottom no-repeat; padding: 15px 10px; }
.homepage .infoboxes .col1 .inside { background: #fff; padding: 5px; }
.homepage .infoboxes .col1 .inside p { color: #7bb51f; font-size: 14px; line-height: 1.2; }

.homepage .infoboxes .col2 { width: 313px; float: right; }
.homepage .infoboxes .col2 h2 {color: #f7a81c; font-size: 36px; background: url(../images/icon_purple.gif) left no-repeat; padding: 0 0 0 35px; text-align: right; width: 160px; float: right; }
.homepage .infoboxes .col2 .greenboxsmall { clear: right; background: #d8f2af; }
.homepage .infoboxes .col2 .greentopsmall { background: url(../images/green_top.gif) top no-repeat; }
.homepage .infoboxes .col2 .greenbotsmall { background: url(../images/green_bot.gif) bottom no-repeat; padding: 5px 0;}

.homepage .infoboxes .col2 .alignright { float: right; width: 130px; color: #0ba4b0; font-size: 14px; text-align: center; }
.homepage .infoboxes .col2 .bloglink { margin-left: 15px; }
.homepage .infoboxes .col2 .alignright .addthis_button { font-size: 16px; color: #0ba4b0;}
.homepage .infoboxes .col2 .homesubscribe { background: #eef9dc; margin: 5px 0 0 0; padding: 0 10px 5px; text-align: center; }
.homepage .infoboxes .col2 .homesubscribe h3 { font-size: 20px; color: #f7a81c; text-transform: lowercase; font-weight: normal; text-align: left;  }
.homepage .infoboxes .col2 .homesubscribe p { color: #8ec53a; text-align: center; line-height: 1.2; }
.homepage .infoboxes .col2 .homesubscribe .subscribetext { text-align: center; height: 23px; width: 171px; background: url(../images/searchbg.gif) top no-repeat; padding: 5px 0 0 0; color: #5e9b0d; font-size: 12px; border: none; }
.homepage .infoboxes .col2 .homesubscribe .subscribego {height: 28px; width: 32px; background: url(../images/searchgo.gif) no-repeat; border: none; margin-left: 7px; }



.homepage .infoboxes2 { width: 840px; margin: 10px auto; }
.homepage .infoboxes2 .col1 { width: 278px; float: left; font-size: 14px; color: #23bbbe; line-height: 1.2;}
.homepage .infoboxes2 .col1 a { font-size: 14px; color: #23bbbe; }
.homepage .infoboxes2 .col1 h2.title {color: #f7a81c; font-size: 36px; background: url(../images/icon_purple2.gif) right no-repeat;text-align: left; width: 216px; }

.homepage .infoboxes2 .col2 { width: 155px; height: 141px; float: left;  background: url(../images/freeshipping_box.gif) no-repeat;  margin-top: 50px; text-align: center; color: #d6f7f8; font-size: 14px; line-height: 1.1;}
.homepage .infoboxes2 .col2 a { color: #d6f7f8; font-size: 14px; }
.homepage .infoboxes2 .col2 h2, .homepage .infoboxes2 .col2 h1 { font-size: 30px; color: #fff; padding: 10px 0; text-transform: lowercase; line-height: .9; }

.homepage .infoboxes2 .col3 { width: 400px; float: right; }
.homepage .infoboxes2 .col3 h2 {color: #f7a81c; font-size: 36px; background: url(../images/icon_orange.gif) top left no-repeat; float: right; width: 280px; text-align: right;  }
.homepage .infoboxes2 .col3 p { color: #88c932; font-size: 14px; }
.homepage .infoboxes2 .col3 a { color: #88c932; font-size: 14px; }


			
			
.homepage .infoboxes3 { width: 837px; margin: 10px auto; background: #d6f7f8; }
.homepage .infoboxes3 .top { background: url(../images/blue_top.gif) top no-repeat; }
.homepage .infoboxes3 .bot { background: url(../images/blue_bot.gif) bottom no-repeat; padding: 10px; }
.homepage .infoboxes3 .col1 { width: 386px; float: left;  color: #88c932; line-height: 1.2; }
.homepage .infoboxes3 .col1 .inside {background: url(../images/home_store.jpg) no-repeat; width: 386px; height: 218px; }
.homepage .infoboxes3 .col1 .inside p { padding: 5px 205px 5px 5px; }
.homepage .infoboxes3 .col1 h2.title { font-size: 36px; color: #42b2b5; line-height: 1; }

.homepage .infoboxes3 .col2 { width: 387px; float: right; }
.homepage .infoboxes3 .col2 .inside { background: url(../images/white_box.gif) no-repeat; width: 387px; height: 219px; }
.homepage .infoboxes3 .col2 h2.title { font-size: 36px; color: #42b2b5; text-align: right; line-height: 1; }

.homepage .homebottom { width: 830px; margin: 0 auto; font-size: 14px; color: #75ae27; }
.homepage .homebottom a { color: #75ae27; }
.homepage .homebottom h1, .homepage .homebottom h2 { color: #ed6e95; font-size: 24px; }
			
/* ======================================================================================= */


/* Sidebar =============================================================================== */

.leftnavmid { width: 156px; background: #d6f7f8; margin: 30px auto;  }
.leftnavtop { background: url(../images/left_box_top.gif) top no-repeat; }
.leftnavbot { background: url(../images/left_boxbot.gif) bottom no-repeat; padding: 10px 5px 85px; color: #8b632b; }

.leftnavbot h2 { color: #7fb62a; text-transform: lowercase; font-size: 22px; text-align: center; }
.leftnavbot a { color: #8b632b; text-decoration: none; }
.leftnavbot ul { text-align: left; margin-left: 12px; text-transform: lowercase; line-height: 1.3; }
.leftnavbot ul li { font-size: 16px; }
.leftnavbot ul li li { text-indent: 10px; font-size: 16px; }
.leftnavbot ul li li li { text-indent: 20px; font-size: 14px; }

.block {  margin:15px auto; width: 160; line-height: 1.2;  color: #8b632b;}
.block .block-title { border-bottom:1px solid #ddd; padding:0 10px; }
.block .block-title h2 { font-size:16px; font-weight:bold;}
.block h3 { font-size:14px;  }
.block .block-content { padding:10px; }
.block .actions { text-align:right; }
.block .actions a { float:left; }

/* Block: Account */
.block-account {margin: 20px 0 0 20px; }
.block-account .block-title { border: none; }
.block-account .block-title h2 { color: #88c932; font-size: 18px; font-weight: normal; }

/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; border:1px solid #888; }

/* Block: Layered Navigation */
.block-layered-nav {}
.block-layered-nav dt { font-weight:bold; }
.block-layered-nav .currently {}

/* Block: Cart */
.block-cart {}
.block-cart .amount {}
.block-cart .subtotal { text-align:center; }

.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:50px; padding:5px; border:1px solid #ddd; margin-right:-75px; }
.mini-products-list .product-details { margin-left:75px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
.mini-products-list .product-details .btn-remove { float:right; }

/* Block: Wishlist */
.block-wishlist {}

/* Block: Related */
.block-related {}
.block-related h2 { font-size: 18px; color: #0ba4b0; text-align: center; }
.block-related .item { margin:10px 15px; float: left; }

/* Block: Compare Products */
.compare { width: 148px; margin: 20px auto; background: #eefcfc url(../images/left_comparetop.gif) top no-repeat; padding: 40px 0 0 0; }
.compare li { padding:5px 0; }
.compare .comparebutton { background: url(../images/left_comparebutton.gif) ; height: 32px; width: 148px; border: none; text-indent: -9000px; cursor: pointer; }
.compare #compare-items { color: #85bb32; text-transform: lowercase; width: 120px; margin: 0 auto; }
.compare a { text-decoration: none;  color: #85bb32;}
/* Block: Viewed */
.block-recent {}

/* Block: Poll */
.block-poll {}
.block-poll input.radio { float:left; margin:3px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll .answer {}
.block-poll .votes { font-weight:bold; }

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }

/* Block: Subscribe */
.block-subscribe { background: #f5fcea; line-height: 1.2;  color: #85bb32; width: 148px; margin: 30px auto;  }
.block-subscribe a {color: #85bb32; }
.block-subscribe .top { background: url(../images/left_newstop.gif) top no-repeat; padding: 40px 0 0 0; } 
.block-subscribe .bottom {background: url(../images/left_newsbot.gif) bottom no-repeat; height: 58px; width: 148px; position: relative; }
.block-subscribe .input-text { background: none; border: none; position: absolute; top: 7px; left: 21px; height: 23px; width: 100px; color: #85bb32; text-align: center; font-family: Palatino;  }
.block-subscribe .subscribebutton { background: none; border: none; position: absolute; top: 33px; left: 48px; width: 48px; height: 22px; cursor: pointer; text-indent: -9000px;  }
.block-subscribe .subscribebutton span {  }

/* Block: Reorder */
.block-reorder {}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .label { display:block; margin-left:20px; }

/* Block: Banner */
.block-banner {}
.block-banner .block-content { text-align:center; }

/* Block: Checkout Progress */
.block-progress {}
.block-progress dt { font-weight:bold; }
.block-progress dt.complete,
.block-progress dd.complete { background-color:#f6f6f6; }
/* ======================================================================================= */


/* Content Page ========================================================================= */
.content-page { width: 580px; margin: 20px auto; color: #858787; line-height: 1.2; font-size: 12px; }
.content-page .content-title h2{ color: #ed6e95; text-align: center; width: 100%; border-bottom: 2px #bce877 solid; margin: 0 0 20px 0; font-size: 24px; text-transform: lowercase; }
.content-page a { color: #0ba4b0; text-decoration: none; }
.content-page ul { }
.content-page li { background: url(../images/icon_disc.gif) left no-repeat; padding: 0 0 0 15px; list-style: none; }

/* ======================================================================================= */


/* Category Page ========================================================================= */
.categorywrap { width: 630px; margin: 20px auto; position: relative; line-height: 1.2; }
.category-title { background: url(../images/cat_titlebg.gif) bottom no-repeat; text-transform: lowercase; color: #ed6e95; padding: 0 0 20px 32px; height: 33px; margin: 0 0 20px 0; }
.category-title h2 { font-size: 24px; }
.category-image { display:block; margin:0 auto; }
.category-products {}

.subcat { width: 630px; margin: 0 auto; }
.subcat .category-box { width: 150px; float: left; margin: 0 25px 15px;  text-align: center; }
.subcat .category-box a { text-decoration: none;  font-weight: bold;  }
.subcat .catitembox { border: none; text-align: center; }

/* Pager */ 
.categorywrap .limiter { position: absolute; right: 21px; top: 30px; color: #fff; }
.categorywrap .limiter select { background: #fff; border: none; color: #abde5c; }


.categorywrap .pages { position: absolute; left: 21px; top: 30px; color: #fff; }
.categorywrap .pages a { color: #fff; text-decoration:  none; }
.categorywrap .pages ol { display:inline; }
.categorywrap .pages li { display:inline; }
.categorywrap .pages .current { font-size: 14px; color:#547e13}

/* botom toolbar */

.toolbottom { background: url(../images/cat_titlebg.gif) bottom no-repeat;  position: relative; width: 630px; height: 27px; margin:15px 0; }
.toolbottom .limiter { top: 5px; }
.toolbottom .pages { top: 5px; }


/* View Type: Grid */
.products-grid { width:100%; }
.products-grid tr.odd {}
.products-grid tr.even { }
.products-grid td { width:33%; text-align: center; }
.products-grid td.empty {}

.catitembox {border: 1px #93e9eb solid; text-align: left; position: relative; color: #0ba4b0; width: 150px; margin: 5px auto; padding: 3px 10px; font-size: 16px; }
.catitembox h3 { line-height: 1.2; margin: 0 0 10px 0; }
.catitembox a { color: #0ba4b0; text-decoration: none; }
.catitembox .price-box { color: #ed6e95;font-size: 18px; font-weight: bold;  }
.catietmbox .price-box .price {  }
.catitembox .morelink { position: absolute; bottom: 3px; right: 7px; font-size: 12px;  }
.catitembox .morelink a { color: #6fb118;  }

/* View Type: List */
.products-list li.item { }
.products-list .product-image { float:left; }
.products-list .product-shop { float:right; width:320px; }
/* ======================================================================================= */


/* Product View ========================================================================== */
.product-view { margin: 30px 30px 0 0; font-size: 14px; }

.product-essential {}
.product-collateral {}

/* Product Images */
.product-view .product-img-box { float:left; width:300px; }
.product-view .product-img-box .product-image { text-align: center;  }
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:54px; margin:0 auto 30px; padding:0 44px; background:url(../images/item_zoombar.gif) 60% 16% repeat-x;  cursor:pointer; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:3px; width:9px; height:37px; background:url(../images/item_zomobarhandle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:0px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:0px; top:0; }
.product-view .product-img-box .more-views ul { margin-left:-4px }
.product-view .product-img-box .more-views li { float:left;   margin:10px; }

.product-image-popup { margin:0 auto; }
.product-image-popup .nav { text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}

/* Product Shop */
.product-view .product-shop { float:right; width:318px; }
.product-view .product-name { background: url(../images/item_name_bg.gif) bottom no-repeat;  color: #ed6e95; padding: 5px 0 27px 37px; }
.product-view .short-description { color: #0ba4b0; line-height: 1.5; }

.product-view .itembox { border: 1px #abde5c solid; padding: 5px; }

/* Availability */
.availability {}
.availability .in-stock { font-weight:bold; }
.availability .out-of-stock { font-weight:bold; color:#ed6e95; }

/********** < Product Prices */
.product-shop .price-box { text-align: center; font-size: 18px; font-weight: bold; }

.price { white-space:nowrap !important; color: #ed6e95; }

.price-box-bundle {}

/* Regular price */

/* Old price */
.old-price {}
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-weight:bold; text-decoration:line-through; }

/* Special price */
.special-price {}
.special-price .price-label { font-weight:bold; white-space:nowrap; }
.special-price .price { font-weight:bold; }

/* Minimal price (as low as) */
.minimal-price {}
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

a.minimal-price-link { display:block; }
a.minimal-price-link .label {}
a.minimal-price-link .price { font-weight:normal; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from {}
.price-from .price-label { font-weight:bold; white-space:nowrap; }
.price-to {}
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

/* Add to Links */
.add-to-links .separator { display:none; }

/* Add to Cart */
.itemadd { text-align: center; }
.itemadd label { margin-right:5px; color: #6fb118; width: 75px; text-align: right;  }
.itemadd .qty { }

.itemadd button.button { clear: both; margin: 10px auto; background: url(../images/item_basket.gif) left no-repeat; padding: 0 0 0 50px; text-transform: lowercase;  border: none; height: 45px; }
.itemadd button.button span { color: #f39f08; font-family: Palatino; background: none; font-size: 22px; font-weight: normal; }

.links { color: #0ba4b0; text-transform: lowercase; font-size: 14px; font-weight: bold; text-align: center;  }
.links a { color: #0ba4b0; text-decoration: none;  }
.links a.green { color: #72b31d; margin: 0 6px;  }



/* Add to Links + Add to Cart */
.add-to-box {}
.add-to-box .add-to-cart { }
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:left; }

/* Product Options */
.product-options { padding:10px; margin:10px 0 0; }
.product-options dt label { font-weight:bold; }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:10px 0; }
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; }
.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; }

.product-options-bottom { }
.product-options-bottom .price-box { margin:10px 0; }

/* Grouped Product */
.grouped-items {}

/* Block: Description */
.product-view .description { color: #8f908d; border: 1px #abde5c solid; padding: 5px; margin: 20px 0; }
.product-view .moreinfo { color: #f39f08; font-size: 18px; }
.product-view .description a { color: #8f908d; }

/* Block: Additional */
.product-view .additional { border: 1px #0ba4b0 solid; padding: 7px; color: #0ba4b0; margin: 20px 0; }
.product-view .additional .title { color: #ed6e95; text-transform: lowercase; font-size: 18px; }
.product-view .additional p {margin: 0  0 10px 0; }

/* Block: Upsell */
.product-view .up-sell {}
.product-view .up-sell .products-grid td { width:25%; }

/* Block: Tags */
.product-view .tags {}
.product-view .tags .form-add-tags label { float:left; }
.product-view .tags .form-add-tags .input-box { float:left; width:260px; margin:0 5px; }
.product-view .tags .form-add-tags input.input-text { width:254px; }
.product-view .tags .form-add-tags button.button { vertical-align:bottom; }
.product-view .tags .form-add-tags p { clear:both; }

/* Block: Reviews */
.product-view .reviews {}

/* Block: Add Review */
.product-view .add-review {}
.product-view .add-review .product-name span { font-weight:normal; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { font-size:1em; font-weight:bold; line-height:1.5; }

/* Product Tags */
.tags-list li { display:inline; }

/* Advanced Search */
.search-summary {}

/* CMS Home Page */
.cms-home .products-grid td { width:20%; }

/* Sitemap */
.sitemap {}
/* ======================================================================================= */


/* Product Review ======================================================================== */
.product-review {}
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; border:1px solid #ddd; padding:1px; }
.product-review .details { float:right; width:570px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .checkout-types { float:right; text-align:right; }

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { float:left; width:537px; margin: 20px 0 0 0; color: #845d29; }
.cart .cart-collaterals h3 { color: #75b61f; }
.cart .cart-collaterals .col-1 { width: 210px; border: 1px #88c932 solid; padding: 7px; }
.cart .cart-collaterals .col-2 { width: 265px; border: 1px #88c932 solid; padding: 7px; }
.cart .cart-collaterals button { margin: 5px auto; }
.cart .crosssell .product-image { float:left; margin-right:-90px; }
.cart .crosssell .product-shop { margin-left:90px; }
.cart .shipping { margin: 15px 0 0 0; }

/* Shopping Cart Totals */
.cart .totals { float:right; width: 260px; border: 1px #88c932 solid; margin: 20px 0 0 0; padding: 7px; text-transform: lowercase; }
.cart .totals table { width:100%; }
.cart .totals table th { padding: 0 5px; color: #75b61f; }
.cart .totals table td { padding: 0 5px; }
.cart .totals .a-right {color: #75b61f;}
.cart .totals table th { font-weight:bold; }
.cart .totals table tfoot { font-size: 18px; padding: 5px; }
.cart .totals .padit { margin: 10px 0;}
.cart .totals tfoot th, .cart .totals tfoot td { margin: 5px 0; }
.cart .totals button { background: url(../images/checkout_btn.gif); height: 33px; width: 122px; border: none; text-indent: -9000px; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:30px; top:7px; }
.col-right .truncated .show dl  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/* One Page */
.opcwrap { width: 95%; margin: 10px auto; }
.opc { border-bottom:1px solid #06828c; position:relative; }
.opc li.section { border:1px solid #06828c; border-bottom:0; }
.opc .step-title { background-color:#d6f7f8; padding:0 5px; text-align:right; }
.opc .step-title .number { float:left; line-height:22px; margin-right:5px; }
.opc .step-title h3 { float:left; }
.opc .allow .step-title { cursor:pointer; }
.opc .active {}
.opc .active .step-title { background-color:#0ba4b0; cursor:default; color: #fff; }
.opc .step { border-top:1px solid #06828c; padding:10px; position:relative; }
.opc .step .tool-tip { right:10px; }
.opc .order-review {}

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}

/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.please-wait { float:right; margin-right:5px; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.add-gift-message {}
.gift-message-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-message-form .inner-box { padding:5px; height:300px; overflow:auto; }
.gift-message-form .gift-item {}

.gift-message-link { display:block; background:url(../images/bg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }
/********** Common Checkout Styles > */
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login {}
.account-login .new-users {}
.account-login .registered-users {}

.account-create {}
/* Account Login/Create Pages ============================================================ */


/* My Account ============================================================================= */
/********** < Dashboard */
.dashboard {width: 95%; }
.dashtitle { color: #0ba4b0; border-bottom: 1px solid #88c932; 
 margin:20px 0 10px; }
.dashboard .welcome-msg {}
.dashboard h3 { }
.dashboard a { color: #ed6e95; text-decoration: underline; }

/* Block: Recent Orders */
.dashboard .recent-orders { margin:10px 0; }

/* Block: Tags */
.dashboard .tags .number { float:left; margin-right:-20px; }
.dashboard .tags .details { margin-left:20px; }

/* Block: Reviews */
.dashboard .reviews {}
/********** Dashboard > */

/* Order View */
.order-info { border:1px solid #ddd; padding:5px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

/* Print Pages */
.page-print .print-head {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.bottomnav { clear: both; width: 880px; height: 119px; margin-left: 73px; background: url(../images/footer_bg.gif); position: relative;  }
.bottomnav .b-press { position: absolute; top: 29px; left: 94px; height: 28px; width: 52px; cursor: pointer;  text-indent: -9000px; display: block; }
.bottomnav .b-blog { position: absolute; top: 29px; left: 153px; height: 28px; width: 45px; cursor: pointer;  text-indent: -9000px; display: block; }
.bottomnav .b-location { position: absolute; top: 29px; left: 207px; height: 28px; width: 91px; cursor: pointer;  text-indent: -9000px; display: block; }
.bottomnav .b-comments { position: absolute; top: 29px; left: 315px; height: 28px; width: 167px; cursor: pointer;  text-indent: -9000px; display: block; }
.bottomnav .b-about { position: absolute; top: 29px; left: 492px; height: 28px; width: 59px; cursor: pointer;  text-indent: -9000px; display: block; }
.bottomnav .b-contact { position: absolute; top: 29px; left: 562px; height: 28px; width: 69px; cursor: pointer;  text-indent: -9000px; display: block; }
.bottomnav .b-policies { position: absolute; top: 29px; left: 643px; height: 28px; width: 72px; cursor: pointer;  text-indent: -9000px; display: block; }
.bottomnav .b-home { position: absolute; top: 29px; left: 731px; height: 28px; width: 58px; cursor: pointer;  text-indent: -9000px; display: block; }


.footer { background: #d6f7f8; }
.footer .inside { width: 877px; margin: 0 auto; }
.footer p { text-align:right; }
.footer address { float: left;  }
.footer ul { float:left; padding:0 20px 0 0; }
/* ======================================================================================= */
.clear { clear: both; }
.clearright {clear: right; }