﻿body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding:0;
}

fieldset, img {
	border: 0;
}
ol, ul {
	list-style: none;
}

a {
	color: #000;
	text-decoration: none;
	outline: 0 none;
}

.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	display: block !important;
}


a:hover {
	text-decoration: none;
}

body {
	/* min-width: 1350px; */
	font: 11px/13px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	/*	background: url(../images/bg-body.gif) repeat-x;*/
}

.wrapper {
	position: relative;
	/* background: url(//www.javda.com/2016/images/bg-wrapper.png) no-repeat center top;*/
}

.menu {
	background: #ffffff;
	border-left: 1px solid #e6c47f;
	border-right: 1px solid #e6c47f;
}
.menu li {
	float: left;
	padding: 17px 0 12px;
	background: url(//www.javda.com/customer_care/images/seperator1.png) right 19px no-repeat;
}
.menu li a {
	display: block;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #724f2b;
	padding: 0 18px 0 10px;
	text-decoration: underline;
}
.menu li a:hover, .menu li.active a {
	text-decoration: none;
	color: #000;
}
.menu li.active {
	background: none;
}

#wrapper:after{
	position: absolute;
	content: '';
/*	background: url(../images/bg-footer.gif) repeat-x 0 100%; */
	left: 0;
	right: 0;
	bottom: 0;
	height: 132px;
	z-index: -1;
}
.main-heading{
	padding: 12px 10px 12px;
	border-bottom: 1px solid #a9a6a6;
	margin: 0 4px 9px;
}
.tabset{
	width: auto;
	display:none;
}
.tabset li{
	width: 32.3%!important;
}
.tabset .active{
	height: 52px;
}
.tabset li div{
	float: left;
}
.tabset img{
	margin: 2px 10px 0 5px;
}
.advanced-search{
	float: none;
	display: block;
	clear: both;
	width: auto;
	padding: 0;
	margin: 0 12px 10px 12px;
	border: none;
	background: none;
}
.advanced-search .popup .frame{
	clear: both;
}
.advanced-search .btn-opener{
	float: left;
	margin: 0 0 0 -1px;
	background: #fff7e6;
	border: 1px solid #e5c37c;
	width: 25px;
	height: 42px;
	text-indent: -9999px;
	overflow: hidden;
	position: relative;
}
.advanced-search .btn-opener:after{
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-left: 8px solid #724f2b;
	border-bottom: 8px solid transparent;
	top: 12px;
	left: 9px;
}
.advanced-search ul li .row .opener{
	max-width: 80px;
}
.advanced-search.open .btn-opener:after{display: none;}
.advanced-search.open .btn-opener:before{
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-right: 8px solid #724f2b;
	border-bottom: 8px solid transparent;
	top: 12px;
	left: 9px;
}
.advanced-search .slide{
	float: left;
	border: solid #e5c37c;
	border-width: 1px 0;
	padding: 4px;
	display: none;
}
.advanced-search.open .slide{
	display: block;
}
.advanced-search:after{
	content: '';
	display: block;
	clear: both;
}
.advanced-search h2{
	float: left;
	width: 115px;
	margin: 0;
	text-align: center;
	padding: 8px 20px 2px;
	font-size: 13px;
	line-height: 15px;
}
.advanced-search .holder{
	float: left;
	padding: 0 2px;
}
.advanced-search ul{
	float: left;
	width: 813px;
}
.advanced-search ul li,
.advanced-search ul li:first-child{
	float: left;
	border: none;
	border-right: 1px solid #e5c37c;
	width: 20%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 7px 14px 7px 16px;
}
.advanced-search ul li:last-child{
	border: none;
}
.btn-diamonds-to-compare{
	margin: 0 0 10px;
	text-align: center;
}
.btn-diamonds-to-compare a{
	margin: 0 auto;
	border: 1px solid #a9a6a6;
	position: relative;
	width: auto;
	display: inline-block;
	vertical-align: top;
	padding: 10px 30px 10px 10px ;
	height: auto;
	max-width: 250px;
	background: rgb(238,239,239);
	background: -moz-linear-gradient(top,  rgba(238,239,239,1) 0%, rgba(252,253,253,1) 34%, rgba(255,255,255,1) 46%, rgba(248,247,248,1) 71%, rgba(235,235,235,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,239,239,1)), color-stop(34%,rgba(252,253,253,1)), color-stop(46%,rgba(255,255,255,1)), color-stop(71%,rgba(248,247,248,1)), color-stop(100%,rgba(235,235,235,1)));
	background: -webkit-linear-gradient(top,  rgba(238,239,239,1) 0%,rgba(252,253,253,1) 34%,rgba(255,255,255,1) 46%,rgba(248,247,248,1) 71%,rgba(235,235,235,1) 100%);
	background: -o-linear-gradient(top,  rgba(238,239,239,1) 0%,rgba(252,253,253,1) 34%,rgba(255,255,255,1) 46%,rgba(248,247,248,1) 71%,rgba(235,235,235,1) 100%);
	background: -ms-linear-gradient(top,  rgba(238,239,239,1) 0%,rgba(252,253,253,1) 34%,rgba(255,255,255,1) 46%,rgba(248,247,248,1) 71%,rgba(235,235,235,1) 100%);
	background: linear-gradient(to bottom,  rgba(238,239,239,1) 0%,rgba(252,253,253,1) 34%,rgba(255,255,255,1) 46%,rgba(248,247,248,1) 71%,rgba(235,235,235,1) 100%);
}
.btn-diamonds-to-compare a:after{
	position: absolute;
	content: '';
	top: 17px;
	right: 10px;
	background: url(../images/arrow-8.png) no-repeat;
	width: 9px;
	height: 7px;
}


.select-diamond-holder .col-1,
.select-diamond-holder .col-2{
	width: 51.3%;
	margin: 0 0 -13px 10px;
	padding: 7px 0 0;
}
.select-diamond-holder .col-2{
	padding: 16px 0 0;
	width: 45%;
}
.select-diamond-holder .param{
	float: left;
	width: 67px;
}
.select-diamond-holder .param.add{
	margin: 12px 0 0;
}
.slider-holder .shape{
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 10px;
}


.slider-holder .shape li{
	padding: 0 0 12px;
}

.slider-holder .shape li:hover span{
	border-color: #e8ca8c;
	box-shadow: 0 0 0 1px #e8ca8c inset;
	position: relative;
	z-index: 5;
}

.slider-holder .shape label{
	height: auto;
	padding: 0;
}
.slider-holder .shape li span{
	width: 43px;
	background: #fff;
	height: 38px;
}

.slider-holder .shape li .text{
	font-size: 9px;
}

.slider-holder .shape li.active span{
	background: #e9ca8d;
    border: 1px solid rgba(184, 163, 29, 0.7);

}
.slider-holder{
	overflow: visible;
	margin: 0 0 25px;
}

.slider-holder .shape li span:hover{
	-webkit-box-shadow: 0 0 0 1px #e9ca8d inset;
}



.slider-holder .input-holder{
	float: left;
	width: 400px;
}
.col-2 .slider-holder .input-holder{
	width: 450px;
}
.slider-holder .input-holder:after{
	content: '';
	display: block;
	clear: both;
}
.slider-holder .slider .left,
.slider-holder .slider .right,
.ui-slider-handle{
	background: #eeeeee;
	border: 1px solid #ccc;
	width: 17px;
	height: 17px;
	border-radius: 5px;
	top: -4px !important;
}
.ui-slider-handle {
	top: -4px !important;
	cursor: pointer;
}

.slider-holder{
	overflow: visible;
	margin: 0 0 25px;
}
.slider-holder:after{
	display: block;
	content: '';
	clear: both;
}
.separator{
	height: 10px;
}
.slider-cut .separator{
	background: url('../images/slider-separator.png') no-repeat 97px -39px;
}
.slider-color .separator{
	background: url('../img/Color-slider-lines.png') no-repeat 41px 1px;
}
.slider-clarity .separator{
	background: url('../img/Clarity-slider-lines.png') no-repeat 62px 1px;
}
.slider-holder .slider{
	height: 10px;
	margin: 0 0 8px;
	background: rgb(153,153,153);
	background: -moz-linear-gradient(top,  rgba(153,153,153,1) 0%, rgba(180,180,180,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(153,153,153,1)), color-stop(100%,rgba(180,180,180,1)));
	background: -webkit-linear-gradient(top,  rgba(153,153,153,1) 0%,rgba(180,180,180,1) 100%);
	background: -o-linear-gradient(top,  rgba(153,153,153,1) 0%,rgba(180,180,180,1) 100%);
	background: -ms-linear-gradient(top,  rgba(153,153,153,1) 0%,rgba(180,180,180,1) 100%);
	background: linear-gradient(to bottom,  rgba(153,153,153,1) 0%,rgba(180,180,180,1) 100%);
}
.ui-slider-range{
	height: 10px;
	background: rgb(224,173,71);
	background: -moz-linear-gradient(top,  rgba(224,173,71,1) 0%, rgba(232,195,120,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(224,173,71,1)), color-stop(100%,rgba(232,195,120,1)));
	background: -webkit-linear-gradient(top,  rgba(224,173,71,1) 0%,rgba(232,195,120,1) 100%);
	background: -o-linear-gradient(top,  rgba(224,173,71,1) 0%,rgba(232,195,120,1) 100%);
	background: -ms-linear-gradient(top,  rgba(224,173,71,1) 0%,rgba(232,195,120,1) 100%);
	background: linear-gradient(to bottom,  rgba(224,173,71,1) 0%,rgba(232,195,120,1) 100%);
}
.slider-holder .slider .value{
	top: 0;
	right: 0;
}
.slider-holder ul{
	margin: 15px 0 4px;
	width: 100%;
}
.slider-cut ul li {
	width: 25%;
}
.slider-color ul{
	text-align: center;
}
.slider-color ul li{
	width: 20px;
	display: inline-block;
	vertical-align: middle;
	float: none;
}
.slider-clarity ul{
	text-align: center;
}
.slider-clarity ul li{
	display: inline-block;
	vertical-align: middle;
	float: none;
	width: 7%;
}
.slider-holder input{
	color: #000;
	height: 19px;
}
.slider-price .min{
	margin: 0 0 0 0;
}


.slider-price .input-wrap{
	border: 1px solid #c0c0c0;
	float: right;
	font:bold 11px/13px Verdana, Arial, sans-serif;
	height: 20px;
	color: #000;
	margin: 0 14px 0 0;
	width: 93px;
	text-align: right;
	padding: 3px 0;
}

.slider-price .input-wrap.left{
	width: 72px;
	margin: 0 0 0 23px;
	float: left;
	text-align: left;
}
.slider-price .input-wrap .max,
.slider-price .input-wrap .min{
	width: auto;
	margin: 0;
}


.carat-slider .min{
	margin: 2px 0 0 34px;
}
.carat-slider .max{
	margin: 2px 24px 0 0;
}
.select-diamond-holder .col-1 .slider-holder .value div{
	width: 388px;
}
.select-diamond-holder .col-1 .slider-holder .slider{
	width: 400px;
}
.select-diamond-holder .col-2 .slider-holder .value div{
	width: 440px;
}
.select-diamond-holder .col-2 .slider-holder .slider{
	width: 450px;
}
.advanced-options{
	margin: 0 0 6px;
	text-align: center;
	font-size: 12px;
	line-height: 15px;
	color: #000;
}
.tabs-area{
	padding: 0 5px;
	margin: -1px 4px 0;
}
.search-results-heading{
	margin: -1px 0 0;
	overflow: hidden;
	padding: 0 23px 1px 21px;
	position: relative;
}
.search-results{
	margin: 0 0 12px;
}
.popup .slider-holder .slider .value{
	top: 0;
}
.advanced-search .popup{
	left: 14px;
}
.popup .slider-holder .slider .ui-slider{
	background: none;
}
.popup .slider-holder .slider .ui-slider-range{
	background: rgb(224,173,71);
	background: -moz-linear-gradient(top,  rgba(224,173,71,1) 0%, rgba(232,195,120,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(224,173,71,1)), color-stop(100%,rgba(232,195,120,1)));
	background: -webkit-linear-gradient(top,  rgba(224,173,71,1) 0%,rgba(232,195,120,1) 100%);
	background: -o-linear-gradient(top,  rgba(224,173,71,1) 0%,rgba(232,195,120,1) 100%);
	background: -ms-linear-gradient(top,  rgba(224,173,71,1) 0%,rgba(232,195,120,1) 100%);
	background: linear-gradient(to bottom,  rgba(224,173,71,1) 0%,rgba(232,195,120,1) 100%);
}
.popup .ui-slider-handle{
	background: #eeeeee;
	border: 1px solid #ccc;
	width: 14px;
	height: 14px;
	border-radius: 5px;
	top: -2px !important;
}
.popup .slider{
	margin: 7px 0;
	float: right;
}
.popup .slider-holder{
	width: 143px;
}
.advanced-search .popup ul{
	width: 96px;
}
.advanced-search .popup ul li{
	width: 25%;
	padding: 0;
	border: none;
}
.popup .slider-depth .slider{
	margin: 6px 0 8px;
}
.advanced-search .popup .slider-holder input{
	height: 12px;
}
.popup .slider-depth .slider .ui-slider{
	width: 130px !important;
}
.popup .slider-depth .slider{
	width: 142px;
}
.popup .slider-fluorescence .slider .value,
.popup .slider-depth .slider .value{
	height: 10px;
	background: rgb(153,153,153);
	background: -moz-linear-gradient(top,  rgba(153,153,153,1) 0%, rgba(180,180,180,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(153,153,153,1)), color-stop(100%,rgba(180,180,180,1)));
	background: -webkit-linear-gradient(top,  rgba(153,153,153,1) 0%,rgba(180,180,180,1) 100%);
	background: -o-linear-gradient(top,  rgba(153,153,153,1) 0%,rgba(180,180,180,1) 100%);
	background: -ms-linear-gradient(top,  rgba(153,153,153,1) 0%,rgba(180,180,180,1) 100%);
	background: linear-gradient(to bottom,  rgba(153,153,153,1) 0%,rgba(180,180,180,1) 100%);
}
.popup .slider-fluorescence .slider,
.popup .slider-fluorescence .slider .ui-slider{
	width: 137px !important;
	margin: 0 0 10px;
}
.advanced-search .popup{
	left: 0;
	right: 0;
	width: auto;
}
.advanced-search .popup .slider-fluorescence ul{
	margin: 0;
	width: auto;
}
.advanced-search .popup .slider-fluorescence ul li{
	width: 20% !important;
	font-size: 9px;
	line-height: 10px;
}
.search-results-heading h2{
	float: left;
	max-width: 350px;
}
.search-results-heading .btn-filter{
	text-align: center;
	overflow: hidden;
	text-transform: uppercase;
	position: absolute;
	left: 50%;
    height: 40px;
	top: 0;
	padding: 5px 33px 5px 5px;
	width: 167px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font: 14px/17px Verdana, Arial, Helvetica, sans-serif;
	float: left;
	margin: 0 0 0 -84px;
	text-align: center;
	border: 1px solid #a5a5a5;
	background: rgb(95,95,95);
	background: -moz-linear-gradient(top,  rgba(95,95,95,1) 0%, rgba(130,130,130,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(95,95,95,1)), color-stop(100%,rgba(130,130,130,1)));
	background: -webkit-linear-gradient(top,  rgba(95,95,95,1) 0%,rgba(130,130,130,1) 100%);
	background: -o-linear-gradient(top,  rgba(95,95,95,1) 0%,rgba(130,130,130,1) 100%);
	background: -ms-linear-gradient(top,  rgba(95,95,95,1) 0%,rgba(130,130,130,1) 100%);
	background: linear-gradient(to bottom,  rgba(95,95,95,1) 0%,rgba(130,130,130,1) 100%);
}
.search-results-heading .btn-filter:hover{
	text-decoration: none;
	opacity: 0.95;
}
.search-results-heading .btn-filter .item-2,
.search-results-heading .btn-filter.collapse-state .item-1{
	display: none;
}
.search-results-heading .btn-filter.collapse-state .item-2{
	display: inline-block;
	vertical-align: top;
}

.search-results-heading .btn-filter:after{
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
	top: 9px;
	right: 19px;
}
.search-results-heading .btn-filter.collapse-state:after{
	display: none;
}
.search-results-heading .btn-filter.collapse-state:before{
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #fff;
	top: 9px;
	right: 19px;
}
.results-box{
	margin: 0 0 4px;
	background: none;
}
.results-box .holder{
	background: none;
}
.select-ring-style-box{
	margin: 0 4px 4px;
}
.info-holder .box .holder{
	background: none;
}
.products ul{
	width: auto;
}
.products ul li{
	width: 29.8%;
}
.diamond-image,
.add-to-basket .description,
.settings-holder .box{
	width: 48%;
}
.info-holder .shipping,
.info-holder .box{
	width: 48.5%;
}
.settings-holder{
	width: auto;
}
.tabset .active .ico-tab-1-active{
	width: 100%;
	max-width: 54px;
	height: auto;
	margin: 2px 16px 0 33px;
}
.tabset img{
	margin: 2px 14px 0 41px;
}
.tabset li div{
	margin: 5px 0 0;
}
.tab-holder{
	border: 1px solid #aeaeae;
	margin: -1px 4px 0;
	padding: 0 8px;
}
.search-results.main{
	margin: 0 0 9px;
	width: 1140px;
	height: auto;
	overflow: visible;
}
.search-results.main table th{
	font-size: 12px;
	line-height: 15px;
	height: 30px;
	background: none;
}
.search-results.main table tr:nth-child(odd) td{
	background: #fef9f3;
}
.search-results.main table tr.ui-state-hover td{
	background: #fde8d6;
}
.ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column{
	border:solid #e5c37c;
	border-width: 0 1px !important;
	height: 24px;
	padding: 1px 2px 0 2px;
	color: #823c0a;
	background: #fceedf;
	background: -moz-linear-gradient(top,  #fceedf 0%, #ffffff 50%, #fefcf9 64%, #fceee0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fceedf), color-stop(50%,#ffffff), color-stop(64%,#fefcf9), color-stop(100%,#fceee0));
	background: -webkit-linear-gradient(top,  #fceedf 0%,#ffffff 50%,#fefcf9 64%,#fceee0 100%);
	background: -o-linear-gradient(top,  #fceedf 0%,#ffffff 50%,#fefcf9 64%,#fceee0 100%);
	background: -ms-linear-gradient(top,  #fceedf 0%,#ffffff 50%,#fefcf9 64%,#fceee0 100%);
	background: linear-gradient(to bottom,  #fceedf 0%,#ffffff 50%,#fefcf9 64%,#fceee0 100%);
}
.ui-jqgrid .ui-jqgrid-htable th.ui-th-column:first-child{
	border-left: none;
}
.ui-jqgrid .ui-jqgrid-htable th.ui-th-column:last-child{
	border-right: none;
}
.ui-jqgrid tr.jqgrow td,
.ui-jqgrid tr.ui-row-ltr td{
	height: 26px;
	border: solid #f0c264 !important;
	border-width: 1px 0 0 !important;
	padding: 0;
}
.search-results.search-results-to-compare th a{
	background: none;
	padding: 3px 0 4px;
}
#compare-table th{
	background: none;
	font-size: 12px;
	line-height: 15px;
	border: solid;
	border-color: #c1a891 #b3b3b3;
	border-width: 0 1px 1px !important;
	padding: 0;
	background: #edefed;
	background: -moz-linear-gradient(top,  #edefed 0%, #f2f2f4 14%, #f6f6f6 19%, #f6f6f6 24%, #faf8fa 29%, #ffffff 48%, #faf8fa 67%, #f2f2f2 81%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edefed), color-stop(14%,#f2f2f4), color-stop(19%,#f6f6f6), color-stop(24%,#f6f6f6), color-stop(29%,#faf8fa), color-stop(48%,#ffffff), color-stop(67%,#faf8fa), color-stop(81%,#f2f2f2), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top,  #edefed 0%,#f2f2f4 14%,#f6f6f6 19%,#f6f6f6 24%,#faf8fa 29%,#ffffff 48%,#faf8fa 67%,#f2f2f2 81%,#ededed 100%);
	background: -o-linear-gradient(top,  #edefed 0%,#f2f2f4 14%,#f6f6f6 19%,#f6f6f6 24%,#faf8fa 29%,#ffffff 48%,#faf8fa 67%,#f2f2f2 81%,#ededed 100%);
	background: -ms-linear-gradient(top,  #edefed 0%,#f2f2f4 14%,#f6f6f6 19%,#f6f6f6 24%,#faf8fa 29%,#ffffff 48%,#faf8fa 67%,#f2f2f2 81%,#ededed 100%);
	background: linear-gradient(to bottom,  #edefed 0%,#f2f2f4 14%,#f6f6f6 19%,#f6f6f6 24%,#faf8fa 29%,#ffffff 48%,#faf8fa 67%,#f2f2f2 81%,#ededed 100%);
}
#compare-table th:hover{
	text-decoration: none;
	cursor: pointer;
}
#compare-table table th:first-child{
	border-left: none;
}
#compare-table table tr:nth-child(odd) td{
	background: #fafafa;
}
#compare-table table tr:hover td{
	background: #e7e7e7;
}
#compare-table table td{
	border-bottom: 1px solid #b3b3b3;
}
#compare-table .ui-jqgrid-resize{
	display: none;
}

.popup .slider-fluorescence .slider .separator,
.popup .slider-holder .slider .separator{
	background: url('../images/slider-separator-2.png') no-repeat 31px -21px;
}
.popup .slider-fluorescence .slider .separator{
	background: url('../images/slider-separator-2.png') no-repeat 38px 1px;
}
#compare-table td{
	overflow: hidden;
	border:solid #b3b3b3 !important;
	border-width: 0 0 1px !important;
}

.shape .filter-item,
.values-list .filter-item {
	display: none;
}




.tooltip-details {
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #c7c6c6;
	padding: 4px 11px;
	width: 292px;
	line-height: 16px;
	font-size: 11px;
	color: #000;
	box-sizing: border-box;
	background-color: #fff;
	background: -webkit-linear-gradient(top, #fff 0%, #fff 33%, #f0f0f0 100%);
	background: linear-gradient(to bottom, #fff 0%, #fff 33%, #f0f0f0 100%);
	z-index: 999;
}
.tooltip-details .arrow {
	position: absolute;
	top: 153px;
	right: -10px;
	border: solid transparent;
	border-width: 10px 0 10px 10px;
	border-left-color: #c7c6c6;
}
.tooltip-details .arrow:after {
	content: "";
	position: absolute;
	top: -9px;
	left: -11px;
	border: solid transparent;
	border-width: 9px 0 9px 9px;
	border-left-color: #fff;
}

.tooltip-details:hover{
	background: #fde8d6;
}

.tooltip-details:hover .arrow:after{
	border-left-color: #fde8d6;
}
.tooltip-details .title {
	display: block;
	margin: 0 0 7px;
	line-height: 22px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background: #7b4d1d;
}
.tooltip-details .scope {
	margin: 0 0 10px;
	border: 1px solid #c7c8ca;
	padding: 3px;
}
.tooltip-details .scope .frame {
	overflow: hidden;
	padding: 6px 0 4px;
	background: #fef9f3;
}
.tooltip-details .scope .image {
	float: left;
	margin: 0 22px 0 26px;
	border: 1px solid #999;
	width: 55px;
}
.tooltip-details .scope .image img {
	display: block;
	max-width: 100%;
	height: auto;
}
.tooltip-details .scope .line {
	overflow: hidden;
	padding: 11px 0 7px;
	line-height: 16px;
	font-size: 12px;
	font-weight: bold;
}
.tooltip-details .scope .line span {
	color: #3365d3;
}
.tooltip-details .scope dl {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.tooltip-details .scope dl dt {
	position: relative;
	float: left;
	margin: 0 16px 0 0;
	padding: 4px 0 3px;
	width: 53.2%;
	line-height: 16px;
	font-size: 12px;
	text-align: right;
}
.tooltip-details .scope dl dt:after {
	content: ":";
	position: absolute;
	top: 4px;
	right: -9px;
}
.tooltip-details .scope dl dd {
	display: block;
	border-top: 1px solid #c7c6c6;
	padding: 3px 0;
	color: #3365d3;
}
.tooltip-details .scope dl dt.price {
	width: auto;
}
.tooltip-details .scope dl dt.price + dd {
	margin-left: 105px;
}

.tooltip-details .details {
	margin: 0 0 6px;
	overflow: hidden;
	padding: 0;
}
.tooltip-details .details dt {
	position: relative;
	float: left;
	margin: 0 13px 0 0;
	padding: 2px 0 4px;
	width: 33.3%;
	color: #3365d3;
}
.tooltip-details .details dt:after {
	content: ":";
	position: absolute;
	top: 2px;
	right: -9px;
	color: #000;
}
.tooltip-details .details dt:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1000px;
	height: 1px;
	background: #c7c6c6;
}
.tooltip-details .details dd {
	display: block;
	overflow: hidden;
	padding: 2px 0 4px;
}
.tooltip-details .details dt:first-child:before {
	display: none;
}
.tooltip-details .shipping {
	margin: 0 0 10px;
	border: 1px solid #c7c8ca;
	padding: 3px;
	text-align: center;
	background: #fff;
}
.tooltip-details .shipping .frame {
	border: 1px solid #c7c8ca;
	padding: 2px 5px 4px;
}
.tooltip-details .shipping strong {
	font-weight: bold;
}
.tooltip-details .shipping .period {
	color: #696a6b;
}
.tooltip-details .shipping .date {
	font-size: 12px;
}
.btn-holder {
	text-align: center;
}
.tooltip-details .btn {
	display: inline-block;
	margin: 0 0 6px;
	padding: 0 25px;
	line-height: 32px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	vertical-align: top;
	color: #fff;
	background: #de513e;
}
.tooltip-details .btn:hover {
	background: #e95642;
}
.tooltip-details .links-holder {
	line-height: 13px;
	font-size: 11px;
}
.tooltip-details .links-holder p {
	margin: 0;
}
.tooltip-details .links-holder p strong {
	font-weight: bold;
}
.tooltip-details .links {
	padding: 8px 0 1px;
	line-height: 17px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
.tooltip-details .links a {
	display: inline-block;
	margin: 0 0 0 60px;
	font-weight: bold;
	vertical-align: top;
	color: #000;
}
.tooltip-details .links a:first-child {
	margin-left: 0;
}
.tooltip-details .links a img {
	display: inline-block;
	margin: 0 7px 0 0;
	vertical-align: middle;
}
.tooltip-details .links a:hover {
	color: #3365d3;
}

.ui-jqgrid td .check-compare {
	margin: 0 0 0 10px;
}


@media (max-width: 1023px) {
	.maincontent form>img[alt="ads"] {
		display: none;
	}
	.select-diamond-holder .col-1, .select-diamond-holder .col-2 {
		float: none;
		width: auto; 
		display: block;
	}
	.select-diamond-holder .col-2 .slider-holder .value div,
	.select-diamond-holder .col-1 .slider-holder .value div {
		 width: 100%;
	}
	.select-diamond-holder .col-1 .slider-holder .slider,
	.select-diamond-holder .col-2 .slider-holder .slider {
		width: 97%;
	}
	.col-2 .slider-holder .input-holder, 
	.slider-holder .input-holder {
		width: 100%;
	}
	.advanced-search ul {
		width: 510px;
	}
	.advanced-search .advanced-search-list>li, .advanced-search .advanced-search-list>li:first-child {
		width: 46%;
	}
	.advanced-search .slide {
		width: 530px;
	}
	.search-results-holder {
    	overflow-y: auto;
    	-webkit-overflow-scrolling: touch;
	}
	.search-results-heading h2 {
		font-size: 16px;
	}
	.slider-cut .separator,
	.slider-clarity .separator,
	.slider-color .separator {
		background: none;
	}
	.search-results-to-compare.search-results {
    	overflow: visible;	
    	overflow-y: auto;
    	-webkit-overflow-scrolling: touch;
	}
	.search-results-to-compare .compare-slide {
		width: 900px;
	}
	.select-diamond-holder .param {
		margin: 0 0 10px;
	}
	.advanced-options {
		padding: 10px 0;
	}
	.advanced-search .slide {
		border: none;
		padding: 0 4px;
	}
	.search-results-heading {
		padding: 10px 15px 20px 15px;	
	}
	.advanced-search ul li, .advanced-search ul li:first-child {
		border: none;
	}
	.slider-holder .shape {
		padding-right: 1px;
	}
	.slider-holder .shape label span {
		margin: 0 -1px 0px 0px;
	}
	.tooltip-details {
		z-index: 1111111019;
		display:none !important;
	}

}


@media (max-width: 767px) {
	.advanced-search ul,
	.advanced-search .slide {
		width: 100%;
	}
	.advanced-search .advanced-search-list>li,
	.advanced-search .advanced-search-list>li:first-child {
		border: none;
		width: 100%;	
	}
	.search-results-heading h2 {
		margin: 0 0 15px;
		float: none;
	}
	.advanced-search .holder {
		width: 100%;
	}
	.advanced-search .slide {
		padding: 4px 0;
		
	}
	.search-results-heading {
		padding: 44px 15px 20px 15px;	
	}
}

@media (max-width: 479px) {
	.select-diamond-holder .col-1 .slider-holder .slider,
	.select-diamond-holder .col-2 .slider-holder .slider {
		width: 96%;
	}
	.slider-holder .shape li {
		margin: 0 0 10px;
	}
}

@media (max-width: 374px) {
	.select-diamond-holder .col-1 .slider-holder .slider,
	.select-diamond-holder .col-2 .slider-holder .slider {
		width: 94%;
	}
}


.newli {
width: 50px!important;
}