/***
Filename:		base.css
Author:			James Condliffe
Date:			06/11/2007
Description:	Base styling for Nisa Members site
Colours:		#4387C6 - Blue box header
				#FFC600 - Nisa Yellow
				#FFFFFF - White box backgrounds, borders
				#666666 - Darker grey links
				#ED1B2E - Red
Dimensions:		Max width: 1100px
				Min width: 750px
				Page left margin: 30px
***/

/***
Reset styles (http://meyerweb.com/eric/thoughts/2007/04/12/reset-styles/)
***/
html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
table,caption,tbody,tfoot,thead,tr,th,td
{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

ol,ul
{
	list-style: none;
}

q:before,q:after,
blockquote:before,blockquote:after
{
	content: "";
}

/***
Base site styles
***/
body
{
	font-family: Arial;
	font-size: 12px;
	margin: 0;
	padding: 0 0 20px 0;
	background: url(../images/body_background.gif);	
}

div#header
{
	background: url(../images/body_background_top.gif) #FFFFFF bottom left repeat-x;
	padding: 0 0 15px 0;
	width: 100%;
	min-width: 750px;
}

h1
{
	margin: 10px 0 10px 26px;
}

div.content h2,
div.content h3,
div.content h4
{
	margin: 0 0 20px 0;
	font-size: 21px;
	font-weight: bold;
	color: #666666;
}

div.content h3
{
	font-size: 16px;
}

div.content h4
{
	font-size: 14px;
	margin: 10px 0 0 0;
}

div.content p
{
	line-height: 1.3;
	font-size: 12px;
	margin: 10px 0 10px 0;
}

div.content strong
{
	font-weight: bold;
}

div.content em
{
	font-style: italic;
}

div.content ul
{
	margin: 0 0 0 10px;
	list-style-type: disc;
}

div.content ul li
{
	margin: 10px;
}

div.content img.news,
div.content img.standard
{
	float: right;
	margin: 0 10px 10px 20px;
}

div.content img.trainingImg
{
float: right;
padding: 3px;
border: 1px solid #CCCCCC;
margin-left: 10px;
}

div.content img.standard
{
	border: 1px solid #666666;
}

a
{
	color: #4387C6;
	text-decoration: none;
}

body.wholesale a
{
	color: #4387C6;
}

a:hover
{
	text-decoration: underline;
}

ol.standard,
ul.standard
{
    margin: 0 0 0 25px;
    list-style-type: decimal;
}

ul.standard
{
    list-style-type: disc;
}

ol.standard li,
ul.standard li
{
    margin: 5px 0 5px 0;
    line-height: 1.2;
}

ul.standard li.hidden
{
    display: none;
}

/* Definitions for various content panel types */
div#page
{
	min-width: 678px;
	max-width: 1028px;
	background: #FFFFFF;
	margin: 10px 20px 20px 30px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	overflow: auto;
	zoom: 1;
}

iframe.full
{
	/*width: 930px;*/
	height: 2000px;
	width: 99%;
}

iframe.votingballotwindow {height: 740px;}
iframe.dynamicheight {height: auto;}

div#chromelessiframetopborder
{
	background: #FFFFFF url(../images/chromelessiframetopborder.gif) repeat-x left top;
	height: 37px;
	width: 99%;
}

div#modulespage
{
	min-width: 720px;
	max-width: 1070px;
	padding: 10px 0 20px 30px;
	overflow: auto;	
}	

/***
Top Navigation bar
***/
div#topnav
{
	/*border: 1px solid purple;*/
	/*width: 100%;
	min-width: 750px;*/
	background: url(../images/topbar_tile_blue.gif) repeat-x;
}

body.wholesale div#topnav
{
	background: url(../images/topbar_tile_red.gif) repeat-x;
}

div#topnav div
{
	/*border: 1px solid orange;*/
	max-width: 880px;
	min-width: 530px;
	padding: 0 200px 0 0;
	margin: 0 20px 0 0;
	background: url(../images/topbar_curve_logo_blue.gif) top right no-repeat;
}

body.wholesale div#topnav div
{
	background: url(../images/topbar_curve_logo_red.gif) top right no-repeat;
}

div#topnav div ul, div#topnav div div
{
	background: url(../images/topbar_tile_yellow.gif) top left repeat-x;
	overflow: auto;
	min-height: 22px;
	padding: 8px 0 0 30px;
}

div#topnav div div
{
	min-height: 30px;
	padding: 0;
	width: 100%;
}

div#topnav div ul li
{
	float: left;	
	margin: 0 10px 0 0;
}

div#topnav div ul li a
{
	color: #666666;
	font-size: 13px;
	text-decoration: none;
	padding: 0 0 0 12px;
	background: url(../images/topbar_arrow_white.gif) left center no-repeat;
}

div#topnav div ul li a:hover, div#topnav div ul li a.selected
{
	background: url(../images/topbar_arrow_blue.gif) left center no-repeat;
}

div#topnav div ul li.epos-link
{
	margin-top: -6px;
}

div#topnav div ul li.epos-link a
{
	background-position: left top;
}

/***
Main navigation bar
***/
div#mainnav-outer
{	
	background: #CCCCCC url(../images/greydot_horizontal.gif) repeat-x top left;
	margin: 0 20px 0 30px;
	max-width: 1050px;
	min-width: 700px;
}

div#mainnav-inner
{
	overflow: auto;
	padding: 0 0 1px 0;
	background: url(../images/greydot_horizontal.gif) repeat-x bottom left;
}

div#mainnav-outer ul#mainnav
{
	float: left;
	background: #FFFFFF url(../images/greydot_vertical.gif) repeat-y top left;
	margin: 1px 0 0 0;
}

div#mainnav-outer ul#mainnav li
{
	/*border: 1px solid orange;*/
	background: url(../images/greydot_vertical.gif) repeat-y top right;
	float: left;
}

div#mainnav-outer ul#mainnav li a
{
	/*border: 1px solid green;*/
	padding: 7px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	float: left;
	display: block;
	min-width: 120px;
	min-height: 15px;
}

div#mainnav-outer ul#mainnav li a:hover
{
	padding: 5px 7px 6px 7px;
	border-top: 3px solid #CCCCCC;
}

div#mainnav-outer div#memberdetails
{
	/*border: 1px solid orange;*/
	float: left;
	font-size: 12px;
	margin: 9px 0 0 10px;
}

div#mainnav-outer div#memberdetails span#memberid
{
	display: none;
}

div#mainnav-outer ul#memberlinks
{
	/*border: 1px solid purple;*/
	background: url(../images/greydot_vertical.gif) repeat-y top right;
	float: right;
	/*width: 25%;*/
	width: 110px;
	padding: 1px 1px 0 0;
}

div#mainnav-outer ul#memberlinks li
{
	/*border: 1px solid yellow;*/
	float: right;
	background: url(../images/greydot_vertical.gif) repeat-y top left;
	padding-left: 1px;
}

div#mainnav-outer ul#memberlinks li a,
div#mainnav-outer ul#memberlinks li a img
{
	/*border: 1px solid pink;*/
	float: left;	
	margin: 0;
}

/***
Breadcrumbs
***/
ul#breadcrumbs
{
	/*border: 1px solid pink;*/
	overflow: auto;
	width: 100%;
	font-size: 14px;
	margin: 0 0 10px 0;
	padding: 0 0 3px 0;
}

ul#breadcrumbs li
{
	float: left;	
	margin: 0 7px 0 0;
	padding: 0 0 1px 0;
}

ul#breadcrumbs li a
{
	margin: 0 5px 0 0;
}

/***
Secondary nav
***/
ul#secondarynav
{
	overflow: auto;
	zoom: 1;
	margin: 0 0 10px 0;
	padding: 5px;
	background: #CCCCCC;
}

ul#secondarynav li
{
	float: left;
	padding: 0 5px 1px 0;
	margin: 0 9px 0 0;
	font-size: 14px;
}

ul#secondarynav li a.selected
{
	color: #ED1B2E;
}

ul#secondarynav.nested
{
	/*border: 1px solid purple;*/
	float: left;
	width: 18.5%;
	background: none;
}

/* Nested nav is displayed on left */
ul#secondarynav.nested li
{
	float: none;
	font-size: 100%;
	margin: 0 0 10px 0;
}

ul#secondarynav.nested li a
{
	font-weight: bold;
}

ul#secondarynav.nested ul
{
	margin: 0 0 10px 10px;
}

ul#secondarynav.nested ul li
{	
	margin: 5px 0 0 0;
}

ul#secondarynav.nested ul li a
{
	font-weight: normal;
}

/***
Login form
***/
form#login
{
	width: 27em;
	margin: 50px auto;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	padding: 10px;	
}

form#login div.fieldcontainerslim,
form#login div.fieldcontainer
{
	float: left;
	width: 100%;
	width: 99%;		/* changed by Andrei Vais on 22/07/2008 - Firefox 3 seem to hide the right hand border of the fields if the width of the containing fieldset is set to 100%;  */
	/*border: 1px solid orange;*/
}

form#login em.required
{
	display: none;/**/
}

form#login div.logininstructions h3
{
	font-size: 18px;
	text-align: center;
	margin: 5px;
	font-weight: normal;
	color: #000000;	/**/
}

form#login input,
form#login label
{	
	font-size: 16px;
	float: left;
	width: 62%;
	margin: 5px 5px 5px 0;
	/*font-weight: bold;*/
}

form#login label
{
	/*border: 1px solid orange;*/
	text-align: right;
	width: 24%;
	margin: 8px 7px 5px 15px;
	font-weight: normal;
}

form#login input.button
{
	width: 116px;
	padding: 2px 5px;
	float: none;
	display: block;	
	margin: 10px auto;/**/
}

/***
Data table
***/
table.datatable
{
	/*border: 1px solid orange;*/
	width: 95%;
	margin: 10px 0 0 0;
}

table.datatable th
{
	font-weight: bold;
	padding: 5px;	
}

table.datatable tr td
{
	background: #EBEBEB;
	padding: 5px;
	line-height: 1.3;
	border-bottom: 2px solid #FFFFFF;
}

table.datatable tr.odd td
{
	background: #CCCCCC;
}

/***
Standard form
***/
form.standard div.fieldcontainer
{
	overflow: auto;
	margin-bottom: 3px;
	padding-bottom: 3px;
}

form.standard fieldset legend
{
	font-weight: bold;
}

form.standard input,
form.standard label,
form.standard select,
form.standard textarea
{
	float: left;
	margin: 5px;
	width: 150px;
}

form.standard label
{
	width: 120px;
	margin: 8px 0 0 0;
}

form.standard em.required
{	
	display: none;
	float: left;
	margin-top: 5px;
}

form.standard span.error
{
	color: #ED1B2E;
	display: block;
	text-align: center;
	margin: 5px 0 5px 0;
	font-size: 10px;
	font-weight: bold;
}

form.standard fieldset.radioset
{
	width: 300px;
}

form.standard fieldset.radioset div.fieldcontainer
{
	margin: 0;
}

form.standard fieldset.radioset input
{
	margin: 2px 0 0 8px;
}

form.standard fieldset.radioset label,
form.standard fieldset.radioset input
{
	width: auto;
}

form.standard fieldset.radioset label
{
	margin-left: 5px;
}

form input.button
{
	margin: 10px 0 0 0;
	clear: left;
	width: auto;
}

form#spedifeedback, 
form#nett-neg-applicationform, 
form#seasonal-pos-application
{
	clear: left;
	width: 100%;
}

form#seasonal-pos-application div.dynamicAdd
{
	width: 360px;
}

form#seasonal-pos-application input.dynamicAdd
{
	float: right;
}


form#seasonal-pos-application fieldset.dynamic
{
	clear: right;
	display: block;
	float: none;
	margin-top: 0.5em;
	padding: 0.75em;
	width: 360px;
}

form#seasonal-pos-application fieldset.template,
form#seasonal-pos-application fieldset.template > .dynamic
{
	display:none;
}

form#seasonal-pos-application fieldset.instance
{
	border: dashed 1px Black;
}

form#seasonal-pos-application fieldset.dynamic .fieldcontainer
{
	float: none;
	margin: 0px;
	vertical-align: text-bottom;
	width: auto;
}

form#seasonal-pos-application fieldset.dynamic input,
form#seasonal-pos-application fieldset.dynamic label
{
	margin: 0px 1em 0px 0px;
	vertical-align: text-bottom;
	float: none;
	width: 50%;
}

form#seasonal-pos-application fieldset.dynamic input
{
	float: right;
}


form#spedifeedback input#currentsystem,
form#spedifeedback input#emailaddress,
form#nett-neg-applicationform input,
form#seasonal-pos-application input
{
	width: 250px;
}

form#spedifeedback textarea
{
	float:left;
	margin:5px;
	width:250px;
}

form#nett-neg-applicationform input.button,
form#seasonal-pos-application input.button
{
	width: auto;
}

form#seasonal-pos-application div.emailaddress + .comment,
form#seasonal-pos-application div.emailaddress + .comment + .fieldcontainer
{
	background: #FFC600;
	width: 360px;	
	font-size: 0.8em;
}

form#seasonal-pos-application div.emailaddress + .comment + .fieldcontainer
{
	padding: 0em 8px 5px 8px;
	margin-bottom: 1em;
}

form#seasonal-pos-application div.emailaddress + .comment + .fieldcontainer label
{
	margin: 0 0 0 0.5em;
	float: right;
	display: inline;
	vertical-align: middle;
}

form#seasonal-pos-application div.emailaddress + .comment + .fieldcontainer #opt_out_yes
{
	display: inline;
	float: right;
	width: auto;
	margin-left: 1em;
	vertical-align: middle;
}

form#seasonal-pos-application div.emailaddress + .comment
{
	margin: 1em 0 0 0;
	padding: 8px 8px;
}

form#seasonal-pos-application .form-content
{
	margin-top: 1em;
	font-style: italic;
}

/***
Corporate Governance
***/
div#page.with-nav div.navigation
{
	/*border: 1px solid orange;*/
	float: left;
	width: 20%;
}

div#page.with-nav div.navigation ul
{
	margin: 0 0 10px 0;
}

div#page.with-nav div.navigation ul li.haschildren
{
    margin-top: 20px;
}

div#page.with-nav div.navigation ul li#nisa-retail a
{
    color: #003875;
}

div#page.with-nav div.navigation ul li#todays-wholesale a
{
    color: #ED1B2E;
}

div#page.with-nav div.navigation ul ul
{
	margin: 0 0 0 15px;
}

div#page.with-nav div.navigation ul li
{
	margin: 5px 0;
	line-height: 1.2;
}

div#page.with-nav div.navigation ul li a.selected
{
    font-weight: bold;
}

div#page.with-nav div.content
{
	/*border: 1px solid purple;*/
	float: left;
	width: 79%;
	margin-left: 0.5%;
	display: inline;
}

div.structure
{
	text-align: center;
	margin: 10px 0;
}

div.hide
{
    display: none;
}

div.substructure
{
    /*border: 1px solid orange;*/
    margin: 10px 0;
}

div.yui-panel-container div.substructure
{
    margin: 0;
}

div.substructures div.hd
{
    font-weight: bold;
    font-size: 13px;
    margin: 0 0 5px 0;
	clear:both;
}

div.substructures div.bd img
{
    float: left;
    margin: 10px 5px 5px 0;
}

map area
{
	border: 1px solid purple;
	cursor: pointer;
}

div.files
{
    /*border: 1px solid #666666;*/
    margin: 20px 0 0 10px;
    padding: 5px;
}

div.files h3
{
    /*border: 1px solid purple;*/
    font-weight: bold;
}

#page div.content div.files ul
{
	list-style-type: none;
	margin-left: 0;
}

#page div.content div.files ul li
{
	margin-left: 0;
}

div.files ul li a
{
    display: block;
    background: url(../images/icons/pdfdocument.gif) no-repeat left center;
    padding: 0 0 0 20px;
    line-height: 1.2;
}

/***
Corporate Governance - Your Board
***/
#page h2 a, #page h3 a
{
	 color: #666666;
	 font-weight: bold;
	 text-decoration: none;
}

#page .intro h3
{
	 font-weight: bold;
}

#page .intro li
{
	 line-height: 140%;
}

.ListofDirectors
{
	clear: both;
	float: left;
	list-style-type: square;
	margin: 0 0 10px 0;	
	padding: 0 0 5px 3%;
	width: 93%;
}

.ListofDirectors li
{
	margin: 0 0 9px 0;
	padding: 0 0 0 0;
}

#page .boardaddress
{
	border-bottom: 3px solid #CCCCCC;
	float: left;
	margin: 0 0 10px 10px;	
	padding: 0 3% 10px 3%;
	width: 90%;
}

#page div.substructure
{
	border-bottom: 3px solid #CCCCCC;
	clear: both;
	float: left;
	margin: 0 0 10px 10px;
	padding: 0 0 10px 3%;
	width: 93%;
}

div.substructures h4
{
	color: #666666;
	font-size: 160%;
	font-weight: bold;
	margin: 0 0 20px 10px;
	text-decoration: none;
}

#page .ListofDirectors .title
{
	margin-left: 10px;
}

#page .substructure .title
{
	font-weight: bold;
	text-transform: capitalize;
}

#page div.substructure .photo
{
	border: 1px solid #AAB4BF;
	float: left;
	margin: 0 2% 0 0;
	padding: 0.7% 0.75% 0.6% 0.75%;
	width: 21.6%;	
}

#page div.substructure .photo img
{
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;	
}

#page div.substructure .BoardMemberDetails
{
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 72%;
}

#page div.substructure .BoardMemberDetails h3
{
	color: #666666;
	float: left;
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 7px 0;
	padding: 0 0 0 0;
	width: 100%;
}

/***
COSHH
***/
ul#coshh-docs,
ul#coshh-docs ul
{
    list-style-type: none;
}

ul#coshh-docs h3
{
	margin: 10px 0 10px 0;
	font-size: 16px;
	font-weight: bold;
	color: #666666;	
}

/*	Bulletins */
ul#bulletinperiods
{
	background: url(../images/greydot_horizontal.gif) repeat-x left bottom;
	padding: 0 0 10px 0;	
}

ul#bulletinperiods li
{
	background: url(../images/icons/bulletins.gif) no-repeat left center;
	margin: 5px 0 5px 0;	
	padding: 10px 0 10px 40px;
}

ul#bulletins
{
	margin: 10px 0 0 40px;
}

ul#bulletins h3
{
	margin: 30px 0 10px 0;
	font-size: 16px;
}

ul#bulletins ul li
{
    background: url(../images/icons/filetype_doc.gif) no-repeat left center;
	margin: 0 0 5px 0;
	padding: 5px 0 5px 30px;
}

ul#bulletins ul li.BackToTopLink
{
	background: none;
	margin: 15px 0 0 0;
	padding: 0;
}

/* Members Only Forum */
ul#members-only-programme
{
	list-style: none;
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
}

ul#members-only-programme li
{
	margin: 0 0 10px 0;	
	float: left;
	width: 100%;
}

ul#members-only-programme span.time
{
	float: left;
	width: 15%;
	margin-right: 5px;
}

ul#members-only-programme span.event
{
	float: left;
	width: 80%;
	line-height: 1.3;
}

form#memberforumsignup fieldset.radioset
{
	width: 80%;
	margin: 0 0 0 1%;
	padding-bottom: 9px;
}

form#memberforumsignup fieldset.radioset div.fieldcontainer,
form#memberforumsignup fieldset.radioset div.fieldcontainer input,
form#memberforumsignup fieldset.radioset div.fieldcontainer label
{
	display: inline;
	width: auto;
}

form#memberforumsignup fieldset.radioset legend
{
	display: inline;
}

/**************************/
/* Locally Sourced Styles */
/**************************/

h2.locally-sourced img
{
	margin-left: 10px;
}

div.topButton
{
	width: 60px;
	float: right;
	text-align: center;
}
div.topButton img
{
	margin: 0px 20px 4px 20px;
}

#map
{
	background: #CDE6F8 url('../images/locallysourced/fading_background.gif') repeat-x top left;
	float: left;
	text-align: center;
	width: 377px;
}

#map img, #map img + img
{
	margin: 0;
}

#locallysourced
{
	float: left;
	margin-left: 4%;
	width: 40%;
}

#locallysourced.wider
{
	width: 55%;
}

#locallysourced img
{
	border-right: 2px solid #FFFFFF;
	float: left;
}

#locallysourced img.first
{
	margin-left: 15px;
}

#instructions
{
	border: 1px dotted #B4B4B4;
	border-top-width: 0;
	border-right-width: 0;
	float: left;
	padding: 0 4%;
	width: 92%;
	margin-bottom: 20px;
}

#locallysourced_searchform
{
	float: left;
	margin: 0px;
	/*
	margin-top: 25px;
	margin-bottom: 34px;
	*/
	width: 80%;
}

#locallysourced_searchform .noMargins
{
	margin-top: 0px;
	margin-bottom: 0px;
}

#locallysourced_searchform label
{
	font-weight: bold;
	width: 90%;
}

#locallysourced_searchform select
{
	width: 90%;
}

#locallysourced #image-banner
{
	height:150px;
	width: 100%;
	float: left;
	border-top: 1px dotted #B4B4B4;
	border-bottom: 1px dotted #B4B4B4;
	background: url('../images/locallysourced/search_image_banner.jpg') no-repeat top;
}

#locallysourced_searchform .formError
{
	color: #FF0000;
	display: block;
	margin-top: 10px;
}

#products li.supplier
{
	width: 90px;
	float: left;
	margin-right: 15px;
	list-style-type: none;
	text-align: center;
}

#products li.supplier img
{
	margin: 2px 15px 5px 15px;
	width: 60px;
	height: 60px;
}

#products li.promo
{
	background: url('../images/locallysourced/supplier_promo.jpg') no-repeat top right;
}
#products li.new
{
	background: url('../images/locallysourced/supplier_new.jpg') no-repeat top right;
}
#products li.new-promo
{
	background: url('../images/locallysourced/supplier_newpromo.jpg') no-repeat top right;
}

#products li.new img.supplierImage,
#products li.promo img.supplierImage,
#products li.new-promo img.supplierImage
{
	width: 60px;
	height: 60px;
}


#products li.supplier a.supplierLink
{
	clear: both;
	display: block;
	text-align: center;
	margin: 5px 0px 10px 0px;
}

#products h4,
#locallysourced.wider h4
{
	clear: left;
	padding-top: 4px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #B4B4B4;
	margin-bottom: 4px;
}

/* Supplier Pages */
#map.supplier
{
	border-right: 1px dotted #B4B4B4;
	width: 280px;
}

#map div#region-name
{
	color: #21467B;
	font-size: 125%;
	margin: 5px 0 5px 0;
	padding-bottom: 5px;
	text-align: center;
	width: 100%;
}

#map #region
{
	width: 200px;
	margin: 0px 40px 80px 40px;
	display: block;
}

#map.supplier #supplierlogo
{
	width: 100%;
	border-bottom: 1px dotted #B4B4B4;
}

#map.supplier #supplierlogo img
{
	margin: 10px 40px 10px 40px;
}

#locallysourced table
{
	margin-top: 15px;
}

#locallysourced table th
{
	font-weight: bold;
	text-align: right;
	line-height:1.2em;
	text-align: center;
	padding: 0 5px 0 5px;
}

#locallysourced table.supplierProducts th
{
	border-bottom: 2px solid #E8E8E7;
	border-left: 2px solid white;
	background-color: #E8E8E7;
}

#locallysourced table.supplierProducts th abbr
{
	font-weight: bold;
}

#locallysourced table.supplierProducts tr.name td
{
	padding: 5px 0 5px 5px;
	font-weight: bold;
	font-size: 125%;
	color: #21467B;
	border-top: 10px solid #FFFFFF;
}

#locallysourced table.supplierProducts tr.name td span
{
	font-size: 70%;
}

#locallysourced table.supplierProducts th.noBackground,
#locallysourced table.supplierProducts td.noBackground
{
	background-color: #FFFFFF !important;
}

#locallysourced table.supplierProducts tr.first td
{
	padding-bottom: 15px;
	line-height:1.3em;
	border-left: 2px solid white;
	border-bottom: 4px solid white;
	background-color: #E8E8E7;
	padding: 5px 0 5px 0;
	text-align: center;
}

#locallysourced table.supplierProducts tr.second td
{
	padding-bottom: 15px;
	line-height:1.3em;
	border-left: 2px solid white;
	border-bottom: 4px solid white;
	background-color: #EEEEED;
	padding: 5px;
}

#locallysourced table.supplierInfo tr th
{
	font-weight: bold;
	text-align: right;
	line-height:1.3em;
	padding: 0 20px 8px 0;
}

#locallysourced table.supplierInfo tr td
{
	padding-bottom: 8px;
	line-height:1.3em;
}

#locallysourced #key
{
	clear: left;
	margin-top: 10px;
	border-top: 1px dotted grey;
	border-left: 1px dotted grey;
}

#locallysourced #key p
{
	margin: 5px 0px 5px 10px;
}

#locallysourced #key img
{
	float: none;
}

#terms-conditions-ls
{
	border-top: 10px solid white;
	clear: left;
}

/*	Consortium	*/
#panel23 .visitButton
{
	display: none;
}

/* SGDF */
div.content .sgdf
{
	/*border: 1px solid orange;*/
	/*width: 100%;
	float: left;*/
}

div.content ul.sgdf-rebates
{
	margin: 0 0 20px 0;
	padding: 0;
	list-style-type: none;
}

div.content ul.sgdf-rebates li
{
	margin: 5px 0;
	padding: 0;
}

div.sgdf-detail
{
	/*border: 1px solid green;*/
	clear: both;
	float: left;
	width: 79%;
	margin-left: 0.5%;
	display: inline;	
}

div.sgdf-detail p
{
	margin: 10px 0;
}

div.sgdf-detail h3
{
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0;
	color: #666666;
}

div.sgdf-detail table.scores
{
	border: 1px solid #4387C6;
	float: left;
	width: 300px;
	font-size: 16px;
}

div.sgdf-detail table.scores th
{
	font-weight: bold;
}

div.sgdf-detail table.scores td,
div.sgdf-detail table.scores th
{
	padding: 5px;
}

div.sgdf-detail div.level
{
	float: left;
	margin: -9px 0 0 10px;
}

div.sgdf-detail div.level h4
{
	font-size: 16px;
	font-weight: bold;
	margin-top: 15px;
}

div.sgdf-detail p.compliance
{
	font-weight: bold;
}

table.sgdf-requirements
{
	float: left;
}

table.sgdf-requirements td.met
{
	text-align: center;
}

table.sgdf-requirements th.status
{
	width: 100px;
	text-align: center;
}

table.sgdf-requirements td.divider
{
	text-align: center;
	font-weight: bold;
}

/***
Planograms
***/
div#page.with-righthandbox div.righthandbox
{
	/*background: pink;*/
	display: inline;
	float: left;
	font-size: 90%;
	margin-top: 43px;
	width: 20%;
}

div#page.with-righthandbox div.content
{
	/*border: 1px solid purple;*/
	display: inline;
	float: left;
	width: 79%;
	margin-left: 0.5%;
	display: inline;
}

div#page div.box
{
	background: #DBD8EB url('../images/planograms/purpleboxbottomleftcorner.gif') no-repeat bottom left;
	display: inline;
	float: left;
	margin: 0 0 43px 0;
	padding: 0 0 19px 0;
	width: 100%;
}

div#page div.box h3
{
	background: #FFFFFF url('../images/planograms/purpleboxtopleftcorner.gif') no-repeat bottom left;
	color: #5A5B5D;
	display: inline;
	float: left;
	margin: 0;
	padding: 0 0 16px 6.5%;
	text-transform: uppercase;
	width: 93.5%;
}

div#page div.box h3 span
{
	background: #FFFFFF url('../images/planograms/purpledot.gif') no-repeat top right;
	display: inline;
	float: left;
	padding-top: 5px;
	width: 100%;
}

div#page div.box ul
{
	display: inline;
	float: left;
	margin: 10px 2% 15px 6.5%;
	padding: 0;
	width: 91.5%;
}

div#page div.box ul li
{
	color: #5A5B5D;
	float: left;
	line-height: 130%;
	padding: 0;
	width: 100%;
}

div#page div.box ul li.Title, div#page div.box ul li.Title a
{
	font-weight: bold;
}

/* Lotto Alerts */
form#lotto-alerts fieldset
{
	margin: 0;
	padding: 0;
}

div.lotto h4
{
	margin: 20px 0 0 0;
}

div.lotto form#lotto-alerts em.required
{
	display: block;
}

/* Styles for SPEDICountdownClock; this will need to modify style for existing header elements */
div#mainnav-outer
{
	clear: both;
}

div#headerelements
{
	margin: 0;
	float: left;
	max-width: 1080px;
	min-width: 704px;
	width: 100%;
}

div#headerelements h1
{
	display: inline;
	float: left;
	margin: 0 0 0 26px;
	padding: 10px 0;
}

div#headerelements h2
{
	float: right;
	font-size: 170%;
	font-weight: bold;
	margin-top: 40px;
	text-align: right;
	width: 40%;
}

div#SPEDICountdownClock
{
	background: url(../images/greydot_horizontal.gif) repeat-x top left;
	display: block;
	float: right;
	margin: 5px 0;
	width: 290px;
}

div#SPEDICountdownClock_bottomborder
{
	overflow: auto;
	padding: 0 0 1px 0;
	background: url(../images/greydot_horizontal.gif) repeat-x bottom left;
	width: 100%;
}

div#SPEDICountdownClock_leftborder
{
	float: left;
	background: #FFFFFF url(../images/greydot_vertical.gif) repeat-y top left;
	margin: 1px 0 0 0;
	width: 100%;
}

div#SPEDICountdownClock_rightborder
{
	float: right;
	background: #FFFFFF url(../images/greydot_vertical.gif) repeat-y top right;
	margin: 0 0 0 1%;
	padding: 0 0 5px 0;
	width: 97%;
}

div#SPEDICountdownClock_rightborder h2
{
	color: #BB0000;
	float: left;
	font-size: 100%;
	font-weight: bold;
	margin: 3px 0 5px 0;
	text-transform: uppercase;
	width: 100%;
}

div#CountdownClock
{
	float: left;
	width: 50%;
}

div#SPEDICountdownClock_rightborder a
{
	float: left;
	line-height: 150%;
	margin-left: 2%;
	width: 45%;
}

div#CountdownClock .ClockGroup
{
	background: url('../images/countdownbackground.gif') no-repeat top left;
	float: left;
	height: 37px;
	width: 33%;
}

div#CountdownClock .Label, div#CountdownClock .Value
{
	float: left;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	width: 90%;
}

div#CountdownClock .Label
{
	color: #1B467C;
	font-size: 75%;
	letter-spacing: -0.5px;
	margin: 8px 0 0 0;
	text-align: center;
}

div#CountdownClock .Value
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 125%;
	margin: 1px 0 0 0;
}