@charset "utf-8";
/* CSS Document */
#cartFrame { position: fixed; width: 1170px; height: 100px; top: auto; bottom: 0; left: auto; right:auto;  z-index:3000;  }
#cartSpace { position: absolute; left:0px; top: 0px; width:1170px; height:100px;    }
#cart { position: absolute; left:0px; width:1170px; height:90px; }
#control { position:absolute; left:0px; top:0px;  }
#links { position:absolute; left:60px; top:-8px; width:1100px; height:40px; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#000; padding:1px; z-index:3010; }
#links a { text-decoration:none; color:#666; padding:0px 0px 0px 0px; }
#links a:hover { text-decoration:underline; color:#000; }
#content { position:relative; top:20px; left: 0px; width:1170px; height:90px; overflow:auto; background-color:#ffffff; border-top:1px solid #CCC; }
#contentInfo { position:fixed; width:1160px; height:117px; top:25; left:auto; bottom:100px; z-index:3500; visibility:hidden;}






