@charset "utf-8";

/*===================================== Dialogs ====================================*/

.ui-widget-overlay { height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.ui-dialog-titlebar { height: 0; }

div.shopDialog { display: none; }
a span {cursor:pointer;}
span.ui-icon-closethick { background: url("/static/images/panel_close.gif") no-repeat bottom left;display: block; height: 12px; position: absolute; right: 20px; text-indent: -9999px; top: 20px; width: 12px; }
div.shopDialog div.shopDialogContent { position: absolute; top: 55px; left: 37px; }
div.shopDialogBg { overflow: hidden; text-indent: -9999px; }
div.womensBg { background: url("/static/images/dialogs/womens_sizing_chart_bg.png") no-repeat top left; height: 348px; width: 660px; }
div.mensBg { background: url("/static/images/dialogs/mens_sizing_chart_bg.png") no-repeat top left; height: 348px; width: 516px; }
div.zoomImageBg { background: url("/static/images/dialogs/zoom_image_bg.png") no-repeat top left; height: 498px; width: 720px; }
div.shopDialogContent span { display: block;  }
div.shopDialogContent span.womens { background: url("/static/images/dialogs/womens_sizing_chart.gif") no-repeat top left; height: 250px; width: 588px; text-indent: -9999px; }
div.shopDialogContent span.mens { background: url("/static/images/dialogs/mens_sizing_chart.gif") no-repeat top left; height: 250px; width: 444px; text-indent: -9999px; }
div.shopDialogContent a.for_questions { position: relative; display: block; background: url("/static/images/dialogs/email_for_questions.gif") no-repeat top left; text-indent: -9999px; margin-top: 10px; text-decoration: none; }
div.shopDialogContent img.zoomImg { position: relative; width: 648px; height: 416px; top: -10px; cursor: point; }
