/* common */
.iwishShareContainer { width:100%;margin-top:25px;margin-bottom:10px; }
.shareTitle { font-size: 16px; display: inline-block; line-height:32px; height: 32px; vertical-align: middle; }
.iwishShareBtn { display: inline-block; margin: 0 5px; }
.iwishShareBtn:not(.iwishShareBtn_no_css) { font-size: 0; text-indent: -9999px; height: 32px; width: 32px; vertical-align: top;}
.iwishEmail:not(.iwishShareBtn_no_css) { background: url("https://s3.amazonaws.com/media.myshopapps.com/iwish/share/img/email_icon.jpg") no-repeat; }
.iwishFb:not(.iwishShareBtn_no_css) { background: url("https://s3.amazonaws.com/media.myshopapps.com/iwish/share/img/fb_icon.jpg") no-repeat; }
.iwishTw:not(.iwishShareBtn_no_css) { background: url("https://s3.amazonaws.com/media.myshopapps.com/iwish/share/img/twt_icon.jpg") no-repeat; }
.iwishGplus:not(.iwishShareBtn_no_css) { background: url("https://s3.amazonaws.com/media.myshopapps.com/iwish/share/img/g+_icon.jpg") no-repeat; }
.iwishMsgSuccess, .iwishMsgError { clear: both; display: block; border: 1px solid; margin: 0 0 15px 0; padding: 12px 10px; }
.iWishLoginNote { margin-bottom: 25px; font-size: 16px; }
.disabled:disabled { cursor: initial; opacity: 0.6; }
.product-compare-price { text-decoration: line-through; padding-right: 14px; }
input.iwishProQty { display: inline-block; max-width: 80px; text-align: center; }
input.iwishProQtyAdded { border-color: green; }
input.iwishProQtyError { border-color: red; }
.iwishQtyMsg { display: none; }

/* pagination */
.pagination { width: 100%; height: 36px; margin: 18px 0; }
.pagination ul { display: inline-block; *display: inline; /* IE7 inline-block hack */ *zoom: 1; margin: 0; padding-left: 0; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }
.pagination li { display: inline; }
.pagination a { float: left; padding: 0 14px; line-height: 34px; text-decoration: none; border: 1px solid #ddd; border-left-width: 0; }
.pagination a:hover, .pagination .active a { background-color: #f5f5f5; }
.pagination .active a { color: #999999; cursor: default; }
.pagination .disabled span, .pagination .disabled a, .pagination .disabled a:hover { color: #999999; background-color: transparent; cursor: default; }
.pagination li:first-child a { border-left-width: 1px; -webkit-border-radius: 3px 0 0 3px; -moz-border-radius: 3px 0 0 3px; border-radius: 3px 0 0 3px; }
.pagination li:last-child a { -webkit-border-radius: 0 3px 3px 0; -moz-border-radius: 0 3px 3px 0; border-radius: 0 3px 3px 0; }
.pagination-centered {	text-align: center; }
.pagination-right { text-align: right; }

/* iwish popup modal */
.iwishModal { display: none; position: fixed; z-index: 1; padding-top: 5%; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.4); }
.iwishModal-content { background-color: #fefefe; border: 1px solid #888; margin: auto; padding: 20px; width: 80%; max-width: 550px; max-height: 90%; overflow: auto; position: relative; -webkit-box-shadow: 0px 0px 5px 4px #818181; -moz-box-shadow: 0px 0px 5px 4px #818181; box-shadow: 0px 0px 5px 4px #818181; }
.iwishCloseModal { color: #aaaaaa; float: right; font-size: 24px; font-weight: bold; position: absolute; right: 6px; top: 4px; line-height: 1;}
.iwishCloseModal:hover, .iwishCloseModal:focus { color: #000; text-decoration: none; cursor: pointer; }
