/* [Layout Style] */

/* Other CSS is in System CSS */

#layout_content_top {
  height: 10px; width: 575px;
}
#layout_content_mid {
  background-image: url(/img/?mode=sysimg&img=/UserFiles/Image/layout/content_mid.gif);
  padding: 0 10px;
}
#layout_content_bottom {
  background-image: none;
  height: 10px;
}
.product_detail h1.title { font-size: 140%; margin:0; }
.product_detail div.label { width: 9em; float: left; font-weight: bold; }
.product_detail div.value { float: left; }

.product_detail .content img { float: left; margin: 5px 10px 5px 0; border: 1px solid #888; }
.product_detail .content p { margin: 0.25em 0 0 0; }

.product_detail .custom_1 * { color: red; text-decoration: line-through; }
.product_detail .price    * { color: #008000; background: #ffffe0; }
