﻿/*如果更改Header的高度，便将“总背景，左区域，右区域三项的height同时更改”*/
/* 总背景----------------------------------------------------------------*/
#logo {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	border: 0px;
}
.HeaderTable
{
	margin-top: 0px;
	/*background-image: url(../HeaderImage/HeaderBackImage.jpg); /*Header背景图片路径*/
	/*background-repeat: repeat-x;*/
	/*width: 100%; 背景图片横向平铺*/
}
.HeaderBack_Div
{
	height: 140px;
	width: 1000px;
	margin: 0px auto;
}

/* 左右区域：Logo区和内容区，左右区域宽度和等于背景层宽度---------------------------*/
.Header_Logo_Area /* Logo区，也叫左区域*/
{
	border: none;
	float: left;
	height: 120px;
	width: 230px;
	text-align: left;
}

.Header_right_Area /*内容区，也叫右区域,广告区height和菜单区height高度和为右区域高度（也是整个Header高度）*/
{
	border: none;
	float: right;
	width: 745px;
	margin-right:-3px;
}

/*Logo区-------------------------------------------------------------------*/
.Header_Logo_A /*Logo层的宽和高与Logo图片的宽和高相同*/
{
	height: 102px;
	width: 205px;
	vertical-align: bottom;
	margin-left:10px;
	margin-top:10px;
}

/*菜单区--------------------------------------------------------------------*/
.Header_menu_Area /*整个菜单区层*/
{
	border: none;
	height: 27px;
	width: 688px;
	margin-left: 5px;
	/*background-color: #BCC991;*/
}

.Header_menu_Area a /*菜单区内所有A链接的样式,每个菜单项相隔的距离：“margin-left:15px;”表示菜单项相互相隔15px*/
{
	font-family: Verdana;
	font-size: 12px;
	color: Black;
	margin-left: 15px;
}

.asignout /*注销层，默认为不显示*/
{
	display: none;
}

.Header_menu_Item1 /*用户信息层，里面显示的是客户Email*/
{
	float: right;
	font-family: Verdana;
	font-size: 12px;
	color: Black;
	margin-left: 0px;
	margin-top: 9px;
	display: none;
}

.Header_menu_Item2 /*菜单信息层*/
{
	float: right;
	font-family: Verdana;
	font-size: 12px;
	color: Black;
	margin-left: 0px;
	margin-top: 9px;
}

/*广告区,宽度width为右区域宽度----------------------------------------------------------------*/
.Header_Ad_Area
{

	height: 103px;
	/*width: 700px;*/
	float:right;
}

.Header_AD_Div
{
	display:none; background-repeat:no-repeat; margin-top:5px; width:700px; height:103px; float:right;
	background-image: url(/UIComponents/Header/images/Mother's Day-banner.png?r=20140410);
}
.Header_AD_Div:hover
{
	/*cursor: pointer;*/
}
.Header_Countdown_Red
{
	font-family: Verdana;
	color: #AC020F;
	font-size: 19px;
}
.Header_Countdown_Green
{
	font-family: Verdana;
	color: #465E06;
	font-size: 19px;
}
.Header_Countdown_Table
{
	text-align:right;
	font-size:11px;
	float:right;
}
.Header_Countdown_Font1
{
	font-weight:bold;
}
.header_a
{
	cursor:pointer;
	text-decoration:underline;
	font-size:13px;
	color:#7D7D7D;
	text-decoration:none;
}
.Header_menu_left
{
	background:url(/NewImage/header/bg_left.png) Transparent no-repeat; 
	width:12px; 
	height:36px;
	float:left;
}
.Header_menu_center
{
	background:url(/NewImage/header/bg_center.png);
	height:36px;
	float:left;
}
.Header_menu_center_div
{
	margin-top:8px;
}
.Header_menu_right
{
	background:url(/NewImage/header/bg_right.png) Transparent no-repeat; 
	width:12px; 
	height:36px;
	float:left;
}
.Header_menu
{
	float:right;
rgin-top:2px;
}