﻿html, body, form
{
    font-family: verdana,arial;
    font-size: 8pt;
    color: #000000;
    background: #000000; /*url('images/stitching_bg.png') repeat-y; */
    text-align: left;
    top: 0px;
    left: 0px;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    height: 100%;
    min-height: 100% !important;
}
*html html, *html body, *html form
{
    height: 100%;
}

.raDiv
{
    background-image: url('images/loading.gif') !important;
}


div
{

   
    margin-left: auto;
    margin-right: auto;
}
div
{
    display: inline-block;
}
div
{
    display: block;
}

/* page layout */

#gl_outer
{
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: auto;
    min-height: 100%;
}

#gl_background
{
   /* position: relative;
    width: 1263px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background: transparent url(images/pagebg12.png) repeat-y top left;
    height: auto;
    min-height: 100%;
    */
}

#gl_inner
{
    position: relative;
    width: 1010px;
    padding: 10px;
    background: #fff;
    height: auto;
    min-height: 100%;
    text-align: left;
    overflow: auto;
}

#gl_header
{
    position: relative;
    width: 990px;
    height: 130px;
    z-index: 5;
    text-align: left;
    background: #fff url(images/header_bg_y.png) repeat-x top left;
}

#gl_menu
{
    position: relative;
    width: 990px;
    z-index: 4;
    height: 30px;
    border-bottom: 1px solid #fff;
    background: #000;
}

.gl_membersmenu
{
    position: relative;
    width: 150px;
    z-index: 3;
    float: left;
    padding: 0px 0px 5px 0px;
}

#gl_container
{
    position: relative;
    width: 990px;
    z-index: 3;
    background: #fff;
    min-height: 100%;
}

.gl_content
{
    position: relative;
    width: 990px;
    z-index: 3;
    background: #fff;
}

#gl_footer
{
    position: relative;
    width: 990px;
    z-index: 3;
    background: #CCC url(images/header_bg_y.png) repeat-x top left;
}

/*table { margin-left: auto; margin-right: auto;}
*/
TD
{
    font-family: verdana,arial;
    font-size: 8pt;
}


A:link
{
    text-decoration: none;
    font-weight: normal;
    font-size: 8pt;
}
A:visited
{
    text-decoration: none;
    font-weight: normal;
    font-size: 8pt;
}
A:hover
{
    text-decoration: underline;
    font-weight: normal;
    font-size: 8pt;
}

.gradtop
{
   background: transparent url(images/location_bg.png) repeat-x top left;
}

.cartbox
{
    z-index: 10;
    width: 200px;
    height: 110px;
    background: transparent url('images/cart-bg.png') no-repeat top left;
}


/* Buttons */
.genbtn
{
cursor: pointer;
}
