
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,700);

/* General Styles Required by all pages */

.ErrorMessage {display:block;padding:3px 8px; font-weight:bold;margin-bottom: 10px;font-size: 1.2em;background:#dd0000;color:#fff;}
.ErrorMessage a { color: #ffffff;}
.SuccessMessage {display:block;padding:3px 8px; margin-top:10px;font-weight:bold;margin-bottom: 10px;font-size: 1.2em;background:#00dd00;color:#fff;}

.Hidden { display: none;}

.ModalPopup { display: none;}
.ModalPopup .ModalBackground {opacity: 0.4;position: fixed;height: 100%;width: 100%;top: 0px;left: 0px;z-index: 1000;}
.ModalPopup .ModalContainer { position: absolute;left: 50%;padding: 20px;width: 460px;margin-left: -250px;border-width:4px;border-style:solid;border-radius: 10px;z-index: 1001;font-size: 1.3em;}
.ModalPopup .ModalContainer .CloseButton { display: block;text-align: right;cursor: pointer;float: right;width: 20px;font-weight: bold;}
.ModalPopup .ModalContainer .Title { float: left;font-size: 1.2em;padding-bottom: 5px;max-width: 440px;}

.Mandatory { color: #ff0000;font-weight: bold;display: inline !important;}
.InputError { background-color: #ffeeee; }

/* End General */

@font-face {
    font-family: 'bebasregular';
    src: url('fonts/bebas/bebas___-webfont.eot');
    src: url('fonts/bebas/bebas___-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bebas/bebas___-webfont.woff') format('woff'),
         url('fonts/bebas/bebas___-webfont.ttf') format('truetype'),
         url('fonts/bebas/bebas___-webfont.svg#bebasregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body
{
    margin: 0;
    padding: 0; 
    font-family: "Ubuntu", "Arial";
    font-size:14px;
    color: #282828;
}

div, form, fieldset, legend, label, ol, ul, dl {
    margin: 0;
    padding: 0; 
    font-family: "Ubuntu", "Arial";
    font-size:14px;
}

h1, h2, h3, h4, h5, h6, th, td, caption
{
    font-weight: normal;
}

table
{
    border-collapse: collapse; border-spacing: 0;
}

th, td
{
    text-align: left;
    vertical-align: top;
}

img
{
    border: 0;
}

h1
{
    font-size:30px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 15px;

    /*size 42 for homepage*/
}

h2
{	
    font-size:22px;
}

h3
{
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: bold;
    margin-top: 0;
}

h4
{
    margin-top: 0;
    margin-bottom: 0;
}

h5
{

}

h6
{

}

h1.alt
{

}

h2.alt
{

}

h3.alt
{

}

p {
    line-height:1.5em;
    margin-top: 0;
    margin-bottom: 2em;
    font-family: Ubuntu, Arial, sans-serif;
}

a {
   
    color: #2e2e2e;
}
a:link { text-decoration: underline;}

input[type="text"], input[type="password"],
input[type="email"]
{
    border:1px solid #B1B1B1;
    padding:5px;
     color: #000000 !important;
    box-shadow: 0px 0px 4px #B1B1B1 inset;
	width: 200px;
}


.select
{
color: #000000 !important;
}


textarea {
    border: 1px solid #B1B1B1;
    padding: 5px;
    color: #B1B1B1;
    box-shadow: 0px 0px 4px #B1B1B1 inset;
}


.primary-button
{
    border:0;
    background:#FFCC00;
    font-weight: bold;
    border-radius: 20px;
    outline:none;
    color: #404040;
    cursor:pointer;
}

.WriteReviewHolder, .primary-button{
	padding: 5px;
}

a.primary-button, a.secondary-button {
	text-decoration: none;
	text-align: center;
}

.primary-button:hover, .primary-button:active
{
    background:#E0B405;
    outline:none;
}

.secondary-button
{
    border:0;
    background: #D3D3D3;
    border-radius: 20px;
    font-weight: bold;
    outline:none;
    color: #404040;
    cursor:pointer;
}

.secondary-button:hover, .secondary-button:active
{
    background: #B5B5B5;
    outline:none;
}


.tertiary-button
{
    border:0;
    border-radius: 20px;
    outline:none;
    padding:6px 0px;
    cursor:pointer;
}

.tertiary-button:active
{
    padding:5px 0px;
}


.tertiary-button-pressed {
    outline:none;
    border-radius: 20px;
    padding:6px 0px;
    cursor:pointer;
}

.quaternary-button
{
    border:0;
    background:lightskyblue;
    font-weight: bold;
    border-radius: 20px;
    outline:none;
    color: #404040;
    cursor:pointer;
}

a.quaternary-button {
	text-decoration: none;
	text-align: center;
}

.quaternary-button:hover, .quaternary-button:active
{
    background:#8CBED6;
    outline:none;
}

.quinary-button
{
    background:white;
    font-weight: bold;
    border: 1px solid green;
    border-radius: 20px;
    outline:none;
    color: green;
    cursor:pointer;
}

a.quinary-button {
	text-decoration: none;
	text-align: center;
}

.quinary-button:hover {
	background: darkgreen;
    color: lightslategrey;
    outline:none;
}
 .quaternary-button:active
{
    background: darkgreen;
    color: white;
    outline:none;
}

.senary-button
{
    background:white;
    font-weight: bold;
    border-radius: 20px;
    outline:none;
    color: #FFD49C;
    cursor:pointer;
}

a.senary-button {
	text-decoration: none;
	text-align: center;
}

.senary-button:hover {
	background: #FF9305;
    color: white;
    outline:none;
}
 .senary-button:active
{
    background: #FF9305;
    color: white;
    outline:none;
}

.senary-button .Selected
{
    background: #FF9305;
    color: white;
    outline:none;
}

.download-button
{
    border:0;
    border-radius: 20px;
    font-weight: bold;
    outline:none;
    padding:6px 20px;
    cursor:pointer;
    color: #404040;
    width: 100%;
    margin: 0 0 12px 0;
}

.download-button span {
    display: inline-block;
    margin-top: 5px;
    vertical-align: top;
}


.secondary-download-button:active
{
    background:#ffffff;
    border:1px solid #b5b5b5;
    padding:5px 19px;
}

.download-button span,
.secondary-download-button span {
    display: inline-block;
    margin-top: 5px;
    vertical-align: top;
    margin-bottom: 3px;
}

span.download-text {
    margin-top: 6px;
}

.quaternary-button
{

}

.quaternary-button:hover
{

}

.quaternary-button:active
{

}


.small-button {
    padding:6px 10px;
    cursor:pointer;
}

.large-button {
    padding:13px 30px;
    cursor:pointer;
}



.horizontal-nav > li
{

}

.horizontal-nav > li:hover
{

}

.vertical-nav
{
    width:150px;
}

.vertical-nav ul li { width: 140px;}

.vertical-nav .vertical-nav-title
{
    padding:11px;
    font-weight: bold;
    color:#ffffff;
    font-size: 16px;
    text-align:center;
    border-radius: 20px;
}

.vertical-nav a {
    text-decoration: none;
}

.vertical-nav ul
{
    margin:0px;
    padding:0px;
}

.vertical-nav ul li {
    list-style-type: none;
    clear:both;
    margin:0px;
    /*padding:10px 0px 0px 0px;*/
}

.vertical-nav ul li a
{
    font-size:12px;
    color:#2A2A2A;
    display:block;
    text-align: left;
    clear:both;
}


.vertical-nav li .link-text:hover,
.vertical-nav li .link-text-no-image:hover {
    background:#000;
    color:#ffffff;
    cursor:pointer;
}

.vertical-nav .link-text {
    padding:6px 6px 6px 6px;
    border-radius: 0px 20px 20px 0px;
    border:1px solid #B8B8B8;
    border-left:0px;
    background-color:#ffffff;
    float:left;
    width:95px;
    margin-top:5px;
    font-weight: bold;
}

.vertical-nav .link-text-no-image {
    border-radius: 20px;
    border: 1px solid #b8b8b8;
    padding:6px 6px 6px 6px;	
    background:#ffffff;
    float:left;
    /*margin-top:2px;*/
    margin-top: 5px;
    width: 126px;
    font-weight: bold;
}
.link-image {
    float:left;
    margin-top:3px;
}
.vertical-nav ul { 
    margin-bottom:10px !important;
    float:left !important;
    padding: 0 !important;
}
.vertical-nav ul li { 
    float:left;
}
.float-left { float:left; }

.float-right {  float:right; }

.clear { clear:both; }


/* Dropdown Styles*/
.select-box-class.custom-select { 
    border:1px solid #B1B1B1;
    padding:5px;
    color:#000000;
    box-shadow: 0px 0px 4px #B1B1B1 inset;
    background: #fff url(../images/Layout/dropDownImage.jpg) right center no-repeat;
    float: none;
}

/* Dropdown Styles*/
/*.select-box-class.custom-selectDisabled { 
    border:1px solid #B1B1B1;
    padding:5px;
    color:#454545 !important;
    box-shadow: 0px 0px 4px #B1B1B1 inset;
    background: #ffffff url(../images/Layout/dropDownImage.jpg) right center no-repeat;
    background-color: #aaa !important;
}*/
.select-box-class.custom-select.custom-select-hover {
    /* Styles for when the select box is hovered */
}
.select-box-class.custom-select.custom-select-open {
    /* Styles for when the select box is open */
}
.select-box-class.custom-select.custom-select-focus {
    /* Styles for when the select box is in focus */
}
.select-box-class.custom-select-inner {
    /* You can style the inner box too */
}


/*Number Spinner class*/
.number-spinner {
    width: 70px;
    position: relative;
    height: 28px;
}

.number-spinner input[type="text"] {
    margin: 0;
    padding:0;
    padding:5px 1px 5px 4px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 65px;
}

.spinner-button 
{
    z-index: 10;
    top: 0px;
    position: absolute;
    width: 12px;
    height: 12px;
    text-align: center;
    right:0;
}

.spinner-button-top 
{
    top: 2px;
    background:#FECD04 url("../Images/Layout/SpinnerUp.png") no-repeat center;
}

.spinner-button-bottom {
    top: 13px;
    background:#FECD04 url("../Images/Layout/SpinnerDown.png") no-repeat center;
}

/* Checkbox Styles */

input[type="checkbox"] {
    display:none;
}

input[type="checkbox"] + label {
    background: url("../images/Layout/CheckBox.png") no-repeat top left;
    display: inline-block;
    padding: 0px 0px 4px 30px;

}

input[type="checkbox"] + label:hover {
    background: url("../images/Layout/CheckBoxHover.png") no-repeat top left;
    display: inline-block;
    padding: 0px 0px 4px 30px;

}

input[type="checkbox"] + label:active, input[type="checkbox"]:checked + label:active {
    background: url("../images/Layout/CheckBoxOn.png") no-repeat top left;
}

input[type="checkbox"]:checked + label
{
    background: url("../images/Layout/CheckBoxOn.png") no-repeat top left;
}

input[type="checkbox"]:checked + label:after
{
    background: url("../images/Layout/CheckBoxOn.png") no-repeat top left;
}

/* Radio Styles */

input[type="radio"] {
    display:none;
}

input[type="radio"] + label {
    background: url("../images/Layout/Radio.png") no-repeat top left;
    display: inline-block;
    padding: 0px 0px 4px 30px;
    line-height: 1em;
}

input[type="radio"] + label:active, input[type="radio"]:checked + label:active {
    background: url("../images/Layout/radioOn.png") no-repeat top left;
}

input[type="radio"]:checked + label
{
    background: url("../images/Layout/radioOn.png") no-repeat top left;
}

input[type="radio"]:checked + label:after
{
    background: url("../images/Layout/radioOn.png") no-repeat top left;
}

.vertical-secondary-nav {
    width:150px;
    margin-bottom: 15px;
}


.vertical-secondary-nav ul li {
    list-style-type: none;
}

.vertical-secondary-nav ul li a {
    border:0;
    margin:0;
    padding:0;
    font-weight: bold;
    border-radius: 20px;
    outline:none;
    color:#ffffff;
    padding:6px 0px;
    display:block;
    margin-top:5px;
    margin-bottom: 5px;
    font-size:12px;
    text-align: center;
    line-height:2em;
    text-decoration: none;
}

.vertical-secondary-nav ul li a.green {
    background: #249e79; /* Old browsers */
    background: -moz-linear-gradient(top,  #249e79 0%, #1c7f62 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#249e79), color-stop(100%,#1c7f62)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #249e79 0%,#1c7f62 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #249e79 0%,#1c7f62 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #249e79 0%,#1c7f62 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #249e79 0%,#1c7f62 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#249e79', endColorstr='#1c7f62',GradientType=0 ); /* IE6-9 */
}

.vertical-secondary-nav ul li a.purple { /*http://www.colorzilla.com/gradient-editor/*/

    background: #5f3080; /* Old browsers */
    background: -moz-linear-gradient(top,  #5f3080 0%, #4d2665 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5f3080), color-stop(100%,#4d2665)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #5f3080 0%,#4d2665 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #5f3080 0%,#4d2665 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #5f3080 0%,#4d2665 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #5f3080 0%,#4d2665 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f3080', endColorstr='#4d2665',GradientType=0 ); /* IE6-9 */
}

.vertical-secondary-nav ul li a.red {

    background: #b50f01; /* Old browsers */
    background: -moz-linear-gradient(top,  #b50f01 0%, #940c00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b50f01), color-stop(100%,#940c00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #b50f01 0%,#940c00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #b50f01 0%,#940c00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #b50f01 0%,#940c00 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #b50f01 0%,#940c00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b50f01', endColorstr='#940c00',GradientType=0 ); /* IE6-9 */

}

.vertical-secondary-nav ul li a.LightBlue {

    background: #36a9cf; /* Old browsers */
    background: -moz-linear-gradient(top,  #36a9cf 0%, #2b86a4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#36a9cf), color-stop(100%,#2b86a4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #36a9cf 0%,#2b86a4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #36a9cf 0%,#2b86a4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #36a9cf 0%,#2b86a4 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #36a9cf 0%,#2b86a4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b50f01', endColorstr='#940c00',GradientType=0 ); /* IE6-9 */

}

.vertical-secondary-nav ul li a.Yellow {

    background: #ffd633; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffd633 0%, #caa200 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd633), color-stop(100%,#caa200)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffd633 0%,#caa200 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffd633 0%,#caa200 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffd633 0%,#caa200 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffd633 0%,#caa200 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b50f01', endColorstr='#940c00',GradientType=0 ); /* IE6-9 */

}

.vertical-secondary-nav ul li a.Blue {

    background: #202a74; /* Old browsers */
    background: -moz-linear-gradient(top,  #202a74 0%, #1a225d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#202a74), color-stop(100%,#1a225d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #202a74 0%,#1a225d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #202a74 0%,#1a225d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #202a74 0%,#1a225d 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #202a74 0%,#1a225d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b50f01', endColorstr='#940c00',GradientType=0 ); /* IE6-9 */

}

.vertical-secondary-nav li a:link, .vertical-secondary-nav li a:visited {
    color:#ffffff;
}


.sprite {
    background-image: url(../images/Layout/SpriteSheet.png);
}

.sprite-basket {
	background-position: -167px -131px;
    width:20px;
    height:20px;
    display:inline-block;
    margin-left:5px;
}

.sprite-search {
    background-position: 162px -83px;
    width:15px;
    height:15px;
    display:inline-block;
    margin-left:5px;
}

.sprite-download {
    background-position: 52px 66px;
    width:21px;
    height: 22px;
    display: inline-block;
    margin-right: 5px;
}

.sprite-go {
	width: 20px;
	height: 17px;
	background-position: -70px -3px;
}

.sprite-tick {
    background-position: 224px 92px;
    width: 39px;
    height: 45px;
}

.sprite-cross {
    background-position: 156px 68px;
    width: 30px;
    height: 34px;  
    display: inline-block;

}

.sprite-info {
    background-position: 27px 57px;
    width: 23px;
    height: 23px;  
    display: inline-block;
}

.sprite-view {
    background-position: -45px 60px;
    width: 23px;
    height: 23px;  
}

.search-button {
    width:90px;
    background: #D3D3D3;
    border-radius: 20px;
}

.search-button a {
    border:0;
    font-weight: bold;
    outline:none;
    color:#2A2A2A;
    padding:5px 10px;
    width:90px;
    display:inline-block;
}

.search-button a:hover {
    background: #B5B5B5;
    border-radius: 20px;
}

.paging {
    padding:15px;
    background-color: #249E79;
    border-radius: 50px;
}
.paging span, .paging a {
    color:#B8CCC3;
}


.paging a.selected {
    color:#D5E9E0;
    text-decoration: underline;
}

.contact-box {
    border: 1px solid #dbdbdb;
    background: #fff; /* Old browsers */
    background: -moz-linear-gradient(top,  #fff 0%, #f4f4f4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fff 0%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fff 0%,#f4f4f4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fff 0%,#f4f4f4 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fff 0%,#f4f4f4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
    padding: 10px 7px 14px 7px;
    width: 194px;
    font-weight: bold;
    margin: 0 40px 30px 0;
}

.contact-box h3 {
    margin-bottom: 15px;
}

.contact-box a {
    font-weight: normal;
    color: #282828;
    text-decoration: none;
}

.faqSearch {
     margin-bottom: 10px;
}

.faq li {
    list-style: none;
    list-style-image: none;
}

.faq dd {
    padding: 0;
    margin: 0;
}

.faq .question {
    border:1px solid #ff7f00;
    background: #fff;
    border-radius: 240px;
    color:#ff7f00;
    padding:15px 30px;
    cursor:pointer;
    display: block;
    margin-bottom: 10px;
    line-height: 22px;
}

.faq .question:hover {
    background-color: #ffa54c;
    color: white;
}

.faq .expanded .question {
    background-color: #ff7f00;
    color: white;
    font-weight: bold;
    border: 1px solid white;
}

.red-text  {
    color:#FE5252;
}

.red-text-bold  {
    color:#FF0101;
    font-weight: bold;
}

.bold {
    font-weight: bold;
}

.hidden {
    display: none;
}

input:disabled {
    background-color: #aaa;
    color:#454545;
}

.required-field,
.required {
    font-weight: bold;
    color: red;
    padding: 0 4px;
}

/* Postcode Lookup */

.PostcodeLookup .select-box-class { margin-bottom: 10px;}
.PostcodeLookup .select-box-class.custom-select {
width: 265px;
}


.AddressPicker select { width: 362px;}

.PostCodeLookup_SelectPanel {
    background-color: #d3d3d3;
    padding: 10px 5px 0px 5px;
    margin-bottom: 10px;
    border-radius: 5px;
}
.PostcodeLookup .Lookup, .PostcodeLookupButton {
	border:0;
    background:#FFCC00;
    font-weight: bold;
    border-radius: 20px;
    outline:none;
    color: #404040;
    cursor:pointer;
	display: inline;
}

.PostcodeLookup .Lookup:hover,  .PostcodeLookup .Lookup:active,
.PostcodeLookupButton:hover, .PostcodeLookupButton:active
{
	background:#E0B405;
    outline:none;
}

.PostCodeLookup_FindPanel .TextBox {
	width: 140px;
	margin: 0px 10px;
	margin-bottom: 0px !important;
}

.PostCodeLookup_FindPanel span {
	width: 141px;
}

.PostCodeLookup_SelectPanel {
}

/* PCL End*/

/* LinkList */

.LinkList {}
.LinkList .ParentLink {}
.LinkList .ParentLink h4 {
	 margin-bottom: 20px;
	 color: #BABABA;
	font-weight: bold;
}

.LinkList .ChildLinks {
	line-height: 20px;

}

.LinkList .ChildLinks a {
	color: #808080;
	text-decoration: none;
}

.LinkList .ChildLinks a:hover {
	text-decoration: underline;
}

.margin-left-10px {
    margin-left: 10px;
    
}