



.sitemap ul {
    margin:3px 0 12px 0;
}
.sitemap ul li{
    margin:0 0 2px 0;
    list-style-type: none;
}
.sitemap ul li a{
    font-size:12px;
}
.sitemap ul li ul li{
    margin:0 0 2px 30px;
    list-style-type: disc;
}
.sitemap ul li ul li a{
    font-size:11px;
}
.sitemap ul li ul li ul li{
    margin:0 0 2px 20px;
}
.sitemap ul li ul li ul li a{
    font-size:10px;
}
.sitemap ul li ul li ul li ul li a{
    font-size:10px;
}

em, strong em, em strong {font-style: italic}
strong, em strong, strong em {font-weight: bold}

.tagWrap {
    position: relative;
}

.tagWrapPencil {
    position: absolute;
    right: 1px;
    top: 1px;
    cursor: pointer;
}

.popupHolder {
	width: 100%;
	height: 100%;
	background: url(../images/bg_popup.png) repeat 0 0;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 9000;
}

.popupBoxCms {
	border: 1px solid #aeaeae;
	background: #fff;
	position: fixed;
	left: 50%;
	top: 100px;
	-moz-box-shadow: 0px 1px 2px 1px #ccc;
	-webkit-box-shadow: 0px 1px 2px 1px #ccc;
	box-shadow: 0px 5px 15px 5px #444;
}

.cmsEditPopup {
	width: 700px;
    min-height:500px;
	margin-left: -277px;
	top: 100px;
}



.popupBg {
	background: url(/images/popup-bg.png);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
	display: none;
}

.popupBox {
	position: fixed;
	top: 146px;
	left: 50%;
	width: 637px;
	padding: 35px;
	margin-left: -361px;
	border: 8px solid #f2f2f2;
	z-index: 20001;
	background: #fff;
	display: none;
}

.popupClose {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}



.closeBox {
	text-align: right;
	padding: 6px 7px 1px 7px;
	background: #ebebef;
	border-bottom: 1px solid #bdbdbd;
}

.closeBox h3 {
	float: left;
	color: #1e4680;
	font-size: 15px;
	padding: 5px 0 6px 5px;
}

.popupContent {
	padding: 16px;
}

#uberbar  {
  border-bottom:1px solid #eee;
  background:#efefef;
  padding:10px 20px;
  position:fixed;
  bottom:0;
  left:0;
  opacity:0.8;
  z-index:2000;
  width:100%;
}
.cmsConfirmBanner {
    position:fixed;
    z-index:20000;
    width:98%;
    left:0;
    top:0;
    height:60px;
    background:#efefef;
    padding:15px;
}

.search-div {
    float:left;
    padding-right:20px;
    width:20%;
}

.result-area {
    float:left;
    width:70%;
}

.heading-text {
    display:block;
    font-size:15px;
    font-weight:bold;
    margin-bottom:8px;
}

.result-area h3, p.sub-header {
    font-size:18px;
    font-weight:bold;
    margin-bottom:8px;
}

#subLinks {
    margin-bottom:10px;
}

.adminLeftNav ul {
    margin-left:5px;
}

.adminLeftNav li {
    list-style: none;
    margin-bottom:5px;
}



.listTable {
	border: 1px solid #169af1;
}

.listTable tr th{
	background-color:#169af1;
	padding:3px 5px 3px 5px;
	color:#ffffff;
	font-size: 13px;
	text-align:left;
}

.listTable tr td {
	font-size: 12px;  font-size: 13px;  /* bfsfont */
	padding:3px 5px 3px 5px;
}

.fieldsTable {
	border: 1px solid #169af1;
}

.fieldsTable tr td {
	font-size: 12px; font-size: 13px;  /* bfsfont */
	padding:3px 5px 3px 5px;
}

.fieldsTable tr th{
	background-color:#169af1;
	padding:3px 5px 3px 5px;
	color:#ffffff
}

.fieldsTable th {
	font-size: 13px;
	text-align:left;
}

.fieldsTable td a{
	font-size: 12px; font-size: 13px;  /* bfsfont */
}

.fieldsTable td a:hover{
	font-size: 12px; font-size: 13px;  /* bfsfont */
}

.prodAttTable {
    border-left: 1px solid #000;
    border-top: 1px solid #000;
}

.prodAttTable td{
    padding:3px 5px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

.result_field_area {
    width:auto;
    padding-right: 5px;
    background-color: #fff;
}


.mob_photo {
	max-width:100%;
}
.mobLogo {
	max-width:100%;
}

.alignCenter {
    text-align:center;
}
.popMainImg, .popLogo {
	max-width:100%;
}

.result_heading_area {
    max-width: 390px;  
}




.input_group2 {
	width:100%;
	float:left;
	height:auto;
	margin-bottom:15px;
}
.input_group2 .input_section {
	 width: calc(100% - 160px);;
	display:inline-block;
	float:left;
}
.input_group2 label.leftLabel {
	width: 150px;
	padding-right:8px;
	text-align:right;
	color:#58595b;
	font-size:12px; font-size: 13px;  /* bfsfont */
	line-height:18px; /*26*/
	font-family:HelveticaNeueBold;
	display:inline-block;
	float:left;
}


.input_group2 .selection_box {
	width:100%;
	height:26px;
	border:1px solid #98c5e6;
	box-sizing:border-box;
	background:#fff url(../images/select-arrow.png) top right no-repeat;
	-moz-appearance:none;
	-o-appearance:none;
	-ms-appearance:none;
	-webkit-appearance:none;
	cursor:pointer;
	-webkit-box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.14);
	-moz-box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.14);
	box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.14);
	color:#58595b;
	font-size:12px; font-size: 13px;  /* bfsfont */
	line-height:26px;
	font-family:HelveticaNeueBold;
	box-sizing:border-box;
	padding:0 10px;
}




/*-------------- wm ------------------------------*/
.overview .result_product_des {text-align: left;}
.compare_area {
    width: 45%;
    max-width: initial;}
.input_group label {
    width: 150px;}
.input_group .input_section {
    width: calc(100% - 160px);}




.compare_area h1, .library_heading_area h1, .suggestions_heading_area h1, .result_heading_area h1 {
	font-family: /*'AntitledOTBook', */Arial, Helvetica, sans-serif;
}

.overview .result_product_des, .pdf .result_product_des, .result_product_des_mob .result_product_des_mob  {
    padding-top:20px;
}
.accordion-wrapper3 div.result_content_over {
    padding-top:20px;
}




.accordion-wrapperx div { width: 100%; background:#fff; }

/* .accordion-wrapper div p { padding: 8px; margin:0; } */

.accordion-wrapperx div.tab-headx {
  background: #fff url(../images/tab-bg.png) no-repeat;
  background-position:calc(100% - 10px) center;
  cursor:pointer;
  position:relative;
}

.accordion-wrapperx.wrapperx-open div.tab-headx {
  background: #fff url(../images/tab-bg2.png) no-repeat;
  background-position:calc(100% - 10px) center;
}

.accordion-body {
  display:none;
}
.accordion-wrapperx {
  width: 100%;
  margin: 12px auto
}

.accordion-wrapperx.wrapperx-open .accordion-body {
  display:block;
}





.product_checkbox2 {
	padding-left:37px;/*74*/
	position:relative;
	line-height:34px;
	font-family:HelveticaNeueBold;
	color:#58595b;
	display:block;
}
.product_checkbox2 input[type="checkbox"] {
	position:absolute;
	left:-9999em;
}
.product_checkbox2 > i {
	position:absolute;
	top:4px;
	left:0px;/*37*/
	border:1px solid #98c5e6;
	width:24px;
	height:24px;
	background:#fff;
	-webkit-box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.14);
	-moz-box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.14);
	box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.14);
}
.product_checkbox2 input + i::after {
    content: "\f00c";
    font:16px FontAwesome;
    height: 24px;
    left:0;
    text-align: center;
    top:0;
    width: 24px;
	z-index:999;
	line-height:24px;
	text-align:center;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	color:#169af1;
}

.product_checkbox2 input:checked + i::after {
	opacity:1;
}






@media screen and (max-width: 768px) {



	.compare_field_area .product_checkbox2 {
		font-size:15px;
	}


.result_heading_area.buttons3 {
  float:none;
  max-width:100%;
  clear:both;
}

.result_heading_area.last #hide_all {
    float: left;
 }

 .result_heading_area.last .btn {
    margin-right: 5px;
}





.accordion-wrapper {
  width: 100%;
  margin: 12px auto
}







	.compare_area {
		    width: 100%;}
	.compare_field_area .input_group label{
	    width: 150px;}    
	.compare_field_area .input_group .input_section {
	    width: calc(100% - 160px);}

}