@charset "UTF-8";
/* CSS Document */

<style type="text/css">
/* styles for new layout */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:12px auto 10px auto;	
	}
	
body td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:6px 0 6px 0;	
	}
	
h1,h2,h3,p,ul {margin:0 0 8px 12px;}
	h1 {font-family: Verdana, Arial, Helvetica, sans-serif;font-size:1.8em;color:#003399;font-weight:bold;text-align:left;}
	h2 {font-family: Verdana, Arial, Helvetica, sans-serif;font-size:1.4em;font-weight:bold;text-align:left;}
	h3 {font-family: Verdana, Arial, Helvetica, sans-serif;font-size:1.1em;font-weight:bold;text-align:left;}
	h4 {font-family: Verdana, Arial, Helvetica, sans-serif;font-size:0.9em;font-weight:bold;text-align:left;}
	body td h4 {font-family: Verdana, Arial, Helvetica, sans-serif;font-size:13px;font-weight:bold;text-align:left;margin-bottom:6px;}
	p {font-family: Verdana, Arial, Helvetica, sans-serif;font-size:13px;}
	body td p {font-size:13px;}
	
a:link {color:#0d56a2;}
a:visited {color:#0d56a2;} 
a:hover {color:#d72001;}
a:active {color:#0d56a2;}
	
.h1-top {
	font-size: 13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	color:#222;
	}
	
/* added footer div and styling for footer SEO text 1-28-2011 */

#footer span{
	clear:both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333; 
	font-size:9px;
	text-align:left !important;
	margin-bottom:16px;
	}
#footer h5 {
	font-weight:bold;
	color:#333;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:8px !important;
	margin-bottom:6px !important;
	}

/* STYLES FOR STATIC PAGE HEADINGS */
/* class for H2 */ 
.page-headline {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:18px !important; 
	color:#003399;
	font-weight:bold;
	margin-top:12px;
}

/* class for h3 - yellow bar like home page section headings */
.bar-subhead {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:14px; color:#003399;
	font-weight:bold;
	border: 1px #b5b5b5 solid; 
	background-color:#ffe673; 
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	padding: 4px 4px 4px 8px;
	margin-bottom:8px;
}

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

a:focus {
  -moz-outline-style:none;
}
	
	/* -------------------------------------------------- */
	/* roundbar-grey this is main nav bar */
	/* -------------------------------------------------- */
	#roundbar-grey {
		clear:left;
		float:left;		
		width:100%;
		background:#ededed url(https://www.wholesalecentral.com/images/core-design/graybar-8.gif) 0 repeat-x;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		border-bottom:1px solid #A8A8A8;
		border-left:1px #b5b5b5 solid;	
		border-top:1px #b5b5b5 solid;
		border-right:1px #b5b5b5 solid;
		-moz-border-radius-topright: 10px;
		-moz-border-radius-topleft: 10px;
		-webkit-border-top-left-radius: 10px;
    	-webkit-border-top-right-radius: 10px;
    	border-top-left-radius: 10px;
    	border-top-right-radius: 10px;
		margin-top:12px;
		overflow:hidden;
	}
	#roundbar-grey ul {
		clear:left;
		float:left;
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
		left:50%;
		text-align:center;
	}
	#roundbar-grey ul li {
		display:block;
		float:left;
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
		right:50%;
	}
	#roundbar-grey ul li.first {
		border-left:1px solid #A8A8A8;
	}
	#roundbar-grey ul li.last {
		border-right:1px solid #C8C8C8;
	}
	#roundbar-grey ul li a {
		display:block;
		margin:0;
		padding:.4em .8em .5em .8em;
		color:#000;
		text-decoration:none;
		border-left:1px solid #C8C8C8;
		border-right:1px solid #A8A8A8;
		line-height:1.6em;
	}
	#roundbar-grey ul li a span {
		display:block;
	}
	#roundbar-grey ul li.active a {
		background:#ededed;
	}
	#roundbar-grey ul li a:hover {
		background:#ededed;
	}
	
	/* --------------------------------------------------   */
	/* loginbar - this is the log in bar below main nav bar */
	/* Used class here to enable multiple login nav bars    */
	/* --------------------------------------------------   */
	.loginbar {
		clear:left;
		float:left;	
		width:100%;
		background:#ffe673 url(https://www.wholesalecentral.com/images/core-design/logbar-2.gif) 0 repeat-x;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		border-bottom:1px solid #A8A8A8;
		border-left:1px #b5b5b5 solid;	
		border-top:1px #b5b5b5 solid;
		border-right:1px #b5b5b5 solid;
		overflow:hidden;
	}
	.loginbar ul {
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
		left:50%;
		text-align:center;
	}
	.loginbar ul li {
		display:block;
		float:left;
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
		right:50%;
	}
	.loginbar ul li.first {
		border-left:1px solid #A8A8A8;
	}
	.loginbar ul li.last {
		border-right:1px solid #C8C8C8;
	}
	.loginbar ul li a {
		display:block;
		margin:0;
		padding:.4em .8em;
		color:#222;
		text-decoration:none;
		border-left:1px solid #C8C8C8;
		border-right:1px solid #A8A8A8;	
		line-height:1.3em;
	}
	/* span used for account info in login bar */
	.loginbar span {
	font-size:11px; 	    
	font-weight: bold;
	float:left;
	margin:4px 8px 0 12px;
	}
	.loginbar ul li a span {
		display:block;
	}
	
	/* End account label styles */ 
	
	.loginbar ul li.active a {
		background:#efd663;
		font-weight:bold;
	}
	.loginbar ul li a:hover {
		background:#efd663;
	}	
	
	/* end login bar styling */

	
/* screen captures left and right with caption used on EzFeed help page*/
.capture-right {
  float: right;
  border: 1px #d5d5d5 solid;
  margin: 6px 0 6px 16px;
  padding: 0.5em;
}
.capture-right p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

.adlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: -6px auto 0 auto;	
	}

.adlink-side {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align:left;
	margin: 0;	
	}

.textunderad {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-align: center;
	margin: 0 auto -6px auto;
	}
	
/* old styles for home page video */

.video-box {
border:2px #ccc solid;
padding: 3px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
margin: 0;
}

.video-link-box {
border:2px #ccc solid;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
margin: 0;
}

.video-link-box img{
float:left;
margin:0 4px 0 0;
}

.video-link-image-small {
border:2px #ccc solid;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 3px;
}

/* styles for 4-across video on home page */

.video {
	width:230px;
	padding:10px 0 10px 0;
	}
	
.video p {
	margin: 6px 0 0 0;
	}

.video img {
	border-right:5px #c5c5c5 solid;
	border-bottom:5px #c5c5c5 solid;
	border-top:1px #c5c5c5 solid;
	border-left:1px #c5c5c5 solid;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	width:200px;
	outline: none;
	-moz-outline-style: none;
	}

/* end styles for 4-across videos */

.asian-box {
height: 70px;
margin:6px 0 0 0;
padding-top:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
background:#ffe5e6;
border: 1px #ccc solid;
}

.asian-box img {
margin: 0;
border: 0;
}

.featured-store img {
border-right:5px #c5c5c5 solid;
border-bottom:4px #c5c5c5 solid;
-webkit-border-radius: 6px;
-webkit-border-top-left-radius: 0;
-moz-border-radius: 6px;
-moz-border-radius-topleft: 0;
border-radius: 6px;
border-top-left-radius: 0;
text-decoration:none;
}

.login-form {
	text-align: left; 
	border: 2px solid #b5b5b5; 
	border-collapse: collapse;
	}
	

/* NEW TABS STYLING */

/* Main container styles for tabs with sidebar */
#main-reg {
	background: #fff url(https://www.wholesalecentral.com/images/buyers-page/content_top.jpg) no-repeat;
	margin:2px auto 0 auto;
	width:760px;
	padding:20px;
	}
#main-reg p {
	padding-right:29px;
	}
#main-reg h1 {
	color:#003399;
	text-align:left;
	}
#main-reg h3 {
	text-align:left;
	}
#tab-container-reg {
	width:740px;	
	}
	
/* Main container styles for wide tabs without sidebar */
#main-wide {
	background: #fff url(https://www.wholesalecentral.com/images/suppliers-page/content_top-980.jpg) no-repeat;
	margin:2px auto 0 auto;
	width:100%;
	padding:20px;
	}
#main-wide h1 {
	color:#003399;
	text-align:left;
	}
#main-wide h3 {
	text-align:left;
	}
#tab-container-wide {
	width:940px;	
	}

/* .container {width: 940px; margin: 10px auto;} */
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}	

ul.tabs li {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
	-moz-border-radius-topright: 8px;
	-khtml-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-right-radius: 8px;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 0.85em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: bold;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
	-moz-border-radius-topright: 8px;
	-khtml-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-right-radius: 8px;
}
ul.tabs li a:hover {
	background: #ccc;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #FFD652;
	border-bottom: 1px solid #FFD652;
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	margin-bottom: 20px;
	clear: both;
	float: left; 
	width: 100%;	
	-moz-border-radius-bottomright: 12px;
	-khtml-border-radius-bottomright: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-bottomleft: 12px;
	-khtml-border-radius-bottomleft: 12px;
	-webkit-border-bottom-left-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	
}
.tab_content {
	background: #eee url(https://www.wholesalecentral.com/images/core-design/top-fill2.png) top repeat-x;
	padding: 20px;
	font-size: 1em;
	text-align: left;
	-moz-border-radius-bottomright: 12px;
	-khtml-border-radius-bottomright: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-bottomleft: 12px;
	-khtml-border-radius-bottomleft: 12px;
	-webkit-border-bottom-left-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.tab_content h2 {
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
	font-size: 1.3em;
}
.tab_content h3 {
	font-weight: bold;
	font-size: 1.2em;
}
.tab_content h3 a{
	color: #254588;
}
.tab_content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
.tab_content ol {
	list-style-position:outside;
	margin-left:20px;	
}
.tab_content ul {
	list-style-position:outside;
	margin-left:20px;
}
.tab_content ul li,ol li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px !important;
	margin-left:0;
	padding-left:0;
}
.tab_content img {
	float: right;
	margin: 10px 10px 20px 20px;
	border: 1px solid #ddd;
	padding: 5px;
}

/*used on EZFeed help page*/	
	.tip {
	margin: 1em 4em 1em 4em;
	padding: .7em 1em 1em 5.2em;
	color:#003399;
	border: 2px #b1b3b2 solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    border-radius: 10px;
	background: #fff url(https://www.wholesalecentral.com/images/core-design/lightbulb-65.gif) left top no-repeat;
	}

/* styles for Wholesale Suppliers page tabs content */

	.quote p {
	margin: 0; }
	
	.customer {
	clear:right;
	margin:8px 0 0 0;
	text-align:right;
	font-family:Verdana, Geneva, Arial, sans-serif;
	font-style:normal;
	font-size:12px;
	font-weight:bold;
	color:#666;
	}
	.industry {
	font-family:Verdana, Geneva, Arial, sans-serif;
	font-style:normal;
	font-size:12px;
	font-weight:bold;
	color:#666;
	float:right;
	}	
	.bonus {
	margin: 1em 2.5em 1em 5em;
	padding: .2em 1em .8em 3.2em;
	font-size:0.9em;
	background:#eee url(https://www.wholesalecentral.com/images/suppliers-page/check-grn.gif) top left no-repeat;
	color:#000;
	width:575px;
	}
	blockquote {
	margin: 1em 4em 1em 2em;
	padding: .5em 1em;
	border-left: 5px solid #FFD652;
	background-color: #FCF8BC; }
	
	blockquote p {
	margin: 0; }
	
	.quote {
	margin: 1em auto 1em auto;
	padding: .8em 1em .8em 4.8em;
	font-family:Georgia, "Times New Roman", Times, serif !important;
	font-size:1em;
	font-style:italic;
	font-weight:normal;
	color:#003399;
	background:#fff url(https://www.wholesalecentral.com/images/suppliers-page/quote-65.gif) left top no-repeat;
	-moz-border-radius:12px;	
	-webkit-border-radius:12px;
	border-radius:12px;
	width:575px;
	}
	.right {
	float:right;
	}
	
/* styles for Tradeshow Calendar page */
	.highlight {
	background-image: url(https://www.wholesalecentral.com/images/core-design/trans-yellow.gif); background-repeat: repeat;
	}
	
/* styles for Article Archive */

.aabody {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000;}
.aahead1 {font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#3A5B90;}
.aahead2 {font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#3A5B90;}

.aanavlist
{
padding: 1px;
margin-left: 0;
font: 11px Arial, Helvetica, sans-serif;
}

.aanavlist li
{
list-style: none;
margin: 0px;
border-bottom: 1px gray solid;
text-align: left;
}

.aanavlist li a
{
display: block;
padding: 0.7em 0.5em 0.7em 0.9em;
text-decoration: none;
}

.aanavlist li a:link { color: #000; }
.aanavlist li a:visited { color: #000; }
.aanavlist li a:hover
{
font-weight:bold;
color: #000080;
background: #CCE0F9;
border-left: 3px #004080 solid;
}

.aabluelink {font-family:Arial, Helvetica, sans-serif; text-decoration:underline; font-size:14px; color:#3A5B90;}
<!---
a.aabluelink:link {color:#3A5B90;}
a.aabluelink:visited {color:#3A5B90;}
a.aabluelink:hover {font-weight:bold; color: #000080; background: #CCE0F9; border-left: 3px #004080 solid;}
--->
.aablacklinkbold {font-family:Arial, Helvetica, sans-serif; text-decoration:underline; font-size:12px; color:#000000; font-weight: bold;}
a.aablacklinkbold:link {text-decoration:underline; color:#000000;}
a.aablacklinkbold:visited {color:#000000;}
a.aablacklinkbold:hover {color: #3a5b90;}

.aablacklink {font-family:Arial, Helvetica, sans-serif; text-decoration:underline; font-size:12px; color:#000000;}
a.aablacklink:link {text-decoration:underline; color:#000000;}
a.aablacklink:visited {color:#000000;}
a.aablacklink:hover {color: #3a5b90;}


/* PRODUCT DIRECTORY HOME PAGE STYLES */
/* ********************************** */

.gold-section-head {
	font-size: 14px; color: #003399;
	font-weight: bold;
	border: 1px solid #b5b5b5;
	background-color: #ffe673;
	margin:0;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding: 4px 4px 4px 8px;
}

.prod-cat {
	border-right:thin #999999 dotted;
	background-color:#ecf6fc;
	border-top:5px #c3d8ff solid;
	border-bottom:3px #c3d8ff solid;
}

.featured-suppliers{
	color:#666666;
	margin-top:10px;
	margin-bottom:0;
	border-bottom:thin #333333 dotted;
	width:680px;
	margin-top:0;
}

.featured-sellers{
	padding:12px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	font-size:10px;
	width:25%;
}

.featured-sellers img {
	border-right:5px #c5c5c5 solid;
	border-bottom:4px #c5c5c5 solid;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-topleft: 0;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-top-left-radius: 0;
	text-decoration:none;
}

ul.prodmenu {
	padding: 0;
	margin: 0;
	list-style: none;
	/*font-size: 0.8em;*/
	/*border-bottom: 1px solid #6F3E04;*/
	/*width: 100px;*/
	/*background-color: #EEEEDC;*/
}

ul.prodmenu li {
	border-bottom: 1px dashed #ccc;
	padding:3px 3px;
}

ul.prodmenu li a {
	text-decoration: none;
	display: block;
	width: 236px;
	color: #333333;
	
	/*font-weight: bold;
	padding: 2px 10px;*/
}

ul.prodmenu li a:hover {
	background-color: #ffea9b;
	color: #003399;
}

/* video page styles */

.video-gallery {
	text-align:left;
	font-family:Verdana, Arial;
	background:url('https://www.wholesalecentral.com/images/video-frame3.gif') no-repeat;
	padding:15px 0 11px 16px;
	}
.featured-video {
	text-align:left;
	font-family:Verdana, Arial;
	background:url('https://www.wholesalecentral.com/images/video-frame-featured.gif') no-repeat;
	padding:15px 0 11px 16px;	
	}
.video-title {
	text-align:left;
	font-family:Verdana, Arial;
	font-weight:bold;
	font-size: 12px;
	line-height:17px;
	}
.video-description {
	text-align:left;
	font-family:Verdana, Arial;
	font-size: 11px;
	line-height:17px;
	}
.video-external {
	font-family:Verdana, Arial;
	font-size:11px;
	background:url('https://www.wholesalecentral.com/images/external-icon.png') no-repeat; 
	padding-left:16px;
	}
.video-form form label {
	font-family:Verdana, Arial;
	font-size:11px;
	display: inline-block;
  	line-height: 1.8;
  }
.video-sidebar {
	font-family:Verdana, Arial;
	padding:12px;
	font-size:13px;
	background:#eee url('https://www.wholesalecentral.com/images/top-fill2.png') top repeat-x;
	-webkit-border-top-left-radius: 12px;
	-moz-border-radius-topleft: 12px;
	border-top-left-radius: 12px;
	}
.video-form fieldset {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:2px #ccc solid;
	}
.video-form legend {
	font-weight:bold;
	}
.video-border{
	border-top: 1px #ccc dashed;
	height:5px;
	line-height:0;
	}
.list-arrow{
	list-style-image:url('https://www.wholesalecentral.com/images/arrow_right.png') ;
	}
	
/* styles used in Web Wholesaler Mag page */	

#page-heading h2{
	margin:12px 0 12px 0;
	padding:0;
	border-bottom:1px #ccc dotted;
	color:#5d5d5d;
	font-family:Verdana, Arial;	
	padding-bottom:14px;
	}
#page-heading h2 span{
	color:#5d5d5d;
	font-weight:normal;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

.featured-suppliers{color:#666666;margin-top:10px;margin-bottom:0;border-bottom:thin #333333 dotted;width:640px;margin-top:0;}
.suppliers-subhead{
	/*background-color:#0d497d;*/
	background-color:#dddcdc;
	color:#0d497d;
	font-weight:bold;
	margin:8px 0 5px 10px;
	padding: 5px 0 5px 8px;
	font-size:12px;
	}
.supplier-listing {padding-left:20px;}
.supplier-listing a {text-decoration:none;}


/* styles for PRODUCT SEARCH RESULTS PAGE */

.prod-info {
	font-size:12px;
	font-family:verdana;
	text-align:left;
	margin-bottom:4px;
	}
	
.prod-image-left {
	display:block;
	overflow: hidden;
	width:100px;
	height:100px;
    border: 2px solid #eee;
    border-radius: 5px;	
	}
.prod-image-left img {
	margin-left:auto;
	margin-right:auto;
	}
	
/* old - resulted in tall images getting distorted
.prod-image-left {
	border:2px #eee solid;
	border-radius:5px;
	width: 100px;
	height:100px;
	}
.prod-image-left img {
	max-width:100px;
	max-height:100px;
	}
*/

.prod-heading-standard {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	background-color: #eeeeee;
	border-top:1px #b5b5b5 solid;
	border-left:1px #b5b5b5 solid;
	border-right:1px #b5b5b5 solid;
	border-bottom:1px #b5b5b5 dashed;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;	
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;	
	height:27px;
	margin-top: 14px;
	padding-top:7px;
	padding-left:10px;
	}
.prod-heading-featured {
	background: #ffeebf url('https://www.wholesalecentral.com/images/banner-featured-seller.gif') top left no-repeat;
	height:27px;
	padding:0 6px 0 96px;	
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top:1px #b5b5b5 solid;
	border-left:1px #b5b5b5 solid;
	border-right:1px #b5b5b5 solid;
	border-bottom:1px #b5b5b5 dashed;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-top: 18px;
	padding-top:7px;
	font-size:14px;		
	}
.prod-phone {
	float: right;
	margin-right: 10px;
	}
.prod-phone img {
	padding-right: 12px;
	vertical-align: middle;
	padding-bottom: 5px;
	}
.prod-matches-container {
	text-align:right;
	padding-top:3px;
	border-left:1px #b5b5b5 solid;
	border-right:1px #b5b5b5 solid;
	}	
.prod-matches {
	padding-top: 10px
	}
.prod-matches a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#009933;
	text-decoration: none;
	font-size:10px !important;
	font-weight:bold !important;
	border-bottom:1px #009933 dotted;	
	margin-right:10px;
	}
.prod-table {
	border-left:1px #b5b5b5 solid;
	border-right:1px #b5b5b5 solid;
	border-bottom:1px #b5b5b5 solid;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	}
	
/* JC styling for IR page */

#mag ul.posts-by-tag-list li {
    font-size: 13px;
    line-height: 16px;
    list-style-type: none;
    margin-top: 16px;
    max-height: 84px;
    overflow: hidden;
}
#mag ul.posts-by-tag-list li a {
    font-weight: bold;
    text-decoration: none;
}
#mag li.posts-by-tag-item img {
    border: 4px solid #EEEEEE;
    float: left;
    height: 72px;
    margin-right: 8px;
    margin-top: 3px;
    padding: 1px;
    width: 53px;
}

/* =Buttons
-------------------------------------------------------------- */
button, 
a.button,
input[type='reset'], 
input[type='button'] {
	-moz-border-radius: 2px;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-webkit-border-radius: 2px;
	background-color: #f9f9f9; /* Alabaster */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f1f1f1));
	background-image: -webkit-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: -moz-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: -ms-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: -o-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: linear-gradient(top, #f9f9f9, #f1f1f1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	border: 1px solid #ddd;
	border-radius: 2px;
	color: #333;
	cursor: pointer;
	display: inline-block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f9f9f9, endColorstr=#f1f1f1);
	font-size: 14px;
	font-weight: 700;
    line-height: 20px;
	margin: 0;
	padding: 4px 10px;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	vertical-align: middle;
	white-space: nowrap;
}

button:hover, 
a.button:hover,
input[type='reset']:hover, 
input[type='button']:hover {
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1));
	background-image: -webkit-linear-gradient(top, #fff, #f1f1f1);
	background-image: -moz-linear-gradient(top, #fff, #f1f1f1);
	background-image: -ms-linear-gradient(top, #fff, #f1f1f1);
	background-image: -o-linear-gradient(top, #fff, #f1f1f1);
	background-image: linear-gradient(top, #fff, #f1f1f1);
	border: 1px solid #ddd;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	color: #333;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f1f1f1);
}

button:active, 
a.button:active,
input[type='reset']:active, 
input[type='button']:active {
    -moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
	background-color: #f9f9f9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f1f1f1));
	background-image: -webkit-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: -moz-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: -ms-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: -o-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: linear-gradient(top, #f9f9f9, #f1f1f1);
    box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f9f9f9, endColorstr=#f1f1f1);
}

/* =Buttons (Call to Action)
-------------------------------------------------------------- */
.call-to-action {
	text-align: center;
}

.call-to-action a.button {
	font-size: 24px;
	padding: 15px 35px;
}

.call-to-action a.button:hover {
	text-decoration: none;
}

.ie7 .call-to-action a.button {
    padding: 11px 35px 19px 35px;
}

/* =Buttons (Sizes)
-------------------------------------------------------------- */
.small a.button {
	font-size: 10px;
	padding: 3px 6px;
}

.medium a.button {
	font-size: 16px;
	padding: 8px 16px;
}

.large a.button {
	font-size: 18px;
	padding: 10px 35px;
}

.xlarge a.button {
	font-size: 24px;
	padding: 12px 55px;
}

/* =Buttons (Colors)
-------------------------------------------------------------- */

a.green {
	background-color: #5f9347; /* Sea Green 4 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4bc380), to(#2e8b57));
	background-image: -webkit-linear-gradient(top, #5f9347, #4c7c36);
	background-image: -moz-linear-gradient(top, #5f9347, #4c7c36);
	background-image: -ms-linear-gradient(top, #5f9347, #4c7c36);
	background-image: -o-linear-gradient(top, #5f9347, #4c7c36);
	background-image: linear-gradient(top, #5f9347, #4c7c36);
	border: 1px solid #1d5837;
	border-radius: 5px;
	color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#5f9347, endColorstr=#2e8b57);
	text-shadow: 0 -1px 0 #1d5837;
}

a.green:hover {
	background-color: #6aac4b;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#71d09b), to(#4c7c36));
	background-image: -webkit-linear-gradient(top, #6aac4b, #4c7c36);
	background-image: -moz-linear-gradient(top, #6aac4b, #4c7c36);
	background-image: -ms-linear-gradient(top, #6aac4b, #4c7c36);
	background-image: -o-linear-gradient(top, #6aac4b, #4c7c36);
	background-image: linear-gradient(top, #6aac4b, #4c7c36);
	border: 1px solid #1d5837;
	border-radius: 5px;
	color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6aac4b, endColorstr=#4c7c36);
	text-shadow: 0 -1px 0 #1d5837;
}


/* for category headers on mag pages */
.suppliers-subhead-new {
    background: url("https://www.wholesalecentral.com/images/core-design/grad-blue.gif") repeat-x scroll 0 0 #284484;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #FFFFFF !important;
    /*font-family: 'Open Sans',sans-serif;*/
    font-size: 12px;
    /*font-weight: 700;*/
    padding: 3px 6px;
    text-transform: uppercase;
    margin-top: 10px;
}

.suppliers-subhead-ir {
    text-transform:uppercase;
    background:none;
    border-bottom:2px #bababa solid;
    color:#425b93;
    font-size:13px;
    font-weight:bold;
    margin-top:8px;
    margin-bottom:8px;
    }
    
.supplier-listing {
    padding-left: 0px;
}
.supplier-listing a {
    margin-left: 16px;
}

.posts-by-tag-item {
    border-top:2px #e5e5e5 solid;
    padding-top:10px;
}
.posts-by-tag-item .first {
    border-top:0;
    padding-top:0;
}

/* BANNER STYLES - RESPONSIVE - SKELETON */

/* To use this style, apply class="horizontal-banners" to the UL containing the banners.
Then add an inline style to each LI defining the width and margin for the LI.
The first LI has margin:0 0 0 0. The remaining LIs have a margin: 0 0 0 1%.
The width of each LI = [100 - (sum of left margins)] / total number of units %
*/
.horizontal-banners {
   list-style:none;
   margin:0;
   padding:0;
}
.horizontal-banners li {
   float:left;
   padding:0;
   margin:0;
}
.horizontal-banners li:last-child {float:right;}
  
.center {
  	text-align: center;
  	margin-left: auto;
  	margin-right: auto;
  }
  
.container:after, .row:after { 
  content: "";
  display: table;
  clear: both;
}

/* END BANNER STYLES - RESPONSIVE - SKELETON */

/*  NEW FOOTER STYLES  */
/*  -----------------  */
.footerTable {
  width: 100%;
  background-color: #050e40;
  color: #ffffff;
  padding: 10px 0 20px 0;
        }
        
.footerTable p,
.footerTable ul li { font-size: 14px; }
.footerTable p { line-height: 1.3rem; }
.footerTable ul li {
   line-height: 1.75rem;
   list-style-type: none;
}
.footerTable a {
   color: #ffffff;
   text-decoration: none;
}
.footerTable a:hover { text-decoration: underline;}
	
</style>