﻿

/* ----------------------------------------------------------------------------------- internet links page classes */
.lnk {
	float: left;
	margin: 10px 0px 0px 0px;
	font-size: 1.2em;
	color: #666;
}

.lnk .lnkLogo {
	width: 150px;
	float: left;
	border: 1px solid #ccc;
	margin-right: 10px;
}

.lnk .lnkLogo img {
	border: 0px;
	margin: 5px;
	vertical-align: middle;
}

.lnk .lnkText {
	float: left;
	width: 400px;
}

.lnkList{
	clear:left;
	float:left;
	margin-bottom:50px;
}

/* ------------------------------------------------------------------------------------------ button bar classes */
.btnBar {
	float:left;
	margin: 10px 0px 0px 0px;
	clear: both;
	width:100%;
}

.btnBar .btn {margin: 0px 10px 10px 0px;}

.btnBarDialog {
	margin: 0px 0px 0px 20px;
	clear: both;
}

.btnBarDialog .btn {margin: 0px 10px 0px 0px;}


/* ---------------------------------------------------------------------------------------- static button classes */
.btn {
	float: left;
	white-space: nowrap;
	margin: 0px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-color: Transparent;
}

.btnInner {
	padding-left:5px;
	float: left;
	background-repeat: no-repeat;
	background-color: Transparent;
}

.btn input {
	float: left;
	margin-right: 5px;
	border: 0px;
	color: #CFDCEA;
	background-repeat: repeat-x;
	font-weight: bold;
	cursor: pointer;
	padding:0px;
}

.btn a {
	line-height: 22px;
	color: #CFDCEA;
	float: left;
	margin: 0px 5px 0px 0px;
	background-repeat: repeat-x;
	font-weight: bold;
	cursor: pointer;
	display: block;
	padding: 0px 5px;
	text-decoration: none;
	text-align:center;
}
.btnSmall {
	height: 22px;
	font-size: 11px;
	background-position: 0px -22px;
}
.btnMedium {
	height: 35px;
	font-size: 16px;
	background-position: 0px -35px;
}

.btnStandardMedium .btnInner {padding-left:8px;}
.btnStandardMedium input {margin-right: 8px;}
.btnStandardMedium a {margin-right: 8px;}

.btnStandardMedium, .btnHighlightMedium, .btnHighlightMedium{
	margin: 0px 10px 10px 0px;
}

.btnSqrStandardSmall{
	background-color: red;
}

/* -------------------------------------------------------------------------------- Standard button classes */
.btnStandardSmall, .btnStandardSmall .btnInner, .btnStandardSmall input, .btnStandardSmall a {background-image: url(../Images/Buttons/btnStandard.gif);}
.btnStandardSmall .btnInner {background-position: right -44px;}
.btnStandardMedium, .btnStandardMedium .btnInner, .btnStandardMedium input, .btnStandardMedium a {
	background-image: url(../Images/Buttons/btnStandardMdm.gif);
	line-height:34px;
}
.btnStandardMedium .btnInner {background-position: right -70px;}

.btnStandardSmall input:hover, .btnStandardMedium input:hover, .btnStandardSmall a:hover, .btnStandardMedium a:hover {color: #fff;}

/* ------------------------------------------------------------------------------ Highlight button classes */
.btnHighlightSmall, .btnHighlightSmall .btnInner, .btnHighlightSmall input, .btnHighlightSmall a {
	background-image: url(../Images/Buttons/btnHighlight.gif);
}
.btnHighlightSmall .btnInner {background-position: right -44px;}
.btnHighlightMedium, .btnHighlightMedium .btnInner, .btnHighlightMedium input, .btnHighlightMedium a {
	background-image: url(../Images/Buttons/btnHighlightMdm.gif);
}
.btnHighlightMedium .btnInner {background-position: right -70px;}
.btnHighlightSmall input:hover, .btnHighlightMedium input:hover, .btnHighlightMedium a:hover {color: #D5CEBB;}

/* ------------------------------------------------------------------------------- Disabled button classes */
.btnDisabledSmall, .btnDisabledSmall .btnInner, .btnDisabledSmall input, .btnDisabledSmall a {background-image: url(../Images/Buttons/btnDisabled.gif);}
.btnDisabledSmall .btnInner {background-position: right -44px;}

.btnDisabledMedium, .btnDisabledMedium .btnInner, .btnDisabledMedium input, .btnDisabledMedium a {background-image: url(../Images/Buttons/btnDisabledMdm.gif);}
.btnDisabledMedium .btnInner {background-position: right -70px;}

.btnDisabledSmall input, .btnDisabledMedium input, .btnDisabledMedium a {
	background-color: #ccc;
	cursor: default;
}



/* ---------------------------------------------------------------------------- jQuery slideshow classes */
#jqSlideShow {
	width: 380px;
	height: 209px;
	float: left;
	bottom: 0px;
	left: 0px;
	overflow: hidden;
}

#jqSlideShow img{
	width:380px;
	height:209px;
}

#slideShow {
	width: 550px;
	height: 290px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* ------------------------------------------------------------------------------------- box classes */
.box {
	border: 1px solid #97A7AF;
	background: #fff url(../Images/box_bg.jpg) top repeat-x;
	position:relative;
}

.box .boxInner {margin: 10px;}

.box p{margin:3px 0px;}

.box ul, .box ol{
	margin:3px 0px;
	padding-left:18px;
}

.box ul, .box li{margin:8px 0px;}

.box i {
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: transparent;
	background-image: url(../Images/corners.gif);
	background-repeat: no-repeat;
}

.box i.tl {
	top: -1px;
	left: -1px;
	background-position: top left;
}
.box i.tr {
	top: -1px;
	right: -1px;
	background-position: top right;
}

.box i.bl {
	bottom: -1px;
	left: -1px;
	background-position: bottom left;
}

.box i.br {
	bottom: -1px;
	right: -1px;
	background-position: bottom right;
}

/* ---------------------------------------------------------------------------------- button box classes */
.bBox {
	float:left;
	margin: 10px 0px;
	width:610px;
}

.bBoxTitle {
	margin: 10px 0px;
}

.bBoxButtons {}

.bBox .iconButton {margin: 0px 20px 20px 0px;}

.bBox .btn {margin: 0px 15px 15px 0px;}


/* ----------------------------------------------------------------------------------- note box classes */
.nBox {margin: 0px 0px 10px 0px;}
.nBox div, .nBox p, .nBox li, .nBox a{
	font-size:11px;
}
.nBox div, .nBox p, .nBox li{
	font-size:11px;
	line-height:14px;
}
.nBox li{margin:0px;}

.nBox p{margin:0px 0px 6px 0px;}

.nBox h3{font-size: 12px;}
.nBox h4{font-size: 11px;}

/* ---------------------------------------------------------------------------------- login box classes */
.lgnBox, .regBox {
	min-height: 135px;
	width: 465px;
	margin: 15px 0px;
}

.lgnBox {float: right;}
.regBox {float: left;}

.lgnDataEntry, .lgnRemember, .lgnBox .Warning{margin-left: 75px;}

.lgnDataEntry div{
	margin:3px 0px;
	width: 360px;
}

.lgnDataEntry label{
	float:left;
	display:block;
	width:100px;
}

.lgnDataEntry .lge{
	width:200px;
}

.lgnRemember{
}

.lgnLeft, .lgnRight{
	float:left;
	width:50%;
}

.regButtonBar {
	float: right;
	margin: 10px 10px 0px 0px;
}
.regText {
	color: #666666;
	margin: 10px 0px 0px 0px;
}
/* ------------------------------------------------------------------------------ terms and conditions classes */

.tc {
	border: 1px solid #97A7AF;
	overflow-x: none;
	overflow-y: scroll;
	margin-bottom:10px;
}

.tcSmall{height:150px;}
.tcLarge{height:370px;}

.tcInner {
	margin: 5px 10px;
	float: left;
}

.tcRegister{
}

.tc ol, .tc ul {margin: 5px 0px;}

.tc li {margin: 8px 0px 8px 0px;}

.tc h2{
	text-align: center;
	margin: 5px 0px 0px 0px;
}

.tc h3{margin: 15px 0px 3px 0px;}

.tc ol {list-style-type: lower-alpha;}

ol.tcLetterListInside {
	list-style-type: lower-alpha;
	list-style-position: inside;
	margin: 0px;
}

/* --------------------------------------------------------------------------------- warnings and error classes */
.Warning {color: #ff3333;}
.Warning span {font-weight: normal;}
.Warning .Validator {margin: 0px;}

.getQuote
{
	clear:both;
	float:left;
	margin:15px 0px 0px 0px;
	width:600px;
}

/* ------------------------------------------------------------------------------------------- Message Alert classes */
.altContainer
{
   border: 1px solid #cc0000;
}

.altContainer h2
{
   background-color: #cc0000;
   color: #fff;
   margin: 0px;
   padding: 3px;
}

.altDate
{
   margin: 5px;
   font-weight: bold;
}

.altOuter
{
   margin: 5px;
   min-height: 150px;
   color: #666;
}

.altHeader, .altHeaderSelected
{
   padding: 3px;
   background-position: top center;
   background-repeat: no-repeat;
   cursor: pointer;
   cursor: hand;
   font-weight: bold;
   font-size: 12px;
   border-bottom: 1px solid #ccc;
   margin-top: 2px;
}

.altHeader
{
   background-color: #efefef;
   color: #999;
   background-image: url(Images/alert_closed.gif);
}

.altHeaderSelected
{
   background-color: #efefef;
   color: #cc0000;
   background-image: url(Images/alert_expanded.gif);
}

.altContent
{
   padding: 3px 3px 10px 3px;
   color: #333;
   background: transparent url(Images/alert_bg.gif) no-repeat bottom center;
}

.altContent p
{
   margin: 0px 0px 5px 0px;
}


/* ------------------------------------------------------------------------------------- Message News classes */
.msgNewsAlert{
	float:left;
}

.msgNewsAlertInner{}

.msgNewsAlertInner h2{
   margin: 10px;
}

.msgNewsAlertCopy{
   margin: 10px;
}

.msgNewsRead{
   margin: 6px;
   clear: both;
}

.msgNewsDivider
{
   border-top: 1px solid #1363A6;
   margin: 14px 4px;
}

.msgNewsReadLeft
{
   width: 400px;
   float: left;
   height: 40px;
}

.msgNewsReadRight
{
   width: 150px;
   float: right;
   height: 40px;
   margin: 8px 4px 0px 0px;
}

.msgNewsReadLeft div
{
   margin: 6px 2px;
}

.msgNewsReadLeft label
{
   cursor: pointer;
   cursor: hand;
}

.msgList{}

.msgItemText{}

.msgEdit
{
   width: 700px;
   margin: 0px 0px 20px 0px;
}

.msgEdit table.msgTable
{
   width: 650px;
   margin: 10px;
}

.msgEdit table.msgTable td
{
   vertical-align: top;
}

.msgEdit input, .msgEdit select
{
   width: 300px;
}

.msgList
{
}

.msgListCol
{
   float: left;
   width: 220px;
}

.msgListBtn
{
   float: left;
   width: 60px;
   margin-top: 30px;
}

.msgListBtn input
{
   width: 40px;
   margin: 10px;
   border: 1px solid #333;
   background-color: #ccc;
   font-size: 12px;
   cursor: hand;
   cursor: pointer;
}

.msgListCol label
{
   display: block;
   color: #333;
   font-weight: bold;
   line-height: 20px;
}

.msgListCol select
{
   width: 220px;
   height: 220px;
}

.msgInfo
{
   margin: 10px 0px;
}

.msgCal
{
   margin-right: 40px;
}


/* ----------------------------------------------------------------------------------------------------- Postcode finder classes */
.pc{
	width:225px;
}

.pcAddress{width:310px;}
.pcAddress td{
	vertical-align:top;
	padding:3px 0px !important;
}

.pcFind{
	float:left;
	width:115px;
}

.pcFinderUnavailable, .pcFinderNotFound
{
	clear:both;
	width: 225px;
	color: #ff0000;
}

.pcPostCode{
	width:80px;
	text-transform: uppercase;
}

.pcButton{
	margin-left:3px;
}