﻿*
{
    font-family: Tahoma, Arial, sans-serif;
}
body
{
    margin: auto;
    padding: 0;
}
table
{
    padding: 0;
    border: 0;
}
/* Left frame */
.WrapLeft
{
    width: 8px;
    padding-left: 8px;
}
/* Right frame */
.WrapRight
{
    width: 8px;
    padding-left: 8px;
}
/* main frame */
.WrapMain
{
    width: 980px;
}

/* Navigate Menu */
.MenuLineOverLeft
{
    padding-left: 5px;
    width: 5px;
    background: #FFFFFF url(Images/Header/MenuLineOverLeft.gif) no-repeat left top;
}
.MenuLineOver
{
    padding-top: 12px;
    background: #FFFFFF url(Images/Header/MenuLineOver.gif) repeat-x left top;
}
.MenuLineOverRight
{
    width: 2px;
    padding-left: 2px;
    background: #FFFFFF url(Images/Header/MenuLineOverRight.gif) repeat-x left top;
}
.TopMenuLeft
{
    padding-left: 64px;
    width: 64px;
    background: #EBEBEB url(Images/Header/TopMenuLeftBg.gif) no-repeat left top;
}
.TopMenu
{
    width: 100%;
    height: 37px;
    background: #EBEBEB url(Images/Header/TopMenuBg.gif) repeat-x left top;
}
.TopMenuRight
{
    width: 2px;
    padding-left: 2px;
    background: #FFFFFF url(Images/Header/MenuSeparator.png) repeat-x left top bottom;
}
/****************** Cart Checkout style *********************/
.CartLink
{
    white-space: nowrap;
    width: 20%;
}
.link_cart, a.link_cart, a.link_cart:link, a.link_cart:visited, a.link_cart:active, a.link_cart:hover
{
    color: #CC0000;
    font-weight: bold;
    font-family: Verdana;
    text-decoration: none;
}
a.link_cart:hover
{
    color: #FF0000;
}
.desc_cart
{
    font-weight: bold;
    font-family: Verdana;
}
.UserStatus
{
    white-space: nowrap;
    width: 20%;
}
.UserStatus, a.UserStatus, a.UserStatus:link, a.UserStatus:visited, a.UserStatus:active, a.UserStatus:hover
{
    color: #054B6E;
    font-weight: bold;
    font-family: Verdana;
    text-decoration: none;
}
a.UserStatus:hover
{
    color: #3C97C4;
}


/* top style��include Logo, Menu and Current area */
.TopMain
{
    height: 140px;
}
/* LOGO */
.Logo
{
    background: #FFFFFF;
}
/* Current Date */
.Date
{
    width: 180px;
    margin: 0px 0px 0px 0px;
}
.TopArea
{
}
/* LeftArea */
.LeftArea
{
    /*padding-right: 10px;*/
    width: 10px;
}
/* ContentArea */
.ContentArea
{
    width: 100%;
    background: #FFFFFF;
}
/* RightArea */
.RightArea
{
    width: 10px; /*padding-left: 10px;*/
}
.MiddleBottomLine
{
}
.BottomArea
{
}
.BottomLine
{
}
.Footer
{
}
.AdminLinks
{
    empty-cells: hide;
}
.AdminLinks TD
{
    font-weight: bold;
    padding-right: 10px;
    padding-left: 5px;
}
