/* [Layout Style] */

/* Other CSS is in System CSS */
div#layout_theme_top {
  height: 10px; width: 575px;
}
div#layout_theme_mid {
  background-image: url(/img/?mode=sysimg&img=/UserFiles/Image/layout/content_mid.gif);
  padding: 0 10px;
}
div#layout_theme_bottom {
  background-image: none;
  height: 10px;
}
div#layout_theme_mid img {
  float: left;
  margin-right:10px;
}

div#layout_content_top {
  margin-top: 10px;
  height: 10px; width: 575px;
}
div#layout_content_mid {
  background-image: url(/img/?mode=sysimg&img=/UserFiles/Image/layout/content_mid.gif);
  padding: 0 10px;
}
div#layout_content_bottom {
  background-image: none;
  height: 10px;
}
div#layout_content_mid .panel_content {
  background-color: transparent;
}
div#layout_content_mid .panel_footer {
  background-color: transparent;
}

.panel_content div.summary h2.title { font-size: 110%; margin:0; }
.panel_content div.summary div.label { width: 9em; float: left; font-weight: bold; }
.panel_content div.summary div.value { float: left; }
.panel_content .item_spacer {
  clear: both;
  height: 10px;
}
.panel_content .product_listings .item .custom_1 * { color: red; text-decoration: line-through; }
.panel_content .product_listings .item .price    * { color: #008000; background: #ffffe0; }
