/* Product Option Menu */
#prdOption{background:#FFF; width:250px; max-height:200px; overflow:auto; position:absolute; border:1px solid #99c2c6; -moz-border-radius:5px; z-index:99}
#prdOption .price{width:75px; float:left; margin-right:5px}
#prdOption .priceb{width:75px; font-weight:bold; float:left; margin-right:5px}
#prdOption .options{width:150px; float:left; margin-right:5px}
#prdOption .availability{width:245px; float:left}
#prdOption UL{margin:5px 0px 0px; padding:0px; list-style-type:none}
#prdOption UL LI{margin-bottom:3px; padding:0px; vertical-align:top}
#prdOption LI A{color:#333; text-decoration:none; padding:2px 0px; display:block}
*html #prdOption LI A{height:1%}
#prdOption LI A:after{content:"."; display:block; height:0; clear:both; visibility:hidden; overflow:hidden}
#prdOption LI A.on{color:#000; font-weight:bold}
#prdOption LI A:hover, #couponOption UL LI:hover{background:#ECECEC; cursor:pointer}


