@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:#003399;}
a:visited {color:#003399;} 
a:hover {color:#dd3703;}
a:active {color:#003399;}
	
.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;
	}

/* 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; 
	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(../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;
		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(../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 */
	
	blockquote {
	margin: 1em 4em 1em 2em;
	padding: .7em 1em 1em 5.5em;
	font-style: italic;
	color:#003399;
	border: 2px #b1b3b2 solid;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
    border-radius: 12px;
	background: #fff url(lightbulb-65.gif) left no-repeat; 
	}

.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;
	}

.video-box {
border:2px #ccc solid;
padding: 3px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
margin: 0;
}

.video-link-box {
border:2px #ccc solid;
-moz-border-radius: 8px;
-webkit-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;
padding: 3px;
}

.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;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
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(../images/buyers-page/content_top.jpg) no-repeat;
	margin:10px 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(../images/suppliers-page/content_top-980.jpg) no-repeat;
	margin:10px 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;
}
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;
}
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;
	
}
.tab_content {
	background: #eee url(../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;
}
.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;
}

/* 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(../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(../images/suppliers-page/quote-65.gif) left top no-repeat;
	-moz-border-radius:12px;	
	-webkit-border-radius:12px;
	width:575px;
	}
	.right {
	float:right;
	}
	
/* 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;}
	
</style>
