/*公共样式总体设置(不可更改)*/
* {margin: 0px;padding: 0px;text-decoration: none;list-style: none;font-size: 12px;font-family: Microsoft YaHei;}
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, img, div, dl, dt, dd {margin: 0;padding: 0;border: 0;font-family: "微软雅黑";}
html, body {position: relative;width: 100%;}
body {font-size: 14px;color: #333333;font-family: "宋体", sans-serif;background: #fff;behavior: url(/css/iehoverfix.htc);background: #f8f8f8;}


/** 设置默认字体 **/
select, input {vertical-align: middle;font-size: 12px;}
input, select, button, textarea {font-size: 12px;font-family: Tahoma, Geneva, sans-serif;}
i, em, cite {font-style: normal;}
h1, h2, h3, h4, h5, h6 {font-size: 100%;}


/**重置表单元素**/
input[type=submit] {cursor: pointer;}
input[type=button] {cursor: pointer;}
button, input {overflow: visible;}


/** 重置表格元素 **/
table {border-collapse: collapse;border-spacing: 0;}
table, tr, td, th {margin: 0;padding: 0;font-family: "微软雅黑";}
textarea, td, div, input {font-size: 12px;}


/** 重置列表元素 **/
ul, ol, li, dl, dt, dd {list-style-type: none;padding-left: 0em;}
li {list-style: none;}
.w1210 {width: 1210px;}
.w990 {width: 990px;}


/**空白10像素**/
.sh10 {height: 10px;background: #fff;overflow: hidden;font-size: 0;}


/**右边空10像素**/
.mar10 {margin-right: 10px;}


/**左边空10像素**/
.mal10 {margin-left: 10px;}


/**上边空10像素**/
.mat10 {margin-top: 10px;}


/**块隐藏**/
.none {display: none;}


/**块显示**/
.block {display: block;}


/**清除边框**/
.nonebor {border: 0;}


/**清除浮动**/
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
.clearfix {display: block;}
.clear {clear: both;height: 0;line-height: 0;font-size: 0;overflow: hidden;vertical-align: middle;}
.cl5 {clear: both;height: 5px;line-height: 0;font-size: 0;overflow: hidden;}
.cl10 {clear: both;height: 10px;line-height: 0;font-size: 0;overflow: hidden;}

.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.ml9 {margin-left: 9px;}
.container {width: 980px;margin: 0 auto;}


/**链接**/
a {outline: none;text-decoration: none;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;transition: all 0.5s;color: #544e4c;}
a:link, a:visited {color: inherit;}
a:hover, a:active {color: inherit;text-decoration: none;}
a:focus {-moz-outline-style: none;}
a:focus {outline: none;}
a.cOrange:link, a.cOrange:visited {color: inherit;}
a.cOrange:hover, a.cOrange:active {color: inherit;}
.fmove img {display: inline;}


/** 浮动元素 **/
.fl {display: inline;float: left;}
.fr {display: inline;float: right;}

/* 面包屑导航css 适用于商品列表页和商品详情页 */
.breadcrumb{height: 30px; line-height: 30px; border-bottom: 1px solid #ddd; }
.breadcrumb h2{padding-left: 0px;}

/*leftbar css  适用于商品列表页和商品详情页 */
.leftbar{width: 211px;}
.leftbar h2{height:39px; line-height: 39px; background: #f3f3f3; border: 1px solid #ddd; border-bottom: 0; border-radius: 5px 5px 0 0; -webkit-border-radius:5px 5px 0 0; }
.leftbar h2 strong{font:bold 14px "microsoft yahei"; line-height: 38px; padding-left: 10px; }
.leftbar h2 a{float: right; padding-right: 10px;color: #005EA7;}
.leftbar_wrap{width:209px;border:1px solid #ddd; border-top: 0;}

/*新品推荐css*/
.newgoods ul{width:199px; padding: 5px;}
.newgoods li{width: 199px; text-align: center; border-bottom: 1px dotted #ddd; padding-bottom: 5px;}
.newgoods li.last{border-bottom: 0;}

.newgoods dl img{width: 100px; height: 100px;}
.newgoods dl dd{line-height: 18px;}
.newgoods dl strong{color: #d00000; font-weight: bold;}



/*最近浏览商品*/
.viewd dl{width: 199px; text-align: center; border-bottom: 1px dotted #ddd; padding: 5px 0; margin: 0 5px; min-height: 50px;}
.viewd dl.last{border-bottom: 0;}
.viewd dl dt{float: left; width:50px; padding-left: 10px;}
.viewd dl dd{float:left; width: 125px; text-align: left; padding: 10px 0 0 5px;}
.viewd dl img{width:50px; height: 50px;}

/*分页效果*/
.page{width: 987px; text-align: right; height: 30px; padding: 5px 0;}
.page a{padding: 4px 10px 5px; color: #005aa0; border:1px solid #ccc; font-size: 14px; background: #fff; border-radius: 3px;}
.page a:hover, .page a.cur{background:#005aa0; color: #fff; text-decoration: none; }
.page .page_num{display: inline-block; width: 36px; height: 21px; border-width: 1px; border-style: solid; border-color:#aaa #ddd #ddd #aaa; text-align: center;}

.page .skipsearch{display: inline-block; width: 53px; height: 25px; line-height: 25px; padding:0; border:0; background: url("../images/20130415i.png") -126px -52px; color: #333; text-align: center;}
.page .skipsearch:hover{background:transparent url("../images/20130415i.png") -126px -52px; color:#333;}
