.no-display {
    display: none;
}

div.prescription {
    background-color: transparent;
    padding: 5px;
}

div.prescription table {
    margin:0px;
    padding:0px;
    border-collapse:collapse;
    width: 100%;
}

div.prescription table textarea.comment-box {
    width: 53%;
    height: 100px;
}

div.prescription div.lens-options-container {
  padding-top: 5px;
  padding-bottom: 15px;
  display: none;
}

div.prescription table select {
  width: 100px;
}

div.prescription table select.select-text-large {
  width: 53%;
}

div.prescription table caption {
  font-size: 15px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

div.prescription span.required {
    color: #EB340A;
    margin-left: 5px;
}

div.customer-prescription table caption {
  display: none;
}

div.prescription table#prescription-vals{
    width:100%;
}

div.prescription table tr td label {
  display: block;
  float: left;
  width: auto;
  margin-right: 25px;
  font-weight: bold;
}

div.prescription table tr td label.usage {
  display: block;
  float: none;
  max-width: 250px;
}

div.prescription table tr td label.usage input[type="radio"] {
    margin: 0 10px 0 0;
    vertical-align: middle;
}

div.prescription table tr td label.usage span.label {
    padding: 0px;
    vertical-align: middle;
}

div.prescription table tr td label.inline {
    float: none;
    width: auto;
}

div.prescription table tr td label.inline span.label-txt {
    display: inline-block;
    margin-left: 15px;
}

div.prescription table#prescription-vals tr th {
    padding:3px;
    width: 20%;
}

div.prescription table tbody td {
    border-bottom:1px solid #d7d7d7;
    padding:3px;
}

div.prescription table tbody tr:last-child td{
    border-bottom:none;
}

div.prescription table thead td{
    border-bottom:1px solid #C4C6C8;
    padding:3px 0 8px 0;
}

div.prescription table thead tr td#prescription-info div.more_info_wrapper{
    position:relative;
    /*display:block;
    float:right;*/
    width:250px;
}

div.prescription table thead tr td#prescription-info img#more_info_prescription{
    margin-left:10px;
    cursor:pointer;
}

div.prescription table thead tr td#prescription-info div.more_info {
    background:#FAF7EE none repeat scroll 0 0;
    border:1px solid #C4C6C8;
    color:#333333;
    display:none;
    font-size:11px;
    left:180px;
    margin:0 0 5px;
    padding:7px;
    position:absolute;
    top:2px;
    width:300px;
    z-index:150;
    height:200px;
    overflow:auto;
}

div.close-me{
    text-align:right;
}



div.more_info_wrapper_default{
    position:relative;
    /*display:block;
    float:right;*/
    width:250px;
}

img.more_info_img{
    margin-left:15px;
    cursor:pointer;
    vertical-align: top;
}

div.more_info_wrapper_default div.more_info_default {
    background: #FAF7EE none repeat scroll 0 0;
    border:1px solid #C4C6C8;
    color:#333333;
    display:none;
    font-size:11px;
    left:180px;
    margin:0 0 5px;
    padding:7px;
    position:absolute;
    top:2px;
    width:300px;
    z-index:150;
    height:200px;
    overflow:auto;
}


a#glasses-help{
    margin-left: 10px;
}

a#glasses-help:link, a#glasses-help:visited, a#glasses-help:hover, a#glasses-help:active{
    color:#fff;
    text-decoration:none;
    text-transform:uppercase;
}

div#more_info_prescription_popup_wrapper{
    position:relative;
    top:-8px;
    left:100px;
    width:500px;
}

div#more_info_prescription_popup{
    background: #FAF7EE none repeat scroll 0 0;
    border: 1px solid #C4C6C8;
    color:#333333;
    display:none;
    font-size:11px;
    height:400px;
    left:0px;
    margin:0 0 5px;
    overflow:auto;
    padding:7px;
    position:absolute;
    top:10px;
    width:450px;
    z-index:250;
}

.pd-switch {
    clear: both;
    line-height: 25px;
    margin-top: 10px;
    min-width: 250px;
}

div.prescription table tr td .pd-switch label {
    float: none;
    display: inline;
    margin-left: 10px;
}

div.prescription table tr#show-hide-prism label {
    float: none;
    display: inline;
    margin-left: 10px;
}
/*New editing 16dec13*/
#prescription-container  h4 {
    color: #000;
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 7px;
    text-transform: uppercase;
}

#prescription-container table thead {
	line-height: 26px;
}

#prescription-info > label {
	font-size: 15px;
    font-weight: bold;
}

#prescription-type {
    line-height: 28px;
    margin-bottom: 10px;
    margin-top: 17px;
}

#prescription-container table {
	margin-top: 15px;
}
/*New editing 16dec13*/
#prescription-input input {
    margin-right: 7px;
    vertical-align: middle;
}

#prescription-file-upload {
    margin: 15px 0 15px 15px;
}



/* ---------------------------
 *  Tooltip
 * --------------------------*/
.tooltip {
    cursor: help;
    margin-left: 10px;
}

div.more_info_tooltip {
    position: relative;
    display: inline-block;
}

div.attr_popover {
    left: 20px;
    position: absolute;
    top: -50px;
    width: 440px;
    z-index: 5000;
}
div.attr_popover div.popover_arrow {
    background: url("../images/popover_arrow.png") no-repeat scroll 0 0 transparent;
    height: 20px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 35px;
    width: 10px;
}
div.attr_popover div.popover {
    background-color: #FFFFFF;
    border: 1px solid #DFDFDF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 6px 10px 0 #C0C0C0;
    margin-left: 9px;
    min-height: 100px;
    position: absolute;
    width: 330px;
}
div.attr_popover div.popover h3 {
    background-color: #F7F7F7;
    border-bottom: 1px solid #DFDFDF;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #000000;
    font-size: 17px;
    margin: 0;
    padding: 8px 4px 8px 10px;
    width: 316px;
}

div.attr_popover div.popover .popover-content {
    color: #000000;
    display: block;
    font-weight: normal;
    line-height: 14px;
    padding: 10px;
    text-align: justify;
    font-size: 12px;
}

div.more_info_tooltip div.attr_popover {
    width: 550px;
}

div.more_info_tooltip div.popover {
    width: 430px;
}

div.more_info_tooltip div.popover h3 {
    width: 416px;
}


/**
 * product view styling
 *
 */
.product-options dd.last {margin-bottom: 20px;}
.product-view .product-container-1 .product-pricing {margin-bottom:15px; margin-top:10px; overflow:hidden;}
.product-view .product-container-1 .product-pricing li {background:#f4f4f4; float:left; clear:left; line-height:22px; padding:0 13px; font-size:11px; margin-bottom:3px; }
.product-view .product-container-1 .product-pricing li .benefit {}
.product-view .product-container-1 .price-box {display:inline-block; padding-top:7px; float:left; margin-right:15px; min-width:78px; }
.product-view .product-container-1 .availability {display:inline-block; font-size:12px; font-weight:bold; color:#e42832; padding-top:12px;}
.product-view .product-container-1 .availability span{font-size:12px; font-weight:bold; color:#e42832;}
.product-view .product-container-1 .add-to-box {padding:14px 0 0 0;}
.product-view .product-container-1 .add-to-box .add-to-links{ border-bottom:1px solid #e6e6e6; padding-bottom:15px;}
.product-view .product-container-1 .add-to-box label {font-size:11px; }
.product-view .product-container-1 .add-to-links {margin-top:20px; width:100%; border-top:1px solid #e6e6e6; padding-top:15px; }
.product-view .product-container-1 .add-to-links li a.link-wishlist { color:#888787; padding-left:22px;background:url(../images/wislish.png) left 0px no-repeat; }
.product-view .product-container-1 .add-to-links li a.link-compare { color:#888787; padding-left:22px;background:url(../images/compare.png) left 0px no-repeat; }
.product-view .product-container-1 .add-to-links li a.link-wishlist:hover,
.product-view .product-container-1 .add-to-links li a.link-compare:hover{ color:#e42832;}
.product-view .product-container-1 .add-to-links li { float:left;}
.product-view .product-container-1 .add-to-links li span img{ float:right; margin-left:10px; margin-top:4px;}
.product-view .product-container-1 .add-to-links li:first-child{ margin-right:28px;}

#prescription-vals td {
	line-height: 25px;
}