/***
Filename:		

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 ol
{
	margin: 0 0 0 12px;
	list-style-type: lower-alpha;
}

div.content ul li, div.content ol 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;
}
ol.standarda
{
    margin: 0 0 0 25px;
    list-style-type: lower-alpha;
}
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: 850px;
	max-width: 1200px;
	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#header 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,
form#npdint-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,
form#npdint-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,
form#npdint-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;
}

div#Recommend
{
    height: 50px;
    width: 270px;
    position: absolute;
    top: 40px;
    left: 810px;
}

div#Recommend
{
    height: 50px;
    width: 270px;
    position: absolute;
    top: 40px;
    left: 810px;
}

#panel63 .content {position: relative;}

#panel63 .content div#Recommend
{
    left: 0;
    margin: 15px 65px 25px 65px;
    position: relative;
    top: 0;
}

#page p.PurchasedPercentage
{
    padding: 5px; 
    padding-left: 0; 
    font-weight: bold; 
    font-size: 16px;
}

#page span.percentage
{
    color: #C02729;
    font-weight: bold; 
    font-size: 16px;
}

.sgdffile
{
  padding-bottom:10px;
}

.purchase
{
  padding-bottom:30px;
}

/* css for the regional form*/
div.meetingDetails dl.meetingDetailsdl dt
{	
    padding: 15px 3px 3px 3px;
    clear: left;
    display: inline;
    float: left;
    font-weight: bold;
    width: 52px;
    
}

div.meetingDetails dl.meetingDetailsdl dd
{	
    display: inline;
    float: left;
    padding: 3px 3px 3px 61px;
    clear:both;
}

div.meetingDetails dl.meetingDetailsdl dd.firstline
{
 clear:right;
 width: 162px;
 float: left;
 display: inline;
 padding: 15px 3px 3px 3px;
}

div.meetingDetails 
{
 float: left;
 border: 1px solid #CCCCCC;
 min-height: 255px;
 clear:both;
 
}

#regionalmeeting
{
 float:left;   
}

div.content div.meetingDetails, #regionalmeeting
{
    margin: 10px 10px 10px 0;
    padding: 10px 20px 20px 33px;
}

#submit
{
 border: 0 none;
 margin-left: 218px;
}

#notice
{
    color:#666666;
    width: 615px;
}

span.textdiffer
{
    font-weight: bold;
}

#regionalmeeting em.required
{
 display:block;
}

/*css for the symbol summit booking form*/

#royalarmouries
{
    color: #19388A;
    float:left ;
    width: 400px;
}

#royalarmouries p
{
    margin: 5px; 
}

#memberbooking
{
    float: left;
    color:Red;
    width: 300px;
    margin-left: 141px;
     margin-top: 19px;
}

#memberbooking p 
{
   text-align: right;
   margin: 5px; 
}


#cost
{
 border:1px solid #19388A;
 text-align: center;
 width: 837px;
 float: left;
}

#cost p
{
    font-size: 114%;
    text-align: center;
}

#cost p.boldtext, #memberbooking p.boldtext
{
  font-weight: bold;
}

#page form#symbolsummit
{
   float:left;
   clear:both;
}

#symbolsummit em.required
{
 display:block;
}

#symbolsummit #contactdiv
{
 border:1px solid #19388A;
 float: left; 
 margin-bottom: 20px;
 margin-right: 7px;
 width: 677px;
}

#symbolsummit #contactdiv fieldset label
{
    margin:5px;
}

#symbolsummit #yourdetails2,  #symbolsummit #yourdetails3
{
  float:left;
  width:auto;
  padding: 4px;
}

#symbolsummit #symbolnotice
{
    float: left;
    border:1px solid #19388A;
    height: 154px;
    padding: 10px;
    width: 130px;
    margin-bottom: 20px;
}

#symbolsummit #symbolnotice p
{
    text-align:center;
    font-weight: bold;
    color: Red;
}

#submit
{
    clear: both;
    margin-left: 20px;
    margin-top: 52px;
}

#symbolsummit #yourdetails11 div, #symbolsummit #yourdetails12 div, #symbolsummit #yourdetails13 div, #symbolsummit #yourdetails14 div
{ 
    border: 1px solid #19388A;
    float: left;
    height: 34px;
    width: 170px;
    text-align: center;
}

#symbolsummit fieldset input, #symbolsummit fieldset select
{
    margin:5px
}

#symbolsummit #tablediv
{
     border: none;
     width: 838px;
     margin:20px 0px 20px 0px;
}


#symbolsummit #yourdetails1 label
{
    border: 1px solid #19388A;
    float: left;
    padding-top: 16px;
    font-weight: bold;
    height: 27px;
    width: 170px;
    text-align: center;
}

#tablediv fieldset, #symbolsummit #tablediv fieldset div.fieldcontainer
{
    padding :0;
    margin :0;
    overflow: hidden;
}

img.symbolimg
{
 float:left;
}

#symbolsummit input, #symbolsummit label, #symbolsummit select, #symbolsummit textarea, #symbolsummit text
{
 margin: 0px;
}

#symbolsummit #yourdetails11 #delegateonecomedynite_container, #symbolsummit #yourdetails12 #delegatetwocomedynite_container,
#symbolsummit #yourdetails13 #delegatethreecomedynite_container, #symbolsummit #yourdetails14 #delegatefourcomedynite_container, 
#symbolsummit #yourdetails11 #delegateonesummit_container, #symbolsummit #yourdetails12 #delegatetwosummit_container, 
#symbolsummit #yourdetails13 #delegatethreesummit_container, #symbolsummit #yourdetails14 #delegatefoursummit_container, 
#symbolsummit #yourdetails1 #comedynitelabel, #symbolsummit #yourdetails1 #onesummitlabel
{
    width: 53px;
}


#symbolsummit input.checkbox
{
    width: 48px;
}


#symbolsummit #tablediv fieldset div
{
   overflow: hidden;  
 }

/*css for forum registration form*/


div#page #forumregistration p  {
    text-align: center;
}

div#page div.content h2 {
    text-align: center;
}

div#page #forumregistration label, div#page #forumregistration input {
    text-align: center;
    float: none;
    width: auto;
}

div#page #forumregistration fieldset div, div#page #forumregistration div
{
    width: 50%; 
    margin: 0 auto;
    text-align: center;
}

div#page div.content, div#page div.aligndiv {
    margin: 0 auto;
    text-align: center;
}

div#page div.aligndiv #submit {
    margin: 0;
}

div#page #forumregistration fieldset div #termsandconditions_yes {
    float: left;
}

div#page #forumregistration div.alert.available {
    color: Green;
}     

div#page #forumregistration div.noemailwarning {
    color: #ED1B2E;
    float: none;
    font-size: 10px;
    text-align: center;
}     

div#page #forumregistration div#tandc {
    background: none repeat scroll 0 0 #CCCCCC;
    border: 1px solid #000000;
    font-size: 11px;
    height: 400px;
    overflow: auto;
    text-align: left;
    width: 956px;
}

div#page #forumregistration div#tandc p {
  text-align: left;  
  line-height: 1.2;
  margin: 10px 0;
}

div#page #forumregistration div#tandc h3
{
font-size: 13px;
font-weight: bold;
margin: 10px 0;
text-align: center;
}

/* css for standalone documents page*/
div#page div#content div#mdheader {
    background-color: #4387C6;
    color: #FFFFFF;
    font-size: 14px;
    padding: 4px;
    white-space: nowrap;
    height: 20px;
}

/* SHOFFITTERS/COMMERCIAL STYLES */
/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
.review div.rating-cancel,
.review div.star-rating,
table div.rating-cancel,
table div.star-rating,
.overallRating div.rating-cancel,
.overallRating div.star-rating  {
	float: left;
	width: 40px;
	height: 39px;
	text-indent: -999em;
	display: block;
	cursor: pointer;
	overflow: hidden
}

table div.rating-cancel,
table div.star-rating,
.overallRating div.rating-cancel,
.overallRating div.star-rating {
	cursor: default;
}

.review div.star-rating,
.review div.star-rating a {
	background: url(../images/star.jpg) no-repeat 0 0;
}

.overallRating div.star-rating,
.overallRating div.star-rating a,
table div.star-rating,
table div.star-rating a {
	background: url(../images/star.jpg) no-repeat 0 0;
}

.review div.rating-cancel a,
.review div.star-rating a,
table div.rating-cancel a,
table div.star-rating a,
.overallRating div.rating-cancel a,
.overallRating div.star-rating a {
	display: block;
	width: 40px;
	height: 39px;
	border: 0
}

.review div.star-rating-on a {
	background-position: 0 -39px!important
}

.review div.star-rating-hover a {
	background-position: 0 -78px
}

.overallRating div.star-rating-on a,
table div.star-rating-on a  {
	background-position: 0 -39px!important
}

/* Smaller ratings in the comment section */
.comment div.rating-cancel,
.comment div.star-rating {
	float: left;
	width: 17px;
	height: 16px;
	text-indent: -999em;
	cursor: pointer;
	display: block;
	background: transparent;
	overflow: hidden
}

.comment div.star-rating,
.comment div.star-rating a 
{
	
	background: url(../images/starComments.jpg) no-repeat 0 0;
}

.comment div.rating-cancel a,
.comment div.star-rating a {
	display: block;
	width: 17px;
	height: 100%;
	border: 0
}

.comment div.star-rating-on a {
	background-position: 0 -16px!important
}

.comment div.star-rating-hover a {
	background-position: 0 -32px
}

#commercialShopfitters {
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 14px;
	line-height: 24px;
}

#commercialShopfitters hr {
	height: 3px;
	background: #002173;
	width: 100%;
	border: none;
	clear: both;
	float: left;
	display: block;
	margin: 15px 0;
}

#commercialShopfitters h2 {
	color: #002173!important;
	font-size: 24px!important;
	line-height: 32px!important;
	font-weight: normal!important;
	text-align: left!important;
	margin-bottom: 0!important;
}

.contentLeft, 
.contentRight {
	float: left;
}

.contentLeft {
	width: 518px;
	margin-right: 10px;
}

.contentRight {
	width: 500px;
}

.contentLeft p, 
.contentRight p {
	font-size: 14px!important;
	line-height: 24px!important;
	padding: 0 10px;
}

.contentLeft .company, 
.contentLeft .review, 
.contentRight .comment {
	border: 1px solid #f1f1f1;
	padding: 5px;
	font-weight: normal!important;
	float: left;
	width: 506px;
}

.contentRight .comment {
	width: 488px;
}

.contentLeft h3, 
.contentRight h3 {
	background: #002173;
	color: white!important;
	padding: 10px;
}

h3 span {
	float: right;
}

.contentLeft .company p {
	width: 48%;
	margin: 0 2% 0 0;
	padding: 0;
	float: left;
}

.contentLeft .company ul {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}

.contentLeft .company ul li, 
.contentLeft .company ul li span {
	display: block;
}

.contentLeft .company .notTraderLink {
	width: 100%;
	height: auto;
	display: block;
	clear: both;
	text-align: right;
	padding-top: 10px;
}

.company ul li span {
	width: 30%;
	float: left;
	font-weight: bold;
}

.comment {
	margin-bottom: 15px;
}

.comment p {
	padding: 0 10px;
	border-bottom: none;
}

.comment .ratingGroup {
	width: 90px;
	float: right;
	margin: 5px 0;
}

.review .fieldcontainer {
	clear: both;
}

.ratingGroup {
	width: 248px;
	float: left;
	margin: 20px 0;
}

.ratingGroup span {
	width: 248px!important;
	display: block;
	margin-bottom: 10px!important;
}

.impression, 
.cleanliness, 
.value {
	margin-right: 10px;
}

.contentLeft form.standard {
	display: block;
	clear: both;
	width: 100%;
}

#commercialShopfitters .button {
	float: right;
	background: #002173;
	border: none;
	color: white;
	padding: 10px;
	font-size: 14px;
	cursor: pointer;
	margin-right: 5px;
}

.overallRating h2 {
	width: 200px;
	float: left;
	margin: 20px 0 0 40px!important;
	display: block;
}

.filters {
	width: 290px;
	float: left;
	margin-right: 10px;
}

.filters .multiSelect {
	margin-right: 10px!important;
	width: 160px;
	float: right;
}

.filters .multiSelect span {
	text-align: center;
	display: block;
}

.filters .button {
	margin-right: 10px!important;
	width: 155px;
}

#commercialShopfitters table {
	float: left;
	width: 760px;
}

#commercialShopfitters table th {
	background: #002173;
	color: white!important;
	padding: 10px;
}

#commercialShopfitters table th.shopfitter {
	width: 385px;
}

#commercialShopfitters table th.profile {
	width: 90px;
}

#commercialShopfitters table th.rating {
	width: 210px;
}

#commercialShopfitters table td {
	border: 1px solid #f1f1f1;
	padding: 10px;
}

#commercialShopfitters table td .imgBorder {
	border: 1px solid #f1f1f1;
	width: 150px;
	height: 112px;
	padding: 5px;
	position: absolute;
	overflow: hidden;
    margin-top: -175px;
}

#commercialShopfitters table td .propertyInfo {
	
	position: relative;
	margin-left: 150px;
    width: 550px;
	height:350px;
    
}

#commercialShopfitters table td .propertyInfo .details {
	
	overflow-y: auto;
    height:200px;
    
}
#commercialShopfitters table td .position {
	margin-top: -175px;
}

#commercialShopfitters table td .commercialFlash {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

#commercialShopfitters table td h6 {
	margin-bottom: 10px;
}

#commercialShopfitters table td .shopfitterName {
	width: 207px;
	margin-right: 10px;
	float: left;
	display: block;
	border-right: 1px solid #f1f1f1;
}

#commercialShopfitters table td .postcode {
	width: 150px;
	float: right;
	display: block;
	color: #666;
}

.contentLeft form.standard .multiSelect span {
	float: left;
	display: block;
	line-height: 28px;
	padding: 0 10px;
}

.contentLeft form.standard .recommend {
	width: 250px;
	margin: 20px 0;
}

.contentLeft form.standard .recommendCheck {
	margin: 22px 0 18px;
}

.contentLeft form.standard textarea {
	width: 370px;
}

/*some more css for shopfitters */

#map_canvas {
    border: 3px solid #FDC500;
    float: left;
    height: 354px;
    margin-bottom: 20px;
    width: 480px;
}

#storesearchresults h4 {
     margin: 10px 0;
}

#map_canvas .NisaStoreInfoWindow .NisaStoreContact, #map_canvas .NisaStoreInfoWindow .NisaStoreOpeningHours {
    font-size: 85%;

}

#main .right label
{
    float: left;
    text-align: justify
}
#main .right input
{
    margin-left: 10px;
   

}



.shopfitters_form
{
    margin-top: 125px;
    width: 300px;
 
}

.sfimages 
{
    float: right;
    margin-top: -30px;
}

.sfimages img
{
    margin-left: 25px;

}

div.contentLeft  ul {
  list-style-type:none;
  margin-bottom:0;
  margin-left:10px;
  margin-right:0;
  margin-top:0;
}

div.contentLeft ul li {
  margin-bottom:10px;
  margin-left:70px;
  margin-right:100px;
  margin-top:10px;
}

div.contentLeft form input.button 
{
    margin-left: 300px;
    margin-top: 40px;
    width: auto;
    float: right;
	background: #002173;
	border: none;
	color: white;
	padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
	font-size: 14px;
	cursor: pointer;
	margin-right: 100px;
}


div.contentLeft form input
{
    width: 200px;
}

/* Styles for embers loyalty portal*/

/*Landing Page*/
#loyaltymembersportal {
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 14px;
	line-height: 24px;
}

#loyaltymembersportal h2
{
color: #002173!important;
font-size: 24px!important;
line-height: 32px!important;
font-weight: normal!important;
text-align: left!important;
margin-bottom: 0!important;
}

#loyaltymembersportal hr {
height: 3px;
background: #002173;
width: 100%;
border: none;
clear: both;
float: left;
display: block;
margin: 15px 0;
}

#loyaltymembersportal table td {
	border: 1px solid #f1f1f1;
	padding: 10px;
}

#loyaltymembersportal .contentLeft
{
  width: 387px;
}

#loyaltymembersportal .contentLeft table
{
  width: 198px;    
}
#loyaltymembersportal .contentLeft table td
{
    background: #002173;
    padding: 10px;   
}

#loyaltymembersportal .contentLeft table td a
{
    color: white!important;
}

#loyaltymembersportal .contentRight, #loyaltymembersportal .contentRight table
{   
     width: 702px;
}

#loyaltymembersportal .contentRight table tr td:last-child
{
     background: #002173;
     color: white !important;  
     padding: 10px;   
}

/*balance details page*/
#loyaltymembersbalancedetails table th
{
    background: #002173;
    color: white !important;  
    padding: 10px;   
}

#loyaltymembersbalancedetails {
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 14px;
	line-height: 24px;
}

#loyaltymembersbalancedetails h2
{
color: #002173!important;
font-size: 24px!important;
line-height: 32px!important;
font-weight: normal!important;
text-align: left!important;
margin-bottom: 0!important;
}

#loyaltymembersbalancedetails hr {
height: 3px;
background: #002173;
width: 100%;
border: none;
clear: both;
float: left;
display: block;
margin: 15px 0;
}

#loyaltymembersbalancedetails table td {
	border: 1px solid #f1f1f1;
	padding: 10px;
}