/*
* @des Based on Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* @edit liw
* @update 2013-08-13, version LV25
* @notice In any case, do not modify this file.
*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote,
pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s,
samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul,
li,fieldset, form, label, legend, caption, tbody, tfoot, thead,
article, aside, canvas, details, embed, figure, figcaption, footer, header,
hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {
 	margin: 0;
 	padding: 0;
 	border: 0;
 	font-size: 100%;
 	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul{
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after{
	content: '';
	content: none;
}


.clear{height:0; overflow:hidden; clear:both;}


a.gary:link {color:#333;text-decoration: none;}
a.gary:visited {color:#333;text-decoration: none;}
a.gary:hover {color:#d9363c;text-decoration: none;}
a.gary:active {color: #d9363c;}

a.gray:link {color:#333;text-decoration: none;}
a.gray:visited {color:#333;text-decoration: none;}
a.gray:hover {color:#d9363c;text-decoration: none;}
a.gray:active {color: #d9363c;}

a.blue:link {color:#0055cc;text-decoration: none;}
a.blue:visited {color:#0055cc;text-decoration: none;}
a.blue:hover {color:#d9363c;text-decoration: none;}
a.blue:active {color: #d9363c;}

a.ablue {
    color: #105599;
    text-decoration: none;
}
a.lwhite {
    color: #fff;
    text-decoration: none;
}

a.blue-mark{
	color:#0000ee;
	text-decoration:none;
}
a.blue-mark:hover{
	color:#d9363c;
	text-decoration:underline;
}

a.bred {
    color: #d8251c;
    text-decoration: none;
}
a.sgary{
	color:#797979;
	padding:6px;
	text-decoration:none;
}
a.sred{
	color:#fff;
	padding:6px;
	text-decoration: none;
	background:#df251d;
}
a.sred:hover{
	color:#fff;
	padding:6px;
	background:#b80800;
	text-decoration: none;
}

.logo-tit {
	padding-top: 8px;
	font-weight: normal;
	font-size: 26px;
	font-family: 'microsoft yahei';
}
.logo-tit {
	float: left;
	margin: 16px 0 0 10px;
	padding-left: 10px;
	border-left: 1px dotted #dbdbdb;
	padding-bottom:10px;
	color: #666;
}
.logo-pic {
	display: block;
	float: left;
}
.hide{
	display:none;
}
.elps{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}


.dhlm{
	font-size:14px;
	background:url(../shop/images/shopimg_35.jpg) repeat-x;
	line-height:30px;
	padding-left:10px;
	font-weight:bold;
	border-top:#fff 1px solid;
}
.dhlm p{
    float: right;
    font-size: 12px !important;
    font-family: 宋体 !important;
    font-weight: normal !important;
}