/****************************************************/
/***********[  Mage_CSS_B Common Elements ]***********/
/****************************************************/


/********************** Columns */

/*CSS Tweaks for General Use*/
.margin-right {margin-right:5px;}
.margin-left {margin-left:20px;}
.italic {font-style: italic;}

.list-bullet {
  list-style: disc inside;
  margin-left: 15px;
  text-indent: -11px;
}

/* All */
.col2-set, .col3-set, .col4-set, .col5-set { clear:both; }

/* Col2 */
.col2-set .col-1, .col2-set .col-2 { width:48.5%; }
.col2-set .col-1 { float:left; }
.col2-set .col-2 { float:right; }

#bottom {
  margin: 0 20px 0 20px;
}

/* Col2-alt */
.col2-alt-set .col-1 { width:32%; }
.col2-alt-set .col-2 { width:65%; }
.col2-alt-set .col-1 { float:left; }
.col2-alt-set .col-2 { float:right; }

/* col2-alt2 */
.col2-alt2-set .col-1 {
	width: 235px;
	margin-right: 2px;
	float: left;
	margin-top: 7px;
	margin-left: 9px;

 }
.col2-alt2-set .col-2 { width: 74%; float: right; }

/* Col3 */
.col3-set .col-1, .col3-set .col-2, .col3-set .col-3 { float:left; width:31.3%; }
.col3-set .col-1, .col3-set .col-2 { margin-right:3%; }

/* Col4 */
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3, .col4-set .col-4 { float:left; width:22%; }
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3 { margin-right:4%; }

/* Table Columns */
table .col-1, table .col-2, table .col-3, table .col-4 { float:none !important; margin:0 !important; }
.col3-set td.spacer { width:3%; }
.col4-set td.spacer { width:4%; }


.accent { color:#E76200; font-weight:bold; }



/********************** Form */

/* Form Elements */
input.input-text, textarea {
	border: 1px solid #C0B6A0;
	font: 12px arial, helvetica, sans-serif;
	background: white none repeat scroll 0 0;
	height: 20px;
	padding: 4px 5px 0;
}

option, optgroup { font:12px arial, helvetica, sans-serif; }
optgroup { font-weight:bold; }
textarea { overflow:auto; }
input.input-text, textarea { padding:2px; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
.qty { width:1.9em; }
.qty::-webkit-outer-spin-button,
.qty::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.cart-qty {background:#FFFFFF  !important; height:16px;color:#6f4d38;width:2.5em; border:1px solid #888888  !important;}
.group-select label,
.payment-methods label {
  color:#704d39;
  font-family:'pt sans', sans-serif;
  font-size:1.1em;
  padding:0 3px;
}

.form-list label {color:#704d39;font-family:Arial, sans-serif;font-size:1.2em;text-transform:inherit; font-weight:normal;}
.form-list input.input-text, select, textarea{ border:1px solid #C0B6A0; font:12px 'pt sans', sans-serif;background:#FFFFFF none repeat scroll 0 0; /* height:20px;padding:4px 5px 0; */}
#authorize_fieldset label {color: #6F4D38; font-size: 12px;}
#payment_form_authorizecimsoap #sharing-tooltip { bottom: 145px; right: 226px; }
#payment_form_authorizecimsoap #sharing-tooltip-text { width: 400px; }
#payment_form_paypal_standard {margin-left: 20px;}
.button-set { /* Container for form buttons*/
    clear:both;
    padding-top:8px;
    text-align:right;
    }
.brown-text {
  color: #6F4D38;
}
.orange {
  color: #fff;
  background-color: rgb(220,164,0);
}
.orange:active {
  background-color: rgb(167,118,36);
}
.beige {
  background-color: rgb(169,139,126);
}
.beige:active, .brown-button {
  background-color: rgb(111,77,56);
}
.button-container {
  border: 0;
  background: 0;
}
.nobold {
  font-weight: normal;
}
.button {
  font-family: 'pt sans narrow', 'pt sans', sans-serif;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  background-clip: padding-box;
  border: 1px solid #6F4D38;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin: 9px 9px 10px 9px;
  padding: 2px 5px 1px 8px;
  -webkit-border-radius: 22px; -moz-border-radius: 22px; border-radius: 22px;
  position: relative;
  -webkit-box-shadow: inset 0 1px 4px #fff, 0 1px 0 0 #000; -moz-box-shadow: inset 0 1px 4px #fff, 0 1px 0 0 #000; box-shadow: inset 0 1px 4px #fff, 0 1px 0 0 #000;
  letter-spacing: 2px;
  z-index: 1;
  overflow: none;
  cursor: pointer;
  line-height: normal;
  white-space: nowrap;
}
.button-small {
  font-size: 14px;
  padding: 3px 7px 1px 7px;
  margin: 5px 6px 6px 6px;
  font-weight: normal;
  letter-spacing: normal;
}
a.button-small {
  padding: 4px 7px 1px 7px;
}
.button-large {
  font-size: 20px;
  padding: 9px 18px 8px 20px;
}
.button:before {
  content: '';
  position: absolute;
  background-clip: padding-box;
  border: 3px solid #6F4D38;
  -webkit-border-radius: 27px; -moz-border-radius: 27px; border-radius: 27px;
  top: -6px;
  right: -6px;
  bottom: -7px;
  left: -6px;
}
.button:after {
  content: '';
  position: absolute;
  background-clip: padding-box;
  border: 1px solid #6F4D38;
  -webkit-border-radius: 29px; -moz-border-radius: 29px; border-radius: 29px;
  top: -9px;
  right: -9px;
  bottom: -10px;
  left: -9px;
}
.button:hover {
  color: #fff;
  -webkit-box-shadow: inset 0 2px 10px #fff, 0 1px 0 0 #000; -moz-box-shadow: inset 0 2px 10px #fff, 0 1px 0 0 #000; box-shadow: inset 0 2px 10px #fff, 0 1px 0 0 #000;
}
.button:hover:before, .button:hover:after {
  opacity: 0.7;
}
.button:active {
  padding: 3px 4px 0px 9px;
  -webkit-box-shadow: inset 0 2px 10px #000, 0 1px 0 0 #000; -moz-box-shadow: inset 0 2px 10px #000, 0 1px 0 0 #000; box-shadow: inset 0 2px 10px #000, 0 1px 0 0 #000;
}
.button:active:before, .button:active:after {
  opacity: 1;
}
.button-small:before {
  border: 2px solid #6F4D38;
  top: -5px;
  right: -5px;
  bottom: -6px;
  left: -5px;
}
.button-small:after {
  border: none;
}
.button-small:active {
  padding: 4px 6px 0 7px;
}
a.button-small:active {
  padding: 5px 6px 0 7px;
}
.button-large:active {
  padding: 10px 17px 7px 21px;
}
.dots {
  position: absolute;
  left: 8px;
  top: -20px;
  font-size: 40px;
  line-height: 40px;
}
.button-small .dots {
  left: 10px;
}
.button-large .dots {
  top: -6px;
  left: initial;
}
.add-to-cart-container  {
  float: right;
  margin-top: -31px;
}
.form-button, .form-button-alt {
    overflow:visible;
    width:auto;
    border:0;
    cursor:pointer;
    text-align:center;
    vertical-align:middle;
    padding:1px 8px;
    -webkit-appearance: none;
    }
#product-page-add-to-cart-container {
  position: relative;
  clear: both;
  padding: 15px 0 10px 0;
}
#shipping-ajaximg {
  display: none;
  background: url(https://www.abesmarket.com/skin/frontend/abe/default/images/shoppingcart/button-ajax-loader.gif) no-repeat;
  top: -1px;
  right: 25px;
}
.product-add-to-cart-form-button_checkout {
	left: 9px;
	width: 168px;
	height: 36px !important;
	top: 2px;
	position: relative;
}
.form-button:hover {
  background-color: #658712;
  color:#fff;
}

.form-button span, .form-button-alt span {
    white-space:nowrap;
    }
.form-update-button-alt {
    border:1px solid #c0b6a0;
    background-color:#e6e2cc;
    color:#704d39;
    font-family:Arial, sans-serif;
    padding:0 5px;
    }
a.form-button-alt { padding:2px 9px; text-decoration:none; }
.form-button-alt:hover { color:#fff; text-decoration:none; }
.btn-checkout {
    display:block;
    float:right;
    font-size:15px;
    font-weight:bold;
    padding-right:8px;
    }
.btn-checkout, .btn-checkout:hover {
    color:#fef5e5;
    text-decoration:none;
    }
.btn-checkout span {
    display:block;
    padding:0 17px 0 25px;
    line-height:40px;
    }
 a.proceed-to-checkout-button {
    background-color: #FF8A00;
    border: 0 none;
    box-shadow: 2px 2px 3px rgba(120, 58, 0, 0.3);
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    margin: 10px;
    padding: 5px 20px;
    text-decoration: none;
    width: 78px;
    margin: 0 auto;
    display: block;
 }
.upsell {
  margin: 0 10px;
}
.upsell .showcase-title,
.upsell .showcase-product {
  height: 210px;
  width: 170px;
}
.upsell .add-to-cart-btn {
  right: 0;
  bottom: 0;
}

/* Form lists */
.form-list li { margin-bottom:6px; }
.form-list li .input-box .input-text,
.form-list li .input-box textarea { width:250px; }
.form-list li .input-box select { width:256px; }
.form-list li.addElement { border-top:1px solid #DDD; padding-top:10px; }

.group-select {
    margin:5px 0;
    }
.group-select .legend {
    color:#E76200;
    font-size:1.1em;
    margin-right: 70px;
    }
.group-select .legend.register {
		margin: 0px;
}
.group-select li { padding:4px 0; }
.group-select li .input-box { float:left; width:320px;text-align:left; margin-bottom: 3px;}
.group-select li .select-box { float:left; width:230px;padding:0 5px; text-align:right;}
.group-select li .button-box { float:left; width:170px;padding:0 5px; text-align:right;}
.group-select li .input-text, .group-select li select, .group-select li textarea { width:525px; }
.group-select li .input-box .input-text, .group-select li .input-box textarea { width:200px; border:1px solid #C0B6A0; font:12px arial, helvetica, sans-serif;background:#FFFFFF none repeat scroll 0 0;height:20px;padding:4px 5px;}
.group-select li .input-box select {
  width:212px;
  border:0;
  font:12px arial, helvetica, sans-serif;
}

/* Customer Account Creation added to format the page layout */
.customer-account-create .group-select li .input-box {
  clear: both;
  float: none;
  margin-bottom: 30px;
  width: 330px;
}
.customer-account-create input#is_subscribed { margin-left: 152px; }
.customer-account-create .col-main .input-text {float:right;}
.customer-account-create .validation-advice {float:right;margin-right: 40px;}


/* Form Messages */
.validation-advice,
.seller-block .seller-form .required,
.required {
  color:#BA2F49;
}
.validation-advice {
  clear:both;
  min-height:15px;
  width: auto;
  height: auto;
  margin-top:3px;
  background:url(../images/validation_advice_bg.gif) no-repeat;
  font-size:.95em;
  font-weight:bold;
  line-height:1.25em;
  padding-left: 12px;
}
.validation-tooltip { color: #EB340A; clear:both; min-height:15px; margin-top:3px; background: #f9f3e3; border: 1px solid #FF6666; z-index: 200; margin-top: 28px; padding: 3px 5px 3px 5px; font-size:.95em; font-weight:bold; line-height:1.25em; }
.validation-failed { border:1px dashed #EB340A !important; background:#faebe7 !important; }
/* Expiration date and cvv number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; margin-right:-12em; width:12em; position:relative; }

label.required { font-weight:bold; }
span.required, p.required { font-size:.95em; text-align:left; }



/********************** Messages  */
.success { color:#3d6611; }
.error { color:#df280a; }
.notice {color:#e26703; }
.success, .error { font-weight:bold; }
.messages,
.messages ul { list-style:none !important; margin:0; padding:0 !important; }
.messages {
  width:96%;
  overflow:hidden;
  margin-left: 15px;
  margin-bottom: 1em !important;
  position: relative;
}
.error-msg, .success-msg, .notice-msg, .note-msg {
    background-repeat:no-repeat !important;
    padding:0 8px 8px 22px !important;
    font-size:1em !important;
    margin-left: 10px;
    margin-top: 10px;
}
.msg-icon {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 10px;
}
.error-msg li, .success-msg li, .notice-msg li {margin-bottom:.2em; }
.error-msg {
  color:#df280a;
}
.success-msg {
  color:#3d6611;
}
.notice-msg, .note-msg {
  color:#3d6611;
}

.js-message {
  background-color: #A18B7E;
  color: white;
  font-size: 17px;
  padding: 10px;
  margin: 23px 30px 30px 30px;
  line-height: 19px;
  font-weight: bold;
  border: double 6px;
}

/********************** Headings */

.head, .inner-head { line-height:1.25em; text-align:right; }
.head h1,.head h2, .head h3, .head h4, .head h5,
.inner-head h1,.inner-head h2, .inner-head h3, .inner-head h4, .inner-head h5{ margin:0; float:left; }


/* Page heading */
.page-head-alt { margin:0 0 12px 0; }
.page-head, .page-head-alt { text-align:right; margin-right: 10px; }
.page-title {
  margin: 10px 0 10px 20px;
  text-align: left;
}
.page-head h3, .page-head-alt h3, .search-page-head h3, .toolbar-head {
    color:#6F4D38;
    margin:0;
    font-size:1.9em;
    font-weight:normal;
    text-transform:none;
    text-align:left;
    }

.button-level h3 { /* heading level with buttons */
    float:left;
    width:55%;
}

.button-level .input-box {float:left;}
.button-level label{
	color:#704d39;
	float:left;
	font-family:Arial, sans-serif;
	font-size:1.3em;
	font-weight:normal;
	margin:0;
	padding:2px 0 0 8px;
	text-transform:inherit;
}

.button-level .input-text {
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #AAA780;
float:left;
font-size:1.1em;
height:18px;
margin:0 5px;
padding:3px 0;
}

.page-head .link-feed {float:right; margin-top:9px; }
.button-level .link-feed {float:none!important; font-size:1em!important; }

/* Category list heading */

.category-head input.input-text { border:0; font:12px; background:#e6e2cc none repeat scroll 0 0; height:20px;padding:2px 5px 0;}

.category-head h2 {
  margin:0;
  padding: 4px 0;
  color: #658712;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: bold;
}
.category-head h1 {
  font-size: 36px;
  font-family: 'pt sans narrow', sans-serif;
  color: #6F4D38;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  line-height: normal;
}
.double-border,
.category-head h1 span {
  border-top: 3px double;
  border-bottom: 3px double;
}
#featuredProduct {
  position: relative;
  margin: 0 0 5px 0;
  padding: 10px 0 0 0;
  border-top: 1px solid #6F4D38;
  line-height: normal;
}
#featuredProduct .numOfProducts {
  font-size: 16px;
  font-family: georgia;
  margin-bottom: 10px;
}
#featuredProduct .numOfProducts  a {
  color: #6F4D38;
  text-decoration: underline;
}
#featuredProduct .numOfProducts  a:hover {
  color: #A1C34A;
}
#featuredProductContent {
  color: #fff;
  position: absolute;
  top: 0;
  width: 38%;
  margin: 90px 0 0 20px;
  height: 100%;
}
#featuredProductContent a {
  color: #fff;
}
#featuredProductContent h2 {
  font-family: georgia, serif;
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 5px 0;
  font-style: italic;
  font-weight: bold;
}
#featuredProductContent .vendor-name {
  font-size: 16px;
}
#featuredProductContent h3 {
  display: inline;
}
#featuredProductContent h3  a{
  text-decoration: underline;
}
#featuredProductContent .productDescription {
  font-size: 16px;
  height: 210px;
  overflow: hidden;
  width: 90%;
  margin: 0 0 10px 0;
}
#featuredProductContent .productDescriptionTitle {
  font-size: 40px;
  font-family: Cookie, sans-serif;
  margin: 10px 0 10px 0;
}
#featuredProductContent .productDescriptionTitle span {
  font-size: 30px;
  font-family: 'pt sans';
}
#featuredProductContent .productDescription a {
  font-weight:bold;
  white-space: nowrap;
  text-decoration:underline;
  font-size: 12px;
}
#featuredProductContent .price {
  color: #fff;
  font-size: 16px;
  font-family: georgia, serif;
}
#featuredProductContent .price .price {
font-size: 25px;
}
#featuredProductContent .old .price {
  font-size: 16px;
  text-decoration: line-through;
}
#featuredProductCart {
  position: relative;
  bottom: -70px;
  left: -80px;
}
#featuredProductCart .add-to-cart-btn {
  width: 200px;
  height: 40px;
  background: url(https://www.abesmarket.com/skin/frontend/abe/default/images/featured/add_to_cart.png) no-repeat;
}
#featuredProductCart .add-to-cart-btn:hover {
  background: url(https://www.abesmarket.com/skin/frontend/abe/default/images/featured/add_to_cart-hover.png) no-repeat;
}
#featuredProductCart .add-to-cart-btn_active,
#featuredProductCart .add-to-cart-btn_active:hover {
  background: url(https://www.abesmarket.com/skin/frontend/abe/default/images/featured/add_to_cart-active.png) no-repeat;
}
#featuredProductCart .already-added-cart {
  background: url(https://www.abesmarket.com/skin/frontend/abe/default/images/featured/checkout.png) no-repeat;
}
#featuredProductCart .already-added-cart:hover {
  background: url(https://www.abesmarket.com/skin/frontend/abe/default/images/featured/checkout-hover.png) no-repeat;
}
#featuredProductCart .ajax-icon {
  right: 180px;
  bottom: 25px;
}
.category-head .nav,
.category-head .sort-by {
  margin:0;
  color:#6F4D38;
  font-size:13px;
  font-weight:normal;
}
.category-head .nav {
  padding: 5px 15px 5px 1px;
  float:left;
}
.category-head .nav select,
.category-head .sort-by select {
  position: relative;
  top: -2px;
}
.category-head .sort-by {
  padding: 5px 4px 5px;
  float: right;
}
.category-head .nav span {
  margin:0;
  padding:0 5px;
  vertical-align: top;
}
.category-head .nav a { margin:0; padding:0 3px; color: #A1C34A; }
.category-head .nav a:hover { color:#A1C34A; }
.category-head .nav a.selected { color:#6F4D38; cursor: default; }

.category-head .category-head-nav {
  border-bottom: 1px solid #6F4D38;
  border-top: 1px solid #6F4D38;
  height: 25px;
}

#topToolbar .pages { display: none; }
#bottomToolbar .category-head { display: none; }

.box-header { font-size:1.05em; text-align:left; background:#eee; font-weight:bold; padding:2px 8px; margin:10px 0; }
.category-head .link-feed {float:right; margin-top:10px; position:relative; }

#category-description-wrapper {
  position: relative;
  margin: 20px 130px 20px 130px;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

/********************* Tables */
td.label { font-weight:bold; }

/* Data Table */
.data-table { border:1px solid #c0b6a0; width:100%; padding:0 5px;}
.data-table tr { background:transparent; }
/*
.data-table .odd  {}
.data-table .even {}
*/
.data-table td.last, .data-table th.last { border-right:0; }
.data-table tr.last th {  vertical-align:baseline;}
.data-table tr.last td { }
.data-table th {
  padding:2px 8px;
  white-space:nowrap;
  font-size:1.1em;
  font-weight:normal;
}
.data-table th.wrap { white-space:normal; }
.data-table th a,
.data-table th a:hover { color:#fff; }
.data-table td { padding:3px 8px; }
.data-table thead tr th {border-bottom:1px dashed;}
/*
.data-table tfoot { }
.data-table tfoot tr.first {}
.data-table tfoot tr { }
*/
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0;/* border-right:1px solid #d9dde3; */}
.data-table tbody td { vertical-align:top; padding-top:20px;}

.shopping-cart-titles {font-size: .8em; font-family: Arial; font-weight: bold;}

/* Bundle Products */
.data-table tbody.odd tr { background:#f8f7f5 !important; }
.data-table tbody.even tr { background:#f6f6f6 !important; }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #d9dde3; }

.data-table tbody td h5.title { margin:0; padding:0; font-size:1em; font-weight:bold; color:#2f2f2f;}
.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

.data-table .cart-category-head {width:100%;text-align:left;}
.data-table .offer-text {color:#6f4d38;font-family:Arial, sans-serif;font-size:1.3em;font-weight:normal;margin:0;text-transform:inherit;padding:0 0 10px 0;text-align:left;}
/*
.data-table .totals { }
*/
.data-table .totals td, .data-table .totals tr.last td {color: #704d39; font-size: 1.0em; font-weight: normal !important; border: none; padding: 2px 0px 2px 20px;}

.box-table tfoot td { padding-top:5px; padding-bottom:5px; }
.box-table select { width:100%; }
.cart-grand-total{color:#6f4d38;font-family:Arial, sans-serif;font-size:1.5em;font-weight:normal;margin:0;text-transform:inherit;padding:0 0 10px 0;text-align:left;}

.nested-data-table th, .nested-data-table td { padding-top:2px; padding-bottom:2px;  }

.generic-table td { padding:0 8px}
.generic-table td.first { padding-left:0; white-space:nowrap; }
.shipping-tracking .button-set { margin-top:0; border:none; border-top:0; padding-top:0; }

/********************** Lists */
.disc { margin-bottom:10px; list-style:disc; }
.disc li { margin-left:20px; }
.disc li span { color:#704d39;font-family:Arial, sans-serif;font-size:1.1em;font-weight:normal;margin:0;text-transform:inharit;}

/* Bare List */ /* Unstyled list */
.bare-list { margin:5px 0; }
.bare-list li { margin:3px 0; }

/********************** Space Creators */
.no-display { display:none; }
.content-box { min-height:250px; } /* Set minimum height for visual presentation */
.content { padding:0px 12px 12px 5px; } /* Sets default padding */
.actions { line-height:1.3em; }
.separator { padding:0 3px; }
.pipe { padding:0 4px; font-size:.95em; }
.divider { margin:10px 0; height:1px; background:url(../images/dotted_divider.gif) repeat-x; font-size:1px; line-height:1em; overflow:hidden; }

/********************** Pager */
table.pager select,
table.view-by select { margin:0 3px; font-size:.95em; }
table.pager select { width:50px; }
table.view-by td.sort-by { text-align:right; padding-right:44px; }
table.view-by select { width:85px; }
table.pager, table.view-by {
    width:100%;
    background:url(../images/pager_bg.gif) repeat-x 0 100% #fff;
    font-size:.95em;
    }
table.pager td {
    width:32%;
    border-top:1px solid #eee;
    padding:4px 8px;
    vertical-align:middle;
    }
table.pager td.pages { padding:4px 0; white-space:nowrap; text-align:center;  }
table.pager ol, table.pager li, .pages li {
    display:inline;
    }
table.pager li { padding:0 2px; }
table.view-by td {
    width:33%;
    border-top:1px solid #e2e2e2;
    padding:4px 8px;
    vertical-align:middle;
    }

div.pages {
  line-height: 2.1em;
  padding: 4px 4px 2px 2px;
  display:block;
  text-align: center;
}
div.pages ol, div.pages li {
    display:inline;
    line-height: 2.1em;
    float: none;
    display: inline;
}
div.pages li a {
  border: 1px solid #A18B7E;
  color: #6F4D38;
}
div.pages li a,
div.pages li span.on {
  margin: 0 2px;
  padding: 3px 5px;
}
div.pages li span.on {
  font-weight: bold;
  color: #A1C34A;
  text-decoration: underline;
}
.pages .disabled {
  color: #ccc;
}
div.pages li a:hover{
  text-decoration:underline;
}

.category-head div.pages li a { color: #FFFFFF; }
.category-head div.pages li span.on { text-decoration: underline; }

/************************************************************/
/********************[ Mage_CSS_C Layout]********************/
/************************************************************/

/********************** Base Layout */

/* Structure */
.wrapper {
  min-width:954px;
  /*background: url(https://www.abesmarket.com/skin/frontend/abe/default/images/frame/small_flakes-4.png) repeat-x;*/
}

/*Added by Nikhil*/
.main-container {width:997px;margin:0 auto;position:relative;}
.top-menu {
  z-index: 2000;
  padding:0;
  height:20px;
  position:relative;
  float:right;
}
.second-links {
  z-index: 1000;
  position: absolute;
  top: 78px;
  right: 0;
  width: 186px;
}
.frontpage-index-index .second-links {
  width: 237px;
}
.top-menu .menu-list {
  padding-bottom: 6px;
}
#firstLinks {
  float: right;
  margin-top: 8px;
  clear:right;
}

#search_mini_form {
  z-index: 1;
  position: absolute;
  right: 0;
  top: 100px;
}
#search {
  font-size: 14px;
  height: 14px;
  width: 190px;
  padding: 4px 18px 4px 6px;
  line-height: 20px;
  position: relative;
  top: 3px;
  vertical-align: middle;
  border-color: initial;
  -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
}
.top-menu .top-menu-item {
  display:inline;
}
.top-menu li {
  display:inline;
  top: 1px;
  position: relative;
}
.top-menu #firstLinks li {
  height: 20px;
}
#firstLinks .sub li {
  border: none;
}
.top-menu li.first {
  padding-left: 10px;
  position: relative;

}
#firstLinks li.first {
  border-left: 0;
}
.top-menu li a {
  font-family:'pt sans', sans-serif;
  font-size:1em;
  color: #6f4d38;
  margin:0;
  text-decoration:none;
}
.header-right-links .top-menu li a {
  font-size: 1em;
}
.top-menu li a:hover {text-decoration: underline;}
.top-menu ul.top-menu a.green,
.top-menu li a .green,
.sub .green {
  color: #658712;
}
.top-menu #Cart .cartIcon{
  height: 13px;
  width: 12px;
  position: relative;
  display: inline-block;
  top: 2px;
  right: 5px;
  margin-left: 7px;
}
#Cart .sub {
  width: 300px;
}
#Cart .sub table {
  background-color: #FFF;
  border-collapse:collapse;
  border-style: hidden;
  margin-bottom: 15px;
  width: 100%;
}
#Cart .sub td div {
  margin: 5px;
  padding: 2px 3px;
}
#Cart .sub img {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}
#onpage-sharing-tooltip {
  color: #fff;
  position: absolute;
  top: 0;
  background: white;
  z-index: 700;
  width: 350px;
  left: -130px;
  border: 2px solid #FFF;
  background-color: #6F4D38;
  -moz-box-shadow: 0 0 6px rgb(0, 0, 0); -webkit-box-shadow: 0 0 6px rgb(0, 0, 0); box-shadow: 0 0 6px rgb(0, 0, 0);
}
#onpage-sharing-tooltip ol {
  list-style: disc outside;
  margin-left: 10px;
}

#firstLinks #onpage-sharing-tooltip li {
  height: auto;
}
#Cart #onpage-sharing-tooltip .sharing-tooltip-pointer-down,
#Cart #onpage-sharing-tooltip .sharing-tooltip-pointer-down-inner {
  position: absolute;
  width: 0;
  height: 0;
  border-top-width: 0;
  background: none;
  padding: 0;
  margin: 0;
}
#onpage-sharing-tooltip .sharing-tooltip-pointer-down {
  background-color: #6F4D38;
  border-right: 17px dotted transparent;
  border-left: 0;
  border-botom-width: 14px;
  top: -9px;
  right: 8.6em;
  left: auto;
  margin: 0;
}
#onpage-sharing-tooltip .sharing-tooltip-pointer-down-inner {
  border-right: 12px dotted transparent;
  border-left: 0;
  border-bottom: 13px solid #6F4D38;
  bottom: auto;
  right: 2px;
  left: auto;
}
.orderTotalContainer {
  text-align: center;
}
#orderTotal {
  font-size: 17px;
  font-family: 'pt sans';
  font-weight: bold;
}
#salesTax {
  font-size: 10px;
}
.orderQuestions {
  font-family: 'pt sans';
  font-weight: bold;
  color: #9B8675;
}
#on-page-cart-container label {
  color: #6F4D38;
}
#checkout-button-container {
  text-align: center;
}
#onpagecart-checkout-button-top, #onpagecart-checkout-button-bot {
  margin: 20px;
}
.one-page-checkout-button {
  background-color: #ff8a00;
  color: #fff;
  padding: 5px 20px;
  margin: 10px;
  font-size: 16px;
  font-weight: bold;
  -webkit-box-shadow: 2px 2px 3px rgba(120, 58, 0, .30); -moz-box-shadow: 2px 2px 3px rgba(120, 58, 0, .30); box-shadow: 2px 2px 3px rgba(120, 58, 0, .30);
  border: 0;
  cursor: pointer;
}
.onpagecart-coupon-label {
  font-weight: bold;
}
#editCart {
  color: #95bb43;
  font-weight: bold;
}

#loginMenu {
  width: 220px;
}
#loginMenu label {
  font-weight: bold;
  color: #6F4D38;
}
#loginMenu input {
  width: 97%;
  font-size: 16px;
  border: 1px solid #C0B6A0;
  padding: 2px;
  -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
#loginMenu input {
  margin-bottom: 0px;
}
#loginMenu label,
#loginMenu div {
  margin-bottom: 10px;
}
#loginMenu a,
#onpagelogin-toggle-button {
  color: #658712;
  text-decoration: none;
  cursor: pointer;
}

#onpagelogin-forgotpass-text {
  padding-left: 10px;
  line-height: 13px;
  font-weight: bold;
}

.header {
  text-align:left;
  position: relative;
  margin-top: 5px;
}
.header-top {
  margin:0 auto;
  /*padding: 5px 10px 0 0;
  float: left;*/
}
.middle {
  padding:5px 0 10px 0;
  width:997px;
  min-height:400px;
  margin:0 auto;
  text-align:left;
}

.side-col {
  width: 245px;
  margin-left: 10px;
}

/* Seller and cms page side-col width*/
.cms-page-view .side-col,
.umicrosite-index-index .side-col {width: 210px;}

.col-left { float:left; }

.home-side-col { width:155px; }
.home-col-left { float:left; }

.home-side-col-right { width:200px; }

.col-main { float:left; }
.col-main-styled {margin-left:30px;}
.col-right { float:right; }
.col-1-layout .col-main { float:none; margin:0; }
.col-2-right-layout .col-main { float:left; width:737px; }
.col-2-layout .col-left { width:487px; margin-left: 9px;}
.col-2-layout .col-right { width:476px; margin-right: 11px;}
.col-2-left-layout .col-main { float:right; width:737px; }
.col-3-layout .col-main { width:475px; margin-left:17px; }
.user-defined-col-3-layout-home .col-main { width:578px; margin:0 4px; position: relative; }
.col-2-left-filter-layout .col-main { float:right; width: 820px; }
.col-2-left-filter-layout .side-col { width:147px; margin-left: 20px; margin-top: 30px;}

/* Style */
.header-nav-container {
  clear: right;
  position: relative;
  border-bottom: 1px solid;
}
.middle-container {
  background-color: #FFF;
}

/* Header */
#rekkoBanner {
  font-family: "pt sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  z-index: 2001;
  height: 30px;
  margin-top: -30px;
  overflow: hidden;
  line-height: 30px;
  color: #ffffff;
  background-color: #dca400;
}
#rekkoBanner.closed {
  cursor: pointer;
  -webkit-transition: padding 0.3s; -moz-transition: padding 0.3s; -o-transition: padding 0.3s; transition: padding 0.3s;
}
#rekkoBanner.closed:hover,
#rekkoBanner.closed.hover {
  padding-bottom: 2px;
}
#rekkoBanner .fa-times {
  position: absolute;
  right: 8px;
  line-height: 27px;
  cursor: pointer;
  font-weight: bold;
  font-style: normal;
  font-size: 23px;
}
#rekkoBanner .fa-times:before {
  content: '\d7';
}
#rekkoBanner > div {
  position: relative;
  width: 997px;
  margin: 0 auto;
}
#rekkoBanner_hide {
  width: 50px;
  height: 20px;
  margin-top: -26px;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  background-color: #dca400;
  -webkit-border-radius: 0 0 10px 10px; -moz-border-radius: 0 0 10px 10px; border-radius: 0 0 10px 10px;
}
#rekkoBanner_hide.closed {
  -webkit-transition: padding 0.3s; -moz-transition: padding 0.3s; -o-transition: padding 0.3s; transition: padding 0.3s;
}
#rekkoBanner_hide.closed:hover,
#rekkoBanner_hide.closed.hover {
  padding-top: 2px;
}
.large-fontsize {
  font-size: 17.5px;
}
.visible-phone {
  display: none;
}

#callus {
  left:797px;
  position:absolute;
  top:9px;
}

#liveperson {
  position: absolute;
  height: 23px;
  top: 81px;
  right: 3px;
}
#freeShipping {
  position: absolute;
  left: 4px;
  top: 5px;
}
#tag-line {
  text-align: left;
  font-family: georgia;
  font-style: italic;
  font-size: 1.0em;
  padding: 5px 0 3px 5px;
  border-bottom: 1px solid;
}

/* Logo */
div#logo {
  margin: 5px 0 -23px 431px;
  float: left;
  position: relative;
  z-index: 1;
}
div#logo a {
  display: inline-block;
}
.page-popup div#logo,
.page-popup h1#logo{
  display:none;
}

/* Breadcrumbs */
.breadcrumbs {
  border-bottom: thin solid;
  padding: 0 220px 5px 0;
  font-family: 'pt sans narrow', 'pt sans', sans-serif;
  font-size: 10.5px;
  margin: 2px 20px 10px 20px;
  text-transform: uppercase;
  line-height:1.25em;
}
.breadcrumbs li { display:inline; color:#6F4D38;}
.breadcrumbs .arrows {
  font-size:1.25em;
  position: relative;
  bottom: -1px;
  right: -1px;
}
.breadcrumbs li a {text-decoration: none; color:#6F4D38;}
.breadcrumbs li a:hover { color: #94BA43; }

/* pages with hidden breadcrumbs */
.cms-page-view .breadcrumbs {display: none;}

.header-top #top-callout {
  position: relative;
}

#shop-relaxed {
  background: url(../images/free-shipping-header.gif);
  display: block;
  float: right;
  height: 84px;
  position: relative;
  right: 0px;
  top: 13px;
  width: 200px;
}

/* Mini search */
.mini-search {
  float:right;
  color: #504e4c:
}
.mini-search #freeShipping {
  color: #1172c0;
  font-weight: bold;
  text-decoration: none;
}

.mini-search #belowFreeShipping {
  color: #9abe46;
  font-weight: bold;
  text-decoration: none;
}
.mini-search .input-text,
.footer .input-text,
#signup .email
.collateral-box .input-text {
  width: 180px;
  background: #FFF;
  height: 19px;
}
.search-autocomplete { z-index:999; }
.search-autocomplete ul { border:1px solid #5c7989; background-color:#f9f5f0; }
.search-autocomplete li { border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; display:block;}
.search-autocomplete li .amount { float:right; font-weight:bold; }
.search-autocomplete li.odd { background-color:#fffefb; }
.search-autocomplete li.selected { background-color:#f7e8dd; }

.mini-search input.btn,
.footer input.btn,
#signup input.btn,
#signupFull input.btn,
#modal-popup input.btn,
.form-button,
.form-button-alt {
  background-color: #64442F;
  color: #FFF;
  font-size: 1.1em;
  display: inline-block;
  height: 24px;
  border: 0;
  cursor: pointer;
}
.mini-search input.btn {
  width: 12px;
  background-color: #FFF;
  color: #6F4D38;
  height: 18px;
  position: absolute;
  right: 3px;
  top: 7px;
}

/********************** Sidebars */
.side-col .box { }
.side-col .content { padding:5px 10px; }
.side-col .head { text-align:left; }
.side-col h2, .side-col h3, .side-col h4, .side-col h5 { float:none; }
.side-col h3 { color:#6F4D38; font-size:1.6em;font-weight:normal;margin:0;text-transform:inherit;padding:10px 0;}
.side-col h4 { color:#e65505; text-transform:uppercase; }
.filtered-section .actions {
  padding: 4px 0;
  font-size: 10px;
  bottom: 2px;
  position: absolute;
  right: 4px;
}
.filtered-section {
  border: 1px solid;
  padding: 2px;
  position: relative;
  margin: 21px 0 10px 0;
}
.filtered-section .filtered-section {
  margin: 0;
  padding: 6px 8px 6px 8px;
}

.side-col .actions a, .side-col .actions a:hover { text-decoration:underline; color: #A1C34A;}
.widget-btn { float:left; font-size:11px; margin:2px 5px 0 0; clear:left; }
.widget-btn, .widget-btn:hover { color:#646464; font-weight:bold; }
.currently {
  margin: 0 0 15px 0;
}
.currently li {
  line-height: 18px;
}

/* Currency Switcher */
.currency-switcher {
    height:53px;
    padding:7px 12px 10px 12px;
    background:url(../images/currency_switcher_bg.gif) no-repeat;
    font-size:1.05em;
    }
.currency-switcher h4 {
    min-height:21px;
    background:url(../images/icon_world.gif) no-repeat 0 2px;
    color:#fff;
    padding-left:22px;
    text-transform:none;
    }
.currency-switcher select { width:98%; }


/* Account Sidebar Cart */

#cart-sidebar li .delete-product {
  float: left;
  margin: 1px 10px 0 1px;
}

#cart-sidebar li .product-images {
  margin: 0 10px 0 0;
}

#cart-sidebar li .product-details {
  height: auto;
  float: left;
  width: 110px;
  margin: 0 0px;
}
#cart-sidebar li .product-details a {
  text-decoration: underline;
}

#cart-sidebar li.odd {background: none;}
#cart-sidebar li.even {background: none;}

/* Account Pages */
.raised-box .page-head {margin: 0; padding: 10px;}
#registry-page .raised-box .page-head {
  padding-left: 0;
}
/* Base Mini */
.base-mini { line-height:1.9em;  font-size:.95em;  margin-bottom:5px;}
.base-mini .head { margin:0 1px;  padding:2px 4px; }
.base-mini .head h4 {color:#e26703; background-repeat:no-repeat; background-position:0 0; }
.base-mini .head h4 .count { text-transform:none; color:#2f2f2f; white-space:nowrap; font-weight:normal; font-size:.95em; }
.base-mini h5 {font-size:1.3em;color:#704d39;font-weight:normal;margin:0;}
.base-mini h3 a {font-size:90%;color:#704d39;font-weight:normal;margin:0;text-decoration:none;margin:0;line-height:1em;}
.base-mini span {font-size:1em;color:#704d39;font-weight:normal;margin:0;}
.base-mini button span {color: #FFF; }
.base-mini span #secondary, .base-mini span #secondary span {font-size:13px;color:#704d39;font-weight:normal;margin:0;font-style:italic;}
.base-mini #seller-details-address {line-height:15px; margin-left: 10px;}
.base-mini .content, .base-mini ol { /*background:#f8f7f5; */}
.base-mini ol li { padding:7px 4px 7px 8px; }
.base-mini ol li.odd { background:#f4f3f3; }
.base-mini ol li.even { background:#fafafa; }
.base-mini .actions {padding:6px; }
.base-mini .product-images { float:left; width:52px; height:52px; }
.base-mini .product-images a img { vertical-align:top; }
.base-mini .product-checkbox { float:left; width:10px; }
.base-mini .product-names { margin-left:18px; }
.base-mini .product-details { margin:0 0 0 60px; height:50px; }
.base-mini .product-details[class] { height:auto; min-height:68px; }
.base-mini .product-details a {font-size:1.1em;color:#704d39;font-weight:normal;margin:0;text-decoration:none;}
.base-mini .product-details a:hover {text-decoration:underline;}
.base-mini .regular-price { font-size:11px; }
.base-mini .regular-price .price { color:#2f2f2f; }
.base-mini .special-price { font-size:11px; }
.base-mini .minimal-price { font-size:11px; }
.base-mini .price-box { margin:1px 0; }

/* Sidebar Blocks */
.mini-product-tags .head h4 { background-image:url(../images/icon_tag_green.gif); }
.mini-product-tags li { display:inline; padding-right:4px; line-height:1.5em; }
.mini-product-tags li:after { display:inline!important; }
.mini-product-tags .content { padding:10px; }
.mini-product-tags .content a, .mini-product-tags .content a:hover { color:#704d39; }

.mini-newsletter h4 { background-image:url(../images/icon_newspaper.gif); }
.mini-newsletter input.input-text { display:block; margin:3px 0; width:167px; }

.mini-cart .head h4,
.abes-policy .head h4
.box .head h4 {
  color:#6f4d38;font-size:1.8em;font-weight:bold;margin:0;text-transform:inherit;
}
.mini-cart .item-count {font-size: 12px;}
.mini-cart .subtotal { margin-top:5px; padding:2px 0; text-align:center;}
.mini-cart h5 { margin:0;  padding:6px 8px 2px 32px;font-size: 14px; }
.mini-cart .actions { border-bottom:1px solid #c2c2c2; padding-top:3px; padding-bottom:1px; }
.mini-cart .actions .form-button { margin-top:3px; margin-bottom:5px; }
.mini-wishlist .head h4 { background-image:url(../images/icon_bell.gif); }
.mini-wishlist .link-cart { display:block; }

.mini-offer { width:198px;height:111px;margin-top:3px;}
.mini-offer .offerhead  {background:url(../images/opening_offer_header.png) no-repeat;width:201px;height:69px; position:relative;bottom: 18px;}
.mini-offer h6 {color:#704d39;font-family:Arial, sans-serif;font-size:1.4em;font-weight:normal;margin:0;position:relative;bottom:12px;margin:0 5px}
.mini-offer span {color:#9d7a64;font-family:Arial, sans-serif;font-size:1.1em;font-weight:normal;margin:0;position:relative;bottom:16px;margin:0 5px}

.cart-products-right {min-height:111px;margin-top:3px;}

.mini-poll .head h4 {font-family:Arial, sans-serif;font-weight:bold;font-size:1.7em;color:#6f4d38;}
.mini-poll td.label { font-weight:bold; padding-right:10px; }
.mini-poll td.item  { white-space:nowrap; }
.community-signup {margin-bottom:5px;}
.community-signup .input-text {height:15px;width:115px;}

.community-corner-block {border: 1px solid #c0b6a0; height:85px;width:198px;}

.mini-product-view .head h4 { background-image:url(../images/icon_tag_green.gif); }

/* looks unused AB 3/4/2012
.abes-seal {
  border: 1px solid #c0b6a0;
  margin: 15px 0 15px 0;
  padding: 10px;
}
*/
/********************** Footer */
.footer {
  text-align:left;
  font-size: 13px;
  font-family: 'pt sans', sans-serif;
  line-height: 18px;
  font-weight: normal;
  border-top: 3px solid;
}
.footer .store-switcher { display:inline; padding:0 10px 0 0; vertical-align:middle; }
.footer .informational {

}
.footer .informational ul {
  padding-left: 10px;
  display: block;
  width: 220px;
  float: left;
  margin: 20px 0 10px 0;
  text-align: center;
}
.footer .informational li {
  line-height: 25px;
  display: inline;
}
.footer .informational ul.first {
  padding: 0 20px 10px 0;
  border-right: 1px solid #6F4D38;
  width: 180px;
  margin-right: 10px;
  margin-left: 50px;
}
.footer .informational .first label {
  width: 180px;
  height: 27px;
  margin-bottom: 2px;
}
.footer .informational .first label.small {
  font-size: 34px;
  margin-top: 10px;
}
.footer .informational ul.last {
  width: 715px;
  margin-left: 10px;
  margin-top: 13px;
  text-align: left;
}
.footer .informational label {
  color:#6F4D38;
  font-weight:bold;
  display: block;
  font-size: 13px;
  line-height: normal;
  margin-bottom: 5px;
}
.footer .bull {
  margin: 0 1px 0 5px;
}
.footer .informational a { text-decoration:none; color: #6F4D38;}
.footer .informational ul.last label {color: #fff;}
.footer .legality {
  padding:13px 0;
  color:#ecf3f6;
  text-align:left;
}
.footer .informational ul.last .subtext {
  color: #6F4D38;
  font-family: arial, sans-serif;
  margin: 10px 0;
  font-size: 12px;
}
.footer .validate {
  position: relative;
  text-align: left;
}
.footer .input-text {
  padding-right: 25px;
  color: #6F4D38;
  font-size: 12px;
  height: 18px;
  width: 133px;
  -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.input-text::-webkit-input-placeholder {
   color: #6F4D38;
}
.input-text:-moz-placeholder {
   color: #6F4D38;
}

.footer input.btn {
  width: 19px;
  height: 16px;
  position: absolute;
  z-index: 2;
  background-color: white;
  top: 4px;
  right: 2px;
}
.footer-icons {
  margin: 10px 0 10px 5px;
  width: 53px;
  height: 47px;
  float: left;
}
.copy {
  text-align: left;
  margin-left: 20px;
}
#pressLink span {
  width: 703px;
  height: 83px;
  display: block;
}

.footer .legality a, .footer .legality a:hover { color:#6F4D38; }

/************************************************************/
/****************[ Mage_CSS_D Shop Elements]*****************/
/************************************************************/

.out-of-stock-banner {
  z-index: 100;
  position: absolute;
  bottom: 30px;
  padding: 8px 0 8px 0;
  font-family: georgia, serif;
  font-size: 18px;
  color: #BA2F49;
  background-color: white;
  text-align: center;
  width: 100%;
  border-top: 1px solid #BA2F49;
  border-bottom: 1px solid #BA2F49;
  font-style: italic;
}
.kickstarter-banner {
  background-color: #a1c34a;
  color: #fff !important;
  border-top-color: #000;
  font-style: normal;
  font-family: 'pt sans', sans-serif;
  font-weight: bold;
  border-bottom-color: #000;
}

.out-of-stock { padding-top:15px;color:#BA2F49; font-weight:bold; font-size: 18px; }
.add-to-holder .out-of-stock { font-size: 1.3em; text-align: center; margin-bottom: 12px; }
#inStockOhNo {
  font-family: 'pt sans narrow';
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.notify {
	font-size: 14px;
}

.notify #calltoaction {
	text-align: center;
  margin: 10px 0;
	display: block;
	font-weight: normal;
  color: #6F4D38;
}

#inStockNotify  {
  text-align: center;
  font-size: 12px;
  margin-bottom: 10px;
}
#inStockNotify label {
  color: #6F4D38;
}
#inStockNotify input {
  border: 3px double #AAA780;
  text-align: center;
  height: 20px;
}
/********************** Rating */
.ratings {
  margin: 0;
  line-height:1em;
}
#aggregateRating {
  margin:10px 0;
}
#aggregateRating:after {
  clear: none;
}
.rating-box {
  background: url(../images/stars-off.png) repeat-x;
  float:left;
  position:relative;
  width:62px;
  height:12px;
  margin-right:5px;
}
#aggregateRating .rating-box {
  background: url(../images/stars-off-large.png) repeat-x;
  float: none;
  width:120px;
  height:22px;
  margin: 0 auto;
}
.rating-box .rating {
  background:url(../images/stars-on.png) repeat-x;
  position:absolute;
  top:0;
  left:0;
  height:12px;
}
#aggregateRating .rating-box .rating {
  background:url(../images/stars-on-large.png) repeat-x;
  height:22px;
}
.ratings a {
  text-decoration: none;
  color: #658712;
}
.ratings-list {
  float: left;
}
.ratings-list td {
  padding:3px 0;
}
.ratings-list td.label {
  font-size:.95em;
  font-weight:bold;
  line-height:1em;
}
.ratings p {
  margin: 0;
}

/************************** Prices */
.price { white-space:nowrap !important;}

.price-box {}
.price-box .price { color:#6f4d38; }

/*Common Price Styles*/
.product_price_block .price-label {
  text-align: left;
  font-size: 16px;
  display: block;
}

.product_price_block .price {
  text-align: left;
  font-size: 16px;
  margin-top: 5px;
}

/* Old price */
.catalog-product-view .product_price_block .old-price .price-label,
.catalog-product-view .product_price_block .old-price .price-label .price {
  font-size: 13px;
  font-family: georgia, serif;
  color: #A1C34A;
}

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

/* Regular price */
.product_price_block .regular-price { float: left; width:100px; text-align: left;}

/* Pop Up Label*/
.popup-label {
  font-style: italic;
  text-align: left;
  line-height: 12px;
}
.top-menu .popup-label a {
  color: #658712;
  font-size: 10px;
}

.tooltip {
  border: 3px double;
  background-color: #FFF;
  background-repeat:no-repeat;
  -moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px;
  bottom: 50px;
  position:absolute;
  right: 0;
  z-index: 602;
  -moz-box-shadow: 0 0 6px rgb(0, 0, 0); -webkit-box-shadow: 0 0 6px rgb(0, 0, 0); box-shadow: 0 0 6px rgb(0, 0, 0);
}
.tooltip-close {
  position: absolute;
  z-index: 1;
  right: 5px;
  top: 0;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}
.tooltip-text {
  font-size: 13px;
  padding: 15px 20px 20px 20px;
  width: 350px;
  line-height: 15px;
}
.tooltip .tooltip-pointer-down,
.tooltip .tooltip-pointer-down-inner {
  position: absolute;
  width: 0;
  height: 0;
  border-bottom-width: 0;
  background: none;
}
.tooltip .tooltip-pointer-down {
  background-color: #6F4D38;
  border-left: 17px dotted transparent;
  border-right: 0;
  border-top-width: 14px;
  bottom: -17px;
  right: 4.2em;
  left: auto;
  margin: 0;
}
.tooltip .tooltip-pointer-down-inner {
  border-left: 12px dotted transparent;
  border-right: 0;
  border-top: 13px solid #6F4D38;
  bottom: auto;
  top: -14px;
  right: -13px;
  left: auto;
}

#sharing-tooltip-text ol {
  list-style: decimal outside;
  margin-left: 20px;
}

/* Minimal price (as low as) */
.minimal-price { margin:0; }
.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; color:#1e7ec8; }

/* Excluding tax */
.price-excluding-tax { display:block; color:#999; }
.price-excluding-tax .label { white-space:nowrap; color:#999; }
.price-excluding-tax .price { font-size:13px; font-weight:normal; color:#c76200; }

/* Including tax */
.price-including-tax { display:block; color:#999; }
.price-including-tax .label { white-space:nowrap; color:#999; }
.price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }

/* 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 { margin:0; }
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to { margin:0; }
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; color:#999; }
.price-notice .price { font-weight:bold; color:#6F4D38; font-size:13px; }

.price-as-configured { margin:0; }
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price { color:#555; }

.product-pricing-grouped li { padding:2px 0; color:#e26703; }
.product-pricing-grouped li .price { font-weight:bold; }

/********************** Generic Box */
.generic-box { margin-bottom:15px; padding:12px 15px; border:1px solid #D0CBC1; background:url(../images/base_mini_head_bg.gif) repeat-x #fff; }
.generic-product-list li { margin:12px 0; }

/********************** Buy Box */

.buy-box { float:left; width:175px; padding:40px 0px; line-height:1.6em; overflow:hidden; border:0px solid #c0b6a0;margin-bottom:18px;position: relative;}
.buy-box .name-and-vendor-box {float: left; width: 140px; }
.buy-box .price-box     {width: 84px; }
.buy-box .product { margin-bottom:.4em; font-size:1.1em;width:170px;float:left;}
.buy-box .product.price {color:#6f4d38;font-size:1.1em; font-family:Arial, sans-serif; font-weight:bold;width:70px; float:right;text-align:right;}
.buy-box .product a { color:#6f4d38;font-size:1.15em; padding:0px 0px; font-family:Arial, sans-serif; text-decoration:none; font-weight:normal;text-transform:capitalize;text-decoration:underline;}
.buy-box .product a:hover {text-decoration:underline; }
.buy-box .vendor { color:#704d39;font-size: 1em; width:170px;float:left; padding:0px 0px;font-family:Arial, sans-serif; text-decoration:none; font-weight:normal;text-transform:uppercase;}
.buy-box .vendor a { color:#94ba43;font-size: 1em; font-family:Arial, sans-serif; text-decoration:none; font-weight:normal;text-transform:uppercase;}
.buy-box .vendor a:hover {text-decoration:underline; }
.buy-box p.product-image { float:left; text-align:left; }
.buy-box .add-to { margin:.7em 0; color:#555; line-height:1.3em; font-size:.95em; font-weight:bold; }
.buy-box .add-to a, .buy-box .add-to a:hover { text-decoration:underline; }
.buy-box .ratings { margin-bottom:.6em; }

.buy-box .ratings { line-height:1.5; }
.buy-box .ratings .rating-box { float:none; margin-bottom:3px; }
.buy-box .ratings .pipe { display:none; }
.buy-box .ratings a { display:block; }

/********************** Catalog Listing */

.catalog-listing { line-height:1.35em; }
.catalog-listing .product.price {color:#6f4d38;font-size:1.1em; font-family:Arial, sans-serif; font-weight:bold;width:70px; float:right;text-align:right;}
.catalog-listing .product a {
  color:#6F4D38;
  font-size:12px;
}
.catalog-listing .product a:hover {color: #A1C34A; }
.catalog-listing .vendor { color:#704d39;font-size: 1em; width:170px;float:left; text-decoration:none; font-weight:normal;text-transform:uppercase;}
.catalog-listing .vendor a { color:#94ba43;font-size: 1em; text-decoration:none; font-weight:normal;text-transform:uppercase;}
.catalog-listing .vendor a:hover {text-decoration:underline; }

.catalog-listing .add-to { margin:.7em 0; color:#555; line-height:1.3em; font-size:.95em; font-weight:bold; }
.catalog-listing .add-to a, .catalog-listing .add-to a:hover { text-decoration:underline; }
.catalog-listing .ratings { margin-bottom:.6em; }

.catalog-listing .ratings { line-height:1.5; }
.catalog-listing .ratings .rating-box { float:none; margin-bottom:3px; }
.catalog-listing .ratings .pipe { display:none; }
.catalog-listing .ratings a { display:block; }

/********************** Front Page Catalog Listing */

/* Generic Product Grid */
.generic-product-grid { width:100%; }
.generic-product-grid td { border-right:1px solid #d9dde3; border-bottom:1px solid #d9dde3; padding:12px 10px; line-height:1.6em; }
.generic-product-grid tr.last td { border-bottom:0; }
.generic-product-grid td.last { border-right:0; }
.generic-product-grid .product-image { text-align:center; }
.generic-product-grid td.empty-product { border-right:0; background:#f5f6f6; }

/********************** Layered Navigation */
.layered-nav { margin-right: 10px; }
.layered-nav .head, .mini-product-tags .head {
  margin:0;
  height:30px;
  padding: 0 5px;
  border-bottom: 1px solid #E5E0D4;
  border-top: 1px solid #E5E0D4;

}
.layered-nav h3, .mini-product-tags h3,
.layered-nav h1, .mini-product-tags h1,
.layered-nav .heading, .mini-product-tags .heading {
  color:#6F4D38;
  font-size:1.3em;
  line-height:1.3em;
  font-weight:normal;
  padding:4px 10px;
  text-transform:inherit;
}

.layered-nav-title {
  font-size: 15px;
  font-family: georgia, serif;
  margin: 0 0 7px 0;
}

.filtered-section .layered-nav-title {
  text-align: center;
  margin: 0 0 5px 0;
}

/* Fix for large category names falling off the lhs layered nav box on category browse pages */
.catalog-category-view .layered-nav .heading {
  font-size: 14px;
  font-weight: bold;
  padding: 5px 4px 4px;
}

.layered-nav h4 {
  margin:0;
  border:1px solid #b9ccdd;
  border-left:0;
  border-right:0;
  padding:3px 10px;
  color:#6F4D38;
  font-weight:bold;
  font-size:1em;
}
.layered-nav .narrowed-category li {#fff; padding:4px 6px 4px 10px; }
.layered-nav .narrowed-category li .label {
  font-weight:bold;
  text-transform:uppercase;
}
.layered-nav .widget-btn {
  float:right;
  margin:.1em 0 0 5px;
  font-size:.95em;
}
.layered-nav .actions {
  border-style:solid;
  border-color:#dee5e8;
  border-width:1px 0;
  padding:4px 10px;
 }
/* AB - 08/07/2012 trust.phtml commented out of catalog.xml
.trust {
   margin:18px 0 20px 0;
   border: solid 1px #ccbbbb;
}

.trust .content  {
   margin:0;
   padding:0 3px;
}

.trust  .trust-image {
  width:72px;
  margin:0 5px 0 0;
  float:left;
}

.trust .trust-text-content {
  width:117px;float:left;
}

.trust h3 {
  color:#6f4d38;
  font-family:Arial, sans-serif;
  font-size:1.5em;
  font-weight:bold;
  margin:3px 15px;
}

.trust h4 {
  color:#6f4d38;
  font-family:Arial, sans-serif;
  font-size:1.3em;
  font-weight:bold;
  margin: 0 5px;
}

.trust h5 {
  color:#704d39;
  font-family:Arial, sans-serif;
  font-size:1.2em;
  font-weight:normal;
  padding: 0 5px;
}

.trust-by dl {
  padding:0 0 1em 0;
}
.trust-by dt {
  margin:0;
  padding:7px 10px 0 28px;
  background:url(../images/narrow_by_set.gif) no-repeat 9px .9em;
  color:#2f2f2f;
  text-transform:uppercase;
}
.trust-by dd {
  padding:0 0 .8em 0;
}
.trust-by dd li {
  margin-bottom:.3em;
  line-height:1.3em;
  background:url(../images/trust-border.png) no-repeat 0 100%;
  min-height:85px;
  padding:5px 0;
}
.trust-by dd li.last {
  margin-bottom:.3em;
  line-height:1.3em;
  background:none;
  min-height:85px;
  padding:5px 0;
}

.trust-by dd.last { background:none; }
*/
.narrow-by dl {
  padding:0 0 1em 0;
}
.narrow-by #narrow-by-list {
  padding:0 0 5px 0;
}

.narrow-by dt {
  margin: 0 0 5px 0;
  padding: 5px 10px 5px 0;
  color:#6F4D38;
  font-size: 16px;
  text-transform:inherit;
  border-top: 1px solid #6F4D38;
  border-bottom: 1px solid #6F4D38;
  font-weight: bold;
  text-transform: uppercase;
}

.narrow-by dd { padding:0 0 0.5em 0; }
.narrow-by #narrow-by-list .content { padding: 0; }
.narrow-by dd li {
  margin-bottom: 0.1em;
  line-height: 1.5em;
}
.narrow-by #narrow-by-list .content .left-nav-category {
  font-size: 12px;
  margin-bottom: 3px;
  color: #658712;
  padding: 3px 9px;

}
.narrow-by #narrow-by-list .content h2 { display: inline; line-height:1.2em; font-size: 13px;}

.left-nav-category h2 a:hover,
.layered-nav .actions a:hover,
.narrow-by dd li a:hover
 {color: #A1C34A;}

.narrow-by dd li a {
  color:#6F4D38;
}

.narrow-by #narrow-by-list .content h2 .active { color: #E26703; }
#togglesellers { color: #E26703; }
#toggleprices { color: #E26703; }
.narrow-by dd.last, .narrow-by #narrow-by-list.last   { background:none; }

/********************* Tool Tips */
.tool-tip { position:absolute; border:2px solid #FFF; background:##64442F; }
.tool-tip .btn-close { padding:6px 6px 0; margin-bottom:-9px; text-align:right; }
.tool-tip .inline-content { padding:8px; }
.tool-tip .block-content { padding:15px 20px; }
/************************************************************/
/******************[ Mage_CSS_E Shop Pages]******************/
/************************************************************/

/********************** Home */
.recently { margin:0 0 12px; }
.recently h3 { margin:0 0 6px; color:#e25203; font-size:1.2em; }
.recently .product-image { border:1px solid #dcdcdc; }
.recently a.product-name { display:block; width:130px; overflow:hidden; }
.recently a.product-name,
.recently a.product-name:hover { font-size:11px; color:#1d7ecf; }
.recently .add-to {margin-top:5px;font-size:11px; }
table.recently-list { width:100%; }
table.recently-list td { width:20%; }

/********************** Search */
.advanced-search {
  margin:28px 0;
  border:1px solid #bbafa0;
  padding:22px 25px 12px 25px;
  background:#fbfaf6;
}
.advanced-search .legend {
  margin-top:-33px;
  float:left;
  border:1px solid #f19900;
  background:#F9F3E3;
  padding:0 8px;
  color:#E76200;
  font-weight:bold;
  font-size:1.1em;
}
.advanced-search li { margin-bottom:5px; }
.advanced-search li label { width:150px; float:left; }
.advanced-search .input-text { width:250px; }
.advanced-search select { width:256px; padding:2px; }
.advanced-search .field-row { float:left; width:256px; }
.advanced-search .range .input-text { width:70px; }
.advanced-search .range select { width:90px; padding:1px; }

.advanced-search-nothing-found { font-weight:bold; color:#df280a; margin-bottom:10px; }
.advanced-search-found-amount { margin-bottom:10px; }
.advanced-search-summary-box { padding:10px 10px 5px 10px; margin:0 0 10px; border:1px solid #E9D7C9; background-color:#FFF6F1; }
.advanced-search-summary-tip { clear:both; font-weight:bold; }
.advanced-search-summary-box { margin-bottom:10px; }
.advanced-search-summary-box ul { list-style:none; float:left; width:50%; }
.advanced-search-summary-box ul li span { background:url(../images/search_criteria.gif) 0 3px no-repeat; padding-left:15px; font-weight:bold; color:#E17C24; }
/* Inline translation fix */
.advanced-search-summary-box ul li span.translate-inline { background:0 !important; }

/********************** Catalog Listing */

/* List Type */
.listing-type-list .listing-item { border-top:1px solid #D9DDE3; padding:12px 10px; }
.listing-type-list .product-image { float:left; width:135px; }
.listing-type-list .product-shop { width:305px; }
.listing-type-list .product-shop .description { margin:.5em 0 1.2em 0; }
.listing-type-list .product-shop .price-box { float:left;text-align:left; white-space:nowrap; margin:3px 13px 5px 0; padding:0; }
.listing-type-list .product-shop .form-button {margin:0.5em 0 0; }
.listing-type-list .product-shop .product-reviews { margin:15px 0; font-size:.95em; }
.listing-type-list .product-shop .product-reviews a, .listing-type-list .product-shop .product-reviews a:hover { color:#6e6969; }
.listing-type-list .listing-item .rating-box { margin-bottom:6px; }

/* Grid Type */
.listing-type-grid td { width:33%; text-align:left; }
.listing-type-grid .add-to-compare { display:block; margin:5px 0; background:url(../images/icon_add_to_compare.gif) no-repeat 0 50%; padding-left:22px; color:#6e6969; font-weight:bold; }
.listing-type-grid .rating-box { float:left; margin-left:0; margin-right:5px; }
.listing-type-grid .actions { margin:10px 0; text-align:center; }*/

.listing-type-grid .last { border-bottom:0; }
.listing-type-grid .product-image {
  text-align:center;
  position: relative;
  width: 230px;
  height: 230px;
  background: white;
  -moz-box-shadow: 1px 1px 4px rgba(100, 68, 46, 0.3); -webkit-box-shadow: 1px 1px 4px rgba(100, 68, 46, 0.3); box-shadow: 1px 1px 4px rgba(100, 68, 46, 0.3);
  margin-bottom: 8px;
}
.listing-type-grid .rating-box { float:left; margin-left:0; margin-right:5px; }
.listing-type-grid .actions { margin:10px 0; text-align:center; }
/* Rewrites for different layouts */
.col-1-layout h1 { }

.col-2-right-layout .listing-type-grid {
  padding: 10px;
}
/********************** Product Detail */
/* Product Images */
.MagicZoomPlus {
  border: 4px double #A18B7E;
}
.product-img-box { width:532px; text-align:center; position: relative;}
.product-img-box .product-image-zoom {
  position:relative;
  overflow:hidden;
  width:532px;
  height:532px;
  z-index:4;
  border: 4px double #A18B7E;
}
.product-img-box .product-image-zoom img { position:absolute; left:0; top:0;}
.product-img-box .more-views h4 { border-bottom:1px solid #ccc; margin-bottom:.8em; font-size:.95em; text-transform:uppercase; }
.product-img-box .more-views ul {}
.product-img-box .more-views li { margin:0 10px 9px 0px; display: inline; }
.product-img-box .more-views li a { overflow:hidden;}
.product-img-box .more-views li .video-thumb { background: url ('https://www.abesmarket.com/skin/frontend/abe/default/images/video/archived-preroll-small.jpg') no-repeat; }
.product-img-box .more-views li .video-thumb img { margin-top: 10px;}
#piz-vid {
  position: absolute;
  z-index: 2;
  background: white !important;
  top: 0;
  border: 4px double #A18B7E;
}
#piz-vid embed {
  margin-top: 60px;
}
.thumbs-arrow {
  width: 30px;
  height: 58px;
  display: inline-block;
  margin: 0 10px;
  -webkit-user-select: none; /* Chrome/Safari */ -moz-user-select: none; /* Firefox */ -ms-user-select: none; /* IE10+ */ -o-user-select: none; user-select: none;
}
.thumbs-next-on, .thumbs-prev-on {
  cursor: pointer;
}
.thumbs-next-off, .thumbs-prev-off {
  cursor: default;
  opacity: 0.3;
}
.shipping-container {
  line-height: 14px;
  padding: 5px 0 5px 0;
  margin: 55px 0 0 0;
  font-size: 10px;
  font-family: georgia, serif;
  text-align: center;
  border-top: 1px dotted;
}
#productZip {
  margin: 5px 0;
}
.shiptimesubmit {
  margin-top: 15px;
}
.ups-logo {
display:inline-block;
float:left;
position:relative;
padding-top:18px;
width:25px;
}

.shipping-info {
display:inline-block;
position:relative;
}

.qty-box label {
  float: left;
  margin-top: 12px;
  font-size: 11px;
  text-transform: uppercase;
}
.qty-box .qty {
  border: 3px double #AAA780;
  float: left;
  height: 19px;
  margin: 6px 0 0 5px;
  text-align: center;
  font-family: cookie;
  font-size: 16px;
}

#add-to-wishlist {
  font-size: 20px;
  font-family: 'pt sans';
}

.add-to-box { text-align:right; }
.add-to-box li { display:inline; }

.add-to-holder .add-or { float:left; padding:0 7px; font-weight:bold; color:#666; }
.add-to-holder .add-to-box { float:left; line-height:1.25em; text-align:left; }
.add-to-holder .add-to-box li { display:block; }
.add-to-holder .add-to-box li .pipe { display:none; }

.product-info-box .ratings { margin-top:45px; margin-right:35px;margin-bottom:1em; float:right; width: 380px;}
.product-essential .product-shop .ratings { margin-bottom:10px; }
.product-info-box .ratings a{color:#704d39; font-size:1.2em; font-family:Arial, sans-serif;font-weight:normal;text-transform:uppercase;text-decoration:none; }
.product-info-box .ratings a:hover {text-decoration:underline; }

.product-pricing { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; }
.product-pricing li { line-height:1.4; background:url(../images/bg_tierico1.gif) no-repeat 0 3px; padding:2px 0 2px 10px; color:#424242; }
.product-pricing .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
.product-pricing .price { font-weight:bold; color:#2f2f2f; }

.product_price_tier {
  text-transform: uppercase;
  border-top: 1px solid;
  margin-top: 15px;
}
#more_prices {
  border-bottom: 3px double;
  padding: 3px 0px;
  font-size: 13px;
  text-align: center;
}
#toggleTiers {
  cursor: pointer;
}
#toggleTiers .arrow {
  font-size: 20px;
  color: #A1C34A;
  vertical-align: middle;
}
.price_tiers_container {
  border-bottom: 3px double;
}
.price_tiers_container table {
  text-align: center;
  width: 100%;
}
.price_tiers_container table td {
  border-top: 1px dashed;
  padding: 5px;
  text-transform: none;
  width: 49%;
}
.price_tiers_container table th {
  text-align: center;
  padding: 5px;
}

.product-options {
  padding:10px 0 10px 0;
}
.product-options dt {
  float: left;
  font-weight: normal;
  margin: 0 7px;
  padding: 4px 0 0;
}
.product-options dt label { }
.product-options dt .qty-holder { float:right; margin-right:15px; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd { margin:0 0 5px; }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:0px; margin-bottom:0px; }
.product-options dd input.input-text {
  width:98%;
  border-radius: 3px;
}
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select {
  margin-top: 3px;
  width: 100%;
  border: 4px double #C0B6A0;
}
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin:5px 0 0 10px; }
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
.product-options ul.options-list .label { display:block; margin-left:17px; }
.product-options ul.options-list label { font-weight:bold; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { display: none; }

.product-options-bottom { background-color:#fffada; padding:15px 20px; border:1px solid #e4e4e4; border-top:0; }
.product-options-bottom .product-pricing { margin:0; padding:0 0 10px; border:0; background:0; }
.product-options-bottom .product-pricing li { background:0; padding:2px 0; color:#e26703; }
.product-options-bottom .product-pricing .price,
.product-options-bottom .product-pricing .benefit { color:#e26703; }
.product-options-bottom .price-box { float:left; margin:0; padding:0; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-shop .product-options-bottom .price-box { float:none; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
#seller-description .seller-name {
  font-size:16px;
  color: #658712;
  margin: 8px 10px;
}
.product-shop .product-shop-description {position: relative;}
.product-shop-description-title {
  font-size: 1.5em;
  padding: 0 0 10px 0;
}
.product-shop-description-title .title {
  border-bottom: 1px solid;
  border-top: 1px solid;
  text-transform: uppercase;
  font-size: 18px;
}
.product-shop-description .short-description {
  font-size:1.1em;
}
.product-shop-description .subimage {
  margin: 0 auto;
  padding:0 10px 0 0;
  float:left;
}
.seller-description-morefrom {
  font-size: 1.7em;
  text-transform: uppercase;
  padding: 20px 0 20px 24px;
  clear:both;
}
.seller-description-morefrom a {
  color: #6F4D38;
  text-decoration: underline;
}

.product_price_block .product-price {
  padding: 5px 0 0 0;
}
.product_price_block .shipping-days {
  color:#ab7756;
  font-size:12px;
  font-weight:normal;
}
.product_price_block .shipping-days .shipTime {
  color: #6f4d38;
  font-size: 12px;
}
.product_price_block .shipping-days .shipTime .shipDetails {
  font-size: 10px;
}
.product_price_block .shipping-days .shipTime a {
  text-decoration: none;
}
/* Price block on product view pages */
.product_price_block .product-price .price-box {

}

/* Normal price block on product view pages */
.product_price_block .product-price .regular-price .price {
  color: inherit;
  font-size: 24px;
  font-weight: normal;
  text-align: left;
}

/* Special price block on product view pages */

.product_price_block .shipping {
  display: block;
  text-align: center;
  line-height: normal;
  margin: 0 0 10px 0;
}
.truck {
  width: 34px;
  height: 22px;
  display: inline-block;
  margin: 0 0 -6px 7px;
}
.product_price_block .shipping span {
  font-size: 15px;
  text-transform: uppercase;
  font-family: 'pt sans narrow', sans-serif;
}
.product_price_block .shipping .first-word {
  font-family: cookie;
  font-size: 32px;
  text-transform: none;
  color: #BA2F49;
  margin: 0 0 3px 0;
}
.product_price_block .shipping .small-text {
  text-transform: none;
  font-size: 13px;
}

/* Product Options */
dl.item-options dt { font-weight: bold; font-family: Arial; font-size: .90em;
  float: left;
  margin-right: 5px;
}
dl.item-options dd { font-family: Arial; font-size: .90em; }

.truncated { cursor:help; }
.truncated a.dots { cursor:help; text-decoration:none !important; }
.truncated a.details { cursor:help; text-decoration:none !important; display:inline-block; border-bottom:1px #1e7ec8 dotted; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ccc; border-bottom-color:#bbb; border-right-color:#bbb; background-color:#f6f6f6; }
.truncated .truncated_full_value dl dt { margin-top:0; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:35px; top:10px; }
.col-right .truncated .show dl  { left:-240px; top:10px; }

/* Product Collateral */
.product-collateral .head { padding-bottom:1px; font-size:1.15em; height:37px;}
.product-specs .product-description {color:#5f5743; font-size:1.05em; font-family:'Arial';font-weight:normal; display: block; height: auto;}
#ask-a-question h4 {
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
  top: -5px;
}
#customer-qas h3 {
  font-weight: bold;
  font-size: 1.4em;
  text-transform: uppercase;
  margin-top: 15px;
}
#customer-qas h3  span {
  border-bottom: 1px solid #A18B7E;
}
.review-block {height: auto;margin:0 auto;}
.review-block .review-head {font-size:1.8em; font-weight:normal;padding: 0 5px;}
.review-block .review-head a {color:#6f4d38;text-decoration:underline; }
.review-block .review-head a:hover {color:#6f4d38;text-decoration:underline; }
.review-block .review-content {min-height:40px;}
.review-content-image {width:120px;padding:5px;float:left;}
.review-content-text {
  font-size:1.2em;
  line-height: 1.3em;
}
.review-content-text a:hover {color:#6f4d38;text-decoration:underline;}
.review-content-title {font-style:italic;}
.write-review, .write-review label, .write-review strong { font-weight: normal; }
.write-review h4 { color: #5f5743; font-size: 1.3em; font-weight: normal; }
.no-white-line {padding:0;}

.attribute-specs {padding:0 10px;}
.product-collateral .attribute-specs table { border-color:#d9DDE3; }
.product-collateral .attribute-specs .label { font-weight:bold; }
.product-collateral .attribute-specs .data { border-right:0; }
.product-collateral .attribute-specs td { padding-top:3px; padding-bottom:3px; line-height:1.25em; }

.product-collateral .up-sell .head { padding-bottom:8px; margin-bottom:0; }
.product-collateral .up-sell .generic-product-grid {border-top:0;padding:0 10px; }
.product-collateral .up-sell .generic-product-grid td { width:25%; border-color:#E5DCC3; background:#f6f2e7; padding-top:15px; }
.product-collateral .up-sell .generic-product-grid td img { border:1px solid #E5DCC3; }
.product-collateral .up-sell .generic-product-grid td.empty-product { background:#f1ecdb; }
#customer-reviews { margin-bottom:5px; }
#customer-reviews li { margin-bottom:5px; }
#customer-reviews li::after { clear: none; }
#customer-reviews li p { margin-top: 10px; }

.product-review-box table {
  padding: 0;
  margin:8px 0 0;
  border: none;
}
.product-review-box td,
.product-review-box th { text-align:center; }
.product-review-box td.label {
  font-size: 16px;
  width:100px;
  text-align:left;
  padding-left: 0;
}
#review-form label {
  font-size: 16px;
  line-height: normal;
  margin: 10px 0 3px 0;
  display: block;
}
/* Product Detail sidebar */
.mini-related-items .head h4 { color:#6f4d38;font-family:Arial, sans-serif;font-size:1.6em;font-weight:bold;margin:0;text-transform:inherit;}
.mini-related-items .product-images a { display:block; }
.mini-related-items .product-images input { float:left;}
.mini-related-items .product-images .checkbox-container { float:left; width:15px; }
.mini-related-items .product-details { padding-left:5px; }
.mini-related-items ol li { padding-left:0 ; padding-right:0; }

/* More Less Link */
.more-less-link,
.more-less-link:hover,
.review-content-text .more-less-link:hover {
  color:#A1C34A;
  text-decoration:none;
  cursor:pointer;
}
.more-less-link span {
  position: relative;
  top: 1px;
}
/********************** Checkout */
select.address-select { width:630px; }

.shipment-methods dd { margin-bottom:13px; }
.payment-methods dt { margin-bottom:5px; }
.payment-methods dd { padding:5px 20px; }
.payment-methods select.month {
  width:50px !important;
  margin-right: 0;
  ! height:26px;
}
.payment-methods select.year {
  width:65px !important;
  margin-left: 10px;
}
.payment-methods input.cvv { width:3em !important; }

.shipment-methods .shipping-method-details {width:100%;padding:5px;}
.shipping-method-details .shipping-method-name {float:left;color:#704d39;font-family:Arial, sans-serif;font-size:1.2em;font-weight:bold;margin-bottom:5px;text-transform:inherit;padding:0 3px;line-height:1.3em;width:225px;}
.shipping-method-details .shipping-method-desc {width:280px;}
.shipping-method-details .shipping-method-price {width:100px;text-align:right;}
.shipping-method-details .shipping-method-desc, .shipping-method-price {float:left;color:#704d39;font-family:Arial, sans-serif;font-size:1.2em;font-weight:normal;margin-bottom:5px;text-transform:inherit;padding:0 3px;line-height:1.3em;}
#payment-buttons-container {padding-top: 5px;}

#seller-product-page .product-add-to-cart .form-button span, .form-button-alt span {height: 26px; }
.calculate-shipping {
  color: #cf783a;
  float:right;
  height:20px;
  margin:1px 0 0 3px;
  width:38px;
}
.shipping-estimate {
  margin: 20px 17px 0 0;
  width:300px;
}
.checkout-cart-index .raised-box {
  padding: 9px;
}
.checkout-cart-index .form-button-alt span {
  font-weight: bold;
}
.continue-shopping {
  margin: 8px 0;
}
.continue-shopping .form-button-alt {
  width: auto;
  height: 18px;
}
.orderSummary {
  text-align: center;
  font-weight: bold;
  color: #6F4D38;
  text-transform: uppercase;
  font-size: 17px;
}
.ugiftcert-remove img {
  vertical-align: middle;
  margin: -3px 2px 0 0;
}
#rqstZip {
  text-align: center;
}
.shopping-cart-item-message {margin-bottom:5px;font-size:95%;margin-top:6px; }

td.attributes-col {
  line-height:1.4em;
  padding-left: 0;
  padding-right: 0;
}
td.attributes-col ul { margin:5px 0; font-size:.95em; }
td.attributes-col dd ul { margin:0 0 5px 0; list-style:disc; }
td.attributes-col dd ul li { margin-left:15px; }
td.attributes-col h4.title { padding:0 0 0 0; margin:0; font-size:1em; color:#2f2f2f; width:100%; overflow:hidden;font-weight:bold; }
td.attributes-col h4.title a { font-weight:bold; color:#658712; font-family: Arial; text-decoration:none;font-size:13px;}
td.attributes-col .ships-from {
  font-size: 11px;
  font-style: normal;
  color: #9D6A48;
}

.shopping-cart-totals {
  font-weight: normal !important;
  float:right;
  margin-top:10px;
  text-align:right;
}

#shopping-cart-table {
  border: none;
}
.shopping-cart tbody td {
  vertical-align: middle;
}
.shopping-cart-totals .continue-shopping {
  font-size:1.4em;
  color: #6f4d38;
  float: left;
  margin-top: 30px;
  margin-left: 10px;
  text-align: left;
}

.shopping-cart-totals img {
  vertical-align: middle;
}

.shopping-cart-totals-left {
  width:445px;
  float:left;
  padding:10px;
  min-height:50px;
  text-align:right;
}

.shopping-cart-totals-left  .form-submit {
  clear:both;
  padding-top:3em;
  text-align:left;
}

.shopping-cart-totals-right{
  width:445px;
  float:right;
  padding:10px;
  min-height:50px;
  text-align:right;
}

.shopping-cart-totals table { margin:7px 0; }
.shopping-cart-totals td { padding:0 12px; }
.shopping-cart-totals tfoot td {
  padding-top:10px;
  font-size:1.6em;
  border:none!important;
  text-align: right;
  padding: 10px;
  color: #6f4d38;
}
.shopping-cart-totals .checkout-types { padding:8px 15px 15px; }
.shopping-cart-totals .checkout-types li { clear:both; margin:10px 0; }

.double-box .shopping-cart-totals-table { color: #6F4D38; width: 100%; margin-right: 6px; }
.shopping-cart-totals-table { color: #6F4D38; width: 500px; margin-right: 6px; }
tfoot .shopping-cart-totals-sharing td {
  font-size: 1em;
}
.double-box .shopping-cart-totals-table .shopping-cart-totals-sharing { display: none; }

/* Tax details */
.tax-total { cursor:pointer; }
.tax-total td { line-height:13px; padding-top:5px !important; padding-bottom:5px !important; }
.tax-total .tax-collapse { float:right; padding-left:20px; background:url(../images/bg_collapse.gif) 0 2px no-repeat; text-align:right; cursor:pointer; }
.show-details .tax-collapse { background-position:0 -55px; }
.tax-details td { font-size:0.91em; color:#626465; background-color:#dae1e4; }
.tax-details-first td { border-top:1px solid #d2d8db; }

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

/* Shopping cart shipping info */
.questionMarkIcon {
  width: 12px;
  height: 12px;
  position: relative;
  display: inline-block;
  top: 1px;
  cursor: pointer;
}

.shopping-cart-collaterals {
    float: left;
    width: 605px;
    padding: 0;
    }
.discount-codes {
    border-top: 1px dashed;
    margin-top: 15px;
    padding-top: 15px;
    text-align: center;
    }
.discount-codes input {
  width: 180px;
  height: 20px;
}
.discount-codes .form-button  {  margin-left:5px; }
.shopping-cart-collaterals .shipping-estimate h4 {
  min-height:16px;
  color:#e26703;
  background-repeat:no-repeat;
  background-position:0 0;
  padding:1px 0 1px 21px;
  text-transform:uppercase;
}
.discount-codes h4 {
  min-height:16px;
  padding:1px 0;
}
.shopping-cart-collaterals .shipping-estimate h4 {
  padding-left:23px;
}
.shopping-cart-collaterals .shipping-estimate .input-text { width:214px; }
.shopping-cart-collaterals .shipping-estimate select { width:220px; }
.grand_total {
  width:auto;
  margin-top:15px;
  border:1px solid #BEBCB7;
  background:#DEE5E8;
  font-size:1.3em !important;
  font-weight:bold;
  text-align:right;
}
tr.grand_total td, p.grand_total { padding-top:5px; padding-bottom:5px; }

/* One-Page checkout */
.one-page-checkout {width:710px; margin: 10px 0 0 15px;}
.one-page-checkout li.section { position:relative; margin-bottom:5px;padding: 10px;}
.one-page-checkout .group-select { margin-right:0; }
.one-page-checkout .box { border-top:0; padding:15px 5px;}
.one-page-checkout .head {margin-bottom:0; padding-bottom:5px; cursor:default; height:37px;}
.one-page-checkout .head h3 {color:#658712;float:left;font-size:1.7em;font-weight:normal;margin:0;text-transform:capitalize;}
.one-page-checkout .tool-tip { right:8px; z-index: 10;}
.one-page-checkout .head a { display:none; }  /* Hide Edit button in step header */
.one-page-checkout h3 { color:#999; font-size:1.05em;}
.one-page-checkout h4 { color:#6f4d38;font-size:1.3em;padding-bottom:3px; text-transform:inherit; font-weight:normal;}
.one-page-checkout h4.title { color:#6f4d38; border-bottom:0; text-transform:none; }
.one-page-checkout .step-count {color:#658712; font-size:.9em; line-height:1em; }
.one-page-checkout .content { padding:10px 20px; }
.one-page-checkout label.label { font-size:1.05em; color:#2f2f2f; }
.one-page-checkout .allow .head {cursor:pointer; }
.one-page-checkout .active .head { margin-bottom:0; padding-bottom:4px; cursor:default; height:37px;}
.one-page-checkout .active .head h3 {float:left;font-size:1.7em;font-weight:bold;margin:0;text-transform:capitalize;}
.one-page-checkout span {color:#704d39;font-size:1.2em;font-weight:normal;margin:0;text-transform:inharit;}
.one-page-checkout td span {}
.one-page-checkout td.last span { color: #658712; font-family: georgia, serif; font-style: italic;}
.one-page-checkout .group-select { margin-top:0; border:0; background:none; padding:0; }
.one-page-checkout .group-select li .input-box {text-align: right;}
.one-page-checkout .validation-advice {float: left; margin-left: 110px;}
.one-page-checkout .checkout-login-box .validation-advice {margin-left: 0;}
.one-page-checkout #checkout-step-payment .validation-advice {float: none; margin-left: 0;}
.one-page-checkout .allow h3 {}
.one-page-checkout .active .step-count { font-weight: bold; }
.one-page-checkout .active .box { display:block; }
.one-page-checkout dd .form-list ul, .one-page-checkout dd .form-list table { margin:5px 17px 15px 17px; }
.one-page-checkout dd .form-list td { padding: 5px 5px 5px 0; }
#authorizenet_expiration { width:140px; margin-right: 10px; }
.one-page-checkout .checkmo-mailing-address { padding-left:20px; }
.one-page-checkout-progress .page-head { margin-bottom:1em; }
.one-page-checkout-progress li {  margin-bottom:6px; }
.one-page-checkout-progress h4 { margin:0; color:#6f4d38; padding:2px 8px;  text-transform:none; font-size:1.2em;font-weight:normal; }
.one-page-checkout-progress h4 a { text-transform:none; }
.one-page-checkout-progress .content { padding:8px 13px; }
#opc-login .button-set { border-top:0; }
#opc-review .box { border:0; padding:0; }
#opc-review .content { border-top:0; }
#opc-review .data-table, .one-page-checkout .data-table  { border: none; }
.one-page-checkout .data-table tbody td {padding: 0;}
.opc-please-wait { padding-right:7px; }
.one-page-checkout a.back {
  padding-left:16px;
  line-height:13px;
}
.one-page-checkout a.back-page {color:#704d39;font-size:0.9em;font-weight:normal;margin:0;text-transform:inharit;text-decoration:none; }
.one-page-checkout a.back-page:hover {text-decoration:underline; }
.one-page-checkout .payment-methods dd { padding:0; }
.one-page-checkout .button-set { margin-top:0; padding-top:2em; }

#checkout-step-review .data-table { padding: 14px;}
#checkout-step-review .data-table th {font-size: 0.9em }
.checkout-progress { margin:0 auto 1.5em auto; }
.checkout-progress td {
  float:left;
  margin-right:3px;
  border-top:10px solid #999;
  padding:4px 20px;
  color:#abb5ba;
  font-weight:bold;
}
.checkout-progress td.active {
  border-top-color:#e96200;
  color:#e96200;
}

/* Multiple Addresses checkout */
.multi-address-checkout-description {
  margin-top:-15px;
  margin-bottom:15px;
}
.multi-address-checkout-box .box {
  position:relative;
  margin-top:15px;
  margin-bottom:25px;
  border:1px solid #bbb6a5;
  background:url(../images/multi_address_box_bg.gif) repeat-x #FBFAF6;
}
.multi-address-checkout-box .legend {
  float:left;
  margin-top:-10px;
  margin-bottom:0;
  margin-left:15px;
  border:1px solid #F18200;
  background:#F9F3E3;
  color:#F18200;
  padding:2px 8px;
}
.multi-address-checkout-box .content {
  padding:15px 20px 20px 20px;
}
.multi-address-checkout-box .count-head {
  border-bottom:1px solid #BBAFA0;
  background:#F9F3E3;
  padding:5px 10px;
}
.shipment-count {
  background:#E26703;
  padding:2px 5px;
  color:#fff;
  font-size:.95em;
  line-height:1em;
}
.multi-address-checkout-box .tool-tip { left:-23px; }
.multi-address-checkout-box .count-head h4 {  margin:0; }
.multi-address-checkout-box .head h5 { color:#E26703; }
.multi-address-checkout-box .head a { font-weight:normal; }
.multi-address-checkout-box .checkmo-mailing-address { display:block; padding-left:20px; }
.shipping-method-pointer { border:1px solid #d9d2be; padding:13px; background:#F9F3E3; position:relative; }
.shipping-method-pointer .pointer { position:absolute; top:-20px; right:-40px; }
.place-order-box { float:right; height:71px; overflow:hidden; }
.place-order-box .left-radius { width:21px; background:url(../images/place_order_container_bg.gif) no-repeat; }
.place-order-box .main-radius{ background:url(../images/place_order_bg.gif) no-repeat 100% 0; padding-right:21px; vertical-align:middle; }
.place-order-box .grand-total { font-size:1.5em; }
.place-order-box .grand-total .price { color:#e26703; font-weight:bold; }
.place-order-box input { margin-left:15px; }

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:10em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }

.one-page-checkout .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 20px; }
.one-page-checkout .checkout-agreements li { margin:20px 0 0; }
.one-page-checkout .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
.one-page-checkout .checkout-agreements .agree { padding-left:6px; }

/********************** Gift Messages */
.giftmessages .gift-header {
    font-weight:bold;
}

.giftmessages .input-checkbox {
    padding-bottom:15px;
}

.giftmessages textarea {
    height:100px;
}

.giftmessages .input-checkbox input {
    margin-right:5px;
}

.giftmessages .input-checkbox label {
  font-weight:normal;
  color:#6F4D38;
}

.one-page-checkout .box-no-padding {
  border-top:0;
  padding:15px 0;
}
.giftmessages {
  padding-top: 10px;
  border-top:1px dashed #704D39;
}
.giftmessages .gift-box {
  border-top:1px dashed #704D39;
  padding:22px 0 0 0;
}

.giftmessages .product-image{
  border:1px solid #d2d1cd;
}

.giftmessages .group-select li .input-box {
  text-align: left;
  padding-left: 0px;
}

.no-border {
  border-left:none;
  border-top:none;
  border-right:none;
  border-bottom:none;
}

.no-padding { padding:0 !important; }
.no-margin { margin:0 !important; }

.giftmessages .giftmessage-product-info {
  padding-left:10px;
}

.giftmessages .numeration {
  font-weight:bold;
  color:#8a8987;
}

.giftmessages .gift-box label { font-size: 1em; }

.giftmessages .group-select li .input-box { float:none; width:260px; }
.giftmessages .group-select li .input-text, .group-select li select, .group-select li textarea { width:495px; }
.giftmessages .group-select li .input-box .input-text, .group-select li .input-box textarea { width:235px; }
.giftmessages .group-select li .input-box select { width:256px; }

/********************** Customer */

.customer-dob .input-box { float:left; width:60px !important; }
.customer-dob input { width:50px !important; }
.customer-dob label.label-dob { font-weight:normal; color:#888; font-size:10px; }

/* My Account navigation */
.account-nav { border:1px solid #bbb; }
.account-nav .head {
  margin:0;
  padding:3px 10px;
}
.account-nav .head h3 { color:#fff; font-size:1.1em; }
.account-nav ul { background:#fbfaf6; padding:4px 10px 10px 10px; }
.account-nav li a, .account-nav li.on { padding:3px 0;}
.account-nav li a { display:block; border-bottom:1px solid #ddd;}
.account-nav li a, .account-nav li a:hover { color:#5f5d5c; text-decoration:none; }
.account-nav li a:hover { color:#ea7900; }
.account-nav li.on { border-bottom:1px solid #ddd; color:#ea7900; font-weight:bold; }
.account-nav li.on a { padding:0; }
.account-nav li.last, .account-nav li.last a { border-bottom:0; }

/* Login */
.login-box h4 {
  min-height:16px;
  border-bottom:1px solid #ddd;
  margin-bottom:1.2em;
  padding-bottom:5px;
  padding-left:23px;
  background-position:0 1px;
  background-repeat:no-repeat;
  font-size:1.05em;
  color:#e76200;
  text-transform:uppercase;
}
.login-box .button-set { margin:0 40px; border:none;  padding:8px 13px; }
.login-box .content { min-height:230px; margin:20px; padding:20px; }

/* Dashboard */
.customer-account-index #main,
.customer-address-index #main,
.customer-account-edit #main,
.customer-address-form #main,
.sales-order-history #main,
.review-customer-index #main,
.sample-customer-index #main,
.ugiftcert-customer-balance #main {
  width: 710px;
  margin: 5px 10px 0 0;
}
.customer-account-index .mini-cart,
.customer-address-index .mini-cart,
.customer-account-edit .mini-cart,
.customer-address-form .mini-cart,
.sales-order-history .mini-cart,
.review-customer-index .mini-cart,
.ugiftcert-customer-balance .mini-cart {
  background-image: none;
}
.account-box {
  margin-bottom:20px;
  border:1px solid #ccc;
  border-right-color:#999;
  border-bottom-color:#999;
  background: #FFF;
}
.ad-orders,
.ad-reviews {
  padding: 10px;
}
.account-box .account-section {
  margin: 0 20px 0 20px;
}
.account-box .head { margin-bottom:10px; border-bottom:1px dashed #6F4D38; }
.account-box h4 { color:#E65505; font-size:1.1em; text-transform:uppercase; }
.account-box .inner-head { margin-bottom:8px; background:url(../images/dotted_divider.gif) repeat-x 0 100%; padding-bottom:2px; text-align:right; }
.account-box h5 { font-size:1.1em;   }
.account-box h5 a { font-weight:normal; }
.account-box h6 { text-transform:uppercase; }
.account-main .account-box li { padding:5px 0; }
.account-box ol .count {
  float:left;
  margin-top:3px;
  background-color:#0a263c;
  padding:1px 3px;
  font-size:9px;
  font-weight:bold;
  color:#fff;
  line-height:1em;
}
.account-box ol .content { margin-left:20px; padding:0; }
.account-box ol.recent-reviews small {
  float:left;
  margin-right:3px;
  font-weight:bold;
}
.account-box .product-images { width:65px; }
.account-box .product-images img { border:1px solid #ccc; }
.account-box .product-details { margin:0 0 10px 70px; }
.account-box .content { padding:0; }
.account-side .actions { border-top:1px solid #ccc; padding-top:4px; }
.account-side .actions .form-button { float:right; }
.dashboard-welcome { margin-bottom:1.5em; font-size:1.1em; }
.account-box .head h4 { padding-left:21px; min-height:17px; background-repeat:no-repeat; background-position:0 0;}

/* Account Addressbook */
.primary-address-list h4, .address-list h4 {font-size:1.1em; color:#E26703; text-transform:uppercase;}
.primary-address-list li {
  margin-bottom:10px;
  border:1px solid #ccc;
  background:white;
  padding:10px 13px 8px 13px;
}
.primary-address-list li .head { margin:0; }
.address-list li { margin-bottom:1em; }
.address-list .actions { float:right; margin:0 0 10px 10px; }

/* Account Order History */
.sales-order-view .checkmo-mailing-address { display:block; padding-left:20px; }

/* Reviews */
.my-review-detail .product-image { float:left; width:135px; padding:0px 15px;}
.my-review-detail .title {color:#6F4D38;font-family:Arial, sans-serif;font-size:1.0em;font-weight:normal; text-decoration:underline;}
.my-review-detail .title a {color:#6F4D38; text-decoration:underline;}
.my-review-detail .product-image p { margin-bottom:0; }
.my-review-detail .product-image p img { vertical-align:top; }
.my-review-detail .details { float:left; width:638px; padding:0px 40px;}
.my-review-detail .ratings-list { margin-bottom:.8em; }
.my-review-detail .ratings { line-height:1.5; }
.my-review-detail .ratings .rating-box { float:none; margin-bottom:3px; }
.my-review-detail .ratings .pipe { display:none; }
.my-review-detail .ratings a { display:block; }

/* Gift Messages */
.giftmessage { padding:10px 0 0 0; }
.giftmessage-preview-link { font-size:11px; padding-right:7px; background-repeat:no-repeat; background-position:right 5px; }
.giftmessage-row { background-color:#f2efe9; }
.giftmessage-content { float:left; }
.giftmessage-close { float:right; }

/********************** Print pages */
table.print .giftmessage-preview-link { display:none !important; }
table.print .price-excl-tax { white-space:nowrap; }
table.print .price-incl-tax { white-space:nowrap; }
table.print .price-excl-tax .label,
table.print .price-excl-tax .price,
table.print .price-incl-tax .label,
table.print .price-incl-tax .price { display:inline; }

/********************** Pop up pages */
.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.page-popup .print-head { margin:0 0 15px; }
.page-popup .print-head img { float:left; }
.page-popup .print-head address { float:left; margin-left:15px; }
.product-gallery-nav { padding:0 5px; }

/************************************************************/
/******************[ Mage_CSS_F Overrides]*******************/
/************************************************************/
.nowrap,
.nobr { white-space:nowrap !important; }

/* Alignment */
.v-top { vertical-align:top; }
.v-middle { vertical-align:middle; }
.v-bottom { vertical-align:bottom; }
.align-left, .a-left { text-align:left; }
.align-center, .a-center { text-align:center; }
.align-right, .a-right { text-align:right; }
.left { float:left; }
.right { float:right; }

.normal-weight { font-weight:normal; }
.auto-width { width:auto; }

/* Link highlights */
.link-cart { color:#DC6809 !important; font-weight:bold !important; }
.link-remove { color:#646464 !important; }
.link-print { background:url(../images/icon_printer.gif) no-repeat 0 2px; padding-left:23px; }
.link-feed { background:url(../images/icon_feed.png) no-repeat left center; padding-left:18px; line-height:1.15; }

.order-access { padding-bottom:8px; }
.order-info { border:solid 1px #D0CBC1; background:#DEE5E8; padding:4px 8px; }
.order-info span { display:block; float:left; }
.order-info ul { display:inline; }
.order-info li { display:inline; padding-right:7px; padding-left:3px; }
.order-info li.selected { font-weight:bold; background:url(../images/point-con.gif) no-repeat fixed center bottom; }

/* Noscript Notice */
.noscript { border:1px solid #000; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:950px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

.nobrowser { border:1px solid #000; border-width:0 0 1px; background:#ffff90;   font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.nobrowser .nobrowser-inner { width:950px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
.nobrowser p { margin:0; }

/* For Demo store only */
.demo-notice { margin:0; background:#d75f07; padding:5px 10px 6px 10px; color:#fff; line-height:1em; text-align:center; }

/* Class: std - styles for admin-controlled content */
.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; }
.std .a-top { text-align:right; }

.second-tier-feature {
  margin-top: 30px;
  margin-bottom: 65px;
}

.second-tier-feature h2 {
  margin-left:10px;
  color: #ea9528;
  font-size: 1.5em;
  border-bottom: 1px solid #704d39;
}

.second-tier-feature .see-more-tag {
  float: right;
  font-size: 1.2em;
}

.second-tier-feature .listing-type-grid li {
  border: none;
  height: auto;
  margin-bottom: 0;
}

.clear{clear:both;}

.seller-details-container {width:717px;float:left;}
.seller-details-container .header {width:697px;padding:10px 0 0 10px;min-height:100px;}
.seller-details-container .header .logo {float:left;margin-left:150px;width:405px;height:105px;}
.header .logo {float:left;width:405px;height:105px;}
#headerTagline {
  font-size: 1.1em;
  color: #658712;
  top: 38px;
  left: 77px;
  position: absolute;
  width: 300px;
  display: none;
}
#headerTagline h1 {
  font-size: 1em;
  line-height: 1.3em;
}
.seller-brand h1 {color:#6f4d38;font-size:2.5em;font-weight:bold;margin:20px 0 10px 0;text-align:center;}
.seller-details-container .seller-content {float:left;width:717px;margin-top:10px;}
.seller-content .seller-content-left {float:left;width:475px;min-height:100px;}
.seller-content .seller-content-right{float:left;width:240px;min-height:100px;}

.seller-content-left .content-block p { color: #151515; }
.seller-content-left .content-header h2 {float:left;color:#6f4d38;font-size: 2.0em; font-weight:normal;margin:0;text-transform:inherit; text-align:center;}
.seller-content-left .content-header .menu {float:left; min-width:200px;margin:4px 0 0 37px;}
.seller-collateral-box { border: 1px solid #FFFFFF; }
.menu ul{font-weight:normal; width: 100%;}
.menu ul li{display:inline;list-style-image:none;list-style-position:outside;list-style-type:none;float:left;color:#6f4d38;font-size:1.2em;}
.menu ul li a{color:#658712;display:inline;float:left;text-decoration:none;font-size:1.1em !important;font-weight:normal;text-transform:uppercase;padding:0 5px;}
.menu ul li a:hover {text-decoration:underline;}

.seller-content-left .content-block {float:left;margin-top:10px;}
.content-block p{color:#704d39;font-family:Arial, sans-serif;font-size:1.2em;font-weight:normal;margin-bottom:5px;text-transform:inherit;padding:0 5px;}

.seller-content-right .image-block {float:left;}
.seller-content-right span {float:left;color:#6f4d38;font-family:Arial, sans-serif;font-size:1em;font-weight:bold;margin:0;text-transform:inherit;margin-bottom:5px;}

.seller-details-container .seller-collateral{float:left;margin-top:10px;min-height:100px;}
.seller-collateral .seller-collateral-box {margin-bottom:2em;}

.seller-collateral .head {
  font-size:1.15em;
  padding-bottom:1px;
  width:681px;
  border-bottom: 1px solid #704d39;
  margin-bottom: .2em;
}

.seller-collateral .heading,  .seller-collateral .head, .seller-collateral .head h4, .seller-collateral  h5, .seller-collateral .seller-interview .heading {
color:#704d39;
font-family:Arial, sans-serif;
font-size:20px;
font-weight:normal;
margin-bottom:0.1em;
padding:6px 15px 0 0;
}

.seller-collateral .seller-interview .heading {
line-height:1.3em;
margin-bottom:0.4em;
}

.seller-collateral .brand-description{
color:#151515;
font-family:Arial, sans-serif;
font-size:1.1em;
font-weight:normal;
padding: 0px 5px;
}

.mini-cart {
  padding-bottom: 10px;
  line-height:14px;
  padding:5px 7px 10px;
}

.static-content-block{width:auto;padding:15px;}
#cmsTitle {
  position: relative;
  text-align: center;
  float: none;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  top: 9px;
  height: 60px;
}

#cmsSubTitle {
	text-align: center;
	padding-top:20px;
  color:#6F4D38;
	font-size:22px;
	font-weight:normal;
}

.static-content h2, .static-content-block h2 {
  font-size:2em;
  font-weight:bold;
}
.static-content .head h4, .static-content-block .head h4,
.static-content .head h2, .static-content-block .head h2 {
  margin:10px 0 0 0;
  padding:6px 5px;
}

.static-content-block .features{
  width:885px;margin:0 auto;
}
.static-content-block .features-block{
  float:left;
  margin:3px 0 7px 14px;
  width:437px !important;
  height:77px;
  padding: 10px;
}

.features-block .head{padding:4px;margin:0;height:21px;}

.features-block .head h4{
  background-position:0 0;
  background-repeat:no-repeat;
  font-size:1.5em;
  font-weight:normal;
  margin:0;
  float: none;
  text-align: left;
  padding: 0;
}

.features-block p {
  color:#704d39;
  font-size:1.2em;
  margin-bottom:5px;
  padding:0 35px;
  line-height:1.3em;
}

.info ul{list-style:dotted}
.info ul li{line-height:1.5em;padding:0 10px;}

.sign-up-block{
  width: 350px;
  padding: 10px;
  text-align: center;
  margin-left: 285px;
}

.sign-up-block .form-submit {
clear:both;
padding-left:4em;
text-align:left;
margin-left: 84px;
}

.static-content {margin:10px 10px;}

.static-content  .static-content-header h4, .static-content-header h4 {
  color:#6f4d38;
  float:left;
  font-size:2em;
  font-weight:normal;
  margin:0;
  text-transform:inherit;
  padding:10px 10px 0;
}

.static-content .static-content-subheader h4{
  color:#6f4d38;
  float:left;
  font-size:1.5em;
  font-weight:normal;
  margin:0;
  text-transform:inherit;
  padding:10px 10px 0;
}

.static-content h2, .static-content h3 {
  padding-top: 15px;
  color:#6f4d38;
}
.static-content-header h3 {
  font-size:2em;
  font-weight:bold;
  margin:0;
  padding:0 10px 0 0;
}
/* FAQ page */
.cms-faq .side-col {
  margin-top: 14px;
}
#faqPage {
  margin: 0 50px 30px 0;
}
#faqPage h2 {
  padding:0 10px 0 0;
  margin-bottom: 9px;
  font-size: 1.8em;
  font-weight: normal;
}
#faqPage h2 img {
  top: 5px;
  position: relative;
}
#faqPage h4 {
  font-size:1.4em;
  text-indent: -8px;
  margin-left: 18px;
  cursor: pointer;
}
#faqPage h4.active {
  margin-left: 10px;
}
#faqPage h4 .arrow {
  position: relative;
  top: 2px;
  font-size: 35px;
  display: inline-block;
}
#faqPage h4.active .arrow {
  top: 6px;
  left: 0;
  -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); -ms-transform:rotate(90deg);
  transform:rotate(90deg);
  text-indent: 0;
  margin-left: 0;
  background: #FFF;
}
#faqPage p {
  margin-left: 20px;
  font-size: 14px;
}
/* end FAQ page */
.static-content p{color:#6F4D38;font-size:1.1em;font-weight:normal;margin-bottom:5px;text-transform:inherit;padding:10px;line-height:1.5em;}
.static-content ul li {
  color:#6F4D38;
  font-size:1.2em;
  line-height:1.5em;
  background: url(https://www.abesmarket.com/skin/frontend/abe/default/images/rightarrow_bullet.png) no-repeat 0px 5px;
  padding-left: 11px;
}

.static-content .static-content-header .menu {float:right;min-width:250px;z-index:3;margin:20px 15px 0 0;}
.static-content .static-content-header .menu #about-menu ul {font-weight:bold;}

.naturalPage, .aboutPage {
  margin-bottom: 10px;
  margin-right: 20px;
}
.cms-what-is-natural .subheader,
.what-is-natural-bath-and-body .subheader,
.cms-what-is-natural-baby-and-kids .subheader,
.cms-what-is-natural-the-home .subheader,
.cms-what-is-natural-food-and-drink .subheader,
.cms-press .subheader,
.cms-abe-story-advisors .subheader,
.cms-abe-story-team .subheader,
.cms-abe-story-who-is-abe .subheader,
.cms-abe-story-story .subheader,
.cms-abe-story .subheader {
  margin-bottom: 20px;
}

.aboutPage h3 {
  font-family: 'pt sans narrow';
  text-transform: uppercase;
  font-size: 25px;
}
.profile-content h2 {
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 0 145px;
  text-align: center;
  border-top: 3px double;
  padding-top: 3px;
}
.profile-content h2 a {
  color: #6F4D38;
}
.profile-content h3 {
  font-size: 12px;
  margin: 0 0 5px 145px;
  text-align: center;
  border-bottom: 3px double;
  text-transform: none;
  padding-bottom: 3px;
}
.profile-pic {
  float: left;
  padding: 0 15px 0 0;
}
.profile-container {
  cursor: pointer;
  position: relative;
  float: left;
  margin: 0 0 30px 0;
  width: 100%;
  height: 130px;
}
.profile-content {
  overflow: hidden;
  padding: 0 30px 0 0px;
  font-size: 13px;
  height: 130px;
}
.more-profile {
  position: absolute;
  bottom: -15px;
  right: 33px;
  font-size: 10.5px;
}
.profile-content:hover .more-profile {
  display: block;
}
.close-active-profile {
  display:none;
  cursor: pointer;
  float: right;
  position: absolute;
  top: 0;
  right: 4px;
  font-weight: bold;
  font-size: 18px;
}
.active-profile {
  height: auto;
  z-index: 4;
  position: absolute;
  background: white;
  border: 3px double;
  padding: 20px;
  width: 630px;
}
.profiles-second .active-profile {
  right: 30px;
}
.active-profile .close-active-profile {
  display: block;
}
#showFeaturedProducts, #hideFeaturedProducts {
  color: #6F4D38;
  cursor: pointer;
}
#showFeaturedProducts span, #hideFeaturedProducts span {
  font-size: 15px;
}
.static-content  .static-content-header .menu .input-box {float:right;}
.static-content  .static-content-header .menu label {color:#6f4d38;float:left;font-family:Arial, sans-serif;font-size:1.1em;font-weight:normal;margin:0;padding:2px 0 0 8px;text-transform:inherit;}
.static-content  .static-content-header .menu .input-text, .select {background:#e6e2cc none repeat scroll 0 0;border:0px;float:left;font-size:1.1em;height:22px;margin:0 5px;padding:3px 0;}
.udropship-vendor-preferences .static-content  .static-content-header .menu .input-text, .select {border:1px solid #C0B6A0; background:#FFFFFF none repeat scroll 0 0; padding: 0;}

.static-content  .static-content-header .menu-verticle {float:left;min-width:250px;z-index:3;margin:0px 15px 20px 0;}
/* /seller/index/sellerstory */
.seller-stories {
  width:900px;
  min-height:60px;
  border:1px solid transparent;
  padding:5px 10px;
  margin: 10px 27px;
}

.seller-stories .logo {float:left;min-height:50px;padding:0 10px;text-align:center;width:230px;}

.seller-stories .seller-stories-content {float:left;min-height:50px;padding:0 15px;width:420px;}
.seller-stories  a {text-decoration: none;}

.seller-stories .seller-stories-content .head h2 {font-weight:normal;margin:0;text-transform:inherit;padding:0 10px 0;}
.seller-stories .seller-stories-content .head h3 {padding:0 10px 0;}
.seller-stories .seller-stories-content .head h4 {color:#6f4d38;font-size:1em;margin:0;padding:0 10px 0;}
.seller-stories .seller-stories-content p {padding:0 10px;line-height:1.3em;}
.seller-stories .form-buttom {float:left;padding-left:30px;padding-top:15px;text-align:center;}

.static-content .location-header h4{
  color:#6f4d38;
  font-size:1.6em;
  font-weight:normal;
  margin:0;
  text-transform:inherit;
  padding:20px 0 0;
  border-bottom:1px solid #6f4d38;
}

.header-advanced-search {width:280px;margin:5px 0;text-align:right;}
.header-advanced-search a{text-decoration:none; color: #888888;}
.header-advanced-search a:hover{text-decoration:underline;}

#advanced-search-popup{background:transparent url(../images/advance_search_bg.gif) no-repeat scroll 0 0;width:423px;height:160px;padding:5px;color:#FFFFFF;position:absolute;font-weight:bold;font-size:12px;line-height:18px;right:15px;top:90px;z-index:1000;}
.advance-search-col{min-height:120px;width:420px;line-height:12px;text-align:right;}
.advance-search-head h4 {color:#6f4d38;float:left;font-size:1.3em;font-weight:bold;margin:0;padding:9px 10px 10px 0;text-transform:inherit;}
.advance-search-col .input-box {float:left;}

.advance-search-col .search-form {
  float:left;
  margin-bottom:5px;
}

.advance-search-col  label {
  color:#704d39;
  float:left;
  font-size:1.1em;
  font-weight:normal;
  margin:0;
  padding:2px 0 0 8px;
  text-transform:inherit;
}

.advance-search-col .input-text{
  background:#FFFFFF none repeat scroll 0 0;
  border:1px solid #AAA780;
  float:left;
  font-size:1.1em;
  height:17px;
  margin:0 5px;
  padding:3px 0;
}

.advance-search-col .select {
  background:transparent url(../images/advance_search_select_bg.gif) no-repeat scroll 0 0;
  float:left;
  font-size:1.1em;
  height:24px;
  margin:0 5px;
  padding:3px 0;
  width:411px;
}

.advance-search-form-button {
  overflow:visible;
  background: url(../images/advance_search_button.gif) no-repeat;
  height:30px;
  border:0;
  padding:1px 8px;
  color:#fff;
  cursor:pointer;
  text-align:center;
  width:111px;
  margin-left:5px;
 }
.order-success h3 {
  text-align: center;
}
.order-success p {
  margin-top:10px;
  font-size: 1.15em;
}

.horizontal_spacer {
  display: block;
  width: 25px;
}
.press_images table {
  margin-bottom: 60px;
}
.press_images td {
  border-bottom: 1px dashed;
  padding: 20px 0;
  vertical-align: middle;
  position: relative;
}
.press_images table .press_image_block {
  position: absolute;
  display: none;
  border: 1px solid;
  background: white;
  left: -100px;
  top: 0;
  z-index: 2;
  padding: 20px;
}
.press_images h2 {
  font-size: 1.7em;
  color: #704d39;
}
.press_images td p {
  font-family: georgia, serif;
  font-size: 20px;
  line-height: normal;
  margin-right: 30px;
}
.press_images td div {
  margin-right: 30px;
}
.press_images .press_image_block {
  display: inline;
  float: left;
  padding: 10px;
}

.press_image_block span {
  display: block;
  text-align: center;
}
.top-menu li.topMenu .btn-social {
  display: inline-block;
}
.btn-social {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 2px;
  padding: 5px 10px;
  line-height: normal;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
}
.raised-box .btn-social {
  width: 180px;
  text-align: left;
}
.btn-social img {
  vertical-align: middle;
}
.btn-facebook {
  background: #507cbd;
}
.btn-facebook:hover {
  background: rgba(80, 124, 189, 0.8);
}
.btn-google {
  background: #e55648;
}
.btn-google:hover {
  background: rgba(229, 86, 72, 0.8);
}

.social-media-buttons {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.cart-vendor-shipping-offer {
  font-size: 1.2em;
  font-weight: normal !important;
  padding-top: 10px;
}

.cart-vendor-shipping-link {
  padding-top: 10px;
}

.cart-vendor-shipping-link a  {
  font-size: 1.2em;
  font-weight: normal !important;
  color: #94ba43;
}

.col-2.checkout-login-box {
  background: #6F4D38;
  width: 40%;
  color: #FFF;
  padding: 10px;
  margin-top: -25px;
}
.col-2.checkout-login-box span,
.col-2.checkout-login-box label,
.col-2.checkout-login-box a {
  color: #FFF;
}
.col-2.checkout-login-box .required {
  color: white;
  font-size: .9em;
}
.col-2.checkout-login-box .button-set {
  text-align: left;
}
.col-2.checkout-login-box .form-button {
  background-color: #658712;
  font-weight: bold;
}
.col-2.checkout-login-box a {
  text-decoration: underline;
}
.second-tier-feature .press-box {
  display: block;
  font-size: 1.4em;
  height: 60px;
}
.special-product-message {
  margin: 15px 0 0 0;
  text-align: center;
  font-size: 1.2em;
  color: #BA2F49;
  padding: 5px;
  background-color: #fff;
  border: 3px double #6F4D38;
}
.gift-card-info {
  position: relative;
  font-size: 14px;
  line-height: normal;
}

.gift-card-info select {
  padding: 0;
  height: auto;
}

#co-shipping-method-form #ship-review {
  text-align:right;
  font-size: 1.1em;
  padding-top: 20px;
}

#co-shipping-method-form #ship-price {
  font-size:1.2em;
  font-weight:bold;
  padding-top: 20px;
}

/* button with arrow on right side */
a.btn, a.btn-left {
  float:left;
  height:24px;
  line-height:24px;
  position:relative;
  font-size:14px;
  font-weight: normal;
  margin-right: 20px;
  padding: 0 12px 0 10px;
  background-color: #95bb43;
  color:#fff;
  text-decoration:none;
  -moz-border-radius:6px 0 0 6px; -webkit-border-radius:6px 0 0 6px; border-radius:6px 0 0 6px;
}
a.btn:after {
  content:"";
  position:absolute;
  top: 0;
  right: -12px;
  width:0;
  height:0;
  border-color: transparent transparent transparent #95bb43;
  border-style:solid;
  border-width: 12px 0px 12px 12px;
}
a.btn:hover {background-color: #eb8910;}
a.btn:hover:after {border-color:transparent transparent transparent #eb8910;}

a.btn-left {
  -moz-border-radius: 0 6px 6px 0; -webkit-border-radius: 0 6px 6px 0; border-radius: 0 6px 6px 0;
   margin-right: 5px;
   margin-left: 10px;
   top: -5px;
}

a.btn-left:before {
  content:"";
  position:absolute;
  top: 0;
  left: -12px;
  width:0;
  height:0;
  border-color: transparent #95bb43 transparent transparent;
  border-style:solid;
  border-width: 12px 12px 12px 0;
}
a.btn-left:hover {background-color: #eb8910;}
a.btn-left:hover:before {border-color:transparent #eb8910 transparent transparent;}

.nodisplay {
	display: none;
}

/*Share It - Shopping Cart */

#sharing-initial {
  padding-bottom: 20px;
}
#share-form-box {
  margin: 9px;
  clear: both;
  padding-top: 15px;
}
.share-checkbox-text {
  cursor: pointer;
  color: #6F4D38;
}
.share-checkbox-text:hover,
#on-page-cart-container .share-checkbox-text:hover{
  color: #A1C34A;
}

.sharing-text-title {
  font-weight: bold;
  color: #6F4D38;
}
#sharing-text {
  float: left;
  font-size: 12px;
  left: 12px;
  top: 10px;
  position: relative;
  text-align: left;
  width: 460px;
  color: #6F4D38;
  line-height: 22px;
}

#sharing-text ul {
  margin-left: 20px;
}

#sharing-form-fields {
  position: relative;
  right: 24px;
  float: left;
  width: 497px;
}

#sharing-form-fields input.input-text {
  background: white;
  color: #6F4D38;
  width: 180px;
  height: 20px;
  margin-top: 19px;
  margin-right: 34px;

}
#sharing-form .validation-advice {
  width: 200px;
}
#share-it-button-send {
  float: right;
  margin-left: 10px;
  top:13px;
  position: relative;
}
#share-it-button-send button {
  background-color: #FF8A00;
  font-size: 15px;
  height: initial;
  padding: 5px 10px;
  -moz-box-shadow: 2px 2px 3px rgba(120, 58, 0, 0.3);  -webkit-box-shadow: 2px 2px 3px rgba(120, 58, 0, 0.3);  box-shadow: 2px 2px 3px rgba(120, 58, 0, 0.3);
}
#share-it-coupons {
  float: right;
  font-size: 10px;
  font-style: normal;
  margin-top: 19px;
}

#shared-thanks {
  text-align: left;
  color: #6F4D38;
}

#sharing-tooltip  {
  bottom: 40px;
  right: 163px;
}

/* contact us page */
#fp-social {
  border: none 0px;
  float:left;
  margin-left:4px;
  font-size: 12px;
  line-height: normal;
}
#fp-social a div {
  height: 47px;
  width: 47px;
  display: inline-block;
  float: left;
  border: 0;
  margin-right:7px;
}

#fp-social #youtube {
  width: 46px;
}

.contact-us-row{
  line-height: normal;
  margin-top: 20px;
}

.contact-us-sections h2 {
font-size: 1.7em;
margin-bottom: 4px;
}

.contact-us-row .contact-us-content {
  font-size: 14px;
  line-height: normal;
}
.contact-us-sections {
  margin: 0 20px 30px 20px;
  float: left;
  width: 435px;
}

.product-ribbon {
	position: absolute;
	background-repeat: no-repeat;
	width: 174px;
	height: 47px;
	left: -9px;
	top: 20px;
	z-index: 14;
	color: #fff;
}

.product-ribbon .ribbon-line-1 {
	display: block;
	font-size: 15px;
	text-align: left;
	left: 15px;
	position: relative;
	top: 6px;
}

.product-ribbon .ribbon-line-2 {
	display: block;
	font-size: 11px;
	position: relative;
	text-align: left;
	left: 15px;
	top: 6px;
}
/* Checkout Tooltop*/
.shipping-popup-label {
	display: inline-block;
	float: left;
}


#shipping-tooltip-text {
	font-size: 13px;
	padding: 20px;
	color: black;
	width: 330px;
	text-align: left;
}

#shipping-tooltip-text-close {
	text-weight:bold;
	position:relative;
	right:25px;
	top:15px;
	font-size:14pt;
	text-decoration:none;
	float:right;
}

#shipping-tooltip-text-close a {
	text-decoration:none;
}


#shipping-tooltip-text ol {
	list-style: decimal inside;
}

#shipping-tooltip {
	background-image:url("../images/shoppingcart/shipping-popup.png");
	height:225px;
	bottom: 225px;
	position:absolute;
	right: -40px;
	width:398px;
	z-index: 10;
	background-repeat:no-repeat;
}

/* Back to School */

#school-header {
	text-align: center;
}

#school-clothesline {
	background-image:url("../images/school/clothesline.jpg");
	background-repeat:no-repeat;
	height:280px;
	width:958px;
	margin-left:-6px;
	position:relative;
}

.categorypath-natural-products-back-to-school-supplies-html .category-head {
	display:none;
}

#badges {
}

#shipping-tooltip {
	background-image:url("../images/holidays/badges/shippingpopup.png");
	height:163px;
	position:absolute;
	right: -38px;
	bottom:54px;
	width:326px;
	z-index: 10;
	background-repeat:no-repeat;
	float: left;
}

#shipping-badge-tooltip-text {
	line-height: 1.2em;
	padding: 21px 19px 20px 24px;
}

#shipping-text {
	font-size:11px;
	font-family: Arial;
}

/*Coupon Box*/
#coupon-helper-text {
	font-size:10.5px;
	line-height:1.4em;
	margin: 5px 0;
	text-align:left;
	color: #AB744F;
	text-align: center;
}

/* Seller Product Page */
#seller-name-location {
  margin: 0 0 5px 20px;
  text-align: left;
}

#seller-name-location h1 {
  font-size: 18px;
  font-family: 'pt sans narrow', 'pt sans', sans-serif;
  line-height: 18px;
  margin-bottom: 2px;
}

#seller-location {
	line-height: 12px;
}

#seller-location #secondary {
	font-style: italic;
	font-size: 10px;
}

/*Seller Index Filters*/

.filter-box {
	position: relative;
	left: 30px;
}

.filter-box .filter-bar {
	z-index: 5;
	position:relative;
	height: 39px;
}

.filter-box .filter-dropdown {
	height: 152px;
	padding-top: 8px;
	padding-left: 112px;
	padding-right: 0px;
	position: relative;
	width: 777px;
	z-index: 2;
}

.filter-box .map {
	float: left;
}

.filter-box ul#regions {
	list-style: none;
	background: url(../images/seller/sellerindex/usamap3.png) no-repeat 0 0;
	position: relative;
	width: 232px;
	height: 140px;
	margin: 0;
	padding: 0;
}

.filter-box ul#regions li {
	position: absolute;
  background: none;
  padding: 0;
}

.filter-box ul#regions li a {
	display: block;
	height: 100%;
	text-indent: -9000px;
}

.filter-box #northwest {
	height: 57px;
	left: 11px;
	top: 6px;
	width: 107px;
}

.filter-box #west {
	height: 68px;
	left: 5px;
	top: 40px;
	width: 81px;
}

.filter-box #midwest {
	height: 63px;
	left: 108px;
	top: 18px;
	width: 64px;
}

.filter-box #midsouth {
	height: 71px;
	left: 66px;
	top: 65px;
	width: 80px;
}

.filter-box #northeast {
	height: 61px;
	left: 166px;
	top: 10px;
	width: 50px;
}

.filter-box #southeast {
	height: 76px;
	left: 139px;
	top: 63px;
	width: 59px;
}

.filter-box ul#regions li a:hover, .filter-box ul#regions li a.active {
  background: url(../images/seller/sellerindex/usamap3.png) no-repeat 0 0;
}

.filter-box ul#regions li#northwest a:hover, .filter-box ul#regions li#northwest a.active {
  background-position: -2px -217px;
}

.filter-box ul#regions li#west a:hover, .filter-box ul#regions li#west a.active {
  background-position: -64px -144px;
}

.filter-box ul#regions li#midwest a:hover, .filter-box ul#regions li#midwest a.active {
  background-position: -159px -211px;
}

.filter-box ul#regions li#midsouth a:hover, .filter-box ul#regions li#midsouth a.active {
  background-position: -12px -297px;
}

.filter-box ul#regions li#northeast a:hover, .filter-box ul#regions li#northeast a.active {
  background-position: -98px -306px;
}

.filter-box ul#regions li#southeast a:hover, .filter-box ul#regions li#southeast a.active {
  background-position: -154px -299px;
}

.filter-box .categories {
	display: block;
	float: left;
	font-size: 19px;
	left: 209px;
	letter-spacing: 1px;
	line-height: 1.25em;
	position: relative;
	top: 29px;
}

.filter-box .categories a {
	text-decoration: none;
  display: block;
}

.filter-box .categories a.active {
	color: blue;
}

.filter-box .categories .column-1 {
	float: left;
}

.filter-box .categories .column-2 {
	float: left;
	position: relative;
	left: 45px;
}

.cms-insiders .wrapper .main-container .footer-container {
	position: relative;
	top: -108px;
}

/* Question and Answers... Product Pages */
#customer-qas {
  margin-top: 30px;
}
.qa-section {
  padding-bottom: 0px;
  border-bottom: 1px dashed;
  margin-bottom: 20px;
}
.qa-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.qa-label {
  font-weight: bold;
  font-size: 1.3em;
  margin-right: 5px;
}
.question-area {
  margin-bottom: 10px;
  cursor: pointer;
}
.question-text,
.answer-text {
  font-size: 14px;
  line-height: normal;
}
.question-name,
.question-location,
.answer-name,
.answer-location {
  font-size: 1em;
  color: #A18B7E;
}
.showAnswer, .hideAnswer {
  display: inline-block;
  color: #6F4D38;
  cursor: pointer;
  font-size: 14px;
  text-decoration: underline;
  font-weight: bold;
  font-family: 'pt sans narrow';
  float: right;
  text-transform: uppercase;
  margin-left: 10px;
}
.showAnswer span, .hideAnswer span {
  font-size: 26px;
}
.answer-area {
  margin-bottom: 10px;
}

/* Product Showcase */
.showcase-title {
	font-family: arial, serif;
	color: #6F4D38;
	left: 7px;
}

.showcase-title-link a{
	color: #0065B3;
	text-decoration: none;
}

.showcase-title-link a:hover {
	background-color: #388A4C;
	color: white;
}

.showcase-product, .showcase-title {
  position: relative;
  float: left;
  width: 176px;
  height: 255px;
  display: block;
  margin: 10px 12px 10px 6px;
  line-height: 1.1em;
}

.showcase-product:hover .showcase-product-seller,
.product-image:hover .showcase-product-seller {
	display:block;
}
.showcase-title a {
  text-decoration: none;
}
.upsell .showcase-title h4,
.showcase-title h2 {
  color: #658712;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 0px;
}
.upsell .showcase-title h4 {
  text-transform: none;
}
.showcase-title .person-info {
  padding: 10px 0 0 40px;
  color: #6f4d38;
  font-weight: bold;
}
.showcase-title .person-info .introText {
  color: #ab7756;
}
.showcase-title .person-info .location {
  font-weight: normal;
}
.showcase-title .more-link {
  position: absolute;
  bottom: 0;
  font-size: 14px;
}
.showcase-title .more-link span{
  font-size: 20px;
  font-family: monospace;
}
.showcase-product-image {
	position: relative;
	padding-left: 1px;
	padding-top: 6px;
}
.showcase-product-image img {
  border: 2px solid #fff;
  background-color: white;
}
.showcase-product-description {
	line-height: 12px;
	padding: 3px 10px 3px 10px;

}

.showcase-product-name a {
	color: #6F4D38;
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
}

.showcase-product-name a:hover {
	color: #E26703;
}

.showcase-product-seller {
	z-index: 2;
	position:absolute;
	bottom: 5px;
	opacity: .8;
	padding: 3px 4px 3px 5px;
	display: none;
	font-size:12px;
	color: #6F4D38;
	background-color: #FFF;
	text-align: left;
}
.showcase-product-seller h3 {
  display: inline;
}

.showcase-product-seller a {
	font-size:12px;
	color: #6F4D38;
}
.showcase-product-seller a:hover {
  text-decoration: underline;
}

.showcase-product-price {
  position: absolute;
  bottom: 19px;
}
.showcase-product-oldprice {
	color: #6F4D38;
	font: italic 14px Georgia, serif;
	text-decoration: line-through;
}

.showcase-product-newprice a {
	color: #658712;
	font: italic 16px Georgia, serif;
	text-decoration: none;
}

/* Shopping Guide */
.shopping-guide {
	display: block;
	height: 240px;
	left: 0px;
	margin-bottom: 20px;
	margin-left: 60px;
	overflow: hidden;
	padding: 20px;
	position: relative;
	width: 830px;
}

.shopping-guide-name {
	font-size:15px;
	height:40px;
	margin-bottom: 10px;
}


.shopping-guide-name a{
	color: #F15200;
	font-family: 'pt sans';
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
}

.shopping-guide-sellername {
	font-size:13px;
	font-family: 'pt sans';
}

.shopping-guide-sellername a {
	color: #005700;
	font-size: 13px;
	letter-spacing: 0.5px;
	text-decoration: none;
}

.shopping-guide-photo {
	background: url(https://www.abesmarket.com/skin/frontend/abe/default/images/shoppingguide/productbg.png) no-repeat;
	float: left;
	height: 153px;
	padding: 18px;
	position: relative;
	width: 194px;
}

.shopping-guide-photo img {
	left: 2px;
	position: relative;
	top: 0px;
	width: 186px;
}

.shopping-guide-text-container {
	float: left;
	height: 130px;
	left: 30px;
	position: relative;
	top: 17px;
	width: 400px;
}
.shopping-guide-text {
	position:relative;
	width:400px;
	font-size:14px;
	font-family: 'pt sans';
}

.shopping-guide-price-box {
	font-family: 'pt sans';
	font-size: 14px;
	left: 14px;
	position: relative;
}

.shopping-guide-price {
	font-size:14px;
	font-weight: bold;
}

.shopping-guide-addtocart {
	float: left;
	height: 40px;
	left: 50px;
	position: relative;
	top: 23px;
	width: 150px;
}

.shopping-guide-addtocart .add-to-cart-btn {
  left: 8px;
  top: 40px;
}
.shopping-guide-addtocart .ajax-icon {
  bottom: -19px;
  right: 122px;
}

/* Live for Five Showcase */

.live-for-five #showcase {
	margin-top: 10px;
}

.live-for-five #live-more-products {
	float: right;
	margin-right: 20px;
}

.live-for-five #live-more-products a {
	font-size: 16px;
	color: #658712;
	text-decoration: none;
}


.live-for-five #live-featuring-container {
	float: left;
	left: 5px;
	position: relative;
	top: -20px;
	width: 300px;
}

.live-for-five .live-featuring {
	padding: 10px;
	font-size: 12px;
	height: 118px;
	margin-bottom: 10px;
	padding-top:4px;
}
.live-for-five .meet-featured {
	font-weight: bold;
}

.live-for-five .meet-featured-text {
	font-weight: normal;
}

.cms-newest .listing-type-grid li,
.live-for-five .listing-type-grid li {
	padding: 10px 10px;
}
.doubleLine {
  border-bottom: 3px double #6F4D38;
  margin: 5px 0 5px 0;
}
.scrollToTabs {
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
  font-family: 'pt sans narrow';
}
.scrollToTabs a {
  color: #6F4D38;
}
#tabs{
	padding: 0;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
  width: 221px;
  float: left;
}
#tabs ul{
  font-size: 12px;
  margin: 0 0 0 6px;
	padding:0;
	list-style:none;
  border-top: 1px solid #A18B7E;
  border-left: 1px solid #A18B7E;
  border-bottom: 1px solid #A18B7E;
  -moz-box-shadow: 0 1px 1px rgba(100, 68, 46, 0.3); -webkit-box-shadow: 0 1px 1px rgba(100, 68, 46, 0.3); box-shadow: 0 1px 1px rgba(100, 68, 46, 0.3);
}
#tabs li{
	margin:0 0 0 0;
	padding:0;
  position: relative;
	z-index: 0;
}
#tabs a {
  float: left;
	padding: 0 0 0 0;
	text-decoration: none;
  margin: 0 10px 0 10px;
  width: 194px;
  border-top: 1px dashed #A18B7E;
}
#tabs li:first-child a {
  border-top: 0;
}
#tabs a span{
	display: block;
  padding: 9px 9px 9px 6px;
	text-align: center;
  font-family: 'pt sans narrow';
  font-size: 1.35em;
	height: 16px;
  text-transform: uppercase;
  background: #fff;
}
#tabs a:hover{color: #A18B7E;}
#tabs #tabHeaderActive {
  border-left: 1px solid #A18B7E;
  border-bottom: 1px solid #A18B7E;
  border-top: 1px solid #A18B7E;
  background: white;
  z-index: 1;
  top: 1px;
  left: -6px;
  width: 219px;
  -moz-box-shadow: -2px 2px 4px rgba(100, 68, 46, 0.3); -webkit-box-shadow: -2px 2px 4px rgba(100, 68, 46, 0.3); box-shadow: -2px 2px 4px rgba(100, 68, 46, 0.3);
}
#tabs #tabHeaderActive:first-child {
  top: -1px;
}

#tabHeaderActive span, #tabHeaderActive a {
  color: #6f4d38;
}
#tabHeaderActive a {
  width: 224px;
  border-top: 0;
  margin: 0;
}
#tabHeaderActive + li a {
  border-top: 0;
}
#tabs a .tab-title-numb {
  font-size: 0.8em;
  display: inline;
  padding: 0;
}
#tabscontent {
  margin-left: 220px;
  border: 1px solid #A18B7E;
  -moz-box-shadow: -2px 2px 4px rgba(100, 68, 46, 0.3); -webkit-box-shadow: -2px 2px 4px rgba(100, 68, 46, 0.3); box-shadow: -2px 2px 4px rgba(100, 68, 46, 0.3);
}
.tabContent {
	padding: 20px 100px 10px 100px;
	position: relative;
  min-height: 240px;
}
#tabscontent .collateral-box {
  margin: 0;
  width: 100%;
}
/* EI additions for new product page */

.catalog-product-view #product-vendor-line {
  text-align: center;
  margin: -28px 0 20px 0;
}
.catalog-product-view #product-vendor-name {
  display: block;
  color: #A18B7E;
  font-family: Georgia, serif;
  font-style: italic;
  display: inline;
  background-color: #FFF;
  padding: 0 10px 0 10px;
}
.catalog-product-view #product-vendor-name a {
  color: #A18B7E;
  font-style: normal;
  border-bottom: 1px dotted;
}
.catalog-product-view #product-vendor-name a:hover { color: #6F4D38;}
.catalog-product-view #sharing_product {
  position: absolute;
  width: 212px;
  margin-top: -34px;
  z-index: 5;
  right: 10px;
}
.catalog-product-view #pinterest_product {
  display: inline;
  position: relative;
}
.catalog-product-view #fblike_product {
  display: inline;
  position: relative;
  margin-right: 10px;
}
.catalog-product-view .product-name {
  font-size: 35px;
  line-height: 38px;
  font-family: 'pt sans narrow', sans-serif;
  text-transform: uppercase;
  color: #6F4D38;
  text-align: center;
  border-bottom: 2px solid #6F4D38;
  padding-bottom: 15px;
}
.catalog-product-view .product_price_block .retail-price {margin: 7px 0 8px 0;}
.catalog-product-view .product_price_block .retail-price .price-label .price,
.catalog-product-view .product_price_block .special-price .price-label .price {
  font-size: 40px;
  color: #BA2F49;
  position: relative;
  font-family: Georgia, serif;
}
.catalog-product-view .product_price_block .sharing-price { font-size: 14px; color: #ab7756; font-family: Georgia, serif;}
.catalog-product-view .product_price_block .price-label .price { text-align: center; }

#description {
  margin-bottom: 30px;
}
#tabscontent #description {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed;
  font-size: 14px;
  line-height: normal;
}
.description-header {
  font-size: 34px;
  font-family: cookie, serif;
  display: block;
  line-height: normal;
}
.raised-box, .messages { background-color: #F1EEE7; border: 2px solid #FFFFFF;  box-shadow: 1px 1px 4px rgba(100, 68, 46, 0.3); }
.double-box {
  border: 3px double;
  padding: 9px;
}
.raised-box .title, #seller-misc-page .raised-box .title{font-size: 16px; text-transform: uppercase; margin: 20px 0 0 20px;}
.seller-related-product-image-container {
  margin-bottom: 30px;
}
.seller-related-product-image {
  float: left;
  margin: 3px 7px;
  -moz-box-shadow: 1px 1px 4px rgba(100, 68, 46, 0.3); -webkit-box-shadow: 1px 1px 4px rgba(100, 68, 46, 0.3); box-shadow: 1px 1px 4px rgba(100, 68, 46, 0.3);
}
.seller-related-product-link {
  width: 145px;
  height: 145px;
	float: left;
  margin: 3px 7px;
}
.seller-related-product-link span {
  display: block;
  margin-top: 62px;
  text-align: center;
  text-decoration: none;
  font-family: cookie, serif;
  font-size: 3em;
}
.seller-related-product-link span.a {text-decoration: none;}
.collateral-box { margin: 16px 0; width: 400px;}
.collateral-box h4 {
   font-size: 1.06em;
   font-weight: bold;
}
.collateral-box h4 .title {
  border-bottom: 1px solid;
  border-top: 1px solid;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: normal;
}
.add-to-holder {
  margin-bottom: 10px;
  position: relative;
  clear: both;
}
.qa-submit-form {
  margin-bottom: 5px;
}
.qa-submit-form #question_field {
  border: 1px solid #6F4D38;
  width: 72%;
  padding: 5px 0 5px 5px;
  float: left;
  margin: 0 5px 0 0;
  position: relative;
  z-index: 2;
}
#advice-required-entry-question_field {
  clear: none;
  background-position: bottom left;
  top: 5px;
  position: relative;
}
#ask-a-question .seller-image {
  margin: -6px 10px 0 0;
}
#qa-button {
  top: -5px;
}
#userDetails {
  margin:20px 0 0 0;
  width: 100%;
  height: 30px;
}
#userDetails label {
  font-weight: bold;
}

/* EI Additions for new cart page */
#cart-bottom-checkout-buttons {
  float: right;
  width: 300px;
  text-align: center;
  font-size: 1.1em;
}
.checkout-types {
  margin-bottom: 10px;
}
/* EI Additions for seller overview page */

#seller-overview-products {margin: 10px 10px 0 0;}


/* EI Additions for new design - Catalog Listings */

#product-grid-container { margin: 0 30px 0 30px; }
.product-bottom-text .product-price {margin-right: 7px;}
.catalog-listing .price-box {
  text-align: left;
  position: relative; /* so that we can juggle prices */
}
.catalog-listing .price-box .old-price {
  position: absolute;
  top: 18px;
  font-family: Georgia, serif;
}
.catalog-listing .price-box .special-price { font-family: Georgia, serif;}
.catalog-listing .price-box .regular-price { font-family: Georgia, serif; }

.catalog-listing .regular-price,
.catalog-listing .special-price {
  font-size: 18px;
}
#promiseSection {
  font-size: 10px;
  border-bottom: 1px dotted;
  padding-bottom: 10px;
}
#promiseSection .promiseText a {
  color: #6F4D38;
}
#promiseSection .promiseText .tick {
  color: #A1C34A;
}

/* Abes gift cert
#product-price-1028 {
  position: relative;
  top: -5px;
}
#product-price-1028 .price:first-child {
display: inline;
}
#product-price-1028 .price {
display: block;
}
*/
.catalog-list p.old-price {
  margin: 0;
}
.catalog-listing .old-price .price-label,
.catalog-listing .special-price .price-label {
  display: none;
}

.special-price .price { color: #BA2F49; }

.old-price {
  text-decoration:line-through;
  float: left;
  margin-right: 5px;
  color: #BA2F49;
  font-size: 12px;
}

.catalog-listing .name-and-vendor-box { margin: 10px;}
.catalog-listing .product {
  font-size:13px;
  height: 20px;
  margin: 0;
  text-transform: capitalize;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}
.catalog-listing .out-of-stock {
  float: right;
  margin-top: -31px;
  padding: 0;
}

.saleribbon {
  height: 80px;
  position: absolute;
  left: 3px;
  top: 15px;
  width: 80px;
  z-index: 1;
}
.live-for-five .saleribbon {
  right: -2px;
}
.showcase-product .saleribbon {
	right: -8px;
	top: 0;
}

.largesaleribbon {
  height: 120px;
  width: 120px;
  left: 25px;
  top: 25px;
  position: absolute;
  z-index: 100;
}

.product-bottom-text .product-price {margin-left: 7px;}

/* Catalog Listings - Grid Cell  */
.listing-type-grid { margin-top:2px; }
.listing-type-grid li {
  position: relative;
  line-height:1.6em;
  float:left;
  width:233px;
  height: 290px;
  padding:10px 0;
}

.listing-type-grid li.item {
  margin:0 0 0 30px;
}
#seller-misc-page li.itemfirst,
#productsBox li.itemfirst {
  margin-left: 60px;
}
#seller-misc-page li.item,
#productsBox li.item {
  margin-left: 100px;
}

#mediaplayer {
  position: absolute;
  left:9px;
}
#mediaImg {
  position: relative;
  z-index: 2;
}

/* Abe-2 vendor Pages */

#seller-page-container {
	position: relative;
}

.subheader {margin-top:40px; margin-bottom: 30px;}
.catalog-category-view .subheader,
.catalogsearch-result-index .subheader {
  margin-top: -29px;
}
#sub-header-seller-banner,
#short-sub-header-seller-banner {
	float: right;
	width: 734px;
  height: 270px;
	overflow: hidden;
	margin-right: 9px;
}
#short-sub-header-seller-banner {
  height: 217px;
}

#seller-logo {
	position: relative;
	float: left;
  text-align: center;
  width: 230px;
	background: white;
  border: 4px double;
	margin-left: 10px;
}

#fblike_vendor {
  position: absolute;
  right: 68px;
  margin-top: -31px;
  z-index: 10;
}
.sub-header-quote {
	margin: 60px 0 0 50px;
	float: left;
	width: 400px;
	font-size: 18px;
	line-height: 22px;
	position: relative;
	text-align: left;
  padding-left: 17px;
}

.sub-header-quote post-quote {
	bottom:-7px;
	right:2px;
}

.pre-quote, .post-quote {
  width: 24px;
  height: 21px;
  position: absolute;
}
.pre-quote {
  left: -8px;
  top: -10px;
}
.post-quote {
  right: -10px;
  bottom: -20px;
}
#short-description {
 float: none;
width: 190px;
margin: 50px 0 20px 10px;
padding-left: 20px;
}

#sub-header-seller-img {
	float: right;
	margin: 30px 30px 0 0;
	border: 2px solid white;
	-webkit-box-shadow: 1px 1px 4px rgba(100, 68, 46, .30);
	-moz-box-shadow: 1px 1px 4px rgba(100, 68, 46, .30);
	box-shadow: 1px 1px 4px rgba(100, 68, 46, .30);
	background: white;
}
#seller-page-content {
	width: 958px;
}

.umicrosite-index-index #tab-title {
	font-size: 22px;
	margin-bottom: 0;
	font-weight: bold;
}

#seller-nav {
  margin-left: 10px;
}
.cms-page-view #seller-nav {
  margin-left: 0;
}
.samples-nav-tab,
.seller-nav-tab {
  cursor: pointer;
  display: block;
  font-size: 14px;
  position: relative;
  text-align: left;
  text-decoration: none;
  z-index: 2;
  color: #6F4D38;
}

#dashboard-nav {
  margin-bottom: 10px;
}
#samples-nav li,
#dashboard-nav li,
#seller-nav li {
  border-bottom: 1px solid #e5e0d4;
}
#samples-nav li:first-child,
#dashboard-nav li:first-child,
#seller-nav li:first-child {
  border-top: 1px solid #e5e0d4;
}

.samples-nav-tab:hover,
.seller-nav-tab:hover{
  font-weight: bold;
}
.seller-nav-tab span {
	display: block;
	padding-left: 8px;
	padding-top: 4px;
}
.samples-nav-tab-cell,
.seller-nav-tab-cell {
  height: 33px;
  display: table-cell;
  vertical-align: middle;
}

.cms-what-is-natural #isnatural a,
.cms-what-is-natural-bath-and-body #bath a,
.cms-what-is-natural-the-home #home a,
.cms-what-is-natural-baby-and-kids #baby a,
.cms-what-is-natural-food-and-drink #food a,
.cms-abe-story #whatisabes a,
.cms-abe-story-story #story a,
.cms-abe-story-who-is-abe #whoisabe a,
.cms-abe-story-team #team a,
.cms-abe-story-advisors #advisors a,
.cms-press #press a,
.samples-nav-tab-active,
.seller-nav-tab-active {
  font-weight: bold;
  cursor: default;
 }
.cms-what-is-natural #isnatural a:after,
.cms-what-is-natural-bath-and-body #bath a:after,
.cms-what-is-natural-the-home #home a:after,
.cms-what-is-natural-baby-and-kids #baby a:after,
.cms-what-is-natural-food-and-drink #food a:after,
.cms-abe-story #whatisabes a:after,
.cms-abe-story-story #story a:after,
.cms-abe-story-who-is-abe #whoisabe a:after,
.cms-abe-story-team #team a:after,
.cms-abe-story-team #team a:after,
.cms-abe-story-advisors #advisors a:after,
.cms-press #press a:after,
.samples-nav-tab-active:after,
.seller-nav-tab-active:after {
  content: "\25b8";
  position: absolute;
  top: 8px;
  right: 0;
  font-size: 24px;
}
.seller-nav-tab-header {
   right: 34px;
   position: relative;
   z-index: 3;
   top: 15px;
}

#seller-page-leftmenu ul {
 	display: block;
    margin-top: 10px;
}

.seller-product-link {
  margin-bottom: 15px;
  margin-left: 15px;
}

#seller-tab-title {margin-bottom:10px;}

/* New vendor Pages - About Tab*/

#long-description {
	margin-right: 10px;
}
#seller-misc-page #long-description .text {
  font-size: 15px;
}
#seller-small-photos img {
 border: 2px solid white;
	-webkit-box-shadow: 1px 1px 4px rgba(100, 68, 46, .30);
	-moz-box-shadow: 1px 1px 4px rgba(100, 68, 46, .30);
	box-shadow: 1px 1px 4px rgba(100, 68, 46, .30);
	background: white;
  margin-right: 20px;
}
#main-right #seller-small-photos img {
  margin-right: 0;
  margin-bottom: 10px;
}

#about-tab #seller-small-photos {
	text-align: left;
}
#seller-misc-page h1 {
  text-transform: uppercase;
  line-height: 17px;
}
#seller-misc-page h1, #seller-misc-page h2, #seller-misc-page h3  {
  font-weight: bold;
  text-align: left;
}
#seller-misc-page h3 {
  font-size: 22px;
  margin-top: 20px;
}

#seller-misc-page .text {
  font-size: 13px;
  padding-right: 10px;
}

.video-description {
	color: #6F4D38;
	font-size: 14px;
	margin-top: 4px;
	margin-left: 33px;
}

.seller-dropcap {
	color: #EC7705;
	float: left;
	font-size: 600%;
	font-weight: bold;
	left: 20px;
	line-height: 0.8em;
	padding: 0px 25px 0px 0px;
	position: relative;
	top: 21px;
}

#seller-misc-page {
	position: relative;
}
#seller-misc-page #main-left {
  width: 460px;
  float: left;
}
#seller-misc-page #main-right {
  float: right;
  width: 240px;
  margin-right: 20px;
}

#seller-misc-page #main-right #favorites {
  margin-bottom: 10px;
  padding-left: 30px;
  padding-top: 28px;
}

/* New vendor Pages - About Us Tab*/

#seller-misc-page #long-interview {
  margin: 30px 0 30px 0;
}

#seller-misc-page .interviewQuestion {
	font-weight: bold;
	margin: 10px 0 5px 0;
}

/* New vendor Pages - Store Tab*/

#seller-misc-page .raised-box  {
	margin-right: 10px;
}

#seller-misc-page .saleribbon {
	position: absolute;
}

/* New vendor Pages - Videos Tab*/
#seller-misc-page .video-container {
  margin: 0 0 10px 0;
}
/* New vendor Pages - Q&A Tab*/

.vendor-question-page {
  padding: 20px;
}
.vendor-question-page .catalog-listing {
  width: 180px;
  margin-bottom: 10px;
  float:left;
}
.vendor-question-page .questionsContainer {
  width:450px;
  float:left;
  margin:0 20px 0 20px;
}
#seller-misc-page .questionsContainer .title {
  margin: 0 0 2px 0;
  font-size: 13px;
  text-transform: none;
  font-weight: bold;
}
#seller-misc-page .questionsContainer .asker {
  margin-bottom: 5px;
}
#seller-misc-page .questionContainer {
  margin-bottom: 10px;
  border-top: 1px solid #CCC;
  padding-top: 10px;
}
#seller-misc-page .questionContainer:first-child {
  margin-top: 0;
  border-top: none;
}
#seller-misc-page .vendor-question-border {
  border-bottom: 1px solid #CCC;
  margin: 0 0 20px 0;
  padding-top: 10px;
}
#seller-misc-page .vendor-question-border:last-child {
  border-bottom: none;
  margin: 0;
}
#seller-misc-page .catalog-listing .name-and-vendor-box {
  height: auto;
}
#seller-misc-page .catalog-listing .price-box .regular-price {
	position: static;
	top: 0;
}

/* End SELLER TAB CSS */

/* Start Registry CSS */
.registry-index-index .side-col{
  width: 200px;
}
.registry-index-index .col-2-left-layout .col-main{
  width: 787px;
}
.narrowBox, .wideBox {
  background-color: white;
  padding: 25px 15px;
  font-size: 14px;
  -webkit-box-shadow: 0 0 8px rgba(100, 68, 46, 0.3); -moz-box-shadow: 0 0 8px rgba(100, 68, 46, 0.3); box-shadow: 0 0 8px rgba(100, 68, 46, 0.3);
}
.narrowBox {
  width: 44%;
  height: 72px;
}
.bigNumber {
  font-size: 60px;
  color: #658712;
  margin: 19px 16px 20px 17px;
  font-weight: bold;
}
.wideBox .bigNumber {
  margin-top: 30px;
}
#registry-page .raised-box {
	padding: 10px 10px 20px 10px;
	margin: 10px 20px;
}
#registry-page .title-link {
  font-size: 14px;
  color: #6F4D38;
}
#registry-page .group-select li .input-box {
  width: 220px;
}
#registry-page .data-table {
  border: none;
}
#registry-page .data-table th {
  font-weight: bold;
}

#wishlist-table .add-to-cart-container {
  float: none;
  margin-top: -10px;
}
#wishlist-table .add-to-cart-btn {
  position: static;
}
.registry-index-registry #wishlist-table .add-to-cart-btn {
  margin-left: 10px;
}
.guest-view-registry-page a.link-cart {
  height: 25px;
  width: 95px;
  display: block;
}
#wishlist-table .ajax-icon {
  top: 3px;
  left: 4px;
}
.guest-view-registry-page #wishlist-table .ajax-icon {
  left: 11px;
}
#registry-page .formSeparator {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0 20px 0;
  color: #658712;
}
.search-registry-page h4 {
  margin-top: 30px;
}
#registry-page .price {
  color: #658712;
  font-family: georga, serif;
  font-size: 1.5em;
  font-style: italic;
}
.dateButton {
  cursor: pointer;
}
/* End Registry Css */

/*Misc Pages - added by Shai Nov 2 11 */
#centered-box {
	width: 600px;
	margin-left: 160px;
	margin-bottom: 20px;
	text-align: left;
	height: auto;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	padding: 40px;
	color: #6F4D38;
}

#centered-box .group-select .legend {background: none;}
#centered-box .button-set {text-align: left;}

/* My Boxes section - added by AriB Nov 14 11 */
.myBoxes {
  padding: 10px 15px 10px 15px;
  margin:10px 20px 10px 20px;
}
#singleBox .more-views li a {
  height: auto;
}
.myBoxes .thumb {
  max-height: 150px;
  max-width: 350px;
}
.myBoxes input {
  height: 20px;
  width: 271px;
  margin: 0 0 10px 0;
}
.myBoxes textarea {
  height: 120px;
  width: 269px;
}
.myBoxes .myBox {
  float: left;
  width: 170px;
  height: 200px;
  margin: 0 25px 30px 25px;
  padding: 5px;
}
.myBoxes .customerBoxes .myBox {
  margin: 0 20px 30px 20px;
}
.myBoxes .gallery-filter {
  border-bottom: 1px dotted #658712;
  border-top: 1px dotted #658712;
  text-align: left;
  padding: 8px 10px;
}
.myBoxes .gallery-description {
  margin: 0 45px 20px 45px;
  position: relative;
}
#singleBox h1 {
  margin-bottom: 0;
}
.myBoxes .myBox h2 {
  text-align: center;
}
.myBoxes .myBox h3 {
  margin-bottom: 0;
}
.myBoxes .myBox .imgThumb {
  text-align: center;
  position: relative;
  border: white solid 2px;
  background: white;
  -webkit-box-shadow: 1px 1px 4px rgba(100, 68, 46, 0.3); -moz-box-shadow: 1px 1px 4px rgba(100, 68, 46, 0.3); box-shadow: 1px 1px 4px rgba(100, 68, 46, 0.3);
  margin-bottom: 10px;
  width: 160px;
  height: 132px;
}
.myBoxes .myBox img {
  margin: 10px 0 10px 0;
  max-height: 120px;
}
#singleBox .username {
  margin-bottom: 15px;
}
.myBoxes .myBox .username {
  word-wrap: break-word;
  display:none;
}
.boxGallery .myBox .username {
  display: block;
  margin-bottom: 8px;
}
.myBoxes .description {
  margin: 10px 10px 20px 10px;
  position: relative;
  word-wrap: break-word;
}
.myBoxes .pre-quote {
  left: -32px;
  top: 0;
}
.myBoxes .post-quote {
  right: -30px;
  bottom: 0;
}
.myBoxes #deleteBox {
  position: absolute;
  bottom: 0;
  right: 0;
}
.myBoxes .helper-text {width: 225px; color: #658712; line-height: 15px; font-style:italic;padding-left: 20px;}

/* EI - Hide Shipping Method Review */
#checkout-step-shipping_method { padding-top: 0; }
#checkout-shipping-method-load { display: none; }

/* share this page - start */
#sharePage{
  position: relative;
  right: 5px;
  top: -30px;
  z-index: 10;
  zoom: 1;
}
#product-grid-container #sharePage {
    right: -10px;
    top: -36px;
}
#share-this-page-open {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  right: 0;
  width: 55px;
  height: 21px;
  display: inline-block;
}
#sharing_product #share-this-page-open  {
  position: relative;
  margin-right: 10px;
}
#share-this-page-box {
  border: 1px solid #6F4D38;
  background-color: #FFF;
  position: absolute;
  z-index: 3;
  right: 45px;
  top: 27px;
  -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px;
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
  -moz-box-shadow: 2px 2px 3px rgba(120, 58, 0, 0.3);  -webkit-box-shadow: 2px 2px 3px rgba(120, 58, 0, 0.3);  box-shadow: 2px 2px 3px rgba(120, 58, 0, 0.3);
}

.share-this-page-border {
  height: 214px;
  padding: 10px;
  margin: 2px;
  border: 1px solid #6F4D38;
  -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px;
}

#share-this-page-title {
  font-size: 17px;
  font-weight: bold;
}

#sharing_product #share-this-page-box {
  right: 80px;
  top: 25px;
}
#share-this-page-box textarea {
  width: 355px;
  height: 45px;
  padding: 8px;
  color: #6F4D38;
}
#close-link-share-box {
  cursor: pointer;
  float: right;
  margin: -8px -5px 0 0;
  font-weight: bold;
  font-size: 18px;
}
/* share this page - end  */

#mySamples .title {
  margin-left: 10px;
  color: #658712;
}
#mySamples .listing-type-grid {
  padding:0;
}
.sample-what {
  float:left;
  margin-left: 6px;
  font-style:italic;
  border-bottom:dotted 1px gray;
  display: block;
  cursor: pointer;
}
#sampling-tooltip {
  bottom: 31px;
  right: -7px;
}
#add-to-samples-container {
  position: relative;
  float: left;
  width: 80px;
  text-align: center;
}
.sampleAccountAd {
  text-align: center;
  display: block;
}

/* generic sample css  - end */

/* email slideup popup - start
#emailsignupoverlay {
  position:fixed;
  bottom:0;
  z-index:6000;
  bottom: -335px;
  height: 250px;
  width: 300px;
  margin: 0 0 0 680px;
}
#emailsignupoverlay-2 {
  height: 100%;
}
#emailsignupoverlay .overlay-wrap {
  background: url(https://www.abesmarket.com/skin/frontend/abe/default/images/emailPopup/emailpopup_thankyou.jpg) no-repeat;
  height: 0;
}
#emailsignupoverlay .overlay-wrap form {
  display: block;
  position:relative;
}
#emailsignupoverlay form div.clearfix {
  padding:200px 0 0 10px;
}
#emailsignupoverlay form p {
  margin:20px 0 0 20px;
}
#emailsignupoverlay form a {
  color:#FFF;
  font-weight:bold;
  font-size: 15px;
}
#emailsignupoverlay #email-signup-2 a {
  color:#555;
}
#emailsignupoverlay form a.close-text {
  text-decoration:underline;
}
#emailsignupoverlay form label.primary {
  position:absolute;
  left:-9999em;
}
#emailsignupoverlay form .input-wrap {
  margin: 0 10px;
  position: relative;
}
#emailsignupoverlay form .input-text {
  margin-top:0;
  margin-right:0;
  padding:6px 8px;
  height:12px;
  width:165px;
  color:#666;
  font-size:.917em;
  background-color:#fff;
  border:1px solid #dcddde;
  letter-spacing:1px;
  font-family: 'pt sans', sans-serif;
}
#emailsignupoverlay form label.error {
  margin:2px 0 5px 0;
}
#emailsignupoverlay form .btn {
  top: 0;
  right: 9px;
  background: #9DC048;
  width: 75px;
  height: 25px;
  color: #64442F;
  font-size: 1.0em;
}
#emailsignupoverlay .close-icon {
  position:absolute;
  top:0;
  right:0;
  margin: 7px 13px 0 0;
  overflow:hidden;
}
 email slideup popup - end */

/* Rekko css */

#rkBottomRight {

}