/*-- 1.0 - Table
==========================*/
table td p       { margin-bottom:4px; }
table .alert     { margin-bottom:0;   }
.form .form-body {	padding-top:20px; }

.table td.status-btn .btn {
	margin-right:1px;
	float:left;
}

/*-- 2.0 - Colors
==========================*/
i.red          { color:#dd5a43; }
i.light-red    { color:#f77;    }
i.blue         { color:#478fca; }
i.light-blue   { color:#93cbf9; }
i.green        { color:#69aa46; }
i.light-green  { color:#b0d877; }
i.orange       { color:#ff892a; }
i.light-orange { color:#fcac6f; }
i.orange2      { color:#feb902; }
i.purple       { color:#a069c3; }
i.pink         { color:#c6699f; }
i.pink2        { color:#d6487e; }
i.brown        { color:#a52a2a; }
i.grey         { color:#777;    }
i.light-grey   { color:#bbb;    }

/*-- 3.0 - Popup Page
===================================================*/
.popup-container,
.popup-title {
	margin:0 0 15px 0;
	padding:15px;
}

.popup-title h1,
.popup-title2 {
	font-size:22px;
	margin:0;
}

.popup-title2 {
	border-bottom:1px solid #eee;
	color:#5a5757;
	margin-bottom:20px;
	padding-bottom:8px;
}

.popup-form {
	overflow: auto;
	padding: 0 15px;
	height: 75%;
}
/* highlight results */
.ui-autocomplete span.hl_results {
	background-color: #ffff66;
}
/* loading - the AJAX indicator */
.ui-autocomplete-loading {
	background: white url('../img/ui-anim_basic_16x16.gif') right center no-repeat;
}
/* scroll results */
.ui-autocomplete {
	max-height: 250px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	/* add padding for vertical scrollbar */
	padding-right: 5px;
}
.ui-autocomplete li {
	font-size: 16px;
}
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
	height: 250px;
}

/* to show range price in prodcut price */

.shop-product .shop-product-prices li td{
   font-size: 10px;
}

.infinite-icon {
  cursor:default;
  font-size:10px;
  display:inline-block;
  margin:-4px 0 0 2px;
  transform:rotate(270deg);
  -moz-transform:rotate(270deg);
  -webkit-transform:rotate(270deg);
  -ms-transform:rotate(270deg);
  -o-transform:rotate(270deg);
  color:#1a1a1a;
}

.search-results {
    position: absolute;
    left: 218px;
    top: 75px;
    min-width: 325px;
    z-index: 9999;
}

.search-results .sidearrow {
    background: url(../../../../../images/sidearrow.png) no-repeat 0 0;
    border-right: 1px solid white;
    float: left;
    height: 26px;
    position: absolute;
    top: 8px;
    width: 14px;
}

.search-content {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 15px;
    margin: -5px 10px 0 13px;
    font-size: 13px;
    line-height: 20px;
    color: #000;
    max-height: 450px;
    max-width: 302px;
    overflow-y: auto;
    box-shadow: 4px 4px 7px 0 #666;
    -webkit-box-shadow: 4px 4px 7px 0 #666;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.search-content .disp-block {
    display:block;
    max-width:240px;
    word-wrap:break-word;
}

.close-subpage {
    background: #f2f2f2;
    border-radius: 2px;
    color: #666;
    font-size: 13px;
    height: 20px;
    text-align: center;
    width: 20px;
    cursor: pointer;
    line-height: 18px;
    float: right;
}

.close-subpage:hover {
    background: #d74543;
    color: #fff;
}

.search-results h1 {
    font-size: 20px;
    text-align: center;
    margin: 0 0 18px;
}

.header-blue {
    background-color: #3a87ad;
}

.search-header {
    padding-left: 1px;
    margin-bottom: 3px;
}

.search-header span {
    background:#fff;
    padding:3px 5px;
}

.intelli-result {
    margin-bottom: 30px;
}

.intelli-result div:last-child {
    margin-bottom:0;
}

.intelli-result div {
    background-color:#f9f9f9;
    padding:7px;
    margin-bottom:9px;
}

.intelli-result div:hover {
    background-color:#f3f3f3;
}

.intelli-result span {
    color:#707070;
}

.intelli-result a:hover {
    text-decoration:none;
}

.search-results .scr_resultheader {
    background:#fafafa;
    color:#000;
    font-size:12px;
    font-weight:normal;
    margin-top:15px;
    padding:0 2px;
    text-align:left;
}

.loading_img {
    position: absolute;
    right: 4px;
    top: 3px;
    background-color: #4F6077;
}
.load_hidden {
    display: none!important;
    visibility: hidden!important;
}

table.table thead .sorting_asc {
    background: url(../../../../../images/sort_asc.png) no-repeat center right;
}

table.table thead .sorting {
    background: url(../../../../../images/sort_both.png) no-repeat center right;
    padding-left: 5px;
}

table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_desc {
    cursor: pointer;
    *cursor: hand;
}

table.table thead .sorting { 
    background: url('../../../../../images/sort_both.png') no-repeat center right; 
}
table.table thead .sorting_asc { 
    background: url('../../../../../images/sort_asc.png') no-repeat center right; 
}
table.table thead .sorting_desc { 
    background: url('../../../../../images/sort_desc.png') no-repeat center right; 
}

.loading {
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    left: 0;
    z-index: 99999;
}

.loading-cont {
    height: 45px;
    left: 50%;
    margin-left: -114px;
    margin-top: -23px;
    position: fixed;
    top: 50%;
    width: 228px;
}

.line-through {
    color: #bbb;
    text-decoration: line-through;
}

.twrapper {
  text-transform: uppercase;
  color: #555;
  position: absolute;
  width: 250px;
}
.info-icon {
        background-image: url('../../../../../default/img/info.png');
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-left: 5px;
    }
.twrapper .tooltip {
  background: #262626;
  top: 100%;
  color: #fff;
  display: block;
  opacity: 0;
  padding: 8px;
  pointer-events: none;
  position: absolute;
   overflow: visible;
  min-width: 175px;
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
 
}
.twrapper .tooltip > table > tbody> tr > td,.twrapper .tooltip > table > tbody> tr > th{padding:3px!important;}

  
.twrapper:hover .tooltip {
  opacity: 1;
  overflow: visible
}

.site-fee-btn { margin-left: 10px !important; }

.billing_div {
    padding: 20px;
    background: #f8f8f8;
    border: 1px solid #eee;
}
.checkbox-list {
    margin-bottom: 0;
}

.btn-u {
    border: 0;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    padding: 6px 13px;
    position: relative;
    background: #72c02c;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
}

.btn-u.btn-u-yellow {
    background: #f1c40f;
}

.btn-u.btn-u-yellow {
  background: #f1c40f;
}

.btn-u.btn-u-yellow:hover,
.btn-u.btn-u-yellow:focus,
.btn-u.btn-u-yellow:active,
.btn-u.btn-u-yellow.active,
.open .dropdown-toggle.btn-u.btn-u-yellow {
  background: #f39c12;
}

.btn-u.btn-u-default {
  background: #95a5a6;
}
.btn-u.btn-u-default:hover,
.btn-u.btn-u-default:focus,
.btn-u.btn-u-default:active,
.btn-u.btn-u-default.active,
.open .dropdown-toggle.btn-u.btn-u-default {
  background: #7f8c8d;
}

.btn-close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.btn-u.btn-u-sea-shop {
   background: #18ba9b;
}
.btn-u.btn-u-sea-shop:hover, 
.btn-u.btn-u-sea-shop:focus, 
.btn-u.btn-u-sea-shop:active, 
.btn-u.btn-u-sea-shop.active, 
.open .dropdown-toggle.btn-u.btn-u-sea-shop {
   background: #2cd5b6;
}