/* for layout */
body {
  margin: 0;
  padding: 0;
  text-align: center;
  min-width: 1000px;
  font: 14px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
  background-color: #f5f6f7;
}
div.clearer {
  margin: 0;
  padding: 0;
  clear: both;
  height: 2px;
}
div.theme {
  width: 980px;
  margin: 0 auto;
  text-align: center;
  background: url(../images/.png) no-repeat top left;
}

div.mainnav {
  width: 980px;
  height: 140px;
  margin: 0 auto;
  text-align: center;
  background: url(../images/head_bg_light.png) no-repeat top right;
  position: relative;
}
div.contact {
  margin: 0;
  padding: 0;
  height: 25px;
  background-color: #0000ff;
  opacity: 0.8;
  filter: alpha(opacity=80);
  position: relative;  
}
div.wrapper {
  width: 980px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}
div.productshow {
  position: relative;
  margin: 0;
  padding: 0;
  width: 980px;
}
div.productshowhead {
  margin: 0;
  padding: 0;
  height: 20px;
  background: url(../images/productshowhead.png) no-repeat top left;
}
div.productshowfoot {
  margin: 0;
  padding: 0;
  height: 35px;
  background: url(../images/productshowfoot.png) no-repeat bottom left;
}
div.productshowbody {
  margin: 0;
  padding: 0;
  background: url(../images/productshowbody.png) repeat-y left;
}
div.container {
  margin: 0;
  padding: 0 10px;
}
div.containerleft{
  margin: 0;
  padding: 0;
  width: 475px;
  float: left;
}
div.containerright{
  margin: 0;
  padding: 0;
  width: 475px;
  float: right;
}
div.containerleft2{
  margin: 0;
  padding: 0;
  width: 275px;
  float: left;
  background: url(../images/brand_foot.png) no-repeat bottom left;

}
div.containerright2{
  margin: 0;
  padding: 0;
  width: 675px;
  float: right;
}
div.element {
  margin: 10px 0;
  padding: 0 10px;
  border: 1px solid #dddddd;
}
div.foot {
  margin: 0;
  padding: 0;
  height: 60px;
  font-size: 12px;
  position: relative;
}
div.foot p {
  color: #aaaaaa;
  margin: 0;
  padding: 0;
  right: 20px;
  top: 20px;
  position: absolute;
}

div.element h3{
  color: #555555;
}
div.element h4{
  color: #666666;
  margin: 0;
  padding: 0;
}

/* for category nav */
ul.category {
  position: absolute;
  right: 15px;
  bottom: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
ul.category li {
  float: left;
  margin: 0;
  padding: 0;
}
ul.category a {
  display: block;
  float: left; /* for ie5.2 on Mac*/
  width: 95px;
  line-height: 28px;
  text-decoration: none;
  color: #666666;
  font-size: 14px;
  background: url(../images/category.png) no-repeat top left;
}
ul.category a.default, ul.category a:hover{  
  color: #ffffff;
  background: url(../images/category_default.png) no-repeat top left;
}

/* for brand */
div.containerleft2 h3 {
  margin: 0;
  padding: 8px 0 6px 13px;
  background: url(../images/brand_head.png) no-repeat top left;
}
ul.brand {
  margin: 0;
  padding: 0 0 25px 0;
  list-style-type: none;
}
ul.brand li {
  display: inline;
}
ul.brand a {
  text-indent: 1em;
  display: block;
  width: 270px;
  line-height: 30px;
  color: #666666;
  text-decoration: none;
  background: url(../images/brand_bg.png) no-repeat top left;
}
ul.brand a:hover {
  color: #46bcf1;
  background: url(../images/brand_bg_h.png) no-repeat top left;
}
ul.brand a.default {
  color: #444444;
  font-weight: bold;
  background: url(../images/brand_bg_p.png) no-repeat top left;
}

/* for news */
ul.news {
  margin: 0 0 0 25px;
  padding: 0 0 25px 0;
}
ul.news li {
  //display: inline;
  margin: 4px 0;
}
ul.news a {
  text-indent: 1em;
  color: #666666;
  text-decoration: none;
}
ul.news a:hover {
  color: #46bcf1;
  text-decoration: underline;
}

/* for mag */
ul.mag {
  margin: 5px 0 10px 0;
  padding: 0;
  list-style: none;
  float: left;
}
ul.mag li {
  float: left;
  margin: 0 2px 0 0;
  padding: 0 2px 0 0;
  border-right: dotted 1px #777777;
}
ul.mag li1 {
  float: left;
  margin: 0 2px 0 0;
  padding: 0 2px 0 0;
  font-size: 12px;
}
ul.mag a {
  display: block;
  float: left; /* for ie5.2 on Mac*/
  text-decoration: none;
  color: #666666;
  font-size: 12px;
}
ul.mag a.default, ul.mag a:hover{  
  color: #46bcf1;
  text-decoration: underline;
}


/* for form */
fieldset { 
  margin: 0;
  padding: 5px 20px;
  border: 1px solid #ccc;
  background: #f8f8f8;
}
fieldset div {
  margin: 2px 0;
}
fieldset label {
  display: block;
}
input.forinput, textarea {
  border-top: 2px solid #999;
  border-left: 2px solid #999;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
input:focus, textarea:focus {
  background: #ffc;
}
legend {
  color: #666666;
  font-size: 14px;
  font-weight: bold;
}

/* contact */
span.contact {
  color: #ffffff;
  position: absolute;
  right: 30px;
  bottom: 4px;
}
span.contact a {
  color: #ffffff;
  text-decoration: none;
}
span.contact a:hover {
  font-weight: bold;
  text-decoration: underline;
}

/* misc */

a.imgLink {

  border: 0;
}
a.imgLink img{
  margin: 10px 10px 30px 10px;
  border: 0;
}
p.myp {
  color: #555555;
  font-size: 12px;
}
p.myp_indent {
  color: #555555;
  font-size: 12px;
  text-indent: 2em;
}
h3.myhead3 {
  border-bottom:solid 1px #777777;
  display: inline;
  color: #555555;
  padding-bottom: 3px;
  background: url(../images/h33_bg.png) no-repeat bottom left;
}
img.myimg_left {
  float: left;
  margin: 10px;
}
img.myimg_right {
  float: right;
  margin: 10px;
}
span.taoxian {
  margin: 0 1em;
  font-size: 12px;
}

ol.myol li{
  color: #555555;
  font-size: 12px;
  margin-bottom: 0.5em;
}

ul.myul {
  list-style: none;
}
ul.myul li{
  color: #555555;
  font-size: 12px;
  margin-bottom: 0.5em;
  text-indent: 2em;
}

hr.myhr {
  color: #aaaaaa;
  margin: 3em 0 0 0;
}

/* animation */
div.myani{
  margin: 10px;
  float: left;
  height: 220px;
  width: 220px;
  overflow: hidden;
  position: relative;
  background: url(../images/aniframe.png) no-repeat top left;
}
div.headline{
  height: 200px;
  width: 200px;
  padding: 0;
  margin: 10px;
  overflow: hidden;
  position: absolute;
}
h4.myhead_ani {
  margin: 0;
  padding: 0;
  color: #555555;
}