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;
  background-color: #007DA7;
  background-image: url(pagebg.jpg);
  background-attachment: scroll;
  background-repeat: repeat;
  background-position: left top;
}
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #333333;
  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
}
a:link, a:visited {
  color:#286DD5;
  text-decoration: none;
}
a:hover, a:active {
  color: #6798E2;
  text-decoration: underline;
}

div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}

.button {
  padding: 3px 5px;
  text-transform: uppercase;
  font-size: 9px;
  text-decoration: none !important;
  border: none;
  background-color: #C8E8F3;
}

.button:hover {
  background-color: #DCF1F8;
}
input, select {
  background-color: #C8E8F3;
}


#cart-total .button {
  font-size: 14px;
  font-weight: bold;
  padding: 6px 9px;
  margin-left: 20px;
}

/* ----------------------------------- */
/* WRAPPER
/* ----------------------------------- */
#wrapper {
  width: 870px;
  text-align: left;
  background-color: #286DD5;
  border-bottom-width: 10px;
  border-bottom-style: solid;
  border-bottom-color: #286DD5;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}

#top, #bar, #main, #footer {
  margin: 0 10px;
}

/* ----------------------------------- */
/* TOP
/* ----------------------------------- */
#top {
  padding: 0px;
  height: 147px;
  background-attachment: scroll;
  background-image: url(header.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}
#storename  img {
  float: left;
  margin-top: 20px;
  margin-left: 170px;
  display: inline;
}


  #search {
  width: 250px;
  float: right;
  font-size: 11px;
  color: #333333;
  margin-top: 4px;
  }
    #search input {
  border: none;
  text-transform: uppercase;
  width: 65px;
  background-color: #FFFBCC;
  color: #333333;
    }
    #search label input {
  width: 175px;
  background-color: #FFFBCC;
    }
  
  #top h1 {
    font-size: 35px;
  }

/* ----------------------------------- */
/* BAR
/* ----------------------------------- */
#bar {
  padding: 0;
  line-height: 35px;
  height: 35px;
  background-color: #286DD5;

}
  
  #menu {
  float: left;
  line-height: 35px;
  text-align: left;
  color: #FFFFFF;
  width: 360px;
  }
    #menu a {
  margin: 0 7px;
  color: #FFFFFF;
    }
/* ----------------------------------- */
/* CONTENT
/* ----------------------------------- */
#main {
  padding-top: 10px;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  padding-right: 0px;
  padding-left: 0px;
}
  #content {
  width: 600px;
  float: right;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 30px;
  padding-left: 10px;
    
  }
    #content h2 {
      font-size: 21px;
    }
    #content h3, p.price {
      font-size: 16px;
      font-weight: bold;
    }
    
    #banner, #welcome, #featured {
      margin-bottom: 30px;
    }
    
    #crumb {
      font-weight: bold;
      margin-bottom: 25px;
      font-size: 11px;
    }
#featured {
  background-attachment: scroll;
  background-image: url(featured.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 70px;
}

    
    #pagination {
      text-align: center;
      height: 20px;
    }
      #pagination a#prev {
        float: left;
      }
      #pagination a#next {
        float: right;
      }
    
    /* Category Page */
    #products td {
  text-align: center;
  font-weight: bold;
  width: 33%;
  border: 4px dotted #FBB59C;
  vertical-align: top;
    }


      #products td h3 {
        margin-bottom: 3px;
        font-size: 12px;
      }
      #products td p {
  margin: 0;
  color: #333333;
      }
      #products td p img {
        vertical-align: middle;
        margin-left: 10px;
      }
    
    /* Product page */
    #photos {
  width: 290px;
  float: right;
  margin-left: 30px;
  display: inline;
  text-align: center;
    }
      #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;
  border-bottom-width: thin;
  border-bottom-style: dashed;
  border-bottom-color: #333333;
      
    }
#announce {
  margin-top: 16px;
  margin-bottom: 36px;
}
      .cart-item img {
        height: 70px;
        float: left;
        margin-right: 15px;
        display: inline;
      }
      .cart-item h3, .cart-item p {
        margin-bottom: 4px;
      }
    
    #cart-total {
      padding: 15px;
      text-align: center;
    }
      #cart-total strong {
        font-size: 21px;
      }
      #cart-total img {
        vertical-align: middle;
        margin-left: 20px;
      }
    
    p#google-checkout {
      text-align: center;
    }
    p#google-checkout img {
      display: block;
      margin: 0 auto;
    }
    
    p#update-cart {
      font-weight: bold;
      font-size: 14px;
    }

.productOption {
  margin-bottom: 10px;
}
#login {
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
  color: #333333;
  width: 150px;
  float: right;
  font-size: 12px;
}
#login a:hover {
  text-decoration: underline;
}
#side img {
  margin-top: 10px;
  margin-bottom: 10px;
}
#login img {
  margin-right: 0px;
  margin-top: 0px;
}
    
      
  /* Common to all pages */
  #side 
{
    
width: 150px;
    
float: left;
height: auto;    
    
padding: 10px;
margin-left: 10px;
margin-bottom: 10px;
background-color: #CBE7F2;
  }
    

#side h2 {
      
font-size: 14px;
    
}

#side h3 {
     
padding-bottom: 3px;
      
margin-bottom: 3px;
      
list-style: none;
      
font-size: 12px;
color: #286DD5 !important;
 }   

#side li 
{
      
padding-bottom: 3px;
      
margin-bottom: 3px;
      
list-style: none;
      
font-size: 12px;
    
}
        

#side li li 
{

      
font-size: 10px;
      
padding: 0;
      
background: none;
      
font-weight: normal;
      
margin: 0 0 0 10px;
    
}
     

#side li.selected {
      
font-weight: bold;
    }
      
  
#side li a:link, #side li a:visited 
{
    
color: #286DD5 !important;
  
text-decoration: none;
 
}
 
#side li a:hover, #side li a:active 
{
    color: #FA936B;
                

  }
        
    .sidebox {
   
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
}
ul {
  margin-bottom: 20px;
}
ul ul {
  margin: 0px;
}

#textbox {
  margin-top: 20px;
  margin-bottom: 20px;
}




#copyright {
  padding-top: 30px;
}
#emailsub_wrapper {
  text-align: center;
}

#copyright p {
  font-size: 12px;
  color: #333333;
}
#copyright a {
  color: #333333;
}
#myebay {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10px;
}

#banner {
background-color: #fbb59c;
padding: 15px;
font-size: 80%;
font-weight: bold;
}


