body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body {
    text-align: center;
}
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
  font-family: Arial, Helvetica;
  font-size: 12px;
  line-height: 140%;
}
p, h1, h2, h3, h4, #content ul, #content ol, #content table {
  margin-bottom: 15px;
}
a img, :link img, :visited img {
    border: none
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}

.button {
  text-transform: uppercase;
  font-size: 9px;
  text-decoration: none !important;
  border: none;
  cursor: pointer;
  padding-top: 3px;
  padding-right: 5px;
  padding-bottom: 3px;
  padding-left: 5px;
}
#cart-total .button {
  font-size: 14px;
  font-weight: bold;
  padding: 6px 9px;
  margin-left: 20px;
}

/* ----------------------------------- */
/* WRAPPER
/* ----------------------------------- */
#wrapper {
  width: 900px;
  margin: 0 auto;
  text-align: left;
}

/* ----------------------------------- */
/* TOP
/* ----------------------------------- */
#top {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
}
  #search {
  width: 356px;
  float: right;
  font-size: 10px;
  height: 56px;
  margin-top: 85px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 18px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  }
    #search input {
      border: none;
      text-transform: uppercase;
      width: 65px;
    }
    #search label input {
  width: 204px;
    }
  
  #top h1 {
    font-size: 35px;
  }

/* ----------------------------------- */
/* BAR
/* ----------------------------------- */
#bar {
  line-height: 58px;
  height: 58px;
  padding-top: 0;
  padding-right: 30px;
  padding-bottom: 0;
  padding-left: 30px;
  margin-bottom: 18px;
}
  #cart {
  float: right;
  line-height: 53px;
  padding-left: 30px;
  padding-top: 0px;
  margin: 0px;
  }
    #cart a {
  font-weight: bold;
  text-decoration: none;
  margin: 0px;
  padding: 0px;
    }
    #bar #cart a:link, #bar #cart a:visited {
  text-decoration: none;
  margin: 0px;
  padding: 0px;
    }
    #bar #cart a:hover, #bar #cart a:active {
  text-decoration: underline;
  margin: 0px;
  padding: 0px;
    }
  
  #menu {
  padding-top: 18px;
  float: left;
  }


/* ----------------------------------- */
/* CONTENT
/* ----------------------------------- */
.productOption {padding-bottom:10px;}
.optionLabel {width:80px;}
#main {
  margin: 0;
  padding: 30px;
  background-color: #FFFFFF;
}
  #main.wide {
  background-color: #FFFFFF;
  }

  #content {
  width: 586px;
  float: right;
  padding: 10px;
  }
    #main.wide #content {
  width: auto;
  float: none;
  padding: 10px;
    }
#content h1 {
  font-size: 14px;
  color: #2e373e;
}
    #content h2 {
  font-size: 20px;
    }
    #content h3, p.price {
  font-size: 16px;
  font-weight: bold;
    }
    #content h4 {

}
#content  h5  {
  font-size: 18px;
  font-weight: bold;
  color: #952e55;
  padding-top: 30px;
  border-top-width: 1px;
  border-top-style: dashed;
  border-top-color: #c3c7cb;
  }
    
    #banner, #welcome, #featured {
      margin-bottom: 30px;
    }
    
    #crumb {
      font-weight: bold;
      margin-bottom: 25px;
      font-size: 11px;
    }
    
    #pagination {
      text-align: center;
      height: 20px;
    }
      #pagination a#prev {
        float: left;
      }
      #pagination a#next {
        float: right;
      }
    
    /* Category Page */
    #products td {
      background: #f2f2f2;
      text-align: center;
      font-weight: bold;
    }
      #products td h3 {
        margin-bottom: 3px;
        font-size: 12px;
      }
      #products td p {
        margin: 0;
      }
      #products td p img {
        vertical-align: middle;
        margin-left: 10px;
      }
    
    /* Product page */
    #photos {
  float: right;
  display: inline;
  margin-top: 5px;
  margin-left: 30px;
    }
      #photos img {
  margin-bottom: 10px;
      }
      #photo-thumbs {
        text-align: center;
      }
      #photo-thumbs img {
  margin: 5px;
  vertical-align: middle;

      }
    
    /* Cart page */
    .cart-item {
      margin-bottom: 15px;
      padding-bottom: 15px;
      background: transparent url(http://exclusivevines.mybisi.com//templates/01/_images/common/divider-horizontal.gif) left bottom repeat-x;
    }
      .cart-item img {
        height: 70px;
        float: left;
        margin-right: 15px;
        display: inline;
      }
      .cart-item h3, .cart-item p {
        margin-bottom: 4px;
      }
    
    #cart-total {
      background: #f2f2f2;
      padding: 15px;
      text-align: center;
    }
      #cart-total strong {
        font-size: 21px;
      }
      #cart-total img {
        vertical-align: middle;
        margin-left: 20px;
      }

      p.product-options input {
        vertical-align: middle;
      }
    
    p#google-checkout {
      text-align: center;
    }
    p#google-checkout img {
      /* display: block; */
      margin: 0 auto;
    }
    
    p#update-cart {
      font-weight: bold;
      font-size: 14px;
    }
    
      
  /* Common to all pages */
  #side {
  width: 170px;
  float: left;
  padding: 10px;
  }
    #side h2 {
  font-size: 17px;
  color: #252c31;
    }
    #side li {
      padding-bottom: 3px;
      margin-bottom: 3px;
      background: transparent url(http://exclusivevines.mybisi.com//templates/01/_images/common/divider-horizontal.gif) left bottom repeat-x;
      list-style: none;
      font-size: 12px;
    }
      #side li a {
        text-decoration: none;
      }
    
    #side li li {
      font-size: 11px;
      padding: 0;
      background: none;
      font-weight: normal;
      margin: 0 0 0 10px;
    }
    
    #side li.selected {
      font-weight: bold;
    }

/* ----------------------------------- */
/* FOOTER
/* ----------------------------------- */
#footer {
  padding-top: 30px;
  background-color: #f2f2f2;
  margin-top: 20px;
  font-size: 11px;
  color: #2e373e;
  width: 900px;
}
#footer label input {
  color: #FFFFFF;
  border: 1px solid #3f474d;
  background-color: #0d1115;
}


#footer2 {
  font-size: 10px;
  color: #2e373e;
  margin: 5px;
}
#footer2 a {
  font-size: 10px;
  color: #2e373e;
  margin: 5px;
  text-decoration: none;
}
#footer2 a:hover {
  font-size: 10px;
  color: #952e55;
  margin: 5px;
  text-decoration: underline;
}


.footer {
  width:840px;
  background-color: #f2f2f2;
  height: 170px;
  margin-top: 22px;
  padding-top: 10px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}

/* Footer Links ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.bottom  {
  width:240px;
  padding-top: 0;
  padding-right: 10px;
  padding-bottom: 0;
  padding-left: 10px;
  background-color: #f2f2f2;
  float: left;
  margin: 10px;
}
.bottom p {
  color:#2e373e;
  font-size: 11px;
  margin-top: 0;
  margin-right: 2px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 10px;
}

.bottom h2  {
  color:#942e55;
  font-size: 18px;
  font-weight: normal;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #3c444a;
  margin-top: 0;
  margin-right: 2px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 5px;
}
.bottom ul {
  color:#2e373e;
  list-style-image: none;
  list-style-type: none;
  font-size: 11px;
}
.bottom li {
  list-style-image: none;
  list-style-type: none;
  color: #2e373e;
  font-size: 11px;
}
.bottom a {
  color:#2e373e;
  font-size: 11px;
}
.bottom a:hover {
  color:#952e55;
  font-size: 11px;
}

/* ----------------------------------- */
/* Advanced Search
/* ----------------------------------- */
.blur{
  background-color: #ccc; /*shadow color*/
  color: inherit;
  position:absolute;
  width:370px;  
  top:30px;
  float:right;
}

.shadow,
.content{
  position: relative;
  bottom: 2px;
  right: 2px;
}
.shadow{
  background-color: #666; /*shadow color*/
  color: inherit;
}

.content{
  background-color: #fff; /*background color of content*/
  color: #000; /*text color of content*/
  border: 1px solid #000; /*border color*/
  height: 250px;

}
.subscribe {
  font-size: 11px;
  color: #952e55;
}
#product-info {
  float: right;
  margin-top: 5px;
}







