/**
 * This file is a container for custom CSS. You can use it to override the default styles of the theme.
 *
 * 1. Copy the file "SAMPLE.custom.css" and rename it to "custom.css".
 *    Otherwise this file will not be loded by Magento.
 * 2. Enable it in the admin panel.
 * 3. Uncomment slected sample styles or add your own CSS to override the default styles of the theme.
 *
 * Please refer to the user guide for more details.
 *
 */


/* Products
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Product labels
-------------------------------------------------------------- */
/*
.sticker.new { font-size:12px; }
.sticker.sale { font-size:12px; }
*/

/* Product images in category view
-------------------------------------------------------------- */
/* Remove rounded corners */
/*
.products-grid .product-image img,
.products-list .product-image img {
    border-radius: 0px;
}
*/

/* Stock indicator on product page (configurable products):
icon background color
-------------------------------------------------------------- */
/*
a.availability-only span.icon { background-color:orange; }
*/

/* Related products prev/next arrows
-------------------------------------------------------------- */
/*
.block-related .gen-slider-arrows1 .direction-nav a { background-color: #fff; }
.block-related .gen-slider-arrows1 .direction-nav a:hover { background-color: orange; }
*/


/* Miscellaneous
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Drop-down caret */
/*
.caret {
	opacity:1;
	filter:alpha(opacity=100);
}
*/

.notification-global {
    background: url("http://timberwolforganics.com/skin/adminhtml/default/default/images/error_msg_icon.gif") no-repeat scroll 27px 5px #fff9e9;
    border-bottom: 1px solid #eee2be;
    border-top: 1px solid #eee2be;
    color: #444;
    display: none;
    font-size: 11px;
    line-height: 16px;
    margin: 0 0 -3px;
    padding: 5px 27px 5px 47px;
    position: relative;
}


.header-top-container {
    background-color: rgba(0, 0, 0, 0.15);
}

.form-search .input-text {
    background-color: #d0d0d0;
    border-color: transparent;
    color: #aaa;
}

a:hover,
.vertnav-side li.current > a
{
			color: #003f50;
	}
	

a {
    color: #003f50;
}


.footer-top-container {
    border-top-style: solid;
    border-top-width: 1px;
    display: none;
}


.grid-col2-sidebar {
   
    width: 20.41%;
}

.ampreorder_note {
    color: #DE0D0D;
    font-weight: bold !important;
}

.ampreorder_note {
    color: #DE0D0D;
    font-weight: bold !important;
}

.itemslider-thumbnails.count-1 {
    display: none;
    max-width: 79px;
}

.box-brand a {
    display: none;
    margin: 0 auto;
}

#nav .nav-panel--dropdown a {
    color: #333333;
    font-weight: bold;
}

.rewardpointsbehavior-checkout-action1 {
    color: #A30D0D;
    font-size: 16px;
    font-weight: bold;
    margin: 2px 2px 7px 0;
    padding: 1px;
    text-align: left;
    width: 172px;
}

.account-login .rewardpointsbehavior-checkout-action1 {
  clear: both;
  padding-top: 10px;
  padding-left: 0;
  margin-left: -7px; /* remove &nbsp; space */
}


.grid-col2-sidebar {
    margin-top: 68px;
    width: 20.41%;
}


.searchautocomplete .nav-submit-button {
    float: right;
    height: 34px;
    margin-left: 0;
    margin-top: -36px;
}

.searchautocomplete .nav .nav-input input {
    background: none repeat scroll 0 0 #fff;
    border: 0 none;
    color: black;
    font-family: arial,sans-serif;
    font-size: 12px;
    height: 29px;
    margin-left: 5px;
    outline: 0 none;
    padding: 0;
    width: 99%;
    z-index: 10;
	margin-top: -17px;
}


.searchautocomplete {
    background: none repeat scroll 0 0 #003644;
    border-radius: 0 0 0 5px;
    display: block;
    height: 34px;
    padding: 4px 10px;
    position: absolute;
    right: 0;
    top: 3px;
    width: 436px;
}


.searchautocomplete > label {
    color: #fff;
    float: left;
    font-weight: bold;
    margin-right: 10px;
    margin-top: -3px;
}

.searchautocomplete .nav .nav-search-in {
    left: 0;
    margin-left: 8px;
    margin-top: 2px;
    position: absolute;
    top: 0;
    z-index: 15;
	 height: 34px;
}

.searchautocomplete .nav-submit-button .button {
    background-color: #3c454e;
    background-image: linear-gradient(to bottom, #444c55, #313a44);
    background-repeat: repeat-x;
    border: 1px solid #313a44;
    border-radius: 0 5px 5px 0;
    color: white;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    height: 32px;
    line-height: 12px;
    margin: 0;
    padding: 0 9px;
    width: 39px;
    z-index: 14;
}


.searchautocomplete .nav {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 34px;
    position: relative;
    width: 340px;
}

.amshopby-slider-bar {
    background: none repeat scroll 0 0 #999;
    height: 0;
    position: absolute;
    top: 6px;
    z-index: 1;
}

div.block-layered-nav, div.amshopby-page-container, div.amshopby-filters-top {
    margin-top: -49px;
    position: relative;
}



.nav-regular .nav-item.level0 > a {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 0 4px;
}