/*@charset "utf-8";*/

.oneColFixCtr #container
{
    width: 931px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
    background: #FFFFFF;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */ /*border: 1px solid #000000; */
    text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent
{
    padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixCtr #main
{
    padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixCtr #logo
{
    padding-top: 20px;
}

.oneColFixCtr #footer
{
    padding-bottom: 15px;
    padding-left: 100px;
    font-size:smaller;
}

.oneColFixCtr #itemList
{
    background: #FFFFFF;       
}



.oneColFixCtr #menu
{
    padding-bottom: 7px;
    padding-top: 7px;
    background-image: url(images/navbar.gif);
    background-repeat: repeat; 
    margin-bottom: 10px;
    /*background: #FFDD53;
    top: auto 7px;*/
}

.oneColFixCtr #loginBox
{
    background-image: url(images/pinkbox.gif);
    color: #FFFFFF;  
    
}

.oneColFixCtr #spacer
{
    width: 100%;
}

.oneColFixCtr #spacer80
{
    width: 80%;
}

.oneColFixCtr #boxes
{
    /*padding-top: 20px;*/
}

.oneColFixCtr #signupThanks
{
    
}
/**/

.oneColFixCtr #pinkBox
{
    background-image: url(images/pinkbox.gif);
    color: #FFFFFF;
}

.oneColFixCtr #greenBox
{
    background-image: url(images/greenbox.gif);
    color: #FFFFFF;
}

.oneColFixCtr #accountInfo
{
    font-weight: bold;
}

.onColFixCtr #errors
{
    color: Red;
    font-weight: bold;
    font-size: larger;
}

.onColFixCtr #signupValue
{
    color: Red;
    font-weight: bold;
    font-size: larger;
}


.fltrt
{
    /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
    float: right;
    margin-left: 8px;
}
.fltlft
{
    /* this class can be used to float an element left in your page */
    float: left;
    margin-right: 8px;
}
.clearfloat 
{
    /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

.clubTerms
{
    font-size: x-small;
    
}

.options
{
    font-size: small;
}

a img
{
    border: 0;
}

a
{
    color: #e26986;
}

body
{
    font: 100% Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    background-image: url(images/heart.gif);
    background-repeat: repeat;
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #4a4b4b;
}

h1
{
    color: #e26986;
}

h2
{
    color: #FFFFFF;
}

h3
{
    font-weight: bold;
    color: #e26986;
}

h4
{
    padding:2px 2px 5px 2px ;
    font-weight: bold;
    /*background-color: #96b36b;*/
    /*background-image: url(images/navbar.gif);*/
    background-image: url(images/greenbox.gif);
    color: #FFFFFF;
}

h6
{
   color: #e26986;
   font-weight:bold; 
}

.modalBackground
{
    background-color: Gray;
}

.updateProgress
{
    border-width: 1px;
    border-style: solid;
    background-color: #FFFFFF;
    position: absolute;
    width: 180px;
    height: 65px;
}

.redStyle
{
    color: Red;
    font-weight:bold;
}

.pinkStyle
{
    color: #e26986;
    font-weight:bold;
    
}

.itemMenu
{
    padding: 5 5 5 5;
    margin: 5 5 5 5;
    font-weight:bold;
    font-size: small;   
    width: 400;  
    
    border-right-style:dotted;
    border-color: #e26986;
    border-width: thin; 
    vertical-align: top;
}

hr
{
    border-bottom-style:dotted;
    border-color: #e26986;
    border-width: thin; 
}

.shoppingCartHeader
{
    
    font-weight: bold;
    /*background-color: #96b36b;*/
    /*background-image: url(images/navbar.gif);*/
    background-image: url(images/greenbox.gif);
    color: #FFFFFF;
    
}