/* templates/new_design-201206/css/template.css   */

/* for debuging box size
div {
  border: 1px dashed red;
}
*/

/*  ------------------------- body ---------------------------- */
body {
  position: relative;
  top:0;
  left:0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding:0;
  background-image: url('../images/body-background.png');
  
 /* background: #ECEAD5; */
}

/*
body td { 
  font-family: Verdana, Arial, sans-serif; 
  font-size: 11px; 
  color: #5E5E5E;
}

body td h1, td h2,td h3 {
  color: #009337;
}
*/

a { 
  color: #17426b; 
  text-decoration: none; 
  font-weight: normal; 
}
a:hover { 
  color: #FF0000;
  text-decoration: none; 
}



/* -----------------------body eof -----------------------*/

.wrapper {
  position:relative;
  width: 960px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  clear: both;
  
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal; 
  color: #737373;

  -moz-box-shadow:    2px 3px 7px 4px #888;
  -webkit-box-shadow: 2px 3px 7px 4px #888;
  box-shadow:         2px 3px 7px 4px #888;
}

/* -----------------------header -----------------------*/


  .header {
    position: relative;
    height: 110px;
    clear: both;
    background-image: url('../images/ANB-header-background.jpg');
    background-repeat:repeat-x;
    background-position: bottom;
  }
    
    .header ul, 
    .header ul > li,
    .top_nav ul, 
    .top_nav ul >li, 
    .footer ul, 
    .footer ul > li,
    .footer p {
      display: inline;
      padding-right: 10px;
    }
        
    .top_bar {
      position: absolute;
      top: 0;
      right: 0;
      height: 15px;
      margin-bottom: 5px;
      font-size: 11px; 
      color: #009337;
    }
  
    .logo {
      position: absolute;
      left: 20px;
      top:  18px;
      height: 50px;
    }

    .contact_info {
      position: absolute;
      top: 40px;
      right: 0;
      height: 30px;
      font-size: 11px; 
      color: #009337;
    }
                
  .top_nav {
    position: relative;
    top: -13px;
    height: 40px;
    background-color: #5BD3E0;
    clear: both;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    
    font-size: 18px; 
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    
  }
  
    .menubarmain {
      position: absolute;
      left: 0;
      height: 32px;
      padding-top: 8px;
    }
      
      .menubarmain A:link, .menubarmain A:active, .menubarmain A:visited{ 
      font-size: 18px; 
      color: #FFFFFF;
      font-weight: bold;
      text-decoration: none;
      }

    .search_box {
      position: absolute;
      right: 10px;
      height: 100%;
      padding-top: 10px;
    }

    /* -----------------------header eof -----------------------*/

    /* ----------------------- middle  -----------------------*/

  .middle {
    position: relative;
    top:0;
    left:0;
    width: 100%;
    clear: both;
  }
    
    .leftpane {
      float: left;
      width: 19%;
      height:100%;
      padding-left: 1%;
      clear: left;
    }
      
    .contentPane {
      float: left;
      width: 77%;
      
      height: 100%;
      padding-left: 1%;
      
    }
    
    .breadcrumb {
      margin-bottom: 10px;
    }
    
    
    .modules {
      position:relative;
    }
    
    .rightpane {
      float: right;
      width: 20%;
      height: 100%;
      padding-top: 5px;
      padding-right: 5px;
      clear: right;
      }

      /* ----------------------- middle EOF -----------------------*/


SPAN.greetUser {
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}


/************** page properties  *************/
/* page header */
.pageHeading, DIV.pageHeading, td.pageHeading, td.productlisting-headingPrice, .productlisting-headingPrice {
  font-family:  Verdana, Arial, sans-serif; 
  font-size: 18px;
  font-weight: normal;
  color: #009337;
}

/* page text */
td.main, P.main, span.main {
  font-size: 13px;
  line-height: 1.2;
  color: #5E5E5E;
}

td.smallText, SPAN.smallText, P.smallText {
  font-size: 10px;
}

/* page borders */
td.main_table_heading {
     background : #cccccc;
}
td.main_table_heading_inner {
     background : #ffffff;
}

/* pagination links */
A.pageResults { 
  color: #005EA7; 
}
A.pageResults:hover { 
  color: #F6ECDC; 
  background: #005EA7; 
}


/* -----------------------footer -----------------------*/

  .footer {
    position: relative;
    clear: both;
    height: 70px;
    margin-top: 10px;
    border-top: 1px solid #ccc;
  }
  
    .footer_left {
      position: absolute;
      top: 0;
      left: 0;
      height: 30px;
      width: 50px;
      margin: 10px;
    }
    
    .footer_menu {
      position: absolute;
      top: 0;
      right: 0;
      height: 20px;
      margin-top: 10px;
    }
  
      .footer_menu a:link, .footer_menu a:active, .footer_menu a:visited{ 
        font-size: 11px; 
        font-family: Tahoma;
        font-weight: normal;
        text-decoration: none;
      }
      .footer_menu A:hover{
        font-size: 11px;
        color: #FF0000;
      }
    
    .footer_copyright {
      position: absolute;
      top: 40px;
      right: 0;
      font-size: 11px;
    }


/* -----------------------footer eof -----------------------*/


/**************************************** productListing *************************************/
table.productListing{
}
td.productListing-heading {
  font-size: 10px;
  color: #000;
  font-weight: bold;
  background-color: #EAEAEA;
  height:20px;
}
A.productListing-heading { 
  color: #000;
  font-weight:bold;
  text-decoration:none;
}
A.productListing-heading:hover { 
  text-decoration:underline;
}
td.productListing-data {
  font-size: 16px;
}
div.blurbs { font-size: 13px;}

/* odd and even colors */
tr.accountHistory-odd, 
tr.addressBook-odd, 
tr.alsoPurchased-odd, 
tr.payment-odd, 
tr.productListing-odd, 
tr.productReviews-odd, 
tr.upcomingProducts-odd, 
tr.shippingOptions-odd {
}
tr.accountHistory-even, 
tr.addressBook-even, 
tr.alsoPurchased-even, 
tr.payment-even, 
tr.productListing-even, 
tr.productReviews-even, 
tr.upcomingProducts-even, 
tr.shippingOptions-even {
  background-color: #EAEAEA;
}

/*********** checkout ***************/
.moduleRow { }
.moduleRowOver { background-color: #D3D3D3; cursor: pointer; }
.moduleRowSelected { background-color: #D3D3D3; }
.checkoutBarFrom, .checkoutBarTo { font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-size: 10px; color: #000000; }
tr.subBar {
  background: #f4f7fd;
}
td.subBar {
  font-size: 10px;
  color: #000000;
}
td.accountCategory {
  font-size: 13px;
  color: #aabbdd;
}

td.tableHeading {
  font-size: 12px;
  font-weight: bold;
}
SPAN.newItemInCart {
  font-size: 10px;
  color: #005EA7;
}
SPAN.markProductOutOfStock {
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}
SPAN.productSpecialPrice {
  color: #005EA7;
}

.nowrap {white-space:nowrap;
}