*
{
	font-family: Tahoma, Arial, sans-serif;
}
body
{
	background: url(Images/bk.jpg);
	margin: auto;
	padding: 0;

}
table
{
	padding: 0;
	border: 0;
}
/* Left frame */
.WrapLeft
{
	background: url(Images/Layout/WrapLeft.gif) repeat-y top left;
	width: 20px;
}
/* Right Edge */
.WrapRight
{
	background: url(Images/Layout/WrapRight.gif) repeat-y top right;
	width: 20px;
}
/* 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: #00FF00;
    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:#00FF00;
    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: #000000;
}
/* Current Date */
.Date
{
	width: 180px;
	margin: 0px 0px 0px 0px;
}
.TopArea
{
	background: #FFFFFF;
}
/* LeftArea */
.LeftArea
{
	padding-right: 4px;
	background: #FFFFFF;
}
/* ContentArea */
.ContentArea
{
	padding-left: 6px;
	padding-right: 6px;
	width: 100%;
	background: #FFFFFF;
}
/* RightArea */
.RightArea
{
	padding-left: 4px;
	background: #FFFFFF;
}
.MiddleBottomLine
{
}
.BottomArea
{
	background: #FFFFFF;
}
.BottomLine
{
}
.Footer
{
	background: #FFFFFF;
}
.AdminLinks
{
	empty-cells: hide;
}
.AdminLinks TD
{
	font-weight: bold;
	padding-right: 10px;
	padding-left: 5px;
}
