/**
 * codebase.css 
 * code by strangecode :: www.strangecode.com :: this document contains copyrighted information
 *
 * CSS used in codebase templates and scripts that generate HTML. Do not arbitrarily
 * edit this code! This file is used between many sites and modifying it may result
 * in something breaking. Instead, overwrite these values in a specific site by
 * adding new definitions to a screen.css file.
 */

/*_____________________ SC Messaging ____________________*/
.sc-msg { font-family: verdana,geneva,arial,sans-serif; }

.sc-msg-warning,
.sc-msg-error,
.sc-msg-success,
.sc-msg-notice {
	margin: 0 0 6px 0;
	padding: 5px;
	background: #fff;
	color: #f00;
	border: 1px solid #f00;
}
.sc-msg-success { color: #090; border-color: #090; }
.sc-msg-notice { color: #C60; border-color: #C60; }

/*_____________________ PEdit Forms ____________________*/

.sc-pedit-form {}

.sc-pedit-item,
.sc-pedit-buttons { margin: .75em 0; }
.sc-pedit-buttons { clear: both; }

#sc-pedit-versions-table {
    margin-bottom: .75em;
    border-collapse: collapse;
    border-spacing: 0;
}

#sc-pedit-versions-table th, 
#sc-pedit-versions-table td {
    border-bottom: 1px solid #CC9;
    margin: 0;
    padding: 2px 10px;
    vertical-align: baseline;
}
#sc-pedit-versions-table th {
    white-space: nowrap;
}
/**
 * utilities.css 
 * code by strangecode :: www.strangecode.com :: this document contains copyrighted information
 *
 * CSS used often in Strangecode applications. Do not arbitrarily
 * edit this code! This file is used between many sites and modifying it may result
 * in something breaking. Instead, overwrite these values in a specific site by
 * adding new definitions to a screen.css file.
 */

/*_____________________ FORMS ____________________*/

input.tiny, textarea.tiny, select.tiny,
input.small, textarea.small, select.small,
input.medium, textarea.medium, select.medium,
input.large, textarea.large, select.large       { margin: 0 0.5em 0 0; }

input.tiny, textarea.tiny, select.tiny          { width: 4.75em; }
input.small, textarea.small, select.small       { width: 10em; }
input.medium, textarea.medium, select.medium    { width: 20.5em; }
input.large, textarea.large, select.large       { width: 41.5em; }
input.full, textarea.full, select.full          { width: 100%; }
select.small                                    { width: 10em; }
select.medium                                   { width: 20.5em; }

textarea.twolines, select.twolines              { height: 3em; }
textarea.short, select.short                    { height: 8em; }
textarea.tall, select.tall                      { height: 25em; }
textarea.fullscreen, select.fullscreen          { height: 40em; }

/*_____________________ UTILITIES ____________________*/
.nowrap { white-space: nowrap; }
.clearboth { clear: both; }
.center { text-align: center; }
.right { text-align: right; }
.padright { padding: 0 10px 0 0; }
.padleft { padding: 0 0 0 10px; }
.help { color: #999; font-weight: normal; }
.monospaced { font-family: monaco, courier; font-weight: normal; }

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after { content: " "; display: block; visibility: hidden; clear: both; height: 0.1px; font-size: 0.1em; line-height: 0.0; }
* html .pkg { display: block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */
/* ========== CUSTOM PHRASE STYLES ========== */

p.help,
span.help {
	color: #999;
	font: 0.8em/1.0 Verdana, Arial, Helvetica, sans-serif;
}

.callout { font-style: italic !important; }

.inlineheader { font-weight: bold; }

.allcaps { text-transform: uppercase; }

.dropcap:first-letter {
	display: block;
	float: left;
	font-size: 2em;
}

.smallheader {
	text-transform: uppercase;
	font: bold 9px/1.0 Verdana, Helvetica, Arial, sans-serif;
}

/* ========== CUSTOM FORM STYLES ========== */

/* input, textarea {display: block;} */

input.twochar { width: 2em; }

input.tiny { width: 100px; } /* Can hold approx 12 chars */

input.small, /* 20 characters */
select.small {
	width: 160px;
}

input.medium { width: 250px; } /* good for keyword lists */

input.large { width: 400px; } /* good for short descriptions */

textarea.twoline { /* good for two line addresses */
	width: 250px;
	height: 2em;
}

textarea.paragraph { /* good for a single paragraph */
	width: 400px;
	height: 10em;
}

textarea.essay { /* good for multiple paragraphs */
	width: 400px;
	height: 25em;
}

/* ========== CUSTOM LIST STYLES ========== */

ul.nolist li,
ol.nolist li,
li.nolist {
	list-style: none !important;
	background-image: none !important;
	padding-left: 0 !important;
}

ul.bullet li { list-style-type: disc !important; }
ul.circle li { list-style-type: circle !important; }
ul.square li { list-style-type: square !important; }

ol.number li { list-style-type: decimal !important; }
ol.lroman li { list-style-type: lower-roman !important; }
ol.uroman li { list-style-type: upper-roman !important; }
ol.lowercase li { list-style-type: lower-latin !important; }
ol.uppercase li { list-style-type: upper-latin !important; }


/* ========== GENERAL UTILITY ========== */

.noborder { border: 0 !important; }
.nomargin { margin: 0 !important; }
.nopadding { padding: 0 !important; }

.clear { clear: both; }

.skipnav { display: none; }

.rightfloat {
	float: right !important;
	margin: 0 0 1em 10px;
}

.leftfloat {
	float: left !important;
	margin: 0 10px 1em 0;
}

div.hr,
div.clear {
	clear: both;
	height: 1px;
}

div.hr span,
div.clear span { display: none; }

.pushtop { padding-top: 1.5em; }#commandbox
{
	padding: 5px;
	margin: 0 0 1em 0;
	border: 1px solid #FFB426;
	background-color: #FFF;
}

#commandbox * {
	margin: 0 !important;
	padding: 0;
}

.commanditem
{
	margin: 0 10px 0 0;
	white-space: nowrap;
}

.commandtext
{
	padding-right: 1em;
    font-size: 80%;
}

.command_left
{
	float: left;
	white-space: nowrap;
}

.command_right
{
	position: relative;
	visibility: visible;
	white-space: nowrap;
	float: right;
}

/*
form {
	margin: 0 !important;
}
*/

/*
table
{
	border-width: 1px;
	border-collapse: collapse;
	border-spacing: 0;
}

th
{
	padding: 2px;
	text-align: left;
	vertical-align: middle;
}

td
{
	vertical-align: top;
	padding: 5px 6px 0 0 ;
}
*/

table.list
{
	border-left: 1px solid #FFB426;
/*	border-width: 0 1px;*/
	margin: 4px 0;
	width: 700px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}

html>body table.list { width: 100%; }

table.list th
{
    padding: 3px 0 3px 5px;
    font-size: 80%;
    background-color: #FFC;
	border: solid #FFB426;
	border-width: 1px 1px 1px 0;
/*
	white-space: nowrap;
*/
}

table.list td
{
    font-size: 80%;
    padding: 3px 0 3px 5px;
	border: solid #FFB426;
	border-width: 0 1px 1px 0;
	vertical-align: middle;
}

table.list img {
	display: inline !important;
}

ul.custnav {
}

ul.custnav li {
	font-family: Helvetica, Arial, sans-serif !important;
	display: inline;
	border-right: 1px solid #666;
	padding: 0 5px !important;
}* {
	margin: 0;
}

/* So you don't unpad certain form elements in some browsers */
html, head, body,
h1, h2, h3, h4, h5, h6, p, blockquote, q, address, cite,
ul, ol, li, dl, dt, dd,
img,
form, legend, fieldset, label,
table, tr, thead, tbody, tfoot, th, td, caption,
em, strong, pre, sup, sub, del, ins, code, dfn, kbd, samp, var, big, small {
	padding: 0;
	text-align: left;
}

a:link,
a:visited {
	font-family: inherit !important;
	font-size: inherit !important;
	color: #C30;
	text-decoration: underline;
	margin: 0 !important;
}

a:link:hover,
a:visited:hover {
	color: #FFB426;
}

body {
	background-color: #E7E2DC;
	margin: 0 auto 0 auto;
	padding-bottom: 3em;
	text-align: center; /* centers main container in IE/WIn */
}

html>body { text-align: left; }

h1, h2, h3, h4, h5, p, ul, ol, dl, address, blockquote {
	margin-right: 18px;
	margin-left: 18px;
	color: #000;
	line-height: 1.3;
}

h1, h2, h3, h4, h5 {
	margin-top: 18px;
	margin-bottom: 0;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
}

p, ul, ol, dl, address, blockquote {
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 0.5em;
}

h1#title {
	font: lighter 24px/18px "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	color: #960;
	margin: -22px 0 0 10px;
}

* html h1#title {
	line-height: 24px;
	/*
	Fixes IE/Win where it floats way to the right
	Removed 12/30/06 - IE7 Renders incorrectly
	*/
	left: 0;
	position: absolute;
	z-index: 1001;
}

h2 { font-size: 16px; }

h2 a:link,
h2 a:visited {
	text-decoration: none;
	color: inherit;
}

h2 a:link:hover,
h2 a:visited:hover {
	color: #FFB426;
}

h3 { font-size: 14px; }

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

h5 { font-size: 11px; }

p {}

/* ul, ol, dl { position: relative; } */

ul { list-style: none; }

ol { margin-left: 30px; }

li {
	margin-bottom: 0.5em;
}

li * {
	margin-left: 0;
	margin-right: 0;
}

blockquote,
blockquote p {
	font-style: italic;
	line-height: 1.4;
	margin-top: 1em;
}

cite {
	font-size: 0.9em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

blockquote cite {
	display: block;
	font-weight: bold;
}

p cite {
	font-family: inherit;
	font-size: inherit;
	font-style: italic;
}

q+cite {
	font-weight: bold;
}

q+cite:before {
	content: '\2014';
}

img {
	border: 0;
	display: block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	vertical-align: top;
	border: none;
}

form { margin: 0 18px; }

form * {
	margin-left: 0;
	margin-right: 0;
}

html>body form>* { margin-bottom: 0.5em !important; }

label {
	background-image: url(/i/blt_redarrow.gif);
	background-position: 0 5px;
	background-repeat: no-repeat;
	padding-left: 10px;
	margin-top: 0.3em;
	font: 13px/1.5 Helvetica, Arial, sans-serif;
	color: #000;
	display: block;
}

fieldset {
	border: none;
}

legend {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 0.5em;
}

input, textarea, select {
	font: 13px/1.0 Helvetica, Arial, sans-serif;
	margin-bottom: 0.6em;
}

input[type="text"],
input[type="file"],
input[type="password"],
textarea {
	background-color: #FFC;
}

html>body input[type="text"]:focus,
html>body input[type="file"]:focus,
html>body input[type="password"]:focus,
html>body textarea:focus {
	background-color: #FFF;
}

input[type="submit"],
input[type="reset"],
input[type="button"] {
	text-align: center;
}

option { padding-right: 8px; }

acronym { border: 0; }

q:before,
q:after {
	content: "";
}

/* -------------------------- BEGIN STRUCTURE RULES -------------------------- */

#container {
	width: 900px;
	background-image: url(/i/bg_grad_sides.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	padding: 0 18px 36px 18px;
	margin: 0 auto;
}

html>body #container { width: 900px; }


/*------------------------HEADER------------------------------*/

#header {
	position: relative;
	background-color: #FFF;
	background-image: url(/i/bg_banner.jpg);
	background-position: top right;
	background-repeat: repeat-x;
	z-index: 9999;
}

#header #golbon_banner {
	}

#header #supplier_logo {
	position: absolute;
	top: 0;
	right: 300px;
	height: 74px;
	width: 244px;
	z-index: 10000;
/*
	padding-top: 13px;
	border: 1px solid #900;
*/
	
	}

#header #supplier_logo p {
	float: left;
	width: 70px;
	height: 74px;
	margin: 0;
	padding-top: 13px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	}


#header #supplier_logo div {
	text-align: center !important;
	margin-left: 70px;
	text-align: center;
	padding-top: 5px; 
/*
	border: 1px solid #900;
*/
	}

#header #supplier_logo div img {
	margin: 0 auto;
	}




#header #membercontrols {
	border-left: 1px solid #ffb426;
	position: absolute;
	top: 0;
	right: 0;
	height: 87px;
	width: 306px;
	z-index: 10000;
	background-color: #FFF;
	background-image: url(/i/bg_membercontrols.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

* html #header #membercontrols {
	margin-right: 15px;
	}

#header #membercontrols div.column {
	float: left;
	display: inline;
	width: 140px;
	margin-top: 9px;
	
	position: relative;
}
	
#header #membercontrols * {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

#header #membercontrols h3 {
	color: #000;
	font-weight: normal !important;
	margin-top: 14px;
}

#header #membercontrols ul li {
	margin-bottom: 0;
}



#header #membercontrols #form_window {
	display: none;
	position: absolute;
	top: 4em;
	left: -20px;
	width: 340px;
}




#form_window_top {
	margin: 0 !important;
	}

#form_window_repeat
{
	background-color: none;
	background-image: url(/i/bg_form_window_repeat.png);
	background-position: 0px 110px;
	background-repeat: repeat-y;
	padding: 20px !important;
}

#form_window_bottom {
	margin: 0 !important;
	}




#header #membercontrols #form_window form { display: none; }

#form_window input {
	background-color: #FFF;
	border: 1px solid #369;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #333;
	line-height: 1.3;
}

#form_window p {
	margin-left: 0;
}




#header a:link,
#header a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #C30;
}

#header a:link:hover,
#header a:visited:hover {
	color: #F90;
}


/*------------------------NAVIGATION------------------------------*/

#nav {
	background-color: #900;
	height: 26px;
	margin: 0;
	padding: 0 !important;
}

#nav ul {
	margin-left: 18px;
	margin: 0 0 0 18px !important;
	padding: 2px 0 0 0;
}

#nav ul * {
	padding: 10px 0;
}

#nav li {
	display: inline;
	font: 12px/2.0 Helvetica, Arial, sans-serif !important;
	text-align: center;
	margin-left: 5px;
	background-position: center center;
	background-repeat: repeat-x;
}

#nav li.orange { background-image: url(/i/bg_nav_orange.gif); }
#nav li.red { background-image: url(/i/bg_nav_red.gif); }
#nav li.darkred { background-image: url(/i/bg_nav_darkred.gif); }
#nav li.current { background-image: url(/i/bg_nav_current.jpg); }

#nav a:link,
#nav a:visited {
	padding-left: 9px;
	background-position: center left;
	background-repeat: no-repeat;
	color: #FFC;
	text-decoration: none;
}

#nav a:link:hover,
#nav a:visited:hover {
	color: #FFB426 !important;
}

#nav li.orange a { background-image: url(/i/bg_nav_orange_left.gif); }
#nav li.red a { background-image: url(/i/bg_nav_red_left.gif); }
#nav li.darkred a { background-image: url(/i/bg_nav_darkred_left.gif); }
#nav li.current a {
	background-image: url(/i/bg_nav_current_left.jpg);
	color: #930 !important;
}

#nav span {
	padding-right: 9px;
	background-position: center right;
	background-repeat: no-repeat;
}

#nav li.orange a span { background-image: url(/i/bg_nav_orange_right.gif); }
#nav li.red a span { background-image: url(/i/bg_nav_red_right.gif); }
#nav li.darkred a span { background-image: url(/i/bg_nav_darkred_right.gif); }
#nav li.current a span { background-image: url(/i/bg_nav_current_right.jpg); }

/*------------------------CONTENT------------------------------*/

#content {
	position: relative;
	padding: 2em 0 1em 0;
	background-color: #FFC;
	background-image: url(/i/bg_content.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
}

html>body #content { margin-top: -2px; }

#content ul li {
	background-position: 0 0.3em;
	background-repeat: no-repeat;
	padding-left: 10px;
}

.contentbox,
.subcontent {
	position: relative;
	background-color: #FFF;
	border: 1px solid #FFB426;
	width: 864px;
	margin: 0 18px 18px 18px;
	clear: both;
}

html>body .contentbox,
html>body .subcontent { width: auto; }

.subcontent {
	background-color: transparent;
	border: none;
}

/*-------GREEN BAR--------*/

#contentfoot {
	background-image: url(/i/bg_greenbar.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#contentfoot p {
	font-family: Helvetica, Arial, sans-serif;
	color: #030;
	font-size: 10px;
	text-align: center;
	padding: 6px 0 40px 0;
}

#contentfoot .logos {
	text-align: center;
}

#contentfoot img {
	margin: 0 10px;
	display: inline;
}

/*------------------------FOOTER------------------------------*/

#footer {
	padding-top: 30px;
	background-image: url(/i/bg_grad_bottom.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#footer ul,
#footer p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	text-align: center;
}

#footer ul { margin-bottom: 1em; }

#footer li {
	display: inline;
	border-right: 1px solid #666;
	padding-right: 9px;
	margin-right: 9px;
	line-height: 1.6;
}

#footer p {
	line-height: 1.4;
	color: #333;
}

#footer a:link,
#footer a:visited {
	text-decoration: none;
	color: #660;
}

#footer a:link:hover,
#footer a:visited:hover {
	color: #C30;
}

#footer img {
	text-align: center;
	display: block;
	margin: 0.7em auto 0 auto;
}

/*------------------------OTHER STRUCTURE DIVs------------------------------*/

.leftcol,
.centercol,
.rightcol,
.box1wide,
.box2wide,
.box3wide,
.boxhalfwide {
	float: left;
	display: inline !important;
	margin-top: 0;
}

.box1wide,
.box2wide,
.box3wide,
.boxhalfwide {
	margin-left: 18px;
}

.box1wide { width: 290px; }
.box2wide { width: 580px; }
.box3wide { width: 870px; }
.boxhalfwide { width: 410px; }

/*-------TWO COLUMN BOX--------*/


.content_banner {
	border: 1px solid #FFB426;
	width: 824px;
	margin-top: 18px;
	height: 150px;
	background-color: #EDE8E4;
}

/* Fix IE/Win where it adds padding... */
* html .content_banner { 
	margin-top: 0; 
	margin-left: 18px !important;
	}
/* ... except on certain pages */
* html #suppliers .content_banner,
* html #homepage .content_banner {
	margin-top: 18px;
}

.content_banner .leftcol { width: 566px;}
.content_banner .rightcol { width: 258px; }
* html .content_banner .rightcol { width: 256px; }

.content_banner h2 {
	color: #C00;
	margin-top: 0.5em;
	font-weight: bold;
}


/* ------------------------TWO COLUMN------------------------------ */

.twocol { margin: 18px 18px 0 18px; }

* html .twocol .leftcol,
* html .twocol .rightcol {
	margin-top: 0;
}

.twocol h2 {
	margin-top: 0;
	margin-bottom: 1em;
}

/* REVISIT */
#cornerbox {
	position: absolute;
	right: 0;
	border-left: 1px dotted #FFB426;
	width: 100px;
	padding: 5px 18px;
	margin-right: 0;
	text-align: left;
	margin-top: -7em;
}
/* \*/
html>body #cornerbox {
	margin-top: 0;
	bottom: 20px;
}
/*  */

#cornerbox h3 {
	margin-bottom: 0.5em;
}

#cornerbox p,
#cornerbox li,
#cornerbox cite {
	font: 10px/1.2 Helvetica, Arial, sans-serif !important;
	margin: 0 !important;
}

#cornerbox p {
	margin-bottom: 0.5em !important;
}


/*--------------------TWO COLUMN NARROW LEFT------------------------*/

.narrowleft .twocol { margin-left: 0 !important; }

.narrowleft .twocol .leftcol {
	width: 200px !important;
	border-right: 1px dotted #FFB426;
}

.narrowleft .twocol .rightcol { width: 510px; }


/*--------------------TWO COLUMN WIDER LEFT------------------------*/

.widerleft .twocol .leftcol { width: 235px; }
.widerleft .twocol .rightcol { width: 459px; }
* html .widerleft .twocol .rightcol { width: 459px; }

.widerleft .twocol img.border {
    border: 1px solid #FFB426;
}

/*------------------------FLOAT BOX------------------------------*/

.floatbox {
	position: absolute;
	right: -26px;
	top: -20px;
	width: 160px;
	background-image: url(/i/bg_floatbox_btm.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	padding-bottom: 19px;
	z-index: 100;
}

.floatbox div {
	background-image: url(/i/bg_floatbox_top.gif);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 19px;
}

.floatbox div div {
	border: 1px solid #FFB426;
	background-color: #FFF;
	background-image: none;
	text-align: center;
	padding: 10px 0;
}

html>body .floatbox div div { padding: 0; }

.floatbox div div * {
	text-align: center;
	padding: 0;
	z-index: 1000;
}

.floatbox p,
.floatbox ul {
	margin: 10px 18px;
}

.floatbox p,
.floatbox li {
	font: 11px/1.3 Helvetica, Arial, sans-serif !important;
}

.floatbox li {
	background-image: none;
	margin: 2px 0 !important;
}

.floatbox img { margin: 10px auto; }

.floatbox a:link,
.floatbox a:visited {
	color: #C00;
	font-size: 11px;
}

.floatbox a:link:hover,
.floatbox a:visited:hover {
	color: #FFB426;
}

.narrowleft .twocol .rightcol,
.widerleft .twocol .rightcol {
	margin-right: 130px;
	position: relative;
}

/* REVISIT */
/*html>body #cornerbox { right: -140px !important; }*/

/*------------------------THREE COLUMN------------------------------*/

.threecol .leftcol,
.threecol .centercol,
.threecol .rightcol {
	width: 286px;
	display: inline;
}

.threecol .centercol {
	width: 288px;
}

* html .threecol .centercol {
	width: 288px;
}


/*------------------------HOME AND LOGIN PAGE------------------------------*/

#login .leftcol { padding-top: 10px; }
#login .rightcol { padding-top: 33px; }

#login .contentbox form,
#login .contentbox p {
	margin-left: 0;
}

#login .contentbox p {
	color: #600;
	font: 13px/1.6 Helvetica, Arial, sans-serif !important;	
}

#login .contentbox form p {
	font-size: 11px !important;
}

#homepage .threecol div {
	background-position: top left;
	background-repeat: no-repeat;
}

#homepage #home_optools { background-image: url(/i/bg_grad_orange.jpg); }
#homepage #home_rss { background-image: url(/i/bg_grad_blue.jpg); }
#homepage #home_promos { background-image: url(/i/bg_grad_green.jpg); }

#homepage .threecol h2,
#homepage .threecol h3,
#homepage .threecol h4,
#homepage .threecol p,
#homepage .threecol ul,
#homepage .threecol ol {
	margin-left: 18px !important;
	font-family: Helvetica, Arial, sans-serif;
}

#homepage .threecol p,
#homepage .threecol li {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

#homepage .threecol h2 {
	font-size: 11px;
	line-height: 1.0;
	border-bottom: 1px dotted #F90;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

#homepage .threecol h2:first-line { font-size: 22px; }

#homepage .threecol a:link,
#homepage .threecol a:visited {
	color: #C30;
}

#homepage .threecol a:link:hover,
#homepage .threecol a:visited:hover {
	color: #FFB426;
}

#homepage .threecol h2 a,
#homepage .threecol h3 a {
	text-decoration: none;
}

#homepage .threecol h3 { line-height: 1.1; }

#homepage #home_rss {
	border: solid #F90;
	border-width: 0 1px;
}

#homepage #home_optools h2:first-line,
#homepage #home_optools h3 {
	color: #C30;
}

#homepage #home_rss h2:first-line,
#homepage #home_rss h3 {
	color: #066;
}

#homepage #home_rss h3 a:link,
#homepage #home_rss h3 a:visited {
	color: #066;
}

#homepage #home_rss h3 a:link:hover,
#homepage #home_rss h3 a:visited:hover {
	color: #FFB426;
}

#homepage #home_rss h3 {
	margin-bottom: 0;
	font-weight: normal;
}

#homepage #home_rss p {
	color: #666;
	font-size: 11px;
}

#homepage #home_promos h2:first-line {
	color: #063;
}

#homepage #home_promos h3 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	margin-bottom: 1em;
}

#homepage #home_promos ul a:link,
#homepage #home_promos ul a:visited {
	text-decoration: none;
}

#homepage .morelink {
	font-size: 11px;
	text-align: center;
}
#homepage .morelink:before { content: '~ '; }
#homepage .morelink:after { content: ' ~'; }





/*------------------------DSR TOOLBOX PAGE------------------------------*/
#dsr_toolbox #dsr_tools { background-image: url(/i/bg_grad_orange.jpg); background-repeat: no-repeat; }
#dsr_toolbox #dsr_producttraining { background-image: url(/i/bg_grad_blue.jpg); background-repeat: no-repeat; }
#dsr_toolbox #dsr_promos { background-image: url(/i/bg_grad_green.jpg); background-repeat: no-repeat; }

#dsr_toolbox .threecol h2,
#dsr_toolbox .threecol h3,
#dsr_toolbox .threecol h4,
#dsr_toolbox .threecol p,
#pdsr_toolbox .threecol ul,
#dsr_toolbox .threecol ol {
	margin-left: 18px !important;
	font-family: Helvetica, Arial, sans-serif;
}

#dsr_toolbox .threecol p,
#dsr_toolbox .threecol li {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

#dsr_toolbox .threecol h2 {
	font-size: 11px;
	line-height: 1.0;
	border-bottom: 1px dotted #F90;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

#dsr_toolbox .threecol h2:first-line { font-size: 22px; }

#dsr_toolbox .threecol a:link,
#dsr_toolbox .threecol a:visited {
	color: #C30;
}

#dsr_toolbox .threecol a:link:hover,
#dsr_toolbox .threecol a:visited:hover {
	color: #FFB426;
}

#dsr_toolbox .threecol h2 a,
#dsr_toolbox .threecol h3 a {
	text-decoration: none;
}

#dsr_toolbox .threecol h3 { line-height: 1.1; }





#dsr_toolbox #dsr_spiffs,
#dsr_toolbox #dsr_freestuff,
#dsr_toolbox #dsr_operator_promos,
#dsr_toolbox #dsr_industry_links,
#dsr_toolbox #dsr_featured_service_partner
{
	margin: 0 0 18px 18px;
	}

#dsr_toolbox #dsr_tools ul {
	margin-top: 9px !important;
	}

#dsr_toolbox #dsr_tools ul li {
	background-image: url(/i/blt_redarrow.gif);
	background-position: 0 0.4em;
	background-repeat: no-repeat;
	}






#dsr_qotw {
	margin: 0 0 18px 13px;
	padding-top: 18px;
	}

#dsr_qotw * {
	border: none !important;
	font-weight: normal !important;
	}

#dsr_qotw table tr td table td{
	padding: 5px;
	}





#dsr_toolbox #dsr_producttraining {
	border: solid #F90;
	border-width: 0 1px;
}


#dsr_toolbox #dsr_producttraining table {
	border-collapse: separate;
	border-spacing: 5px;
	margin: 10px auto;
	}

#dsr_toolbox #dsr_producttraining td {
	padding: 5px;
	border: 1px solid #CCC;
	vertical-align: middle;
	}

#dsr_toolbox #dsr_producttraining td:hover {
	border: 1px solid #F90;
	}

#dsr_toolbox #dsr_newproducts {
	margin: 0 0 18px 18px;
	}






#dsr_toolbox #home_optools h2:first-line,
#dsr_toolbox #home_optools h3 {
	color: #C30;
}

#dsr_toolbox #dsr_producttraining h2:first-line,
#dsr_toolbox #dsr_producttraining h3 {
	color: #066;
}

#dsr_toolbox #dsr_producttraining h3 a:link,
#dsr_toolbox #dsr_producttraining h3 a:visited {
	color: #066;
}

#dsr_toolbox #dsr_producttraining h3 a:link:hover,
#dsr_toolbox #dsr_producttraining h3 a:visited:hover {
	color: #FFB426;
}

#dsr_toolbox #dsr_producttraining h3 {
	margin-bottom: 0;
	font-weight: normal;
}

#dsr_toolbox #dsr_producttraining p,
#dsr_toolbox #dsr_tools p {
	color: #666;
	font-size: 11px;
}

#dsr_toolbox #new_product_table {
	width: 100%;
}

#dsr_toolbox #new_product_table td {
	padding-left: 18px;
	padding-bottom: 1em;
}

#dsr_toolbox #dsr_community {
	background-color: #FFF4DD;
	background-image: url(/i/bg_dsr_community.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	border-top: 1px dotted #FC0;
	border-bottom: 1px dotted #FC0;
	padding-bottom: 9px;
}

#dsr_toolbox #dsr_community p, 
#dsr_toolbox #dsr_community h3 {
}

#dsr_toolbox #dsr_promos h2:first-line {
	color: #063;
}

#dsr_toolbox #featured_dsr img {
	display: block; 
	margin-left: 18px;
	}





#dsr_toolbox #dsr_promos h3 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #063;
	font-weight: normal;
	margin-bottom: 1em;
}

#dsr_toolbox #dsr_promos ul a:link,
#dsr_toolbox #dsr_promos ul a:visited {
	text-decoration: none;
}

#dsr_toolbox #dsr_promos #operator_promos {
	height: 80px;
	background-image: url(/i/promos.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#dsr_toolbox .morelink {
	font-size: 11px;
	text-align: center;
}
#dsr_toolbox .morelink:before { content: '~ '; }
#dsr_toolbox .morelink:after { content: ' ~'; }


.intro p {
	font-size: 14px;
/*
	color: #930;
*/
	}





/*--------------- OPERATOR TOOLS and ASK JIM -------------------*/

* html #ot .twocol {
	padding-top: 18px;
}

#ot h2 {
	font-size: 14px;
	color: #960;
	margin-top: 0;
}


#ot .leftcol div {
	background-color: #FFC;
	background-image: url(/i/bg_content.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
}

#ot .leftcol h3 {
	color: #C30;
	background-color: #FFB426 !important;
	padding: 10px 18px;
	margin: 0;
}

#ot img.photo {
	margin: 0 auto 18px auto;
	text-align: center;
}


#ot .leftcol li {
	background-image: url(/i/blt_redarrow.gif);
	background-position: 0 0.2em;
	margin-bottom: 0.2em;
	font-size: 11px;
}

#ot .rightcol img { margin-left: 18px; }

#ot .rightcol ul li { background-image: url(/i/blt_ylwarrow.gif); }

#ot .rightcol li ul,
#ot .rightcol li ol {
	margin-left: 0;
}

#ot .rightcol li ol { margin-left: 20px; }

#ot p.copyright,
#ot p.author {
	margin-bottom: 0;
	font-style: italic;
}

#ot p.author { margin-bottom: 1em; }

#ot ul.otnavlist li { font-family: Helvetica, Arial, sans-serif !important; }

#ot .leftcol ul.otnavlist { margin: 18px; }
#ot .rightcol ul.otnavlist { margin-right: 0; }

#ot .leftcol ul.otnavlist a { text-decoration: none; }
#ot .leftcol ul.otnavlist a.current { font-weight: bold; }

#ot .rightcol ul.otnavlist a { font-size: 14px !important; }

#ot .twocol_list { margin-top: 0.5em; }
html>body#ot .twocol_list { width: 90% !important; }


/* ----------------- SALES TRAINING CONTENT --------------- */


.training_credits * {
	font-size: 10px;
	}

.training_comments
{
	border-top: 1px #CCC solid;
	border-right: 0 none;
	border-bottom: 1px #CCC solid;
	border-left: 0 none;
	background-color: #EFEFEF;
	padding-top: 10px;
	margin-bottom: 18px;
}

.training_video {}
.training_audio {}



/* ---------------------- CULINARY CORNER CATEGORY INDEX ---------------------- */


#cc_catindex .contentbox {
	background-image: url(/i/bg_grad_contentbox.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
}

#cc_catindex .noheader { margin-top: 18px; }

#cc_catindex .section {
	border-bottom: 1px dotted #FFB426;
	padding: 18px 0 10px 0;
	clear: both;
}

#cc_catindex .section h2 { margin-top: 0; }
#cc_catindex .section ul { margin-bottom: 0; }

#cc_catindex .section img {
	float: right;
	border: 1px solid #FFF;
	margin: 0 18px 18px 18px;
}

#cc_catindex p.morelink a {
	background-image: url(/i/blt_redarrow_dbl.gif);
	background-position: 100% 4px;
	background-repeat: no-repeat;
	padding-right: 18px;
	font-style: italic !important;
}

/* ----------------- ARTICLE DETAIL PAGE --------------- */

#article .rightcol img,
#article .rightcol object {
	margin-left: 18px;
	margin-bottom: 10px;
}

/* ----------------- RECIPE DETAIL PAGE --------------- */


#recipe .leftcol { width: 265px !important; }

#recipe h2 { margin-top: 18px; }
html>body #recipe h2 { margin-top: 0; }


#recipe h4 {
	border-bottom: 1px solid #FFB426;
	margin-left: 265px;
}

#recipe h5 span {
	background-image: url(/i/blt_greyarrow_dwn.gif);
	background-position: 100% 0.2em;
	background-repeat: no-repeat;
	padding-right: 10px;
}

#recipe .adbox {
	position: relative;
	border: 1px solid #FFB426;
	overflow: hidden !important;
	background-color: #FFB426;
	padding-bottom: 0.7em;
	margin-right: 18px;
}

#recipe .adbox * {
	text-align: center;
	margin-bottom: 0 !important;
	font-family: Helvetica, Arial, sans-serif !important;
	font-size: 11px !important;
	background-image: none !important;
	padding-left: 0 !important;
}

#recipe .adbox img { margin: 0 auto !important; }

#recipe .adbox h5 { margin-top: 1em !important; }

#recipe .adbox a { color: #C00 !important; }

#recipe p.product { line-height: 1.0 !important; }

#recipe p.product strong {
	background-image: url(/i/blt_redarrow_dbl.gif);
	background-position: 0 0.3em;
	background-repeat: no-repeat;
	padding-left: 18px;
}

#recipe .overlay {
	margin-top: -20px;
	background-color: transparent !important;
	border: 0 !important;
	padding: 0 !important;
}

#recipe h5.servings {
	float: right;
	padding-top: 6px;
	text-transform: uppercase;
}

#recipe table.recipecard {
	margin: 1em 0;
	clear: both;
	width: 100% !important;
	border-spacing: 0;
	border-collapse: collapse;
}

#recipe .recipecard * {
	font-size: 12px;
	line-height: 1.2;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#recipe .recipecard th,
#recipe .recipecard td {
	border: 1px dotted #FFB426;
	padding: 2px 10px;
	vertical-align: middle;
}

#recipe .recipecard th { border-top-width: 0; }

#recipe .recipecard .instructions {
	vertical-align: top;
	width: 45%;
}

#recipe .recipecard th span {
	font: 11px/1.0 Helvetica, Arial, sans-serif;
	background-image: url(/i/blt_greyarrow_dwn.gif);
	background-position: 100% 0.2em;
	background-repeat: no-repeat;
	padding-right: 10px;
	text-transform: uppercase;
}

#recipe .recipecard tr.odd {
	background-color: #FFC;
}

#recipe p.caption {
	text-align: center !important;
	font: 14px/1.2 Helvetica, Arial, sans-serif !important;
	margin: 1em 200px 0 200px !important;
}

#recipe div.nutritional_facts {
}

#recipe div.nutritional_facts * {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.5;
	padding: 0;
}

#recipe div.nutritional_facts h3 {
	font-weight: bold;
	text-transform: uppercase;
}

#recipe div.nutritional_facts h4 {
	text-transform: uppercase;
	margin: 0;
	border-bottom: 0;
	font-size: 11px;
}

#recipe div.nutritional_facts ul ul { display: inline; }

#recipe div.nutritional_facts li {
	margin-bottom: 0;
	display: inline;
}

#recipe div.nutritional_facts li:after {
	content: '; ';
}

* html #recipe div.nutritional_facts li {
	border-right: 1px solid #000;
	margin-right: 3px;
	padding-right: 2px;
}

#recipe div.nutritional_facts ul,
#recipe div.nutritional_facts ul ul {
	margin-bottom: 0;
}

#recipe div.nutritional_facts ul ul { border-top-width: 0; }

#recipe div.nutritional_facts ul ul li { margin-left: 10px; }




/* ----------------- SALES TRAINING CONTENT --------------- */


.training_credits * {
	font-size: 10px;
	}

.training_comments
{
	border-top: 1px #CCC solid;
	border-right: 0 none;
	border-bottom: 1px #CCC solid;
	border-left: 0 none;
	background-color: #EFEFEF;
	padding-top: 10px;
	margin-bottom: 18px;
}

.training_video {}
.training_audio {}






/* ----------------- PARTNERS LISTING PAGE --------------- */

#suppliers .supplier_listing {
	clear: both;
	margin: 0 10px;
}

#suppliers .supplier_listing div {
	float: left;
	display: inline;
}
#suppliers .supplier_logo { 
	width: 130px; 
	margin-top: 10px;
}

#suppliers .supplier_blurb {
	margin-left: 10px;
	margin-bottom: 18px;
	width: 180px;
}

#suppliers .supplier_blurb h2 {
	margin-top: 5px;
}


#suppliers .contentbox h2 { margin-bottom: 0; }
#suppliers .contentbox p { margin-bottom: 0px; }
#suppliers h2 a {
	color: #930;
	text-decoration: underline;
}

#suppliers h2 a:hover { color: #FFB426 !important; }

#suppliers ul.content_icons {
	margin-top: 5px;
	margin-bottom: 0;
}

#suppliers .content_icons li {
	display: inline;
	padding-left: 0 !important;
	margin-right: 4px;
	margin-left: 0;
}

/* ------------- SEARCH PAGE -------------- */

* html #search .twocol { padding-top: 18px; }

#search .twocol h3 {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif !important;
	background-image: url(/i/blt_redarrow.gif);
	background-position: 0 0.4em;
	background-repeat: no-repeat;
	padding-left: 10px;
}

#search #search_results p { margin-left: 25px; }
#search .more_results { margin-top: 2em; }

#content_search {
	padding-top: 9px;
	padding-left: 18px;
	background-color: #FFE4B3;
	border-bottom: 1px solid #FFB426;
}

#content_search form select,
#content_search form input {
	display: inline;
	margin-right: 20px;
}
html>body #content_search form select,
html>body #content_search form input {
	border: 1px solid #FFB426;
}

html>body #content_search form input[type="text"] {
	padding: 3px 0;
}

html>body #content_search form input[type="submit"] {
	background-color: #FFF;
	color: #000;
	padding: 3px 5px;
}

#content_search form br { display: none; }

/* ------------- GOLBON MEMBERS PAGE -------------- */

#members .twocol .rightcol {
	width: 283px;
	}
#members .twocol .leftcol {
	width: 283px;
	}

#members .rightcol h2 {
	margin-top: 1em;
	margin-bottom: 0;
}

#members .rightcol h3 {
	font-weight: normal;
	font-size: 12px;
	margin-top: 0;
}

#members .swatch_NE,
#members .swatch_N,
#members .swatch_SE,
#members .swatch_SW {
	border: 1px solid #000;
	margin-left: 5px;
	line-height: 0.5;
	padding: 0 0.5em 0 0.4em;
	vertical-align: middle;
}

#members .swatch_NE { background-color: #FF9043; }
#members .swatch_N  { background-color: #FFF774; }
#members .swatch_SE { background-color: #75CFF3; }
#members .swatch_SW { background-color: #84B552; }


#members ul#NE li,
#members ul#N li,
#members ul#SE li,
#members ul#SW li {
	clear: both;
	}

#members .member_logo {
	position: relative;
	float: left;
	margin-right: 10px;
	}

#members .inlineheader { color: inherit !important; }

/*--------------------STYLES FOR PAGE SECTIONS------------------------*/



/* ------ FEATURED SUPPLIER BANNER (home, supplier index, promo index) ------ */
#featured_supplier_banner {
	margin-bottom: 18px;
	background-color: #FFF;
}

#featured_supplier_banner div { background-image: none !important; }
#featured_supplier_banner li a {
	text-decoration: none;
	font-size: 13px !important;
}

#featured_links { padding-top: 0.5em; }

#featured_links h2,
#featured_links ul,
#featured_links li {
	margin-left: 0;
	padding-left: 0 !important;
	font-family: Helvetica, Arial, sans-serif;
}

/*
#featured_links li {
	margin-left: 25px;
}

#featured_links li:first-line {
	margin-left: -25px !important;
}
*/

#featured_links h2 { margin-bottom: 5px; }


/*------------------------CUSTOM CLASSES------------------------------*/

h2.content_title {
	color: #930 !important;
	margin-bottom: 0;
}

h3.content_subtitle {
	font: italic 12px/1.4 Georgia, "Times New Roman", Times, serif !important;
	color: #000;
	margin-bottom: 1em;
	margin-top: 0;
}

p.callout {
	font-style: italic !important;
	color: #930 !important;
}

p.attention {
	font: 11px/1.5 Helvetica, Arial, sans-serif !important;
	color: #C00 !important;
}


html>body .ieh1fix { display: none; }


ul.redblt li,
ul.yellowblt li {
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: 0 0.4em !important;
}

ul.redblt li { background-image: url(/i/blt_redarrow.gif) !important; }

ul.yellowblt li { background-image: url(/i/blt_ylwarrow.gif) !important; }


div.hr {
	border-bottom: 1px solid #FFB426;
	margin: 10px 0;
}

.inlineheader {
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	color: #930;
}

.toplink a {
	margin-left: 3px !important;
	margin-right: 3px !important;
}

.cornerstamp {
	float: right;
	margin: 0;
	z-index: 100;
}

* html .cornerstamp { margin-right: -5px; }

.left { float: left !important; }
.right { float: right !important; }

.allcaps { text-transform: uppercase; }

#header .form_controls { width: 225px !important; }

.icon {
	display: inline;
	vertical-align: middle;
	float: none !important;
}

/* ------------- UTILITIES -------------- */

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0.0;
}
* html .pkg { display: block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */

form .help {
	margin-top: 0.3em;
    margin-bottom: 0.5em;
    font: 11px/1.1 Helvetica, Arial, sans-serif;
}

/* ------------- SYSTEM MESSAGES -------------- */

#sysmsg {
	position: absolute;
	top: 150px;
	left: 50%;
	margin-left: -431px;
	z-index: 1000;
	font-size: 12px;
	background-color: transparent;
	width: 863px;
	text-align: left !important;
}

html>body #sysmsg {
	background-color: transparent;
}

#sysmsg div {
	border-width: 0;
	background-color: transparent;
}

.codebasemsg div {
	margin: 0 5px;
	padding: 3px 5px;
}

.close {
	font-family: Helvetica, Arial, sans-serif;
	border: 1px solid #900;
	color: #900;
	background-color: #F90;
	float: left;
	margin: 5px;
	cursor: pointer;
/*	padding-bottom: 0.2em;*/
	text-align: center;
	height: 1.2em;
	width: 1.3em;
	line-height: 0.5;
	padding: 0 0 0.2em 0;
}

html>body .close {
	line-height: 1.0;
	padding-bottom: 0;
}


/* REPORTS */

dl.report-summary {
	font-family: Helvetica,Arial,sans-serif;
    width: 32em;
	margin: 0 0 1em 0;
	font-size: 0.8em;
	font-weight: normal;
	border-color: silver;
	border-width: 1px 0 0 0;
	border-style: solid;
}

.report-summary dt {
    float: left;
    width: 15em;
    margin: 0;
	padding: .5em 0 .2em .8em;
    font-weight: normal;
}

.report-summary dd {
	float: left;
	width: 15em;
	margin: 0;
	padding: .5em .8em .2em 0;
	font-weight: bold;
	text-align: right;
}


/* Strangecode codebase CSS override fix */
table.list { border-collapse: collapse; }
 

/* Over-ride the now-differnt codebase specifiers */
.codebasemsg {
	font-family: verdana,geneva,arial,sans-serif;
}
.success, .notice, .warning, .error {
	margin: 0 0 6px 0;
	padding: 5px;
	background: #fff;
	color: #FFF;
}
.success {
}
.notice {
	color: #FFC;
	border-color: #C60;
}
.warning, .error {
	color: #FFF;
	border-color: #f00;
}

#sc-pedit-form h1 {
	font-size: 14px;
	font-weight: bold;
}
#sc-pedit-versions-table {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
    background: #F6F6F6;
    position: relative;
    z-index: 2;
}

/* Home page member-editable content form. */
#member_messages input,
#member_messages textarea {
    width: 100%;
}
#member_messages .mm-h2 {
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
    color: #066;
    font-size: 22px; 
	margin-bottom: 1em !important;
}
#member_messages .mm-h3 {
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
    color: #066;
    font-size: 14px; 
}
#member_messages .mm-p {
    color: #666;
    font-size: 11px;
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}
#member_messages input[type="button"],
#member_messages input[type="submit"] {
    padding: 0;
    margin: 0;
    width: auto;
}
#member_messages .sc-form-row {
    margin: 0 0 18px 0;
}


