@font-face
{
    font-family:'Eras Light ITC';
    src:url('/Includes/font/ERASLGHT.eot'); /* EOT file for IE */
}
@font-face
{
    font-family:'Eras Light ITC';
    src:url('/Includes/font/ERASLGHT.TTF'); /* TTF file for CSS3 browsers */
}


body
{
    padding:0;
	margin:0 auto;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:180%;
	color:#373737;
	background:url(/Includes/images/body_bg.jpg) repeat;
}
a img
{
    border:none;
}
a:link,a:visited
{
    text-decoration:none;
	color:#666; 
}
a:hover,a:active
{
    text-decoration:none;
	color:#333; 
}
th,td
{
    padding:0;
	margin:0;
	line-height:180%;
}

/*去除浏览器得到焦点时产生的黄色区域*/

input,button,select,textarea
{
    outline:none;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

/*禁止拖拽*/

textArea
{
    resize:none;
}

.body_shadow
{
    width:1010px;
    /**+width:1010px;
    *+margin-left:-5px;
    height:100%;
    position:absolute;
    z-index:-1;
    background:url(/Includes/images/shadow.png) repeat-y center 0;*/
    padding:0; 
	margin:0 auto;
}

.w1000
{
    width:1010px;
    height:100%;
    float:left;
    background:url(/Includes/images/shadow.png) repeat-y center 0;
}
.topBarArea
{
    background-color:#fff;
	width:990px;
	padding:0 5px;
	float:left;
	margin-left:5px;
}
.logo
{
    width:271px;
	height:90px;
	padding-left:10px;
	padding-top:15px;
	float:left;
	/*background:url(/Includes/images/logo.jpg) no-repeat 50% 50%;*/
}
.topBarRight
{
    width:670px;
	float:right;
}

/* 会员登录，购物车 */
.memberAndShopCart
{
    float:right;
	padding:3px 8px;
	background-color:#dbdbd7;
	/* display:none;*/
}
.member_login
{
    float:left;
	padding:0 6px;
	font-size:14px;
	color:#767676;
	width:auto;
	height:22px;
	line-height:22px;
    margin-bottom: 0px;
}
.shopCart
{
    float:left;
	padding:0 6px;
	font-size:14px;
	color:#767676;
	width:auto;
	height:22px;
	line-height:22px;
	background:url(/Includes/images/bg.png) no-repeat;
	background-position:-30px -50px;
	min-width:80px;
	text-align:left;
	text-indent:20px;
	display:block;
	overflow:hidden;
    display: none;
}
.shopCartRed
{
    background: url("/Includes/images/bg.png") no-repeat -30px -242px;
    display:block;
    float:left;
    font-size:14px;
    height:22px;
    line-height:22px;
    min-width:80px;
    overflow:hidden;
    padding:0 6px;
    text-align:left;
    text-indent:20px;
    width:auto;
}
.shopCartRed a:link,.shopCartRed a:visited
{    
    color:#b90000;
}

/* 主菜单 */

.mainMenu
{
    width:670px;
	float:right;
	padding-top:30px;
}
.mainMenu ul
{
    width:670px;
	float:right;
	margin:7px 0 0;
	padding:0;
}
.mainMenu li
{
	float:left;
	padding:0 10px;
	list-style:none;
	font-size:12px;
	font-weight:bold;
}

.main
{
    width:1000px;
    margin-left:5px;
}

/* footer */

.footer
{
    padding:15px 23px 20px;
	width:954px;
	float:left;
	background-color:#fff;
	margin-left:5px;
}
.footer_shadow
{
    width:1000px;
    height:7px;
    float:left;
    margin-left:5px;
    background:url("/Includes/images/footer_shadow.png") no-repeat left bottom;
}
.footer_line
{
    width:954px;
    height:20px;
    float:left;
    background:url("/Includes/images/footer_line.jpg") no-repeat center top;
    padding-bottom:10px;
}
.copyRight
{
    color:#767676;
	margin-top:5px;
	width:930px;
	float:left;
}
