#c-product-menu { position:relative; float:left; width:210px; margin:5px; height:700px;  }
#c-product-menu div { overflow: auto; height:450px; text-align: left;}
#c-product-menu li { list-style-type:none; }
#c-product-menu li a { text-decoration:none; }

#c-product-type { position:absolute; left:220px; float:right; width:760px; height:675px; margin:5px; font-size:15px; font-weight:bold; }

.scroll-pane { overflow: auto; width: 740px; height:150px; float:left; margin:5px; }
.scroll-content { width: 718px; float: left; }
.scroll-content-item { float:top; width: 130px; height: 100px; float: left; margin: 10px; font-size: 18px; }
* html .scroll-content-item { display: inline; } /* IE6 float double margin bug */
.scroll-bar-wrap { clear: left; padding: 0 4px 0 2px; margin: 0 -1px -1px -1px; }
.scroll-bar-wrap .ui-slider { background: none; border:0; height: 2em; margin: 0 auto;  }
.scroll-bar-wrap .ui-handle-helper-parent { position: relative; width: 100%; height: 100%; margin: 0 auto; }
.scroll-bar-wrap .ui-slider-handle { top:.2em; height: 1.5em; }
.scroll-bar-wrap .ui-slider-handle .ui-icon { margin: -8px auto 0; position: relative; top: 50%; }
.scroll-content-img { width:120px; height:70px; margin-top:5px; }

#c-product-detail { position:absolute; left:225px; float:left; top:160px; width:740px; height:500px; margin:5px; text-align:left; }
.cpdm-detail { overflow:auto; width:710px; height:420px; }