body
{
    font-family: georgia, 'times new roman', times, serif;
    font-size: 12px;
}

form { margin: 0; padding: 0; }

a { color: #06C; text-decoration: underline; }
a:visited { color: #369; }
a:hover { color: #900; }

h1, h2, h3, h4, h5, h6
{
    font-family: georgia, 'times new roman', times, serif;
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
    margin-top: 10px;
    margin-bottom: 10px;
}

.module
{
    width: 100%;
    position: relative;
    overflow: hidden;
}

.module-header
{
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative; 
    width: 100%;
    w\idth: auto;
    
    margin: 0 0 1px 0;
    padding: 5px 5px 5px 25px;
    color: #fff;
    background: #799de7 url(colitem-header-bg.gif) repeat-x left center;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
}

.module-header a,
.module-header a:visited
{
    color: #fff;
}

.module-header a:hover
{
    color: #369;
}

.module-content
{
    position: relative;
    margin: 5px 10px 20px 10px;
}

.module-content a { color: #96c; font-weight: bold; }
.module-content a:visited { color: #bcaace; }
.module-content a:hover { color: #9c0; }

.module-content a { color: #369; font-weight: bold;}
.module-content a:visited { color: #6e849a; }
.module-content a:hover { color: #900; }

.module-wizards a { color: #99e; font-weight: bold; }
.module-wizards a:visited { color: #bcaace; }
.module-wizards a:hover { color: #fff; }

.entry-header
{
    margin: 10px 0;
    /*padding: 0 0 0 20px;*/
    color: #369;
    /*background: transparent url(entry-header-bg.gif) 0 0.2em no-repeat;*/
    font-size: 18px;
    font-weight: bold;
}

.entry-content { margin: 0; }

.link-category 
{
    font-size: 12px;
    font-weight: bold;
    color: #248;
}

.module-links ul
{
    /*margin: 10px 15px;*/
}

body
{
    min-width: 800px;
    margin: 0 10px;
    color: #333;
    background: #e1e0e0 url(body-bg.gif) repeat;
}

#container
{
    display: inline;
}

#container-left
{
    background: url(container-bg-left.gif) repeat-y;
    width: 6px;
}

#container-inner
{
    border-bottom: 1px solid #000;
    display: block;
}

#container-right
{
    background: url(container-bg-right.gif) repeat-y;
    width: 6px;
}

#banner
{
    width: 100%; /* necessary for ie win */
    border-bottom: 1px solid #000;
    background: #369 url(banner-bg.gif) repeat;
}

#banner a { color: #fff; text-decoration: none; }
#banner a:visited { color: #fff; }
#banner a:hover { color: #e4e4e4; }

#banner-inner { padding: 20px 0px 20px 250px; }

#banner-header
{
    margin: 0;
    color: #FFF;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
}

#banner-description
{
    margin: 1px 0;
    color: #fff;
    background: none;
    font-size: 12px;
    line-height: 1.125;
}

#pagebody
{
    table-layout: fixed;
}

.column
{
    padding-top: 20px;
}

#left
{
    width: 200px;
    background: url(column-left-bg-2.gif) repeat-y right;
    padding: 0 20px 0 10px;
}

#middle
{
    padding: 0 20px;
    background: #fff;
    width: auto;
}

#right
{
    width: 200px;
    background: url(column-right-bg-2.gif) repeat-y left;
    padding: 0 10px 0 20px;
}

.add-to-cart
{
  left: 0.25in;
  position: relative
}

.product
{
  margin: 10px 0px 10px 0px;
}

.product-header
{
  color: #900;
  font-size: 18px;
  font-weight: bold;
}

.link-to-blog
{
  clear: both;
  font-weight: bold;
  margin-top: 5px;
}

.product-sep
{
  border-bottom: 3px double black;
  clear: both
}

.product-break
{
  clear: both
}

.product-image-right
{
   float: right;
   margin-left: 10px;
   margin-bottom: 10px
}

.product-image-left
{
   float: left;
   margin-right: 10px;
   margin-bottom: 10px
}

.pop-up-image
{
  border: solid 2px #0000FF
}

