body, div, h1, h2, h3, h4, dl, dt, dd, form, fieldset, blockquote{
    margin: 0px;
    padding: 0px;
    border: 0px;
}

img{
  margin: 0px;
    padding: 0px;
    border: 0px;
    vertical-align: top;
}
p, ul, ol, li{
  position: relative;
  margin-left: 2px;
  padding-left: 5px;
  }

body, p, div, table, blockquote, form{
  font-weight:normal;
}

table {
  margin-left:auto;
  margin-right:auto;
  vertical-align:top;
}


  
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
    font-family: Georgia, Times, serif;
    font-size: 13px;
    color: #000;
    line-height: 180%;
}
p, h1, h2, h3, h4, #content ul, #content ol, #content table {
  margin-bottom: 10px;
}

a img, :link img, :visited img {
    border: none
}

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

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

/* ----------------------------------- */
/* WRAPPER
/* ----------------------------------- */
#wrapper {
  width: 850px;
  margin: 0 auto;
  padding-top: 7px;
}

/* ----------------------------------- */
/* TOP
/* ----------------------------------- */
#top {
  padding-top: 7px;
  padding-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
}
  #search {
    width: 250px;
    float: right;
    font-size: 11px;
  }
    #search input {
      border: none;
      text-transform: uppercase;
      width: 65px;
    }
    #search label input {
      width: 175px;
    }
  
  #top h1 {
    font-size: 35px;
  }


/* ----------------------------------- */
/* BAR
/* ----------------------------------- */
#bar {
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 35px;
  margin-bottom: 0px;
  height: 120px;
}
  #cart {
    float: left;
    line-height: 35px;
    margin-left: 15px;
    padding-left: 30px;
    padding-right: 5px;
  }
    #cart a {
      font-weight: bold;
    }
    #bar #cart a:link, #bar #cart a:visited {
      color: #FFFfff;
      text-decoration: underline;
    }
    #bar #cart a:hover, #bar #cart a:active {
      color: #c1c8ce;
    }
  
  #menu {
    font-family: Georgia, Times, serif;
    font-size: 14px;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }


/* ----------------------------------- */
/* CONTENT
/* ----------------------------------- */
.productOption {padding-bottom:10px;}
.optionLabel {width:80px;}
#main {
  margin: 0px 0px;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-right:10px;
  padding-left:0px;
  background: #FFFFFF url(/templates/01/_images/common/divider-vert.gif) 0 0 repeat-y;
}
  #main.wide {
    background: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
    float:none;
    font-weight: normal;}

  #content {
    width: 586px;
    float: right;
    padding-right:10px;
    font-weight: normal;
}
    #main.wide #content {
      width: auto;
      float: none;
      font-weight: normal;
}
    #content h2 {
      font-size: 21px;
}
    #content h3, p.price {
      font-size: 16px;
      font-weight: bold;
}
    
    #banner, #welcome, #featured {
      margin-bottom: 20px;
      font-weight:normal;
}
    
    #crumb {
      font-color: 000000;
      font-weight: bold;
      margin-bottom: 20px;
      font-size: 12px;
}      
    
    #pagination {
      text-align: center;
      height: 20px;
    }
      #pagination a#prev {
        float: left;
      }
      #pagination a#next {
        float: right;
      }
    
    /* Category Page */
    #products td {
      background: #ffffff;
      text-align: center;
      font-weight: normal;
      vertical-align: top;
    }
      #products td h3 {
        margin-bottom: 3px;
        font-size: 12px;
      }
      #products td p {
        margin: 0;
      }
      #products td p img {
        vertical-align: top;
        padding: 2px;
        margin-left: 10px;
      }

    
    /* Product page */
    #photos {
      width: 290px;
      float: right;
      margin-left: 30px;
      display: inline;
    }
      #photos img {
      margin-bottom: 10px;
}
      
      #photo-thumbs {
      text-align: center;
}
      #photo-thumbs img {
        width: 80px;
        margin: 5px;
        vertical-align: top;
      }
    
    /* Cart page */
    .cart-item {
      margin-bottom: 15px;
      padding-bottom: 15px;
      background: transparent url(/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: 175px;
    float: left;
  }
    #side h2 {
      font-size: 17px;
      font-color: #6C6969;
      padding-top: 3px;
      padding-left: 2px;
    }
    #side li {
      
      list-style: none;
      border-left:4px solid #9EC630
      color: #333333;
      font-family: Georgia, Times, serif;
      font-size: 12px;
      font-weight: bolder;
      padding-bottom: 3px;
      padding-left: 0px;
      margin-bottom: 3px;
      background: transparent url(/templates/01/_images/common/divider-horizontal.gif) left bottom repeat-x;
          text-decoration: none;
    }
      #side li a {
        text-decoration: none;
      }
    
    #side li li {
      font-size: 11px;
      padding: 0px;
      background: none;
      font-weight: bold;
      margin: 0px 0px 0px 0px;
    }
    
    #side li.selected {
      font-weight: bold;
    }

/* ----------------------------------- */
/* FOOTER
/* ----------------------------------- */
#footer {
  border-top: 3px solid #568EB6;
  font-family: Georgia, Times, Sans-serif;
  font-color:  #ffffff
  font-weight: bolder;
  margin: 0px 20 px 30px 30px;
  padding-top: 0px;
  background: transparent url(/templates/01/_images/common/divider-horizontal.gif) 0 0 repeat-x;
}
/* ----------------------------------- */
/* 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: #333333; /*text color of content*/
  border: 1px solid #000; /*border color*/
  height: 250px;}
  
Po Out Menu Code Test
CSS code:

.popup .items { display: none }

.popup:hover > .items {

    display: block;
    font-size: 80%;
    border: gray solid thin;
    background-color: white;
    position: absolute;
    z-index: 1;

}

.popup .items a {

    text-decoration: none;
    color: black;
    font-weight: bold;

}

.popup .items a:hover { color: blue }










































