﻿/* Colors
  
	Orange = #ff6600
	
*/

html, body, form
{
    font-family: verdana,arial;
    font-size: 8pt;
    color: #000000;
    background: #000000 url('images/pagebg_tot.jpg');
    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/loadingyellow.gif') !important;
}

.rwWindowContent
  {
  background: transparent !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%;
    padding-top: 10px;
}

#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: 5px;
    background: #ff6600;
    height: auto;
    min-height: 100%;
    text-align: left;


    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    
}

#gl_header
{
    position: relative;
    width: 1000px;
    height: 105px;
    text-align: left;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  
    
}


#gl_menu
{
    position: relative;
    width: 1000px;
    height: 30px;
    background: #000000 url(images/menu_bg12.png) repeat-x;
    padding: 0px 0px 0px 10px;
    border: 1px solid #ff6600;
    webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
     
}

.gl_membersmenu
{
    position: relative;
    width: 150px;
    float: left;
    padding: 0px 0px 5px 0px;
}

#gl_container
{
    position: relative;
    width: 1000px;
    background: #fff;
    min-height: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    
}

#gl_content
{
     position: relative;
    width: 1000px;
    background: #fff;
    min-height: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#gl_footer
{
    position: relative;
    width: 1000px;
    background: #eaeaea;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/*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;
}

.Button80
{

width: 80px;
height: 23px;	
background: url('images/btn80x23.png') no-repeat left top;
border: none 0px transparent;	
color : white;
font-size: 8pt;
font-weight: bold;
cursor: pointer;
}

.headerlink
{
color: #000000;	
}



.accountNavBtn
{
width: 200px; 
height: 27px;
background: url('images/account-navigation.jpg') no-repeat center -30px;
font-size: 8pt;
font-weight: bold;	
text-align: left;
padding-left: 20px;
}

.accountNavBtn:hover
{
	background: url('images/account-navigation.jpg') no-repeat center -3px;
	cursor: pointer;
}

#globalfooter
{
position: relative;
width: 990px;
border: none 0px transparent;
padding: 5px;	
background: url('images/neon.png') no-repeat left top;
text-align: center;

}

#globalfooter .footercontent
{
margin: 0px 0px 0px 200px;
}
.clear {clear: both;}

.content
{
font-size: 8pt;
color: #000;
}

.content_right
{
float: right;
}

.content_left
{
float: left;
}

.content_top
{
vertical-align: top;
}

.content_bottom
{
vertical-align: bottom;
}


.divider
{
height: 5px;
}

 #tabmenu
    {
        position:relative;
        padding-left: 0px;
    }
    
    #tabmenu ul
    {
        background: none;
    }
    
    #tabmenu > ul > li
    {
        background: #404040;
        border-left: 1px solid #404040;
        border-bottom: none;
        border-top: 1px solid #404040;
        border-right: none;
        float: left;
        font-size: 12px;
        font-weight: normal;
        position: relative;
        margin: 0;
        padding: 5px 12px 5px 9px;
        list-style: none;
        white-space: nowrap;
        -webkit-border-top-left-radius: 10px;
        -webkit-border-top-right-radius: 10px;
        -moz-border-radius-topright: 10px;
        -moz-border-radius-topleft: 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    
     #tabmenu > ul > li:hover
    {
    background: #999;
    cursor: pointer;
    }
    #tabmenu > ul > li:first-child
    {
        border-left: 1px solid #404040;
    }
    
    #tabmenu > ul > li:last-child
    {
        border-right: 1px solid #404040;
    }
    
    #tabmenu > ul > li > a
    {
        background: none !important;
        color: #EAEAEA;
        text-decoration: none;
    }
    #tabmenu > ul > li.current
    {
        background: #ddd !important;
    }
