
/* FILE: CMS Reset */
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
    overflow-y: scroll;
}




/* FILE: CMS Main */
@charset "UTF-8";
/* CSS Document */

/* Global Layout Settings
=============================================================================================*/

body {
	font-family: helvetica, arial, sans-serif;
	font-size: 100%;
	/* Font sizing in ems. If you want to change anything size-wise, just change this. */
	/* Refer to http://clagnut.com/blog/348/ for details. */
	/* http://riddle.pl/emcalc/ - Em Calculator */
	/* text-align: center; */
	background: #fff;
}
/* HTML Styles
=============================================================================================*/

		p {
	font-size: 0.88em;
	line-height: 1.3;
	padding: 0 0 1.38em;
	color: #687069;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.5em;
	padding: 0;
	padding-top: 5px;
	color: #8a9971;
	/* letter-spacing: -1px; */	
			font-weight: normal;
}
strong, b {
	font-weight: bold;
}
h1 {
	font-size: 1.19em;
}
h2, h3 {
	font-size: 1.05em;
}
h4 {
	font-size: 1.03em;
}
h5 {
	font-size: 1.03em;
}
h6 {
	font-size: 1.0em;
}
/*:link :visited :focus :hover :active*/
		a:link {
	text-decoration: none;
	background-color: transparent;
}
a:focus, a:hover, a:active {
	text-decoration: none;
}
ul {
	margin: 0 0 1.38em;
	font-size: 0.88em;
	line-height: 1.3;
}
ul ul {
	margin: 0 0 0 0;
	font-size: 100%;
}
ul li {
	padding: 0 0 0 39px;
	color: #687069;
}
ol {
	margin: 0 0.88em 1.38em;
	font-size: 0.94em;
	line-height: 1.3em;
}
ol ol {
	margin: 0 0 0 1.25em;
}
ol li {
	margin: 0 0 0 1.88em;
	list-style-type: decimal;
	color: #687069;
}
.hide {
	display:none;
}
.clear {
	clear:both;
}
.floatright {
	float:right;
}
.deleted {
	text-decoration:line-through;
}
input.fakeLink {
	border: 0px !important;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	color: #1e486f;
	cursor: pointer;
	display: inline;
	float: none !important;
	width: inherit !important;
}
#wrapper {
	width:auto;
	min-width:1024px;
	height:auto;
	background: #fff;
}
#page.General .publishDate {
	float: right;
	width: 102px;
	background:#EbF4DD;
	font-size:0.8em;
	text-align:center;
	padding:5px;
	color:#666;
}
.blogPostBody {
}
#BlogPostComments {
	clear:both;
}
#BlogPostComments h3 {
	padding:5px;
	border: 1px solid #ccc;
	width:auto;
	text-align:left;
	color:#8a9971;
}
.noCommentsMessage {
	margin: 0 0 15px 5px;
	color:#999;
	font-size: 0.9em;
}
.blogPostComment {
	margin: 0 0 15px;
	padding: 13px 0 0 13px;
	border: 1px solid #ccc;
	position:relative;
}
.blogPostComment h4 {
	float: left;
	width: 480px;
	display: block;
	font-size: 1.19em;
}
.blogPostComment .commentAuthor {
	font-size:0.9em;
}
.blogPostComment .publishDate {
}
.blogPostComment .commentBody {
	clear:both;
	width: 480px;
	padding:0px 5px 5px 0;
	font-size:0.9em;
	line-height:1.2;
}
#MakeComment {
	clear:both;
}
#MakeComment h3 {
	padding:5px;
	border: 1px solid #ccc;
	width:auto;
	text-align:left;
	color:#8a9971;
}
form {
	clear:both;
}
fieldset {
	border:1px solid #ccc;
}
form .FormElement {
	clear:both;
	padding:5px;
	margin:5px 0 5px 0;
}
form label {
	float:left;
	margin:5px 5px 5px 0;
	padding:5px;
	width:200px;
}
form input {
	float:left;
	margin:5px 5px 5px 0;
	padding:5px;
	width:200px;
}
form textarea {
	height:100px;
	width:300px;
}
form input.submitbutton {
	width:auto !important;
	margin-left:210px;
}
form #InnocentLookingElementRow {
	float:left;
	padding:10px;
	background:#EbF4DD;
	text-align:left;
	width:97%;
}
form #InnocentLookingElementRow label {
	width:auto !important;
}
form #InnocentLookingElementRow input {
	width:auto !important;
	margin-left:190px;
}
.innocentLookingSpan span {
	background:#FFF;
	border:1px #DCE0D1 dashed;
	padding:2px;
	cursor:default
}
#CompanyIdElementRow {
	line-height:0.1 !important;
	padding:0 !important;
	margin:0 !important;
}
#BlogIdElementRow {
	line-height:0.1 !important;
	padding:0 !important;
	margin:0 !important;
}
#BlogPostNameElementRow {
	line-height:0.1 !important;
	padding:0 !important;
	margin:0 !important;
}
.ResultsPage fieldset {
          padding: 2px 0px;
          border: 0;
}

.ResultsPage input {
         vertical-align: middle;
         width: 350px !important;
         padding: 4px 0 4px 0;
}

.ResultsPage input.submit {
         vertical-align: middle;
         width: auto !important;
}

.SorryPage {
	padding: 10px;
	font-size: 1.1em;
}

.SorryPage h1 {
	font-weight: bold;
	margin-bottom: 20px;
}

.SorryPage fieldset {
	padding: 2px 0px;
	border: 0;
}

.SorryPage input {
	vertical-align: middle;
	width: 350px !important;
	padding: 4px 0 4px 0;
}

.SorryPage input.submit {
	vertical-align: middle;
	width: auto !important;
}

.SorryPage ul {
	margin: 10px 0 20px 0;
}

.SorryPage ul li {
	line-height: 1.6em;
	padding-left: 15px;
}

/* Header Styles
=============================================================================================*/
#header {
	clear:both;
	background:#F5f5f5;
	height:100px;
	width:auto;
}
#headerContainer, #footerContainer {
	clear:both;
	height:100px;
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
#header .pageItem {
	position:absolute;
}
#SearchForm input {
	margin:0 !important;
}
#SearchForm label {
	display: none;
}
#SearchForm fieldset {
	width: 270px;
	border: none;
}
#SearchForm fieldset .FormElement {
	clear: none;
	padding:0 !important;
	margin:0 !important;
}
#SearchForm #SearchStringElementRow {
	float: left;
}
#SearchForm #SubmitButton {
	margin-left: 10px;
	font-size: 0.8em;
}
/* Navigation Styles
=============================================================================================*/
#navigation {
	clear:both;
	background:#CCC;
	height:34px;
	width:auto;
}
/* Nav Bar */
    #navigation ul {
	height: 34px;
	line-height: 34px;
	margin:0 auto;
	padding: 0;
	color: #0c4871;
	text-align: center;
	width:1004px;
}
#navigation ul li {
	float: left;
	min-width:125px;
	width: auto;
	margin: 0;
	padding:0;
	display:block;
	list-style: none;
}
#navigation ul li a {
	float: left;
	min-width:125px;
	width: auto;
	margin: 0;
	padding: 0;
	display:inline-block;
	list-style: none;
	cursor: pointer;
	color: #0c4871;
	text-decoration: none;
}
#navigation ul li a:hover {
	color: #fff;
	text-decoration: NONE;
}
#navigation ul li a.active {
	color: #fff;
	text-decoration: NONE;
}
#navigation ul li.last {
	background:none;
}
/* Middle Container Styles
=============================================================================================*/
#container {
	width: 100%;
	height:auto;
	background:#eee;
}
#page {
	width: 960px;
	min-height:580px;
	margin:0 auto;
}
.column {
	float:left;
	background:#fff;
	min-height:580px;
}
.columnContents {
	padding:5px;
}
/* Footer Styles
=============================================================================================*/

#footer {
	width: 100%;
	background:#CCC;
	color:#0c4871;
	position:relative;
	clear:both;
}
.dotted {
	margin:-1px;
	border:1px dotted #03F;
}
/* Tabs
=============================================================================================*/

.tabHeadings {
	clear: both;
}
.tabHeading {
	float: left;
	background: #EEEEEE;
	text-align: center;
	padding: 5px;
	margin-right: 5px;
	border: 1px solid #DDDDDD;
	margin-bottom: 0px;
	cursor: pointer;
}
.tabHeading.open {
	background: #FFFFFF;
}
.tabBodies {
	position: relative;
	clear: both;
}
.tabBody {
	position: absolute;
	left: 0px;
	top: 0px;
	border: 1px solid #000000;
	margin: 0px;
	padding: 5px;
}

/*    PAGE TUNNEL */

#PageTunnel #successMessage {
	display: block;
	position: absolute;
	top: 150px;
	width: 300px;
	left: 50%;
	z-index: 5;
}

#PageTunnel #successMessage p {
	display: block;
	position: absolute;
	left: -150px;
	width: 300px;
	opacity:0.9;
        filter:alpha(opacity=90);
	text-align: center;
	padding: 20px;
	color: #000000;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #BBFF77;
}

#PageTunnel #failureMessage p
{
	color: #CC0000;
}

.ajaxSpinner
{
	background: url(https://static.uk-plc.net/common/page-images/ajaxspinner.gif) no-repeat;
	border: none;
	display: inline-block;
	width: 16px;
	height: 16px;
}


/* Targeted Products
=============================================================================================*/
.TargetedProducts {
	height: 300px;
	overflow: hidden;
}

.TargetedProductPageItem .TargetedProduct {
	height: 150px;
	width: 150px;
}

.TargetedProductPageItem .Page {
	background-color: blue;
	height: 10px;
	width: 10px;
}

.TargetedProductPageItem .Page.Selected {
	background-color: red;
}


/* Feed blocks
=============================================================================================*/

.feedItem.hiddenByFilter {
	display: none !important;
}


/* Ratings
=============================================================================================*/

.ratingFormElement .ratingStar .unfilledStar, .ratingFormElement .ratingStar .filledStar , .ratingFormElement .ratingStar .halfStar  {
    cursor: pointer;
    width: 25px;
    height: 25px;
    float: left;
}

.ratingFormElement .ratingStar .filledStar {
    background: url('//static.uk-plc.net/common/page-images/filled-star.gif');
}

.ratingFormElement .ratingStar .unfilledStar {
    background: url('//static.uk-plc.net/common/page-images/unfilled-star.gif');
}

.ratingFormElement .ratingStar .halfStar {
    background: url('//static.uk-plc.net/common/page-images/half-star.gif');
}



/* FILE: CMS LightFace */
.lightface {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	position: absolute;
	top: -9000px;
	left: -9000px;
}

.lightface td {
	padding: 0;
	margin: 0;
	background-color: transparent;
	vertical-align: top;
	font-family: 'Verdana';
	font-size: 11px;
}

.lightface .centerLeft, .lightface .centerRight {
	width: 10px;
	height: auto;
	background-image: url(https://images.uk-plc.net/cms/common/images/lightface/b.png);
	background-repeat: repeat-y;
}

.lightface .topLeft, .lightface .topRight, .lightface .bottomLeft, .lightface .bottomRight {
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
}

.lightface .topLeft {
	background-image: url(https://images.uk-plc.net/cms/common/images/lightface/tl.png);
	background-position: top left;
}

.lightface .topRight {
	background-image: url(https://images.uk-plc.net/cms/common/images/lightface/tr.png);
	background-position: top right;
}

.lightface .bottomLeft {
	background-image: url(https://images.uk-plc.net/cms/common/images/lightface/bl.png);
	background-position: bottom left;
}

.lightface .bottomRight {
	background-image: url(https://images.uk-plc.net/cms/common/images/lightface/br.png);
	background-position: bottom right;
}

.lightface .topCenter, .lightface .bottomCenter {
	width: auto;
	height: 10px;
	background-image: url(https://images.uk-plc.net/cms/common/images/lightface/b.png);
	background-repeat: repeat-x;
}

.lightface .lightfaceContent {
	background-color: #fff;
	border: 1px solid #555;
	position: relative;
}

.lightface .loading {
	display: block;
	margin: 10px auto;
}

.lightface .lightfaceContent .lightfaceTitle {
	font-size: 14px;
	color: #fff;
	background-color: #6d84b4;
	border: 1px solid #3b5998;
	font-weight: bold;
	margin: -1px;
	margin-bottom: 0;
	padding: 5px 10px;
}

.lightface .lightfaceContent .lightfaceDraggable {
	cursor:move;
}

.lightface .lightfaceContent .lightfaceMessage {
	overflow: auto;
	margin: 0;
	position: relative;
	padding: 5px 10px;
	border: 1px solid #fff;
}

.lightface .lightfaceContent .lightfaceMessage h3,
.lightface .lightfaceContent .lightfaceMessage h4,
.lightface .lightfaceContent .lightfaceMessage h5,
.lightface .lightfaceContent .lightfaceMessage h6 {
	margin-top: 6px;
}

.lightface .lightfaceContent .lightfaceFooter {
	background-color: #f2f2f2;
	border-top: 1px solid #ccc;
	padding: 6px 10px;
	text-align: right;
}
/*
.lightface .lightfaceFooter input[type='button'] {
	border: 1px solid #666;
	border-top-color: #e7e7e7;
	border-left-color: #e7e7e7;
	background-color: #f0f0f0;
	padding: 1px 0 2px;
	line-height: 16px;
	vertical-align: middle;
	margin-left: 5px;
	cursor: pointer;
	font-size: 13px;
	display: inline-block;
	font-family: 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	white-space: nowrap;
	border:2px outset buttonface;
	border-style: inset;
	text-align:center;
}

.lightface .lightfaceFooter input[type='button'].lightfaceBlue {
	border-color: #0e1f5b;
	border-top-color: #d9dfea;
	border-left-color: #d9dfea;
	background-color: #3b598a;
	color: #fff;
}
*/

.lightface .lightfaceFooter label {
	font-size: 13px;
	border-style: solid;
	background-image:url(https://images.uk-plc.net/cms/common/images/lightface/button.png);
	cursor:pointer;
	font-weight:bold;
	padding:2px 6px 2px 6px;
	text-align:center;
	vertical-align:top;
	white-space:nowrap;
	border-width:1px;
	margin-left:3px;
	background-position:0 0;
	border-color:#999;
	line-height:normal !important;
	display:inline-block;
}

.lightface .lightfaceFooter label input {
	background:none;
	border:0 !important;
	cursor:pointer;
	font-family: 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
	font-weight:bold;
	margin:0;
	padding:1px 0 2px;
	white-space:nowrap;
	text-align:center;
	color:#fff;
	font-size:13px;
	border: 2px outset buttonface;
	text-indent:0;
	text-shadow:none;
	display:inline-block;
	color:#444;
	font-size:13px;
}
/* ie6 hacks */
* html .lightface .lightfaceFooter label input { border:0; }

.lightface .lightfaceFooter label.lightfaceblue {
	border-color: #29447E #29447E #1A356E;
	background-position:0 -48px;
}
.lightface .lightfaceFooter label.lightfaceblue.lightfacefocusblue { background-color: #5b74a8; background-image:none; }

.lightface .lightfaceFooter label.lightfacegreen {
	border-color: #3B6E22 #3B6E22 #2C5115;
	background-position:0 -96px;
}
.lightface .lightfaceFooter label.lightfacegreen.lightfacefocusgreen { background-color: #69A74E; background-image:none; }

.lightface .lightfaceFooter label.lightfaceblue input,
.lightface .lightfaceFooter label.lightfacegreen input {
	color:#fff;
}


.lightface .hiddenButton {
	visibility: hidden;
}

.lightface .lightfaceOverlay {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	/*
	background-image: url(https://images.uk-plc.net/cms/common/images/lightface/fbloader.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fff;
	*/
	background:url(https://images.uk-plc.net/cms/common/images/lightface/fbloader.gif) center center no-repeat #fff;
}

.lightface .lightfaceMessageBox	{ 
	overflow: auto;
	padding: 10px 10px;
	min-height: 20px;
	position:relative;
}

.lightface .lightFaceMessageBoxImage {
	overflow: hidden;
	padding: 0;
	background:url(https://images.uk-plc.net/cms/common/images/lightface/fbloader.gif) center center no-repeat #fff;
        text-align:center !important;
}

.lightface .lightFaceMessageBoxImage img {
	display: block;
}


/* FILE: Page Autocompleter */
ul.autocompleter-choices
{
	position:				absolute;
	margin:					0;
	padding:				0;
	list-style:				none;
	border:					1px solid #7c7c7c;
	border-left-color:		#c3c3c3;
	border-right-color:		#c3c3c3;
	border-bottom-color:	#ddd;
	background-color:		#fff;
	text-align:				left;
	font-family:			Verdana, Geneva, Arial, Helvetica, sans-serif;
	z-index:				3000;
	background-color:		#fff;
}

ul.autocompleter-choices li
{
	position:				relative;
	margin:					-2px 0 0 0;
	padding:				0.2em 1.5em 0.2em 1em;
	display:				block;
	float:					none !important; 
	cursor:					pointer;
	font-weight:			normal;
	white-space:			nowrap;
	font-size:				1em;
	line-height:			1.5em;
}

ul.autocompleter-choices li.autocompleter-selected
{
	background-color:		#444;
	color:					#fff;
}

ul.autocompleter-choices span.autocompleter-queried
{
	display:				inline;
	float:					none;
	font-weight:			bold;
	margin:					0;
	padding:				0;
}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried
{
	color:					#9FCFFF;
}



/* FILE: Page DatePicker */
.datepicker_vista {
	position: absolute;
	font-size: 10px;
	font-family: Tahoma, sans-serif;
	color: #000;
	line-height: normal;
	width: 172px;
	height: 135px;
	padding: 14px;
	background: url(https://images.uk-plc.net/imagesUK/page/date-picker/frame.png) no-repeat;
}

/* header
********************************************************/
.datepicker_vista .header {
	position: relative;
	height: 15px;
	margin-bottom: 5px;
	padding-top: 1px;
}

.datepicker_vista .header .title {
	text-align: center;
	margin: 0 18px 0 18px;
}

.datepicker_vista .header .titleText {
}

.datepicker_vista .header .previous,
.datepicker_vista .header .next,
.datepicker_vista .header .closeButton {
	position: absolute;
	cursor: pointer;
	text-indent: -40px;
	overflow: hidden;
	width: 12px;
	height: 12px;
	top: 2px;
	background-image: url(https://images.uk-plc.net/imagesUK/page/date-picker/buttons.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.datepicker_vista .header .previous {
	left: 4px;
}
.datepicker_vista .header .previous:hover {
	background-position: left bottom;
}
.datepicker_vista .header .next {
	right: 4px;
	background-position: -13px top;
}
.datepicker_vista .header .next:hover {
	background-position: -13px bottom;
}
.datepicker_vista .header .closeButton {
	display: none;
	right: 0px;
	top: 0px;
	background-position: right top;
}
.datepicker_vista .header .closeButton:hover {
	background-position: right bottom;
}

/* body
********************************************************/
.datepicker_vista .body {
	position: relative;
	top: 0px;
	left: 2px;
	width: 168px;
	height: 112px;
	overflow: hidden;
}

/* time
********************************************************/
.datepicker_vista .time {
	position: relative;
	width: 100%;
	height: 100%;
}

.datepicker_vista .time .hour,
.datepicker_vista .time .separator,
.datepicker_vista .time .minutes {
	border: 1px solid #ccc;
	background: #fff;
	width: 50px;
	font-size: 32px;
	position: absolute;
	top: 10px;
	text-align: center;
	padding: 2px;
}

.datepicker_vista .time .hour {
	left: 15px;
}
.datepicker_vista .time .separator {
	background: transparent;
	border: 0px;
	width: 10px;
	left: 76px;
}

.datepicker_vista .time .minutes {
	left: 95px;
}
.datepicker_vista .time .ok {
	position: absolute;
	top: 65px;
	width: 136px;
	left: 15px;
	font-size: 20px;
}

/* days-grid
********************************************************/
.datepicker_vista .days .day {
	float: left;
	text-align: center;
	overflow: hidden;
	width: 23px;
	height: 15px;
	margin: 0 1px 1px 0;
}
.datepicker_vista .days .titles {
	height: 15px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 1px;
}
.datepicker_vista .days .day0 {
	margin-right: 0;
}

.datepicker_vista .days .week5 .day {
	margin-bottom: 0;
}

/* days-colors
********************************************************/
.datepicker_vista .days .week .day {
	cursor: pointer;
}
.datepicker_vista .days .week .day:hover {
	background: url(https://images.uk-plc.net/imagesUK/page/date-picker/days.png) left top no-repeat;
	color: #0084AA;
}

.datepicker_vista .days .otherMonth {
	color: #aaa;
}

.datepicker_vista .days .selected {
	background: url(https://images.uk-plc.net/imagesUK/page/date-picker/days.png) left bottom no-repeat;
	color: #316879;
}

/* months-grid
********************************************************/
.datepicker_vista .months .month {
	float: left;
	cursor: pointer;
	text-align: center;
	padding-top: 6px;
	width: 55px;
	overflow: hidden;
	height: 21px;
	margin: 0 1px 1px 0;
}

.datepicker_vista .months .month3,
.datepicker_vista .months .month6,
.datepicker_vista .months .month9,
.datepicker_vista .months .month12 {
	margin-right: 0;
}

.datepicker_vista .months .month10,
.datepicker_vista .months .month11,
.datepicker_vista .months .month12 {
	margin-bottom: 0;
}

/* months-colors
********************************************************/
.datepicker_vista .months .month:hover {
	background: url(https://images.uk-plc.net/imagesUK/page/date-picker/months.png) left top no-repeat;
	color: #0084AA;
}

.datepicker_vista .months .selected {
	background: url(https://images.uk-plc.net/imagesUK/page/date-picker/months.png) left bottom no-repeat;
	color: #316879;
}

/* years-grid
********************************************************/
.datepicker_vista .years .year {
	float: left;
	cursor: pointer;
	text-align: center;
	padding-top: 6px;
	width: 32px;
	overflow: hidden;
	height: 21px;
	margin: 0 1px 1px 0;
}

.datepicker_vista .years .year4,
.datepicker_vista .years .year9,
.datepicker_vista .years .year14,
.datepicker_vista .years .year19 {
	margin-right: 0;
}

.datepicker_vista .years .year15,
.datepicker_vista .years .year16,
.datepicker_vista .years .year17,
.datepicker_vista .years .year18,
.datepicker_vista .years .year19 {
	margin-bottom: 0;
}

/* years-colors
********************************************************/
.datepicker_vista .years .year:hover {
	background: url(https://images.uk-plc.net/imagesUK/purchasing/years.png) left top no-repeat;
	color: #0084AA;
}

.datepicker_vista .years .selected {
	background: url(https://images.uk-plc.net/imagesUK/purchasing/years.png) left bottom no-repeat;
	color: #316879;
}

/* global
********************************************************/
.datepicker_vista .unavailable {
	background: none !important;
	color: #fbb !important;
	cursor: default !important;
}




/* FILE: Page FormCheck */
/* FormCheck tipbox */

/* tipbox :
	table : 
		tl		: top left
		t		: top
		tr		: top right
		l 		: left
		r		: right
		bl		: bottom left
		b		: bottom (with mark)
		br		: bottom right
		c		: center
	components : 
		a.close	: close button
		err		: errors div
		p		: error line
*/

.fc-tbx *{
	position: relative;
	z-Index: 10000;
}

.fc-tbx table{
	margin: 0 0 0 0; 
}

.fc-tbx .tl{
	background: url('formcheck-img/tl.png') no-repeat;
}
.fc-tbx .t{
	background: url('formcheck-img/t.png') repeat-x;
	height: 16px;
}
.fc-tbx .tr{
	background: url('formcheck-img/tr.png') no-repeat;
}
.fc-tbx .l{
	background: url('formcheck-img/l.png') repeat-y;
	width : 16px;
}
.fc-tbx .r{
	background: url('formcheck-img/r.png') repeat-y;
	width: 16px;
}
.fc-tbx .bl{
	background: url('formcheck-img/bl.png') no-repeat;
}
.fc-tbx .b{
	background: url('formcheck-img/b.png') no-repeat;
	height: 20px;
}
.fc-tbx .br{
	background: url('formcheck-img/br.png') no-repeat;
}
.fc-tbx .c{
	background: url('formcheck-img/c.png') repeat;
}
.fc-tbx a.close {
	float: right;
	background: url('formcheck-img/close.png') no-repeat;
	position: relative;
	margin-left: 5px;
	display: block;
	width: 10px;
	height: 10px;
	cursor: pointer;
}
.fc-tbx .err {
	float: left;
}
.fc-tbx p {
	width : auto;
	display: block;
	font-size: 10px;
	font-family: tahoma, verdana, sans-serif;
	margin : 0;
	padding : 0;
	border : 0;
	color : #FFF;
	text-align:left;
}

.ajax_loader {
	background : url('formcheck-img/ajax-loader.gif') no-repeat center;
	width : 200px;
	height : 150px;
}


/* FormCheck validation div */

.fc-error {
	border : 1px solid #888;
	margin-top : 5px;
	background-color : #EAEAEA;
}

.fc-field-error {
        background:#FFDFDF;
}


.fc-error p {
	margin : 5px;
	color : #A00;
}



/* FILE: fileupload.css */

.qq-uploader { position:relative; width: 100%;}

.qq-upload-button {
    display:block; /* or inline-block */
    width: 105px; padding: 7px 0; text-align:center;    
    background:#880000; border-bottom:1px solid #ddd;color:#fff;
}
.qq-upload-button-hover {background:#cc0000;}
.qq-upload-button-focus {outline:1px dotted black;}

.qq-upload-drop-area {
    position:absolute; top:0; left:0; width:100%; height:100%; min-height: 70px; z-index:2;
    background:#FF9797; text-align:center; 
}
.qq-upload-drop-area span {
    display:block; position:absolute; top: 50%; width:100%; margin-top:-8px; font-size:16px;
}
.qq-upload-drop-area-active {background:#FF7171;}

.qq-upload-list {margin:15px 35px; padding:0; list-style:disc;}
.qq-upload-list li { margin:0; padding:0; line-height:15px; font-size:12px;}
.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
    margin-right: 7px;
}

.qq-upload-file {}
.qq-upload-spinner {display:inline-block; background: url("loading.gif"); width:15px; height:15px; vertical-align:text-bottom;}
.qq-upload-size,.qq-upload-cancel {font-size:11px;}

.qq-upload-failed-text {display:none;}
.qq-upload-fail .qq-upload-failed-text {display:inline;}


/* FILE: Site Search Results Filters */


div.SearchResults input#SearchString {
  width: 50% !important;
  margin-right: 2%;
  padding: 1%;
}

div.SearchResults input#SubmitButton {
  padding: 1%;
}

div.SearchResults .filter.date-filter {
  width: 100%;
  float: left;
  margin-top: 2%;
}

div.SearchResults label.formElementLabel {
  color: #000;
  width:5%;
  /*clear: both;*/
}

div.SearchResults input.dateInput.dateFrom {
  width: 7% !important;
  float: left;
  /*clear: both;*/
  padding: 1% 1% 1% 2%;
  margin: 0% 5% 0% 0%;
}

div.SearchResults input.dateInput.dateTo {
  width: 7% !important;
  float: left;
  /*clear: both;*/
  padding: 1% 1% 1% 2%;
  margin: 0% 5% 0% 0%;
}

div.SearchResults .type-filters {
  clear: left;
  margin: 20px 0;
  float: left;
  width: 100%;
}

div.SearchResults .filter.type-filter {
  display: inline-block;
  width: 10%;
  position: relative;
  padding: 40px 0 0;
}

div.SearchResults .filter.type-filter .title {
  color: #000;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
}

div.SearchResults .filter.type-filter img {
  margin-left: 25%;
  /*margin-right: 15%;*/
}

div.SearchResults input.type-filter {
  width: 100% !important;
  font-size: 1.4em;
  margin: 10px 0 0 2px;
  padding: 0;
}

div.SearchResults .filter.type-filter .type-count {
  color: #000;
  text-align: center;
  padding-top: 35%;
}

/* FILE: Form element help */

.popup
{
    position: fixed;
    overflow: hidden;
    width: 90%;
    margin:0 auto;
    top: 50px;
	z-index: 999;
}

#helpPopup
{
    position: absolute;
    z-index: 99999;
	display: none;
}

.popupContainer
{
    padding: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #FFFFFF;
    border: 1px solid #CECECE;
    width: 90%;
}

#helpContents 
{
    text-align: left;
    width: 92%;
}

.closePopup
{
    font-size: 0.8em;
    font-weight: bold;
    cursor: pointer;
    text-align:right;
    float: right;
    width: 20px;
    margin-right: 38px;
    padding-top: 8px;
}

.openHelp
{
    font-weight: bold;
    font-size: 1.2em;
    cursor: pointer;
    margin: 0 8px;
   vertical-align: middle;
}

.SearchResults .searchResult .searchResultImage {
	float: left;
}

.loadingAnimation {
  	height:50px !important;
   	background-repeat: no-repeat !important;
    background-position: center !important; 
  	background-color: #FFFFFF !important;
   	background-image: url("//static.uk-plc.net/library/uk-applications/images/framework/ajax-loader.gif") !important; 
}

/* Rating History */

.ratingHistoryBox .ratingRow .ratingDescription {
    min-width :300px;
}

.ratingHistoryBox .ratingRow .ratingStars,
.ratingHistoryBox .ratingRow .ratingStars .ratingStar
 {
    display: block;
	float:left;
}

.productListContainer {
    min-width: 300px;
}

/* Ratings
=============================================================================================*/

.ratingAverageExtendedBlock .ratingStars .ratingStar .unfilledStar,
.ratingAverageExtendedBlock .ratingStars .ratingStar .filledStar,
.ratingAverageExtendedBlock .ratingStars .ratingStar .halfStar {
  width: 20px;
  height: 20px;
  float: left;
}

.ratingAverageExtendedBlock {
  display: inline-block;
}

.ratingAverageExtendedBlock .ratingAmountTitle{
  display: inline-block;
}

.ratingAverageExtendedBlock .ratingRow .ratingDescription {
  display: block;
  float: left;
  line-height: 25px;
  width: 300px;
  text-align: left;
}

.ratingAverageExtendedBlock .ratingRow .ratingStars,
.ratingAverageExtendedBlock .ratingRow .ratingStars .ratingStar {
  display: block;
  float: left;
}

.ratingAverageExtendedBlock .ratingRow .ratingAverageValue{
  display: block;
  float: left;
  padding: 0 0 0 10px;
  line-height: 2em;

}

.ratingAverageExtendedBlock .ratingAmount {
  display: inline-block;
  padding-left: 10px;
  font-size: 1.4em;
}

/*overwrite default jquery dialog values*/
.ui-widget-overlay {
    background-image: none !important;
    opacity: .7 !important;
    }

/* Interactive image blocks */
#popups .popupBox {
    position: absolute;
    width: auto;
  	height: auto;
    margin-left: 0px;
    margin-top: 0px;
    background-color: #fefefe;
    border-style: solid;
    border-width: 2px;
    display: none;
}

/* EMPTY SEARCH CRITERA */
.MissingSearchCriteria {
    background: #FFE082;
    padding:5px;
    text-align:center;
    font-weight: bold;
}