/* for layout */
body {
  margin: 0;
  padding: 0;
  text-align: center;
  min-width: 1000px;
  font: 14px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
}
div.clearer {
  margin: 0;
  padding: 0;
  clear: both;
  height: 2px;
}
div.theme {
  width: 980px;
  margin: 0 auto;
  text-align: center;
  background: url(../images/theme2.png) no-repeat top left;
}

div.mainnav {
  width: 980px;
  height: 140px;
  margin: 0 auto;
  text-align: center;
  background: url(../images/head_bg.png) no-repeat top right;
  position: relative;
}
div.contact {
  margin: 0;
  padding: 0;
  height: 25px;
  background: url(../images/contact.png) repeat-x top;
  position: relative;  
}
div.wrapper {
  width: 980px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  background: url(../images/bodymain.gif) repeat-y top left;
}
div.brand{
  margin: 216px 0;
  padding: 0;
  width: 160px;
  float: left;
}
div.info{
  margin: 0;
  padding: 80px 2px 2px 2px;
  width: 150px;
  float: left;
  background: url(../images/head_bg.gif) no-repeat top left;
}
div.productshow {
  position: relative;
  margin: 0;
  padding: 0;
  width: 820px;
  float: left;
}
div.productshowhead {
  margin: 0;
  padding: 0;
  height: 30px;
  width: 820px;
  background: url(../images/productshowhead.png) no-repeat top left;
}
div.productshowfoot {
  margin: 0;
  padding: 0;
  height: 30px;
  width: 820px;
  background: url(../images/productshowfoot.png) no-repeat bottom left;
}
div.productshowbody {
  margin: 0;
  padding: 0 8px 0 12px;
  width: 800px;
  background: url(../images/productshowbody.png) repeat-y left;
}
div.productshowleft{
  margin: 7px 0;
  padding: 0;
  width: 500px;
  float: left;
}
div.productshowright{
  margin: 7px 0;
  padding: 0;
  width: 300px;
  float: right;
}
div.indeximage {
  margin: 10px 0 10px 20px;
  padding: 0;
  float: left;
}
div.indeximage img {
  width: 300px;
  height: 450px;
  border: 0;
}
div.productshow h3 {
  margin: 0;
  padding: 5px 0 0 600px;
  color: #ffffff;
}
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;
}

/* for main nav */
ul.mainnav {
  position: absolute;
  right: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
ul.mainnav li {
  float: left;
  margin-right: 25px;
  padding: 0;
}
ul.mainnav a {
  display: block;
  float: left; /* for ie5.2 on Mac*/
  line-height: 26px;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
}
ul.mainnav a.default {
  font-weight: bold;
  color: #000000;
}
ul.mainnav a:hover {
  color: #000000;
}

/* for category nav */
ul.category {
  position: absolute;
  right: 0px;
  bottom: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
ul.category li {
  float: left;
  margin-right: 15px;
}
ul.category a {
  display: block;
  float: left; /* for ie5.2 on Mac*/
  text-decoration: none;
  color: #000000;
}
ul.category a.default {
  color: #46bcf1;
  font-weight: bold;
}
ul.category a:hover {
  color: #46bcf1;
}

/* for brand */
ul.brand {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.brand li {
  display: inline;
}
ul.brand a {
  text-indent: 0;
  text-indent: 5px;
  display: block;
  width: 160px;
  line-height: 28px;
  color: #666666;
  text-decoration: none;
}
ul.brand a:hover {
  color: #46bcf1;
}
ul.brand a.default {
  color: #ffffff;
  font-weight: bold;
  background: url(../images/branditem.png) no-repeat top left;
}

/* for subbrand nav */
ul.subbrand {
  margin: 5px 40px 0 0;
  padding: 0;
  list-style: none;
  float: right;
}
ul.subbrand li {
  float: left;
  margin-left: 3px;
  padding: 0;
}
ul.subbrand a {
  font-size: 12px;
  margin: 0px;
  padding: 5px 0 5px 15px;
  display: block;
  float: left; /* for ie5.2 on Mac*/
  text-decoration: none;
  color: #000000;
}
ul.subbrand a.default {
  color: #ffffff;
  font-weight: bold;
}
ul.subbrand a:hover {
  color: #ffffff;
}


/* 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;
}



/* for product beigns */
div.default {
  background-color: #eeeeee;
  border-color: #aaaaaa;
}
div.product {
  border: 1px solid #dddddd;
  margin: 2px 0 0 4px;
  padding: 0;
  width: 68px;
  float: left;
  text-align: center;
  font-size: 12px;
}
div.product a {
  margin: 0;
  padding: 0;
  display: block;
  text-decoration: none;
  color: #333333;
}
div.product a:hover {
  color: #46bcf1;
  text-decoration: underline;
}
div.product a img {
  margin: 0;
  padding: 4px 2px;
  width: 64px;
  height: 48px;
  border: 0;
}
div.productshowleft img {
  margin: 10px 0 0 10px;
  padding: 0;
  width: 480px;
}

/* for aboutus */
div.aboutus {
  border-bottom: 1px solid #dddddd;
  margin: 0;
  padding: 30px;
  color: #444444;
}
div.aboutus h3 {
  margin: 0;
  padding: 0;
  font-style: italic;
}
div.aboutus img {
  border: 0;
}
p.notice {
  color: #3399FF;
  font-weight: bold;
}

/* for detail */
div.detail {border-top: 1px solid #aaaaaa;
  margin: 40px 0;
  padding: 10px;
}
div.detail h3{
  margin: 10px 0;
  padding: 0;
  color: #666666;
  border-bottom: 0;
}
div.detail ul{
  margin: 4px 20px;
  padding: 0;
  color: #666666;
  font-size: 12px;
}

/* for newarrival beigns */
div.newarrival {
  border: 1px solid #aaaaaa;
  margin: 14px 0 14px 14px;
  padding: 0;
  height: 210px;
  width: 182px;
  float: left;
  text-align: center;
  font-size: 12px;
}
div.newarrival a {
  margin: 15px 10px 0;
  padding: 0;
  display: block;
  text-decoration: none;
  color: #555555;
}
div.newarrival a:hover {
  color: #46bcf1;
}
div.newarrival a img {
  padding-bottom: 13px;
  border: 0;
}