.staticShippingData;

.staticShippingData  table, p{}

.staticShippingData table, tbody, thead{margin-bottom:10px; text-wrap:none;}

.staticShippingData table{border-radius:5px; *border-collapse: collapse; border-spacing: 0; border:1px solid #333;
                           background:#fff; background:rgba(255,255,255,0.6);}

.staticShippingData table th{padding:5px 6px; text-transform:standard; white-space: nowrap;
                           color:#fff; border-bottom:1px solid #fff;
                           background:#e51937; border-left:1px solid #fff;}
.staticShippingData table th:first-child{border-left:none;}

.staticShippingData table td{padding:2px 2px; font-size:100%; vertical-align:middle; border-left:1px solid #A3A3A3; border-bottom:1px solid #A3A3A3;}
.staticShippingData table td:first-child{ vertical-align:top;border-left:none; }

ul.store_finder_list li img{display:block; transition:opacity 0.15s ease-out; width:198px;height: 186px;}

ul.store_finder_list li:nth-child(4n+1) {
  clear:left;margin-left:0;
}

.btnDisable_txt{color:#a0a0a0}
.cursor_pointer {cursor: default;}

.content .container{margin-bottom:2em; border-bottom:3px dotted #211e1f;}

/* Added by IGate */

 .facetHead_normalTxt{height:32px; padding:0 13px 0 14px; margin-bottom:15px;
		font-size:14px;  font-weight:bold; color:#fff; white-space:nowrap;
		background:url(../images/facet-head.png) left top no-repeat;}
	.facetHead_normalTxt a{display:block; height:26px; line-height:26px; color:#fff; text-decoration:none;
		background:url(../images/facet-arrows.png) right top no-repeat;}
	.facetHead_normalTxt a.close{background-position:right bottom;}

	.facetTitle .facetHead_normalTxt{height:36px;	font-size:18px;
		background:url(../images/facet-head-filters.png) left top no-repeat;}
	.facetTitle .facetHead_normalTxt a{height:29px; line-height:28px; background:none;}

	.facetSubTitle .facetHead_normalTxt{
		background:url(../images/facet-head-sub.png) left top no-repeat;}
	.facetSubTitle .facetHead_normalTxt a{background:none;}

/* Added By IGATE */

/* Added By IGATE for pagination select box allignment */
	.paginationBar .sortForm{float:left; height:36px; padding:10px 18px; vertical-align:middle;
		border-right:2px dotted #211e1f;}
	.paginationBar .sortForm label{margin-right:10px;}
	.paginationBar .sortForm select{height:36px; padding:4px 6px; width:171px;
	font-size:16px;
	border:1px solid #d5d5d5; border-radius:5px;
	background:#fff;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.5, #FFFFFF),color-stop(1, #FCF4DF));
	background-image: -o-linear-gradient(bottom, #FFFFFF 50%, #FCF4DF 100%);
	background-image: -moz-linear-gradient(bottom, #FFFFFF 50%, #FCF4DF 100%);
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 50%, #FCF4DF 100%);
	background-image: -ms-linear-gradient(bottom, #FFFFFF 50%, #FCF4DF 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 50%, #FCF4DF 100%);}

/* Added by iGATE, in original CSS, twitter and facebook positions are reversed */

	.footer .links ul.Fa > li.social ul li a i.icon.twitter{background-position:left -0px;}
	.footer .links ul.Fa > li.social ul li a i.icon.facebook{background-position:left -27px;}

/** Fix for strike through promotion price **/
    .strike-through { text-decoration: line-through; color: #A3A3A3; }