@charset "iso-8859-2";


.detail {
  width: 520px;
  height: 560px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.detail_table {
  width: 520px;
}

.detail_prod_item {
  width: 280px;
}

.detail_prod_item_wrapper {

}

.detail_prod_item_name {
  color: #ff4800;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.detail_prodcell_prodlink {
  color: #ff4800;
}

.detail_prod_item_image {
  width: 260px;
  height: 250px;
  background-color: white;
  text-align: center;
  line-height: 250px;
  vertical-align: middle;
}

.detail_prod_bottom_separator {
  height: 10px;
  border-bottom: 1px dashed black;
}

.detail_prod_item_price {
  margin-top: 10px;
  width: 250px;
  text-align: right;
  font-size: 12px;
  font-weight: bold;
}

.detail_prodcell_prodlink_price {
  font-size: 58px;
  color: #ed1c24;
}


.detail_prod_item_techdata {
  width: 260px;
  margin-top: 0px;
}

.detail_prod_item_tech_info {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  overflow: hidden;
}

.detail_prod_item_tech_info_tbl {
  width: 250px;
  background-color: #efefef;
  font-size: 12px;
  font-family: Arial;
  font-weight: bold;  
}

.bottom_border_yes {
  border-bottom: 1px dashed #a8a8a8;
}

.tech_info_td {
  width: 120px;
  text-align: left;
  color: #282828;
}

.tech_info_td_text {
  color: #d30000;
  text-align: left;
  width: 130px;
}

.detail_prod_spacer_td {
  height: 5px;
  overflow: hidden;
  display: block;
}

.detail_prod_desc {
  color: #484848;
}