@import "./common.css";
@import "./header.css";
@import "./footer.css";
@import "./category_navi.css";
@import "./global_navi.css";
@import "./wide_double.css";
@import "./box.css";
@import "./search_box.css";
@import "./sbox.css";
@import "./tab_box.css";
@import "./category_box.css";
@import "./side.css";
@import "./breadcrumbs_list.css";

.goods { 

  text-align: left;
  line-height: 17px;
  padding-top: 10px;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 10px;
}

.goods_img { 

  padding:0px;
  width: 64px;
  float: left;
}

.goods_text { 

  padding-left: 15px;
  width: 320px;
  float: left;
  font-size: 12px;
}

.goods_title{  

  margin-bottom: 5px;
}

.goods_title a,
.goods_title a:link,
.goods_title a:visited { 
  color: #0770bf;
  font-weight: bold;
  text-decoration: underline;
}

.goods_title a:active,
.goods_title a:focus,
.goods_title a:hover {
  color: #0770bf;
  font-weight: bold;
  text-decoration: underline;
}

.goods_exp{ 

  height: 50px;
}

.goods_img img{ 

  border: 1px solid #e7e7e7;
}

.goods_price_graph { 

}
.goods_current_price{ 

  margin-top: 8px;
}

.goods_list { 

  font-size: 12px;
}

.goods_image { 

  text-align: left;
}

.goods_image img { 
  margin-left: 10px;
  vertical-align: middle;
}

.goods_name { 

  text-align: left;
}

.goods_list table {

  width: 100%;
  border-collapse: collapse;
}

.goods_list th {

  padding: 2px;
  text-align: center;
  border: 1px solid #7dc4fa;
  background: #a3d4f9;
  font-weight: normal;
  vertical-align: middle;
}

.goods_list th img { 

  vertical-align: middle;
}

.goods_list td {
  padding-top: 3px;
  padding-left: 8px;
  border: 1px solid #7dc4fa;
  background-color: #ffffff;
}

.goods_list a,
.goods_list a:link,
.goods_list a:visited { 
  color: #0770bf;
  font-weight: bold;
  text-decoration: underline;
}

.goods_list a:active,
.goods_list a:focus,
.goods_list a:hover {
  color: #0770bf;
  font-weight: bold;
  text-decoration: underline;
}

.spec_list ul {
  clear: both;
  margin: 0px;
  padding: 0px;
  height: 100%;
}

.spec_list li {
  display: block;
  text-decoration: none;
  text-align: left;
  margin-left: 10px;
  padding: 6px 10px 0px 12px;
  font-size: 10px;
  font-weight: bold;
  width: 180px;
  float: left;
  color: #4d4d4d;
}


