/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * 								Global HTML Tags
 */
html {
	background-color: #fff;
    font-family: arial, sans-serif;
}
body {
	position: relative;
	background-color: #fff;
	padding: 0;
	margin: 0;
}
hr {
	color: #58585a;
	margin: 1em auto;
	width: 80%;
}
ul {
	list-style-type:none;
}
ul li {
	line-height: 24px;
	font-size: 12px;
	display: block;
	padding: 0;
}
a {
    color: #000;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * 								Generic Classes
 */c
.clear {
	clear: both;
}

.shadow {
	-moz-box-shadow: 3px 3px 4px #444;
	-webkit-box-shadow: 3px 3px 4px #444;
	box-shadow: 3px 3px 4px #444;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444');
}


.redbutton {
	/* fallback/image non-cover color */
	background-color: #b23426; 
	/* Safari 4+, Chrome 1-9 */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b23426), to(#932b20));
	/* Safari 5.1+, Mobile Safari, Chrome 10+ */
	background-image: -webkit-linear-gradient(top, #b23426, #932b20); 
	/* Firefox 3.6+ */
	background-image: -moz-linear-gradient(top, #b23426, #932b20);
	/* IE 10+ */
	background-image: -ms-linear-gradient(top, #b23426, #932b20);
	/* Opera 11.10+ */
	background-image: -o-linear-gradient(top, #b23426, #932b20);
	display: block;
	height: 39px;
	width: 159px;
	border-radius: 3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-moz-box-shadow: 3px 3px 4px #444;
	-webkit-box-shadow: 3px 3px 4px #444;
	box-shadow: 3px 3px 4px #444;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444');
	color: #fff;
	line-height: 39px;
	text-decoration: none;
	font-size: 13px;
}

.redbutton:hover {
	/* fallback/image non-cover color */
	background-color: #b23426; 
	/* Safari 4+, Chrome 1-9 */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#932b20), to(#b23426));
	/* Safari 5.1+, Mobile Safari, Chrome 10+ */
	background-image: -webkit-linear-gradient(top, #932b20, #b23426); 
	/* Firefox 3.6+ */
	background-image: -moz-linear-gradient(top, #932b20, #b23426);
	/* IE 10+ */
	background-image: -ms-linear-gradient(top, #932b20, #b23426);
	/* Opera 11.10+ */
	background-image: -o-linear-gradient(top, #932b20, #b23426);
	display: block;
	height: 39px;
	width: 159px;
	border-radius: 3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-moz-box-shadow: 3px 3px 4px #444;
	-webkit-box-shadow: 3px 3px 4px #444;
	box-shadow: 3px 3px 4px #444;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444');
	color: #fff;
	line-height: 39px;
	text-decoration: none;
	font-size: 13px;
}

.silverButton {
	/* fallback/image non-cover color */
	background-color: #fdfdfd; 
	/* Safari 4+, Chrome 1-9 */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fdfdfd), to(#ededed));
	/* Safari 5.1+, Mobile Safari, Chrome 10+ */
	background-image: -webkit-linear-gradient(top, #fdfdfd, #ededed); 
	/* Firefox 3.6+ */
	background-image: -moz-linear-gradient(top, #fdfdfd, #ededed);
	/* IE 10+ */
	background-image: -ms-linear-gradient(top, #fdfdfd, #ededed);
	/* Opera 11.10+ */
	background-image: -o-linear-gradient(top, #fdfdfd, #ededed);
	display: block;
	height: 32px;
	width: 159px;
	border-radius: 3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	color: #fff;
	line-height: 32px;
	text-decoration: none;
	font-size: 13px;
	border:2px solid #ccc;
}

.silverButton:hover {
	/* fallback/image non-cover color */
	background-color: #fdfdfd; 
	/* Safari 4+, Chrome 1-9 */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ededed), to(#fdfdfd));
	/* Safari 5.1+, Mobile Safari, Chrome 10+ */
	background-image: -webkit-linear-gradient(top, #ededed, #fdfdfd); 
	/* Firefox 3.6+ */
	background-image: -moz-linear-gradient(top, #ededed, #fdfdfd);
	/* IE 10+ */
	background-image: -ms-linear-gradient(top, #ededed, #fdfdfd);
	/* Opera 11.10+ */
	background-image: -o-linear-gradient(top, #ededed, #fdfdfd);
	display: block;
	height: 32px;
	width: 159px;
	border-radius: 3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	color: #fff;
	line-height: 32px;
	text-decoration: none;
	font-size: 13px;
	border:2px solid #ccc;
}


.greenButton {
	background-color: #a3a590;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	border-radius: 3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	cursor: pointer;
    padding: 7px 12px;
    border: none;
}

.greenButton:hover {
	background-color: #2f5568;
}

.greenButtonHover {
    background-color:#2f5568;
    color: #fff;
	font-weight: bold;
	font-size: 14px;
	border-radius: 3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	cursor: pointer;
    padding: 7px 12px;
    border: none;
}

.orangeButton {
	background-color: #f68a1e;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	border-radius: 3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	cursor: pointer;
    padding: 7px 12px;
    border: none;
}

.orangeButton:hover {
	background-color: #ff8e21;
}

.orangeButtonHover {
    background-color:#ff8e21;
    color: #fff;
	font-weight: bold;
	font-size: 14px;
	border-radius: 3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	cursor: pointer;
    padding: 7px 12px;
    border: none;
}

.grayButton {
	background-color: #9b9b9b;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	border-radius: 3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	cursor: pointer;
    padding: 7px 12px;
    border: none;
}

.grayButton:hover {
	background-color: #f68a1e;
}

.grayButtonHover {
    background-color:#f68a1e;
    color: #fff;
	font-weight: bold;
	font-size: 14px;
	border-radius: 3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	cursor: pointer;
    padding: 7px 12px;
    border: none;
}




.greyButton {
	background-color: #434247;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	border-radius: 3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	cursor: pointer;
    padding: 7px 12px;
    border: none;
}

.greyButton:hover {
	background-color: #7d7b85;
}

.greyButtonHover {
    background-color:#7d7b85;
    color: #fff;
	font-weight: bold;
	font-size: 14px;
	border-radius: 3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	cursor: pointer;
    padding: 7px 12px;
    border: none;
}

.rightLink {
	display: block;
	text-align: right;
	text-decoration: none;
	text-transform:uppercase;
	color: #2f5568;
	font-size: 1em;
	font-weight: bold;
	padding-right: 0px;
}

.rightLink:hover {
	color: #d98719;
}

.hugeText {
	font-size: 24px;
}

.bigText {
	font-size: 16px;
}

.mediumText {
	font-size: 14px;
}

.smallText {
	font-size: 12px;
    line-height: auto;
}

.whiteText {
	color: #fff;
}

.blackText {
	color: #000;
}

.tealText,
#searchResults tr.tealText{
	color: #2f5568;	
}

.uppercase{
	text-transform:uppercase;
}

.closeout,
#searchResults tr.closeout{
	color: #b81f24;
}

.flyer,
#searchResults tr.flyer{
	color: #3951a3;
}

.allocated,
#searchResults tr.allocated{
	color: #f68a1f;
}

.oversize,
#searchResults tr.oversize{
    font-weight: bold;
    color: #000;
}
.oversize td,
#searchResults tr.oversize td{
    font-weight: bold;
}

.new,
#searchResults tr.new{
	color: #377712;
}

.new td,
#searchResults tr.new td{
	color: #377712;
}
.bannersDisplay{
	float:right;
	width:76%;
}
.bannerImages{
	width:100%;
}
#instasearchContainer .bannersDisplay{
	width:73%;
	margin-bottom: 13px;
}
.bold {
	font-weight: bold;
} 
.roundCorners {
	border-radius: 3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}

.center {
	/*text-align: center;*/
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.nowrap {
	white-space: nowrap;
}

.parent {
	background-image: url("../../img/brez/down-arrow.png");
	background-repeat: no-repeat;
	background-position: 96% center;
}


input[type="radio"] {
    height: 11px;
    width: 11px; 
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #dbdad8 50%, #d7dee3 51%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#dbdad8), color-stop(51%,#d7dee3), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#dbdad8 50%,#d7dee3 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#dbdad8 50%,#d7dee3 51%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#dbdad8 50%,#d7dee3 51%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#dbdad8 50%,#d7dee3 51%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

#bodyContainer {
	float: left;
	background-color:#fff;
    width: 100%;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * 								Bread Crumbs
 */
#breadCrumbs {
    padding-top:0px;
    padding-bottom:0px;
    width: 100%;
    display: block;
}

#breadCrumbs a.removeCrumbX {
	margin-right: 0px;
	display: inline-block;
	padding: 0px 5px 0px 15px;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	color: #3A3A3A;
	text-decoration: none;
	border-radius: 3px;
	background-image: url("/images/close_button.png");
	background-repeat: no-repeat;
	font-weight: normal;
	background-size:20px 20px;
	font-family:inherit;
	cursor:pointer;
}
#breadCrumbs span.underline{
	cursor:pointer;
	text-decoration:underline;
}
#breadCrumbs a.removeCrumbX:hover{
	font-size:12px !important;
}
/*#breadCrumbs > a:first-child {
    margin-left: 16px;
}*/
#breadCrumbs img {
    margin-bottom: -10px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * 								Left Column
 */
#leftCol {
	float: left;
	width: 25%;
	background-color: #58585a;
	color: #fff;
}

#leftCol h3 {
	font-size: 12px;
	/*font-weight: bold;*/
	text-align: left;
    background-color: #434247;
	color: #fff;
	padding: 13px 0 13px 29px;
}

#leftCol a {
    font-weight: normal;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * 								Nav
 */
ul.navL1 li {
    font-size: 12px;
	line-height: 24px;
	display: block;
	position: relative;
	z-index: 10;
    color: #fff;
}

ul.navL1 li:hover {
    background-color: #434247;
    color: #f68a1e !important;
}

ul.navL1 a {
    color: inherit;
	display: block;
	text-decoration: none;
}
ul.navL1 li a.active {
    color: #f68a1e;
    font-weight: normal;
	background: url("/images/selected.png");
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: right 0px top 9px;
	display: inline-block;
	padding-right: 15px;
}
.activeChild
{
    color: #f68a1e;
    margin: 0 0 0 3.25em;
}


ul.navL2 > li,
ul.navL3 > li,
ul.navL4 > li,
ul.navL5 > li {
	position: relative;
	padding: 0;
    background-color: #434247 !important;
    color: #fff;
    box-shadow: 5px 5px 1px #000;
}

ul.navL1 > li:hover,
ul.navL2 > li:hover,
ul.navL3 > li:hover,
ul.navL4 > li:hover,
ul.navL5 > li:hover {
	position: relative;
    color: #f68a1e !important;
}

ul.navL2,
ul.navL3,
ul.navL4 {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	min-width: 200px;
	background-color: #d6d6cc;
	white-space: nowrap;
}

ul.navL1 > li:hover > ul,
ul.navL2 > li:hover > ul,
ul.navL3 > li:hover > ul,
ul.navL4 > li:hover > ul,
ul.navL5 > li:hover > ul {
	display: block;
    color: #f68a1e;
/*	background-color: #a4a48f;
 	border: 1px solid #a3a58f;
	border-radius: 3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-moz-box-shadow: 3px 3px 4px #444;
	-webkit-box-shadow: 3px 3px 4px #444;
	box-shadow: 3px 3px 4px #444;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444'); */
}

#categoryBreakDown {
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * 						   Left Col Search Modifiers
 */

ul#cartSelector  {
	list-style-type:none;
	margin-bottom: 1ex;
}

ul#cartSelector li {
	display: block;
	position: relative;
}
 

ul#cartSelector li.active a {
    color: #f68a1e;
    font-weight: bold;
}

ul#accounts li.active a {
    color: #f68a1e;
    font-weight: bold;
}

#leftCol ul li {
    color: #fff;
}

ul a {
    color: #fff;  
    font-size: 12px;
    line-height: 1.2em;
	text-decoration: none;
}

#leftCol ul a:hover {
    color: #f68a1e; 
    background-color: #434247;
}

.count {
	color: inherit;
	font-style: italic;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * 						Left Add Block 1
 */
.leftAddBlock1 {
	width: 100%;
	text-align: center;
	padding: 15px 0;
}

.leftAddBlock1 p {
	padding: 1ex 15px 1ex 15px;
	line-height: 2ex;
	font-size: 14px;
	font-weight: bold;
	color: #2f5568;
	text-transform:uppercase;
}

#leftAddBlock1 .redbutton {
	margin: 0 auto;
	text-transform:uppercase;
}

.redbutton img {
	margin-bottom: -3px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * 						Left Add Block 2
 */
#leftAddBlock2 {
	width: 100%;
	text-align: center;
}

#leftAddBlock2 p {
	padding: 2ex 15px 2ex 15px;
	line-height: 2ex;
	text-align: left;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * 						Right Col
 */
/* #rightColContainer { } */
#rightCol {
	float: right;
	width: 74%;
	/*padding: 5px;*/
	background-color: #fff;
	text-align: left;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * 						Search Fields
 */

.noresults {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	padding: 10px;
}

/* checkboxes and Labels */
input[id="inResults"] + label { 
    margin: .25em 0 0 0;
}
input[id="useWildcard"] + label { 
    margin: .25em .45em 0 0;
}
#useWildcard, #inResults
{
    margin: .25em 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * 						Headline Banner
 */
#headlineBanner {
	margin: 10px 0;
	position: relative;
}

#colorKey {
    padding: 9px 0 9px 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * 						Big Banner
 */
#bigBanner {
	position: relative;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * 						Horizontal Banner
 */
#horizontalBanner {
	position: relative;
	margin: 10px 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * 						3 Columns Row A
 */
#threeColA {
	position: relative;
}

#threeColB {
	position: relative;
}

.col1,
.col2,
.col3 {
	width: 224px;
	/*height: 200px; */
	float: left;
	margin-right: 12px;
	margin-bottom: 42px;
}

.col1 a,
.col2 a,
.col3 a {
	width: 100%;
	text-decoration: none;
	color: #000;
	font-weight: normal;
}

.col1 img,
.col2 img,
.col3 img {
	margin-bottom: 9px;
}

.col1 .rightLink,
.col2 .rightLink,
.col3 .rightLink {
	bottom: 0;
	right: 0;
	font-size: 14px;
	color: #434247;
	font-weight: bold;
}

.col1 .rightLink:hover {
	color: #f68b1f;
}

.rightLinkArrow {
	color: #f68b1f;
	font-weight: bold;
}

.col1 p,
.col2 p,
.col3 p {
	text-align: left;
	font-size: 13px;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * 							In-page Dialogs
 */
#dialogs {

}

#dialogs h2 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 5px;
}
#dialogs p {
    font-size: 14px;
}

#dialogWarning {
    display: none;
    color: #fff;
    background-color: #434247;
    background-image: url('/img/brez/icons/warning-icon-25px.png');
    background-repeat: no-repeat;
    background-position: 15px 15px;
    position: relative;
  	border-radius: 3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
    padding: 15px 60px;  
    margin: 15px 0 15px 0;
}

#dialogInformation {
    display: none;
    color: #fff;
    background-color: #434247;
    background-image: url('/img/brez/icons/warning-icon-25px.png');
    background-repeat: no-repeat;
    background-position: 15px 15px;
    position: relative;
  	border-radius: 3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
    padding: 15px 60px;  
    margin: 15px 0 15px 0;
}


#dialogSuccess {
    display: none;
    color: #fff;
    background-color: #434247;
    background-image: url('/img/brez/icons/success-icon-25px.png');
    background-repeat: no-repeat;
    background-position: 15px 15px;
    position: relative;
  	border-radius: 3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
    padding: 15px 60px;  
    margin: 15px 0 15px 0;
}

.closeDialog {
    position: absolute;
    top: 0;
    right: 0;  
} 


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * 							Search Results
 */
#printButton,
#printButton2 {
	line-height: 18px; 
	float:right; 
	margin-top: 0; 
	color: #fff; 
	text-align: center;
}

#printButton2 {
    margin-top: 15px;
}

#searchProperties {
	padding-top: 1.2ex;
}


#sortBy,
#resultsPerPage {
	height: 3ex;
}

#paginationBottom > span > span, 
#pagination span {
    color: #f68a1f;
    font-size:9pt;
    margin:0 3px 0 -2px;
}


#pagination a,
#paginationBottom a {
	text-decoration: underline;
	color: #000;
	font-weight: normal;
}

#pagination {
	position: absolute;
	right: 0;

}
.pagination{
	margin:0 !important;
}
#paginationBottom {
	display: block;
	text-align: right;
}
.searchLeftPanel{
	width:22%;
	float:left;
	clear:left;
	margin-top: 13px;
}
#searchResults{
	padding: 1rem;
	width: 78%;
	font-size: 12px;
	/*padding-top: 2ex;*/
    line-height: 110%;
    float:right;
}
#searchResults table {
	width: 100%;
	font-size: 12px;
	/*padding-top: 2ex;*/
    line-height: 110%;
}

#searchResults th {
	text-align: center;
}

#searchResults tr{
    color:#000000;
}
#searchResults tr.closeout{
    color:#B81F24;
}
#promo_container td{
	text-align:center;
}
.prodThumb {
	display: none;
}

img.thumb {
	cursor: pointer;
}

.prodThumb img {
	max-height: 50px;
	max-width: 50px;
	word-wrap: break-word;
}

.orderQty {
	width: 3em;
	text-align: center;
 	background-color: #eee;
	color: #000;
	padding-left: 5px;
	height: 1.2em;
	border: 1px solid #888;
	border-radius: 3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}

.orderQty:focus {
	background-color: #fff;
}

.odd{
	background-color: #eee;
}

#searchBanner1 {
	padding: 10px 0;
}

#searchBanner2 {
	padding: 5px 0;
}

#searchBanner3 {
	padding: 10px 0;
}
#searchInfoBanner {
	position: relative;
	background-color: #d5d5cd;	
	padding: 1em;
	margin-top: 1em;
}
#searchInfoBanner h1 {
	font-size: 28px;
	color: #2f5568;
	padding: 5px 0;
	margin: 0;
	
}
#learnMoreButton {
	text-align: center;
	color: #000;
	float: right;
	margin-top: 2ex;
	margin-right: 1.2em;
	width: 100px;
	height: 3ex;
	line-height: 3ex;
}
#learnMoreButton img {
	margin-bottom: -4px;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * 						Product Zoom Display
 */
#productZoom {
	position: absolute;
	display: none;
	max-width: 650px;
}

#zoomContainer {
	position: fixed; 
	top: 30%;
	left: 40%;
	background-color: #fff;
    padding: 0;
	border: 2px solid #58585a;
    box-shadow: 5px 5px 1px #000;
}

#zoomClose {
	position:absolute;
	top: 5px;
	right: 5px;
}
#zoomTarget {
	max-height: 620px;
	max-width: 620px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * 						Modal Dialogs
 */
#modalSpotLight {
    display: none;
    content: " ";
    z-index: 30;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: -moz-radial-gradient(center, ellipse cover,  rgba(127,127,127,0) 0%, rgba(127,127,127,0.9) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(127,127,127,0)), color-stop(100%,rgba(127,127,127,0.9)));
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(127,127,127,0) 0%,rgba(127,127,127,0.9) 100%);
    background: -o-radial-gradient(center, ellipse cover,  rgba(127,127,127,0) 0%,rgba(127,127,127,0.9) 100%);
    background: -ms-radial-gradient(center, ellipse cover,  rgba(127,127,127,0) 0%,rgba(127,127,127,0.9) 100%);
    background: radial-gradient(center, ellipse cover,  rgba(127,127,127,0) 0%,rgba(127,127,127,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007f7f7f', endColorstr='#e67f7f7f',GradientType=1 );
}

#modalBackdropSolid {
    position: fixed;
    z-index: 30;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    display: none;
}

#modalBackdropDark {
    position: fixed;
    z-index: 30;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    display: none;
}

#modalBackdropClear {
    position: fixed;
    z-index: 30;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

#allocatedModal {
    display: none;
    position: absolute;
    top: 250px;
    left: 50%;
    margin-top: -75px;
    margin-left: -250px;
    background-color: #58585a;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    width: 500px;
    height: 150px;
    text-align: center;
    z-index: 35;
    border-radius: 3px;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.2); 
    -webkit-transition: 0.4s ease-out;
    -moz-transition: 0.4s ease-out;
    -ms-transition: 0.4s ease-out;
    -o-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    padding: 15px;
}

#allocatedModal h3 {
    font-family: Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

#allocatedModal p {
    margin-top: 10px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    line-height: 14.5px;
}

#allocatedModal button {
    position: relative;
    margin-top: 30px;
}

#allocatedModal img.closeX {
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
}
#helpModal h3 {
    font-family: Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}

#helpModal p {
    margin-top: 10px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-align: left;
    line-height: 14.5px;
}

#helpModal {
    display: none;
    position: fixed;
    top: 250px;
    left: 50%;
    margin-top: -75px;
    margin-left: -250px;
    background-color: #58585a;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    width: 500px;
    /*height: 150px;*/
    text-align: center;
    z-index: 35;
    border-radius: 3px;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.2); 
    -webkit-transition: 0.4s ease-out;
    -moz-transition: 0.4s ease-out;
    -ms-transition: 0.4s ease-out;
    -o-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    padding: 15px;
}
#helpModal img.closeX {
    position: absolute;
    top: -10px;
    right: -10px;
    cursor: pointer;
}
#helpModalClose {
    margin-top: 10px;
    text-indent: 9999px;
}

.helper {
    display: inline-block;
    height: 15px;
    width: 15px;
    cursor: pointer;
    color:black;
}
.helper img{
    margin-bottom: -3px;
}


/*
#commentModal {
    position: absolute;
    display: none;
    background-color: #f8f9f4;
    width: 450px;
    text-align: right;
    border-radius: 3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
	-moz-box-shadow: 3px 3px 4px #444;
}*/

#commentModal {
    display: none;
    position: fixed;
    top: 50%;
    left: 40%;
    /*margin-top: -75px;*/
    /*margin-left: -250px;*/
    background-color: #58585a;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    width: 500px;
    height: 150px;
    text-align: center;
    z-index: 35;
    border-radius: 3px;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.2); 
    -webkit-transition: 0.4s ease-out;
    -moz-transition: 0.4s ease-out;
    -ms-transition: 0.4s ease-out;
    -o-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    padding: 15px;
}

#commentModal h3 {
    font-family: Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

#commentModal p {
    margin-top: 10px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    line-height: 14.5px;
}

#commentModal button {
    position: relative;
    margin-top: 30px;
}

#commentModal input, #comment {
    background-color: #eee;
    width: 95%;
    height:;
    border: 1px solid #888;
    height: 50px;
	margin-top: 10px;
}
#commentModal input:focus {
    background-color: #fff;
}

#commentModal img.closeX {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

/* jQuery UI Resets */
tr.secondaryRow > td {
    padding: 0;
}
.productDetailTabs > .ui-widget-header {
    border: none;
    background: none !important;
}
.productDetailTabs.ui-widget-content {
    background: none !important;
    border: none;
}
.productDetailTabs > ul > li { 
    line-height: 14px;
}
.ui-tabs div.ui-tabs-panel {
    background-color: white !important;
    border: 1px solid #a8a6a6 !important;
	width: 100%;
}
.productDetailTabs > ul > li.ui-tabs-active {
    background-color: #fff !important;
    border: 1px solid #a8a6a6 !important;
    border-bottom: none;
}
tr.secondaryRow.odd td div.productDetailTabs > ul.tabList > li.ui-tabs-active {
    background-color: #fff !important
}
.productDetailTabs li.ui-state-default {
    background:none;
    /*   background-color: #d6d6cd; */
    background-color: #9ea0a0;
}
.productDetailTabs .ui-tabs-panel tr td {
    vertical-align: baseline !important;
    padding: 5px !important;
}
.ui-state-default a{
    color: #fff !important;
}
.ui-tabs-active a {
    color: #000 !important;
}
.productDetailTabs ul.ui-tabs-nav {
    padding-left: 18px;
}

/* Product Detail Data */
.imageAndDetailsTable {
    width: 100%;
}
.imageAndDetailsTable td {
    vertical-align: top;
    padding-bottom: 10px;
}
.productDetailsTab {
    position: relative;
}
.productDetailTabs table tr:hover {
	background: none;
}
.detailsClose {
    position: absolute;
    top: 40px;
    right: 50px;
    cursor: pointer;
    z-index: 1;
}
.detailsHeading {
    position: absolute;
    top: 15px;
    right: 5px;
    text-align: right;
    padding: 0 15px 0 0;
}
.detailImage {
    max-width: 350px;
    max-height: 100%;
    vertical-align: middle;
    text-align: center;
}
.detailImageText {
    text-decoration: underline;
    cursor: pointer;
    text-align: center;
    width: 160px;
}
.hotlistInput {
    display: none;
}
.detailCol2 {
    vertical-align: top !important;
}
.hotlistHeader,
.detailHeader {
    text-align: right;
    font-weight: bold;
    padding-right: 5px;
}
.detailCol3 {
    vertical-align: top !important;
}
.itemDescriptionTab p {
    width:380px;
    font-size: 16px;
    line-height: 20px;
}
.similarItemsTable {
    font-size: 12px;
}
.similarItemsTable th {
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    background-color: #a8a6a6;
    color: #000;
}
.similarItemsTable input.similarInput {
    background-color: #f8f9f4;
    border: 1px solid #888;
    color: #000;
    height: 2ex;
    padding-left: 5px;
    text-align:center;
    width: 3em;
}
.similarItemsTable input:focus {
    background-color: #fff;
}
.similarItemsTable td,
.similarItemsTable th {
    text-align:center;
    padding: 5px;
}
.similarItemsTable .no-center {
    text-align: left;
}
.brsPartNum {
    text-decoration: none;
    cursor: pointer;
    min-width:75px;
}
.framed {
    border: 1px solid red;
	color: red;
}
/*.inputHotlistComment,
.inputHotlistQty {
	width: 12em;
	text-align: left;
 	background-color: #e2e2e2;
	color: #000;
	padding-left: 5px;
	height: 2ex;
	border: 1px solid #888;
	border-radius: 3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}*/
.inputHotlistComment:focus,
.inputHotlistQty:focus {
    background-color: #fff;
}
.itemDisclaimer {
	display: none;
	color: red;
}
.itemDisclaimer td{
	text-align: center;
}
.itemDisclaimer a{
	color: red;
	text-decoration: underline;
}
.disclaimerModal {
	width: 40%;
	margin-left: 36%;
}
.disclaimerModal p {
	margin-bottom: 12px;
	line-height: 17px;
}
#buttonQueryLinks p{
    margin: .5em 0 .5em 0;
}
/*Accordion for Product Search*/
#leftCol h1{
	background:#434247;
	border:none;
	color:#fff;
	font-size:14px;
	font-weight: normal;
	line-height:14px;
	margin-top:0;
	padding:13px 0 12px 29px;
	text-align:left;
	text-transform:uppercase;
}
#leftCol h2{
	background:#434247;
	border:none;
	color:#fff;
	font-size: 14px;
	font-weight: normal;
	margin:0;
	padding:13px 0 13px 29px;
	text-align:left;
	text-transform:uppercase;
}
#leftCol .ui-widget-content{
    background:none;
    border:none;
    padding:0;
    overflow:inherit;
    min-height: 24px;
    margin-top: 35px;
}
#leftCol .ui-widget-content a{
	color:#FFF;
}
#leftCol .ui-widget-content a.active{
	color:#f68a1e;
}
#leftCol span.ui-icon{
	background:url(/styles/images/accordion-arrow.png) no-repeat center;
}
#leftCol .ui-accordion-header-active span.ui-icon{
	-webkit-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	transform:rotate(90deg);
}
#leftCol div#ui-accordion-leftCol-header-5,
#leftCol div.leftAddBlock1{
	background:none;
	border:none;
	border-radius:0;
	margin:0;
	padding:20px 0;
}
#leftCol div#ui-accordion-leftCol-header-5 span.ui-icon,
#leftCol div.leftAddBlock1 span.ui-icon{
	display:none;
}

.salesRepModal {
	left: -6%;
	font-size: 1.85em;
}
.salesRepModal th {
	padding: 8px 5px 8px 5px;
}
.salesRepModal td {
	padding: 5px;
}
.salesRepModal table {
    margin: 25px;
}
.salesRepTable tr:hover {
    background: none !important;
}
.salesRepModal table tr th {
    background: none;
    font-weight: bold;
    text-align: center;
}
.salesRepModal .right {
    text-align: right;
    font-weight: bold;
}
.salesRepModal .left {
    text-align: left;
}
.filterText{
	margin: 0;
	border: 1px solid #000000;
	width: 234px;
	padding: 10px;
	margin-top: -35px;
	position: absolute;
}
#promo_container {
	border: 2px solid orange;
}
/*Tips Box*/
.searchSuggestion{
	border-bottom:3px solid rgba(246, 138, 30, 0.2);
	margin:0 20px;
	padding-bottom:15px;
}
.searchSuggestion .noresults{
	font-size:15px;
	text-transform:uppercase;
}
.searchSuggestion .searchtips{
	font-size:15px;
	text-transform:uppercase;
	color:#f68a1e;
	font-weight:bold;
	margin-bottom:20px;
}
.searchSuggestion ul{
}
.searchSuggestion ul li{
	color:#666;
	line-height:18px;
	font-size: 1.15em;
	margin:0 0 10px;
	padding:0 0 0 25px;
	background:url(/styles/images/bullet-orange.png) no-repeat 8px 6px;
}

/* BANNERS */
.splitBanner {
	float:left;
	width:696px;
}
.splitBanner .left, .splitBanner .right{
	float:left;
	width: 49%;
}
.splitBanner img {
    width: 100%;
}

.fullWidthBanner{
	width: 100%;
	text-align: center;
	margin-bottom: -3px;
}
.fullWidthBanner img {
	margin: 0 auto;
}
.bx-wrapper {
	float: left;
}
.bx-wrapper .bx-viewport {
	border: 0 !important;
}
.bx-pager, .bx-clone {
	display: none;
}

input::-webkit-input-placeholder {
    color: black;
    opacity: 0.5;
}
input:-moz-placeholder {
    /* FF 4-18 */
    color: black;
    opacity: 0.5;
}
input::-moz-placeholder {
    /* FF 19+ */
    color: black;
    opacity: 0.5;
}
input:-ms-input-placeholder {
    /* IE 10+ */
    color: black;
    opacity: 0.5;
}

.hotlistFastAdd img {
  	width: 16px;
  	vertical-align: middle;
  	margin-left: 2px;
  	margin-top: -5px;
}

.modalHelper, .allocatedWarningModal {
	margin: 20% 0 20% 35%;
}

.modalHelper p, .allocatedWarningModal p {
  margin: 12px;
}

.modalHelper .modalTitle, .allocatedWarningModal .modalTitle {
  padding-bottom: 14px;
}

div.priceStrike{
	text-decoration: line-through;
}

.addToHotlistModal {
	margin-left: 26%;
}

.addToHotlistModal p {
    padding: 10px;
}

.addToHotlistModal label {
	font-weight: bold;
}

.addToHotlistModal input[type="text"] {
	background-color: #EAEAEA;
    color: #585858;
    font: 13px/22px Helvetica,arial;
    height: 27px;
    padding: 2px 2% 0;
}

.addToHotlistModal .hotlistModalWarning {
	display: none;
	background-color: rgba(255,0,0,0.7);
}

.hotlistModal {
	width: 320px;
}

.hotlistModal input[type="text"] {
    background-color: #EAEAEA;
    color: #585858;
    font: 13px/22px Helvetica,arial;
    height: 27px;
    padding: 2px 2% 0;
}

.hotlistModal .modalTitle {
	margin-bottom: 10px;
}

.hotlistModal label {
	width: 50%;
	display: block;
}
.catalogButton {
	display: block;
	text-align: center;
	color: white !important;
}
/*******************PS2.0 Pagination*********************/
.pagination, #searchResultsBody tfoot tr td div.pagination{
	float: right;
}
.pagination span a{
	float: left;
	padding: 0px 10px;
	line-height: 25px;
	text-decoration: none;
	background-color: #FFF;
	border-width: 1px 1px 1px 0px;
	border-style: solid;
	border-color: #DDD;
	cursor:pointer;
}
.pagination .active{
	color: #999 !important;
	cursor: default;
}
.pagination .disabled{
	color: #999;
	cursor: default;
}
.pagination a:hover, .pagination a:link{
	font-weight:normal;
}
.pagination span a:first-child{
	border-left:1px solid #ddd;
}
.greyText{
	color:#999;
}
.shoutBoxWrapper {
    margin: 0px 0px 5px;
    margin-bottom: 20px;
}
#searchProperties select{
    background-color: #EAEAEA;
    color: #585858;
    font: 12px/18px Helvetica,arial;
    height: 27px;
    margin: -5px 0px 6px;
    padding: 7px 0.5% 6px;
    outline: medium none;
    max-width: 200px;
}
/**************Adapt for Mobile************/

    @media screen and (max-device-width:550px){
        .fullWidthTd{
        	display:block;
        	width:100%;
        }
        .pagination span a{
        	padding: 0px 10px;
    	}
    	#colorKey{
    		display:none;
    	}
    	a.logo {
    		margin-left: 0;
    	}
    	#searchProperties span{
    		clear:both;
    		padding:0;
    		display:inline-block;
    		width:40%;
    	}
    	#searchProperties select{
    		display:inline-block;
    		width:50%;
    	}
    }
    @media screen and (min-device-width : 551px) and (max-device-width:850px){
       
    }
/********************INSTASEARCH*****************************/
    #instaSearch h3{
      margin-left:20px;
      display:inline-block;
    }
    #instaSearch h4{
      text-align:right;
      display:block;
      margin-top:10px;
      margin-right:20px;
    }
    .instaSearchCategories h2, .instaSearchBrands h2{
      text-transform:uppercase;
      margin-top:0;
    }
    .instaSearchCategories h3, .instaSearchBrands h3{
      text-align:right;
      text-transform:uppercase;
      margin-right: 10px;
      margin-top: 0;
    }
    .instaTitles{
      display:inline-block;
    }
    .dropdownsInsta option:first-child{
      display:none;
    }
    #instaSearch .orange-button{
      margin-top:20px;
      background: #F68A1F none repeat scroll 0% 0% !important;
      width: auto;
      padding: 5px;
      margin-right: 10px;
      border: medium none !important;
      float: right;
      color: #FFF;
      font-family: Helvetica,Arial,sans-serif;
      font-size: 12px;
      font-style: normal;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: normal;
      line-height: 1.5em;
      border-radius: 5px;
      text-align:center;
      cursor:pointer;
    }
    #bannerInstaSearch{
      width:100%;
      margin-bottom:5px;
    }
    #bannerInstaSearch img{
      display:block;
      width:100%;
      margin-bottom:10px;
    }
    #smallBannerInsta, #dropdownPanel{
      display:block;
      float:left;
      width:25%;
      padding-top:10px;
      padding-bottom:10px;
    }
    #dropdownPanel{
		clear:both;
		background-color:#ddd;
		margin-bottom:10px;
		padding-left:5px;
		padding-right:5px;
    }
    #smallBannerInsta{
      clear:left;
      margin-top:10px;
    }
    #dropdownPanel select{
      display:inline-block;
      width:85%;
      height:25px;
      margin-top:5px;
    }
    #dropdownPanel select:disabled{
    	opacity:0.5;
    	background-color:#eee;
    }
    #dropdownPanel span.glyphicon{
    	cursor:pointer;
    	width:20%;
    	font-size:18px;
    	text-align:center;
    }
    #categoriesInsta{
      display:block;
      float:right;
      margin-left:10px;
      width:76%;
    }
    .category-block-img{
    	height:215px;
    }
    .instaSearchCategories{
      display:block;
      width:100%;
      clear:both;
    }
    .instaSearchCategories .category_block{
      display:block;
      float:left;
      width:33%;
      margin-bottom:5px;
      margin-top:5px;
      height:220px;
    }
    .instaSearchCategories .category_block img{
      margin: 10px;
      width: 90%;
    }
    .spinner{
      background:url('/images/loading_orange.gif') no-repeat;
      display: block;
      width: 100px;
      height: 100px;
      position: absolute;
	  margin-top: 10px;
	  margin-left:55px;
    }
    #resultsListing #instaSearch, #resultsListing #dropdownPanel{
    	width:100%;
    	float:left;
    	margin-top:5px;

    }
    .shoutBox, .shoutBoxWrapper, .messageBox, .shoutBoxTotals{
    	width:100%;
    	/*background-color:white;
    	color:black !important;
    	float:left !important;
    	text-align:left !important;
    	border:none;*/
    }
    /*.shoutBox hr{
    	border:none;
    }*/
    #searchProperties .label{
    	width:58%;
    	float:left;
    	color:#000;
    	text-align:left;
    	font-size:12px;
    	padding-left:0px;
    }
    #searchProperties #resultsPerPage, #searchProperties #sortBy{
    	width:42%;
    	float:left;
    	color:#000;
    	text-align:left;
    	font-size:12px;
    }
    #displayOptions .input-group{
    	width:100%;
    }
    #displayOptions .input-group-addon{
    	border:none !important;
    	color:#000;
    	text-align:left;
    	background-color: white !important;
    	font-size:12px;
    	width:58%;
    	padding-left:0px;
    }
    #displayOptions input[type="checkbox"].brsCB + label span{
    	margin:0;
    }
    #displayOptions input[type="checkbox"].brsCB + label{
     	margin:0;
     }
	#colorKey p{
		line-height:2em;

	}
	#colorKey span.smallText{
		width:10px;
		display:inline-block;
		height:1em;
		margin-top:5px;
		vertical-align: top;
		float:left;
		clear:left;
		margin-left:10px;
	} 
	#colorKey{
		color:black;
		font-weight:normal;
		width: 50%;
		margin-left: auto;
		margin-right: auto;
	}
	#colorKey span.legendText{
		width:50%;
		float:left;
		margin-left:30px;
	}
	#colorKey span.closeout{
		background-color:#B81F24;
	}
	#colorKey span.flyer{
		background-color:#3951A3;
	}
	#colorKey span.allocated{
		background-color:#F68A1F;
	}
	#colorKey span.new{
		background-color:#377712;
	}
	#colorKey .lastLegend{
		margin-left:40px !important;
	}

	#colorKey span.oversize,#colorKey span.pointsExtra{
		display:inline;
		margin-left:0;
		height:2em;
		margin-top:0;
	}
	#colorKey span.pointsExtra{
		color:#F68A1F;
		margin-left:8px;
		font-weight:bold;
		font-style: italic;
	}
	.shoutBox{
		padding-left:0px;
		padding-right:0px;
		float:none;
	}
	.messageBox{
		padding:0;
		margin:0px;
	}
	#printButton{
		margin-right:2px;
		padding-top:4px;
		padding-bottom:4px;
	}
	.buttonLinks{
		display:inline-block;
		margin-right:5px;
		color:white !important;
		font-size:12px;
	}
	.buttonLinks:hover{
		color:white !important;
		font-size:12px !important;
		font-family:inherit;
	}
	a.float-left:hover, a.gobackSearch:hover{
		font-weight:normal;
		font-size:inherit;
		font-family:inherit;
	}
	#instaSearch a.float-left{
		display: inline-block;
		text-align: right;
		float:right;
		margin-right:25px;
		margin-top: 25px;
		text-decoration: underline;
		cursor:pointer;
	}
	#instaSearch .gobackSearch{
		display:inline-block;
		width:90%;
		margin:10px;
		margin-top:30px;
		cursor:pointer;
	}
	div.detailsAttr, div.detailsDescr{
		width:48%;
		display:block;
		float:left;
		font-weight:bold;
		text-align:right;
		padding:5px;
	}
	div.detailsDescr{
		font-weight:normal;
		text-align:left;
	}
	div.detailsExtra, table.detailsExtra{
		width:48% !important;
		float:left;
	}
	table.halfWidth{
		width:25% !important;
		float:right;
		margin-top:15px;
	}
	
	.magnifyingGlass{
		background: transparent url("/images/search-icon-hi.png") no-repeat scroll;
		background-size:15px 15px;
		width: 15px;
		height: 15px;
		opacity: 0.5;
		margin-left: auto;
		margin-right: auto;
	}
	.bx-viewport{
		min-height: 250px;
		box-shadow:none !important;
	}
	.bx-viewport ul li{
		width:160px !important;
		margin:10px;
	}
	.similarItemsTable{
		clear:both;
		margin-top:10px;
	}
	.similarItemsTable h4{
		line-height: 2em;
	}
	.blockP{
		clear:both;
		display:block;
		margin-top:15px;
	}
	.bx-wrapper{
		max-width:100% !important;
	}
	.bx-viewport{
		width:103%;
		height:100% !important;
	}
	.simItems{
		height: 100px;
		max-height: 100px;
		display: block;
		max-width: 100px;
	}
	.simItems img{
		max-height: 100%;
	}
	.bx-wrapper .bx-controls-direction a {
	    top: 30% !important;
	}
	.bx-pager{
		display:block !important;
	}
	#sController{
		margin-top:10px;
	}
	.firstPagination:nth-child(2){
		padding:0px;
	}
	.bx-pager-link{
		background: none !important;
		text-indent:0px !important;
	}
	.dropdownSelects{
		width: 100% !important;	
		margin-bottom:5px;
	}
	.dropdownSelects button{
		width:100% !important;	
		text-align:left;
		font-weight: bold !important;
		background-color: white;
		background-image: none;
	}
	.dropdownSelects button .caret{
		margin-top:8px
	}
	.dropdownSelects button:hover{
		color:#333 !important;	
		font-weight: bold !important;
		background-image:linear-gradient(to bottom, #FFF 0%, #E0E0E0 100%);
	}
	.dropdownSelects label{
		font-weight:normal !important;	
	}
	.dropdownSelects .dropdown-menu{
		max-height:200px;
		overflow-y:scroll;	
		width: 100%;
	}
	.dropdownSelects ul.dropdown-menu li{
		height: 24px;
		overflow: hidden;	
	}
	.dropdownSelects ul.dropdown-menu li:hover{
		background-color:#eee;
	}
	.dropdownSpans{
		vertical-align: top;	
	}
	#carouselDisplay{
		width:76%;
		float:right;	
		margin-bottom:20px;
        margin-top:15px;
	}
	#replacementsFound{
		border: 1px solid #F68A1F;	
	}
    @media screen and (max-device-width:550px){
        #categoriesInsta, #brandsInsta, #dropdownPanel, .searchLeftPanel, #searchResults, .bannersDisplay, .bannerImages{
          width:100% !important;
        }
        a:link{
          word-wrap: break-word;
        }
	    #carouselDisplay{
		 width:68%;
        }
    }

    @media screen and (min-device-width : 551px) and (max-device-width:850px){
        #categoriesInsta, #brandsInsta, .bannersDisplay{
          width:66% !important;
          margin-left:0;
        }
        #dropdownPanel{
    		width:30%;
    	}
        a:link{
          word-wrap: break-word;
        } 
        #carouselDisplay{
		 width:68%;
        }
    }
     @media screen and (min-device-width : 551px) and (max-device-width:799px){
        .searchLeftPanel{
        	width:30%;
        }
        #searchResults{
        	width:66%;
        }
        #carouselDisplay{
		 width:68%;
        }
     }
      @media screen and (max-device-width:450px){
        .instaSearchCategories .category-block-img {
          width:49%;
          height:180px;
        }
          
      }
.hoverBtn:hover{
   color:white !important;
}

.marginsTable th{
    text-align: center;
}

.marginsTable td{
    text-align: center;
    border: 1px solid #585858;
}

.pendingOrdersHdr {
    table-layout: fixed;
}

.pendingOrdersHdr thead, .pendingOrdersHdr th {
    text-align: center;
}
.pendingOrders {
    table-layout: fixed;
}

.pendingOrders tbody {
    display: block;
    max-height: 110px;
    overflow-y: scroll;
  }

.pendingOrders thead, .pendingOrders tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

.pendingOrders th{
    text-align: center;
    padding:5px 10px;
    border:1px solid #000;
}

.pendingOrders td{
    text-align: center;
    border: 1px solid #585858;
}

.pendingOrders tr:nth-child(odd) {
    background-color: #EBEBEB;
  }

.pendingOrders tr:nth-child(even) {
    background-color: #ffffff;
  }
.tableContainer {
    padding-bottom: 20px;
}