/* iWebShop1.0 */
@charset "utf-8";
/*公共样式*/

html {
	color:#000;
    font-family: 'Microsoft YaHei';
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
	text-shadow: 0 0 1px #ccc;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input, textarea, select {
	*font-size:100%;
}
legend {
	color:#000;
}
del, ins {
	text-decoration:none;
}
select, input, button, textarea {
	font:99% Verdana, arial, helvetica, clean, sans-serif;
}

table {
	font-size:inherit;
	font:100%;
}
pre, code, kbd, samp, tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}
sup,sub {
	vertical-align: baseline;
	position: relative;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}

 a {
    color: #333;
    text-decoration: none;
}
a:hover {
    color: #ff6600;
}
h3 a.more {
    right: 8px;
}
h3 {
    background: none repeat scroll 0 0 #eee;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-top: -4px;
    padding-left: 10px;
    text-align: left;
}
ul li,li{
	list-style:none;
	}
h5{
	margin:0px;
	padding:0px;}
.left {
    float: left;
}
.right {
    float: right;
}
body {
	background:#fff; text-align:center; color:#666; font:12px "宋体", Arial, Verdana, sans-serif; 
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
.clear {
        clear: both;
        margin: 0 auto;
        display: block;
        font: 0/0 sans-serif;
        height: 3px;
}     