@charset "iso-8859-1";

/*******************************************************************************
* Salgo Basic Layout Stylesheet
* -----------------------------------------------------------------------------
* Developed by Virgil Reality PH: 0405 129 049 on 18th January 2006
*******************************************************************************/

/* begin with generic selectors so that they can be overridden if needed
 * by classes deeper in the stylesheet
 */
img {
display:inline;
border-width:0px;
margin:0px;
padding:0px;
}

.boldBlue
{
	color:#3a6680;
	font-weight:bold;
}

.clear
{
	clear: both;
	padding-bottom: 1px;	/* for Gecko-based browsers */
	margin-bottom: -1px;	/* for Gecko-based browsers */
	
}
.hide
{
	display: none !important;
}
.inside
{
	/* glitch in IE caused by vertical padding in this class, so 0 padding is
	 * set here and those blocks that need the vertical padding must be 
	 * applied to the parent element. the purpose of this class is to provide
	 * horizontal padding without using hacks to get around IE's broken box 
	 * model. so it's okay to apply vertical padding to the parent element, 
	 * just not horizontal padding.
	 */
	padding: 0 0em;
}
.inside2
{
	padding: 0 0em;
}

.inside3
{
	padding-left:2px;
	padding-right:12px;
}

.inside4
{
	padding-left:0px;
	padding-right:0px;
}

/* margin values and font sizes for headings, and margins on paragraphs
 * and lists are not consistent across browser platforms. to achieve a
 * consistent look we need to explicity set these values here. it may
 * seem an odd way to declare the margins like this but you never
 * know what kind of horizontal padding a browser may be using on an
 * element, and I only want to change the vertical padding.
 *
 * pixels are used here, rather than ems, because I want a consistent
 * margin on the different headings. if I use ems, 1em for an h1 element
 * is much larger than 1em on an h6 element. I don't want this.
 *
 */
ul, ol, dl, p, h1, h2, h4, h5, h6
{
	margin-top: 14px;
	margin-bottom: 14px;
	padding-top: 0;
	padding-bottom: 0;
}
ul
{
font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;	
}
i
{
font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;	
}
h1
{
	font-size: 220%;
}
h2
{
	font-size: 190%;
}
h4
{
	font-size: 130%;
}
h5
{
	font-size: 100%;
}
h6
{
	font-size: 70%;
}



a:link, a:active { 
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;	
	text-decoration: none;
	font-weight:bold;
}

a:visited {
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #898;
	font-weight:bold;
}


a.catalogueLinks:link, a:active { 
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#3a6680;	
	text-decoration: none;
	font-weight:bold;
}

a.catalogueLinks:visited {
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3a6680;
	text-decoration: none;
	font-weight:bold;
}

a.catalogueLinks:hover {
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #898;
	font-weight:bold;
}


a.brightlinks:link, a.brightlinks:active { 
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FF7F00;
	text-decoration: none;
	font-weight:bold;
}

a.brightlinks:visited {
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FF7F00;
	text-decoration: none;
	font-weight:bold;
}

a.brightlinks:hover {
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #898;
	font-weight:bold;
}


a.mainlinks {
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;	
	text-decoration: none;
	font-weight:bold;
}
a.mainlinks:hover {
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #898;
	font-weight:bold;
}

a.logout:link, a.logout:active { 
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FF0000;
	text-decoration: none;
	font-weight:bold;
}

a.logout:visited {
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FF0000;
	text-decoration: none;
	font-weight:bold;
}

a.logout:hover {
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #898;
	font-weight:bold;
}

a.promolinks:link, a.promolinks:active { 
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#396584;
	text-decoration: none;
	font-weight:bold;
}

a.promolinks:visited {
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FF7F00;
	text-decoration: none;
	font-weight:bold;
}

a.promolinks:hover {
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #898;
	font-weight:bold;
}


#China a {
margin-left: 0px;
margin-bottom: 0px;
border-bottom: solid 2px #ffffff;
border-left: solid 6px #ffffff;
border-right: solid 2px #ffffff;
font-weight:bold;
background-color: #3a6680;
color: #ffffff;
font-variant: small-caps;
font-weight: bold;
text-align:center;
padding-top: 5px;
padding-bottom: 6px;
display: block;
}

#China  a:hover {
color:#ffffff;
text-decoration: none;
font-family:Verdana,Arial, Helvetica, sans-serif;
font-size: 11px;
background-color:#73b0dc;
}

#Cutlery a {
margin-left: 0px;
margin-bottom: 0px;
border-bottom: solid 2px #ffffff;
border-right: solid 2px #ffffff;
background-color: #3a6680;
color: #ffffff;
font-variant: small-caps;
font-weight: bold;
text-align:center;
padding-top: 5px;
padding-bottom: 6px;
display: block;
}

#Cutlery  a:hover {
color:#ffffff;
text-decoration: none;
font-family:Verdana,Arial, Helvetica, sans-serif;
font-size: 11px;
background-color:#aeb6dd;
}

#Glassware a {
margin-left: 0px;
margin-bottom: 0px;
border-bottom: solid 1px #ffffff;
border-right: solid 2px #ffffff;
background-color: #3a6680;
color: #ffffff;
font-variant: small-caps;
font-weight: bold;
text-align:center;
padding-top: 5px;
padding-bottom: 6px;
display: block;
}

#Glassware  a:hover {
color:#ffffff;
text-decoration: none;
font-family:Verdana,Arial, Helvetica, sans-serif;
font-size: 11px;
background-color:#65c295;
}

#Glassware a {
margin-left: 0px;
margin-bottom: 0px;
border-bottom: solid 2px #ffffff;
border-right: solid 2px #ffffff;
background-color: #3a6680;
color: #ffffff;
font-variant: small-caps;
font-weight: bold;
text-align:center;
padding-top: 5px;
padding-bottom: 6px;
display: block;
}

#Glassware  a:hover {
color:#ffffff;
text-decoration: none;
font-family:Verdana,Arial, Helvetica, sans-serif;
font-size: 11px;
background-color:#65c295;
}

#Bar a {
margin-left: 0px;
margin-bottom: 0px;
border-bottom: solid 2px #ffffff;
border-right: solid 2px #ffffff;
background-color: #3a6680;
color: #ffffff;
font-variant: small-caps;
font-weight: bold;
text-align:center;
padding-top: 5px;
padding-bottom: 6px;
display: block;
}

#Bar  a:hover {
color:#ffffff;
text-decoration: none;
font-family:Verdana,Arial, Helvetica, sans-serif;
font-size: 11px;
background-color:#ebb811;
}

#Tableservice a {
margin-left: 0px;
margin-bottom: 0px;
border-bottom: solid 2px #ffffff;
background-color: #3a6680;
color: #ffffff;
font-variant: small-caps;
font-weight: bold;
text-align:center;
padding-top: 5px;
padding-bottom: 6px;
display: block;
}

#Tableservice a:hover {
color:#ffffff;
text-decoration: none;
font-family:Verdana,Arial, Helvetica, sans-serif;
font-size: 11px;
background-color:#f8931d;
}

#Kitchen a {
margin-left: 0px;
margin-bottom: 0px;
border-left: solid 6px #ffffff;
border-right: solid 2px #ffffff;
background-color: #3a6680;
color: #ffffff;
font-variant: small-caps;
font-weight: bold;
text-align:center;
padding-top: 5px;
padding-bottom: 6px;
display: block;
}

#Kitchen a:hover {
color:#ffffff;
text-decoration: none;
font-family:Verdana,Arial, Helvetica, sans-serif;
font-size: 11px;
background-color:#b08251;
}

#Equipment a {
margin-left: 0px;
margin-bottom: 0px;
border-right: solid 2px #ffffff;
background-color: #3a6680;
color: #ffffff;
font-variant: small-caps;
font-weight: bold;
text-align:center;
padding-top: 5px;
padding-bottom: 6px;
display: block;
}

#Equipment a:hover {
color:#ffffff;
text-decoration: none;
font-family:Verdana,Arial, Helvetica, sans-serif;
font-size: 11px;
background-color:#ec1b30;
}

#Health a {
margin-left: 0px;
margin-bottom: 0px;
border-right: solid 2px #ffffff;
background-color: #3a6680;
color: #ffffff;
font-variant: small-caps;
font-weight: bold;
text-align:center;
padding-top: 5px;
padding-bottom: 6px;
display: block;
}

#Health a:hover {
color:#ffffff;
text-decoration: none;
font-family:Verdana,Arial, Helvetica, sans-serif;
font-size: 11px;
background-color:#99c75a;
}

#Disposables a {
margin-left: 0px;
margin-bottom: 0px;
border-right: solid 2px #ffffff;
background-color: #3a6680;
color: #ffffff;
font-variant: small-caps;
font-weight: bold;
text-align:center;
padding-top: 5px;
padding-bottom: 6px;
display: block;
}

#Disposables a:hover {
color:#ffffff;
text-decoration: none;
font-family:Verdana,Arial, Helvetica, sans-serif;
font-size: 11px;
background-color:#c87db6;
}

#Cleaning a {
margin-left: 0px;
margin-bottom: 0px;
background-color: #3a6680;
color: #ffffff;
font-variant: small-caps;
font-weight: bold;
text-align:center;
padding-top: 5px;
padding-bottom: 6px;
display: block;
}

#Cleaning a:hover {
color:#ffffff;
text-decoration: none;
font-family:Verdana,Arial, Helvetica, sans-serif;
font-size: 11px;
background-color:#01bfdf;
}


.buttonMenuWidth {
width:132px;
}




/* alter some HTML elements' default style
 */

code
{
	font-family: "Courier New", Courier, monospace;
}
label
{
	cursor: pointer;
}
table
{
	font-size: 100%;
}
td, th
{
	vertical-align: top;
}

/* now we craft the core layout of the page. this includes positioning and
 * gutter space. colors and fonts should not come into play at this point.
 * when defining a border, default its color to white which is probably
 * the safest thing to do.
 */
body
{ 
height:150%;
background-image:url(images_site/bg_rules.gif);
	margin: 0;	/* margin instead of padding for the gutterspace around 
	 			   the layout because IE breaks the layout when 
	 			   horizontal padding is applied to the body element.
	 			   % over pixels for that horizontal gutterspace so that
	 			   it automatically goes below 20px on low-res browsers
	 			   to create more space for the content. */

				
	font-size: 100.1%;	/* resolve some font size issues in some layouts for
				   some browsers. (in other words, i got no clue.) */
				
}
#pageWrapper
{
	margin: 0;
	border: solid 0px #fff;
	border-width: 0 0px;
	margin-left: auto;
margin-right: auto;
  	width:798px;
	height:100%;
}
#advantage
{
position:absolute;
margin-left:631px;
margin-top:70px;
width:160px;
height:49px;
}
#gloria
{
position:absolute;
padding:6px;
width:785px;
height:113px;
}
* html #pageWrapper
{
	/* \*/
		word-wrap: break-word;
	/* invalid CSS but keeps IE from breaking horribly under narrow viewports */
}
#masthead
{
	height:64px;
	padding:0px;
	margin:0px;
}
#masthead h1
{
	padding: 0;
	margin: 0;
}
#masthead .divider {
display:none;
}

#graphicHeader
{
	height:113px;
	background-color:#FFFFFF;
padding: 6px;
	margin:0px;
}
#menuBlock
{
background-color:#FFFFFF;
	padding-left: 6px;
	padding-right: 6px;
	text-align:left;
	margin:0px;
}
#searchBlock
{
background-color:#FFFFFF;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	text-align:left;
	margin:0px;
}
#logBlock
{
	background-color:#FFFFFF;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	text-align:left;
	margin:0px;
}
#graphicHeader h1
{
	padding: 0;
	margin: 0;
}

#contentIntro
{
	padding-left:0px;
	padding-right:8px;
	OVERFLOW: visible; 
POSITION: relative;
}
#contentColumnLeft
{
width: 285px; 
float: left;
OVERFLOW: visible; 
POSITION: relative;
padding-left:8px;
padding-right:3px;
padding-bottom:40px;
}
#contentColumnLeftIntro
{
	width: 160px; 
float: left;
OVERFLOW: visible; 
POSITION: relative;
padding-left:8px;
padding-right:3px;
padding-bottom:40px;
}
#contentColumnRight
{
position:inherit;
width: 285px; 
float: left;
padding-left:12px;
padding-right:0px;
padding-bottom:40px;
OVERFLOW: visible;
	
}
#contentColumnRightIntro
{
position:inherit;
width: 415px; 
float: left;
padding-left:12px;
padding-right:3px;
padding-bottom:40px;
OVERFLOW: visible;
	
}

#contentColumnLeftProduct
{
width: 310px; 
float: left;
OVERFLOW: visible; 
POSITION: relative;
padding-top:30px;
padding-left:8px;
padding-right:3px;
padding-bottom:40px;
	
}
#contentColumnRightProduct
{
	position:inherit;
width: 255px; 
float: left;
padding-top:30px;
padding-left:12px;
padding-right:3px;
padding-bottom:40px;
OVERFLOW: visible;
	
}

#contentColumnFooter
{
	clear:both;
	padding-top:6px;
	height:44px;
	text-align:center;
	border-top: solid 1px #898;
	background-color:#ffffff;
}

#listTitle
{
padding-top:20px;
padding-left:155px;
font-weight:bold;
font-family:Arial;
font-size:16px;
color:663300;
}
#listTitleWide
{
font-weight:bold;
font-family:Arial;
padding-top:15px;
font-size:16px;
color:663300;
vertical-align:middle;
}
#printListTitle
{
padding-top:20px;
font-weight:bold;
font-family:Arial;
font-size:16px;
color:663300;
}
#formTitle
{
padding-top:50px;
padding-left:155px;
font-weight:bold;
font-family:Arial;
font-size:16px;
color:663300;
}
#knowledgeTitle
{
padding-top:30px;
padding-left:8px;
font-weight:bold;
font-family:Arial;
font-size:16px;
color:663300;
}
#listText
{
padding-left:155px;
padding-bottom:14px;
font-family:Arial;
font-size:11px;
color:663300;
width:500px;
}
#formText
{
padding-left:155px;
padding-bottom:14px;
font-family:Arial;
font-size:11px;
color:663300;
}

#knowledgeArticle
{
padding-top:0px;
vertical-align:top;
padding-left:8px;
padding-bottom:14px;
font-family:Arial;
font-size:101px;
color:663300;
}
.knowledgeAbstract
{
padding-top:0px;
vertical-align:top;
padding-bottom:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:000000;
line-height:125%;
}

#whiteborder
{
border: solid 6px #fff;
	border-width: 0 6 0 6px;
}
#outerColumnContainer
{
	/* reserves space for the left and right columns. you can use either
	 * padding, margins, or borders, depending on your needs. however you
	 * can use the border method to create a background color for both left
	 * and right columns
	 */
	border-left: solid 14em #fff;

}
#outerColumnContainerHome
{
	/* reserves space for the left and right columns. you can use either
	 * padding, margins, or borders, depending on your needs. however you
	 * can use the border method to create a background color for both left
	 * and right columns
	 */
	border-left: solid 0px #fff;

}
#innerColumnContainer
{
	border: solid 6px #fff;
	border-width: 0 0 0 6px;
	margin: 0 -1px;		/* compensate for the borders because of
				   100% width declaration */
	width: 100%;
	z-index: 1;
}
#leftColumn, #middleColumn, #rightColumn, * html #SOWrap
{
	overflow: visible;	/* fix for IE italics bug */
}
#SOWrap
{
	float: left;
	margin: 0 -1px 0 0;
	width: 100%;
	z-index: 3;
}
#middleColumn
{
	float: right;
	margin: 0 0 0 -1px;
	width: 100%;
	z-index: 5;
}

#leftColumn
{
	float: left;
	margin: 0 0px 0 -14em;
	width: 14em;
	z-index: 6;
}
#leftColumnMenu
{
	float: left;
	margin: 0 0px 0 -14em;
	width: 14em;
	z-index: 6;
}
#rightColumn
{
	float: right;
	width: 14em;
	margin: 0 -14em 0 1px;
	z-index: 2;
	
}
#footer
{
	border-width: 6px;
	padding: 0.5em;
	background-color: #5d5d5d;
	color: #fff;
	text-align: center;
}
#instructionBox
{
	padding:8px;
	background-color:#85bfe2;
}


.menuColumn
{
background-color:#85bfe2;
width:178px;
padding-top:22px;
}

.contentColumn
{
background-color:#FFFFFF;
width:602px;
}
.contentColumn2
{
background-color:#FFFFFF;
width:785px;
}
.instructionText
{
	padding:0px;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
text-align:justify;
	font-size: 10px;
	color:#FFFFFF;
	margin:0px;
	line-height:125%;
}
p.fontsize-set
{
	text-align: center;
}
p.fontsize-set img
{
	border-width: 0;
}

/* vertical navigation stuff. mostly exactly as seen in the vnav.css styleheet
 * in the original skidoo layout.
 */

.vnav ul, .vnav ul li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display:inline;
}



* html .vnav ul li a/* hide from IE5.0/Win & IE5/Mac */
{
	height: 0.01%;
}
* html .vnav ul
{
	position:absolute;	/* IE needs this to fix a rendering problem */
}

/* everything below this point is related to the page's "theme" and could be
 * placed in a separate stylesheet to allow for multiple color/font scemes on
 * the layout. you should probably leave a default theme within this stylesheet
 * just to be on the safe side.	
 */
#pageWrapper, #masthead, #innerColumnContainer, .vnav ul, .vnav ul li, .hnav, .hnav ul li a
{
	border-color: #FFF;
	
}
html
{
background-image:url(images_site/bg_rules.gif);
}
body
{
text-align:center;
}
html, body
{
	/* note that both html and body elements are in the selector.
	 * this is because we have margins applied to the body element
	 * and the HTML's background property will show through if
	 * it is ever set. _DO_NOT_ apply a font-size value to the
	 * html or body elements, set it in #pageWrapper.
	 */
	background-color: #eee;
	color: #000;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	
}
#pageWrapper
{
	font-size: 80%;	/* set your default font size here. */
	height:100%;
}
#masthead
{
	background-color: #898;
	color: #fff;
}

#outerColumnContainer
{
	border-left-color: #85bfe2;	/* left column background color */
	border-right-color: #cdc;	/* right column background color */
	background-color: #fff;		/* set the background color for the
					   middle column here */
}
#outerColumnContainerHome
{
	border-left-color: #85bfe2;	/* left column background color */
	border-right-color: #cdc;	/* right column background color */
	background-color: #fff;		/* set the background color for the
					   middle column here */
}

.hnav ul li a:link, .hnav ul li a:visited
{
	background-color: #85bfe2;
	color: #000;
}
.hnav ul li a:hover
{
	background-color: #787;
	color: #fff;
}
#rightColumn .inside
{
	/* if you apply a font size to just #rightColumn, then its width,
	 * which is specified in EMs, will also be affected. you don't want
	 * that. so apply font size changes to the .inside element which exists
	 * inside underneath all three columns
	 */
	font-size: 90%;
}
#rightColumn .inside 
{
	font-size: 110%;
}

#product
{
	font-size: 110%;
	width:602px;
}
#product2
{
	font-size: 110%;
}


/******************************************************************************/
hr {
    height:1px;
	color:#FFFFFF; 
   }
 .hr2 {
    height:1px;
	color:#666666; 
   }

h5 
{
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:666666;
		margin-bottom:-12px;
		padding-top:4px;
		font-weight:bold;
}
h4 
{
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#3a6680;
	padding-top:8px;
		margin-bottom:-12px;
		font-weight:bold;
}
h3 
{
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#3a6680;
	padding-top:12px;
		margin-bottom:-12px;
		padding-bottom:-5px;
		font-weight:bold;
}
h2 
{
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#3a6680;
	padding-top:12px;
		margin-bottom:-12px;
		font-weight:bold;
}
h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#3a6680;
	font-weight:bold;
}
p 
{
font-family:  Verdana, Arial, Helvetica, sans-serif;
/* text-align:justify;*/
	font-size: 11px;
	color:#000000;
	margin-bottom:-6px;
	line-height:125%;
}
.searchHeading 	{
					background-color: 3a6680;
					color: ffffff;
					font-size: 12px;
					font-family: Arial;
					font-weight: bold;
					height:25px;
					width:149px;
					padding-top:4px;
					padding-left:8px;
					padding-right:8px;
				}
.searchHeadingWide	{
					background-color: 3a6680;
					color: ffffff;
					font-size: 12px;
					font-family: Arial;
					font-weight: bold;
					height:22px;
					width:178px;
					padding-top:4px;
					padding-left:12px;
					padding-right:8px;
				}
			
.searchBody 	{
					background-color: b6d8ec;
					color: 3a6680;
					font-size: 11px;
					font-family: Arial;
					font-weight: bold;
					height:32px;
					width:149px;
					padding-top:8px;
					padding-left:8px;
					padding-right:8px;
					padding-bottom:8px;
				}
.searchBodyWide 	{
					background-color: b6d8ec;
					color: 3a6680;
					font-size: 11px;
					font-family: Arial;
					font-weight: bold;
					height:22px;
					width:601px;
					padding-top:8px;
					padding-left:8px;
					padding-right:8px;
					padding-bottom:8px;
				}
.salgobuttons 	{
					font-size: 9pt;
					font-family: Arial;
					font-weight: bold;
					cursor: hand;
				}
.salgobuttonsList 	{
					background-color:#A0A0A4;
					border-color:#808080;
					border-style:solid;
					border-width: 2;
					width:125px;
					margin-bottom:3px;
					color: #ffffff;
					font-size: 8pt;
					font-family: Arial;
					font-weight: bold;
					cursor: hand;
				}
				
.salgobuttonsListShort 	{
					background-color:#A0A0A4;
					border-color:#808080;
					border-style:solid;
					border-width: 2;
					width:120px;
					color: #ffffff;
					font-size: 8pt;
					font-family: Arial;
					font-weight: bold;
					cursor: hand;
				}
.salgobuttonsSearchBox 	{
					background-color:#A0A0A4;
					border-color:#808080;
					border-style:solid;
					border-width: 2;
					width:65px;
					color: #ffffff;
					font-size: 8pt;
					font-family: Arial;
					font-weight: bold;
					cursor: hand;
				}
				
.salgosearchfield 	{	
background-color: "#dbeaf4";
					border-color: "#3a6680";
					border-style: single;
					border-width: 1;
					color: "#000000";
					font-size: 10px;;
					height:18px;
					width:130px;
					font-family: Arial, Helvetica, sans-serif;
				}
.salgosearchfieldsmall 	{	
background-color: "#dbeaf4";
					border-color: "#3a6680";
					border-style: single;
					border-width: 1;
					color: "#000000";
					font-size: 10px;;
					height:18px;
					width:30px;
					font-family: Arial, Helvetica, sans-serif;
				}

.salgofield 	{	background-color: "#dbeaf4";
					border-color: "#3a6680";
					border-style: single;
					border-width: 1;
					color: "#000000";
					font-size: 9pt;
					font-family: Arial, Helvetica, sans-serif;
				}
.salgofieldLog	{	background-color:#DBDBDB;
					border-color:#999999;
					border-style: single;
					border-width: 1;
					color: "#000000";
					font-size: 9pt;
					font-family: Arial, Helvetica, sans-serif;
					width:130px;
					height:20px;
				}
.formFormat	{
margin:0px;
width:602px;
}	

.formFormatColumn	{
margin:0px;
width:300px;
}	

.formFormat	p {
font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	margin-bottom:0px;
	
}	
.salgoFormRight{
text-align:right;
vertical-align: center; 
font-weight:bold;
width:150px;
background-color: #d8d8d8;
}
.salgoFormLeft{
text-align:center;
vertical-align: center; 
font-weight:bold;
width:120px;
background-color: #dbdbdb;
}
.salgoFormRightColumn{
text-align:right;
vertical-align: center; 
font-weight:bold;
width:140px;
background-color: #d8d8d8;
}
.salgoFormLeftColumn{
text-align:center;
vertical-align: center; 
font-weight:bold;
width:160px;
background-color: #dbdbdb;
}
.salgoFormFields{
text-align:left;
vertical-align: center; 
width:482px;
background-color: #e5e5e5;
}

.salgoButtonPanel1{
background-color: #cccccc;
width:150px;
}
.salgoButtonPanel2{
background-color: #cccccc;
width:482px;
}
.salgoButtonPanel3{
background-color: #3a6680;
width:300px;
}

.salgoPanel {
background-color:#996600;
width:602px;
height:30px;
padding-left:12px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#FFFFFF;
vertical-align: middle;
}
.salgoPanelOrder {
background-color: #eacf63;
height:25px;
padding-left:8px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#000000;
}
.salgoPanelList {
background-color: #99ccff;
height:25px;
padding-left:5px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#000000;
}

.salgoPanelQuote {
background-color: #eea633;
height:25px;
padding-left:5px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#000000;
}
.salgoPanelListHeading {
background-color:#344956;
width:602px;
height:30px;
padding-left:12px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#FFFFFF;
vertical-align: middle;
}
.salgoPanelListHeadingRight {
background-color:#344956;
width:602px;
height:30px;
padding-left:12px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#FFFFFF;
vertical-align: middle;
text-align:right;
}
.salgoPanelListHeadingButtons {
background-color:#99ccff;
width:602px;
height:30px;
padding-left:12px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#FFFFFF;
vertical-align: middle;
}
.salgoPanelQuoteHeading {
background-color:#355d16;
width:602px;
height:30px;
padding-left:12px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#FFFFFF;
vertical-align: middle;
}
.salgoOrderTop{
text-align:left;
vertical-align: center; 
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
background-color:#ffffcc;
}

.salgoQuoteTop{
text-align:left;
vertical-align: center; 
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
background-color:#d6fab8;
}
.salgoListTop{
text-align:left;
vertical-align: center; 
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
background-color:#ebf8f8;
}
.salgoOrderLine{
text-align:left;
vertical-align: center; 
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
background-color:#f1f4ac;
}

.salgoOrderLineLight{
text-align:left;
vertical-align: center; 
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
background-color:#FFFFCC;
}
.salgoOrderLineCentre{
text-align:center;
vertical-align: center; 
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
background-color:#FFFFAA;
}
.salgoQuoteLine{
text-align:left;
vertical-align: center; 
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
background-color: #fcd693;
}
.salgoQuoteLineLight{
text-align:left;
vertical-align: center; 
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
background-color:#fce4ba;
}
.salgoQuoteLineCentre{
text-align:center;
vertical-align: center; 
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
background-color: #afe782;
}
.salgoListTop{
text-align:left;
vertical-align: center; 
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
background-color:#ebf8f8;
}
.salgoListLine{
text-align:left;
vertical-align: center; 
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
background-color:#EAEAEA;
}
.salgoListLineLight{
text-align:left;
vertical-align: center; 
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
background-color:#E0E0E0;
}
.salgoListLineCentre{
text-align:center;
vertical-align: center; 
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
background-color: #cfe8e8;
}
.salgoBackgroundPanel{
background-color: #FFF9DF;
}

.salgoForm{
width:177px;
font-size: 11px;
color: #41527D;
}
.salgoFormWide{
width:400px;
font-size: 11px;
color: #41527D;
}
.salgoFormShortest{
width:30px;
font-size: 11px;
color: #41527D;
}
.salgoFormText{
width:320px;
font-size: 11px;
color: #41527D;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.salgoFormStreet{
width:219px;
font-size: 11px;
color: #41527D;
}

.salgoFormMenu{
width:179px;
font-size: 11px;
color: #41527D;
}
.salgoFormShort {
width:60px;
font-size: 11px;
color: #41527D;
}
.salgoFormHalf {
width:104px;
font-size: 11px;
color: #41527D;
}
.salgoFormTelephone {
width:159px;
font-size: 11px;
color: #41527D;
}
.salgoFormState {
width:100px;
font-size: 11px;
color: #41527D;
}
.formTitles {
padding-top:12px;
font-size: 12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
color:#3a6680;
vertical-align:middle;
}

.formTitlesInside {
font-size: 11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#3a6680;
}



.productBrand {
padding-top:6px;
padding-left:6px;
padding-bottom:-8px;
font-size: 10px;
font-family:Arial, Helvetica, sans-serif;
color:#000000;
vertical-align:middle;
}
.productTitle {
padding-top:0px;
padding-left:6px;
font-size: 12px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#000000;
vertical-align:middle;
}
.rightProductAnchor {
padding-top:0px;
padding-right:12px;
font-size: 12px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#317451;
text-align:right;
vertical-align:middle;
}
.productName {
font-size: 11px;
font-family:Arial, Helvetica, sans-serif;
color:#000000;
text-align:center;
}
.CatTableDisplay_Neutral {
background-color:#bed9e9;
text-align:center;
width:20%;
padding-bottom:12px;
}
.CatTableDisplay_Glassware {
background-color:#c6ddc9;
text-align:center;
width:20%;
padding-bottom:12px;
}
.CatTableDisplay_Tableservice {
background-color:#ffcc99;
text-align:center;
width:20%;
padding-bottom:12px;
}
.CatTableDisplay_Disposables {
background-color:#eaccf3;
text-align:center;
width:20%;
padding-bottom:12px;
}
.CatTableDisplay_Cleaning {
background-color:#cbdce7;
text-align:center;
width:20%;
padding-bottom:12px;
}
.CatTableDisplay_Healthcare {
background-color:#e0eecd;
text-align:center;
width:20%;
padding-bottom:12px;
}
.CatTableDisplay_Equipment {
background-color:#f7cabc;
text-align:center;
width:20%;
padding-bottom:12px;
}
.CatTableDisplay_Kitchen {
background-color:#f4dbc0;
text-align:center;
width:20%;
padding-bottom:12px;
}
.CatTableDisplay_Cutlery {
background-color:#c2b5e1;
text-align:center;
width:20%;
padding-bottom:12px;
}
.CatTableDisplay_Bar {
background-color:#ece5b3;
text-align:center;
width:20%;
padding-bottom:12px;
}
.CatTableDisplay_China {
background-color:#bdcbd1;
text-align:center;
width:20%;
padding-bottom:12px;
}
.baseColour_Neutral {
background-color:#bed9e9;
}
.baseColour_Glassware {
background-color:#c6ddc9;
}
.baseColour_Tableservice {
background-color:#fdcc99;
}
.baseColour_Disposables {
background-color:#eaccf3;
}
.baseColour_Cleaning {
background-color:#cbdce7;
}
.baseColour_Healthcare {
background-color:#e0eecd;
}
.baseColour_Equipment {
background-color:#f7cabc;
}
.baseColour_Kitchen {
background-color:#f4dbc0;
}
.baseColour_Cutlery {
background-color:#c2b5e1;
}
.baseColour_Bar {
background-color:#ece5b3;
}
.baseColour_China {
background-color:#bdcbd1;
}
.productTable_Neutral {
border-collapse: collapse;
background-color:#bed9e9;
padding:0px;
width:100%;
}
.productTable_Glassware {
border-collapse: collapse;
background-color:#c6ddc9;
padding:0px;
width:100%;
}
.productTable_Tableservice {
border-collapse: collapse;
background-color:#fdcc99;
padding:0px;
width:100%;
}
.productTable_Disposables {
border-collapse: collapse;
background-color:#eaccf3;
padding:0px;
width:100%;
text-align:center;
}
.productTable_Cleaning {
border-collapse: collapse;
background-color:#cbdce7;
padding:0px;
width:100%;
}
.productTable_Healthcare {
border-collapse: collapse;
background-color:#e0eecd;
padding:0px;
width:100%;
}
.productTable_Equipment {
border-collapse: collapse;
background-color:#f7cabc;
padding:0px;
width:100%;
}
.productTable_Kitchen {
border-collapse: collapse;
background-color:#f4dbc0;
padding:0px;
width:100%;
}
.productTable_Cutlery{
border-collapse: collapse;
background-color:#c2b5e1;
padding:0px;
width:100%;
}
.productTable_Bar {
border-collapse: collapse;
background-color:#ece5b3;
padding:0px;
width:100%;
}
.productTable_China {
border-collapse: collapse;
background-color:#bdcbd1;
padding:0px;
width:100%;
}
.productTableText {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
padding-left:6px;
padding-top:6px;
padding-bottom:6px;
width:234px;
} 
.productDetails {
height:25px;
background-color:#D7D7D7;
border-bottom: solid 1px #fff;
}

.productLineItems {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
padding-bottom:8px;
padding-top:8px;
}

.productPageBox {
width:300px;
height:320px;
vertical-align:middle;
text-align:center;
background-color:#FFFFFF;
}
.productPageBoxAlt {
width:300px;
vertical-align:top;
text-align:center;
}
.productData {
font-size:11px;
padding-top:3px;
}
/*Calendar Styles*/
#calendarDiv{
	position:absolute;
	width:205px;
	border:1px solid #85bfe2;
	padding:1px;
	background-color: #FFF;
	font-family:arial;
	font-size:10px;
	padding-bottom:20px;
	visibility:hidden;
}
#calendarDiv span,#calendarDiv img{
	float:left;
}
#calendarDiv .selectBox,#calendarDiv .selectBoxOver{
	
	line-height:12px;
	padding:1px;
	cursor:pointer;
	padding-left:2px;
}

#calendarDiv .selectBoxTime,#calendarDiv .selectBoxTimeOver{	
	line-height:12px;
	padding:1px;
	cursor:pointer;
	padding-left:2px;
}

#calendarDiv td{
	padding:3px;
	margin:0px;
	font-size:10px;
}

#calendarDiv .selectBox{
	border:1px solid #e4e4e4;		
	color: #E2EBED;
	position:relative;
}
#calendarDiv .selectBoxOver{
	border:1px solid #FFF;
	background-color: #85bfe2;
	color: #000000;
	position:relative;
}
#calendarDiv .selectBoxTime{
	border:1px solid #85bfe2;		
	color: #666666;
	position:relative;
}
#calendarDiv .selectBoxTimeOver{
	border:1px solid #216072;	
	color: #000000;
	position:relative;
}

#calendarDiv .topBar{
	height:16px;
	padding:2px;
	background-color: #85bfe2;


}
#calendarDiv .activeDay{	/* Active day in the calendar */
	color:#FF0000;
}
#calendarDiv .todaysDate{
	height:17px;
	line-height:17px;
	padding:2px;
	background-color: #e4e4e4;
	text-align:center;
	position:absolute;
	bottom:0px;
	width:201px;
}
#calendarDiv .todaysDate div{
	float:left;
}
	
#calendarDiv .timeBar{
	height:17px;
	line-height:17px;
	background-color: #e4e4e4;
	width:72px;
	color:#FFF;
	position:absolute;
	right:0px;
}

#calendarDiv .timeBar div{
	float:left;
	margin-right:1px;
}


#calendarDiv .monthYearPicker{
	background-color: #e4e4e4;
	border:1px solid #AAAAAA;
	position:absolute;
	color:#666666;
	left:0px;
	top:15px;
	z-index:1000;
	display:none;

}
#calendarDiv #monthSelect{
	width:70px;
}
#calendarDiv .monthYearPicker div{
	float:none;
	clear:both;	
	padding:1px;
	margin:1px;	
	cursor:pointer;
}
#calendarDiv .monthYearActive{
	background-color:#85bfe2;
	color:#000000;
}

#calendarDiv td{
	text-align:right;
	cursor:pointer;
}

#calendarDiv .topBar img{
	cursor:pointer;
}
#calendarDiv .topBar div{
	float:left;
	margin-right:1px;
}
