/* Product Images */
.product-img-box { float:left; width:250px; }
.product-img-box .product-image-zoom {
    height: 250px;
    overflow: hidden;
    position: relative;
    width: 250px;
    z-index: 9;
    box-shadow: 0 1px 5px -2px #444444;
    -webkit-box-shadow: rgba(68,68,68,1)0 1px 5px -2px;
   -moz-box-shadow: rgba(68,68,68,1) 0 1px 5px -2px; }
.product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.image-zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px auto; background:url(../images/slider_bg.gif) no-repeat 50% 50%; padding:0 28px 0 28px; cursor:pointer; }
.image-zoom #track { position:relative; height:18px; }
.image-zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px;background:url(../images/magnifier_handle.gif) 0 0 no-repeat; }
.image-zoom .btn-zoom-out { position:absolute; left:2px; top:1px; }
.image-zoom .btn-zoom-in { position:absolute; right:2px; top:1px; }
.product-img-box .more-views h4 { border-bottom:1px solid #ccc; margin-bottom:.8em; font-size:.95em; text-transform:uppercase; }
.product-img-box .more-views ul { margin-left:-9px; }
.product-img-box .more-views li { float:left; margin:0 0 9px 9px; }
.product-img-box .more-views li a { float:left; width:56px; height:56px; border:2px solid #ddd; overflow:hidden; }

.customer-dob .input-box { float:left; width:60px !important; }
.customer-dob input { width:50px !important; }
.customer-dob label.label-dob { font-weight:normal; color:#888; font-size:10px; }

#asking_catalog { overflow:hidden; margin: 20px 0 45px }
#asking_catalog li { display:inline-block; margin-left:0 }
#asking_catalog li a { display:block; width: 240px; height:41px; text-indent:-9999px; background:url(../images/ask_for_a_catalog.jpg) 0 0 no-repeat; }
#asking_catalog li a:hover { background-position: 0 -41px }
#asking_catalog li#ask2{ margin-left:15px; }
#asking_catalog li#ask2 a { background-position:-240px 0; width:244px; }
#asking_catalog li#ask2 a:hover { background-position:-240px -41px;  }
