#cookieman_banner_wrapper {
	width:100%;
	background: url("/tsimages/bg-nav.gif") repeat-x scroll left bottom #5282AD;
}
#cookieman_banner {
	margin:0 auto;
	width: 814px;
	color: #FFF;
	font: 75%/145% Arial, Helvetica, sans-serif;
	padding:5px 30px;
	overflow: hidden;
}
#cookieman_banner a {
	color:#FFF;
}
#cookieman_banner #cookie-warning {
	width:675px;
	float:left;
	overflow:hidden;
}
#cookieman_banner #cookie-warning .cookie-title {
	width:113px;
	float:left;
	font-size:150%;
	text-align:right;
	padding-left:0;
	font-weight:bold;
}
#cookieman_banner #cookie-warning .cookie-text {
	width:500px;
	float:right;
}
#cookieman_banner #cookie-warning .cookie-text p{
	padding:0;
	margin:0;
}
#cookieman-save_label {
	color: #000;

	/********************************************************************/
	/* BUTTON COLOR CHOICES - Remove or add comment tags as appropriate */
	/********************************************************************/
	/*background: url('../img/button-light.png') no-repeat top center;*/
	/*background: url('../img/button-dark.png') no-repeat top center;*/
	/*background: url('../img/button-aqua.png') no-repeat top center;*/
	/*background: url('../img/button-blue.png') no-repeat top center;*/
	/*background: url('../img/button-red.png') no-repeat top center;*/
	/*background: url('../img/button-orange.png') no-repeat top center;*/
	background: url('../img/button-green.png') no-repeat top center;
	/*background: url('../img/button-gold.png') no-repeat top center;*/
	/*background: url('../img/button-grey.png') no-repeat top center;*/
	/********************************************************************/
	/* TEXT AND BACKGROUND COLOURS MAY NEED ADJUSTING WITH SOME BUTTONS */
	/********************************************************************/
	
	width: 140px;
	display: inline-block;
	margin: 10px 0;
	padding: 5px 0;
	cursor: pointer;
	text-align: center;
	font-size: 14px;
}
#cookieman_continue_button_label {
	font-size:150%;
	color:#FFF;
	font-weight:bold;
	cursor:pointer;
	padding-left:25px;
	background: url('../img/accordion-tick.png') no-repeat 0 0;
}
#cookieman_info_button_label {
	background: url('../img/button-grey.png') no-repeat top center;
}
#cookieman_info_button_label:hover , #cookieman_continue_button_label:hover, #cookieman-save_label:hover {color: #FFF;}
span.dijitToggleButtonIconChar {
	display: none;
}
input.dijitOffScreen {
	position: relative;
	top: -10000px;
}
#cookieman_footer {
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background-color: yellow;
}
#cookieman-dialog {
	width: 800px;
	border: none;
	font: 85%/150% Arial, Helvetica, sans-serif;
	background: #F6F6F6;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 5px;
	border-radius: 5px;

}
#cookieman-dialog .dijitDialogTitleBar {
	overflow: hidden;
	background: #333;
	color: #EEE;
	margin: -10px -10px 10px;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
#cookieman-dialog .dijitDialogTitle, #cookieman-dialog .closeText {
	display: block;
}
#cookieman-dialog .dijitDialogTitle {
	float: left;
	padding: 10px;
}
#cookieman-dialog .closeText {
	float: right;
	cursor: pointer;
	width: 28px;
	height: 28px;
	background: url('../img/close-dialog.png') no-repeat top left;
	margin: 6px 6px 0 0;
}
#cookieman-dialog .dijitRadio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	display: block;
	float: left;
}
#cookieman-dialog label {
	padding: 0 0 1em;
	float: left;
}
#cookieman-dialog h3 {
	clear: both;
	padding: 10px 0 0 0;
	font-weight: bold;
}
#cookieman-dialog #cookie-settings {
	overflow: hidden;
}
#cookieman-dialog h2 {
	padding: 0 0 10px;
	font-size: 120%;
	font-weight: bold;
}
#cookieman-radio-container {
	overflow: hidden;
}
#cookieman_info_button_label {
	display:none;
}