/**
* global options
*/
body {

	margin: 10px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center; /* IE 5.5 Hack to make the division center */

}

.blackLink{
	color:black;
}

.disabled{
	color:#cccccc;
}

table {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;

}

input, select {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/**
* text equivelents on headings
*/
h1, h2, h3, h4{

	text-indent: -999em;
	font-size: 1px;
	display: none;

}

/**
* main division setup
*/
#container {

	width: 717px;
	padding: 0px;
	margin: 0 auto;
	text-align: left; /* IE 5.5 counter for the division alignment bug */

}

#header {
	width: 717px;
	height: 135px;	
	background: url("../images/headings/header.jpg");
	background-color: #000;
	background-repeat:no-repeat;

}

#basket {

	padding: 113px 64px 0px ;
	text-align: right;
	font-weight: bold;

}

#menu {

	clear: both;
	height: 20px;
	margin: 8px 0px;
	font-weight: bold;
	font-size: 9px;

}

.line {
	clear: both;
	height: 1px;
	font-size: 1px;
	margin-bottom: 8px;
	background-color: #FFD400;

}

#contentContainer{
	position:relative;
	margin:0px;
	height:auto !important;
	height:0px;
	width: 717px;
}

#leftContent {
	float: left;
	width: 141px;
	margin-right: 9px;
	margin-bottom: 18px;
}

.linkList li {
	line-height:15px;
}

#linkSection {
	width: 567px;
	position:absolute;
	bottom:20px;
	height:140px;
	left:150px;
}

#rightContent {
	float: left;
	width: 567px;
	height:auto !important;
	height:0px;
	margin-bottom: 160px;
}

#popupContent {
	float: left;
	width: 717px;
	height:auto !important;
	height:0px;
	margin-bottom: 10px;

}

#footer {

	height:121px;
	clear: both;
	padding: 0px!important;
	margin:0px!important;
	font-weight: bold;
	text-align: center;
	background-color: #FFD400;
	background-repeat: no-repeat;	
	background-image:url(/images/headings/footer-b.jpg); 
	
	
}

#footer p {
	color:#bbb;
	font-size:9px !important;
	margin:0px!important;
	font-family:Helvetica,Arial,sans-serif;
	padding:73px 3px 0px !important;
	width: 707px;
	line-height:normal;
}

/**
* menu setup
*/
#menu ul {

	padding: 0px;
	margin: 0px;
	list-style-type: none;

}

#menu li {

	width: 129px;
	float: left;
	clear: right;
	padding: 4px;
	background-color: #000000;

}

#menu a {

	width: 129px;
	color: #fff;
	text-decoration: none;

}

#menu a:hover {

	text-decoration: underline;

}

.menuMargin {

	margin-left: 8px;

}

/**
* left content
*/
#leftContent ul, #leftContent li {

	padding: 0px;
	margin: 0px;
	list-style-type: none;

}

#leftContent li {

	line-height: 20px;
	padding-left: 10px;
	background: url("../images/underline.gif") bottom left repeat-x;

}

li#one, li#two, li#three {

	padding-left: 0px;

}

li#one a {

	display: block;
	height: 20px;
	padding-left: 30px;
	background-color: #CC0000;
	background: url("../images/1.gif") no-repeat;

}

li#two a {

	display: block;
	height: 20px;
	padding-left: 30px;
	background-color: #CC0000;
	background: url("../images/2.gif") no-repeat;

}

li#three a {

	display: block;
	height: 20px;
	padding-left: 30px;
	background-color: #CC0000;
	background: url("../images/3.gif") no-repeat;

}

li a {

	color: #000000;
	text-decoration: none;

}

li a:hover {

	color: #CCCCCC;
}

#date {

	padding: 5px;
	font-weight: bold;
	text-align: center;
	font-size:10px !important;
	background-color: #000;
	color:#fff;
	font-family:Helvetica,Arial,sans-serif;
}

#bestSellers {

	height: 35px;
	margin: 10px 0px;
	background-color: #000000;
	background: url("../images/headings/bestSellersBg.gif");

}

#online {

	height: 34px;
	margin: 20px 0px 10px;
	background-color: #FFD400;
	background: url("../images/headings/onlineBg.gif");

}

#vanVaults {

	height: 34px;
	margin: 20px 0px 10px;
	background-color: #FFD400;
	background: url("../images/headings/vanVaultsBg.gif");

}

#locksAndChains {

	height: 34px;
	margin: 20px 0px 10px;
	background-color: #FFD400;
	background: url("../images/headings/locksAndChainsBg.gif");

}

#RegisterOnline {

	height: 34px;
	margin: 20px 0px 10px;
	background-color: #FFD400;
	background: url("../images/headings/registerOnlineBg.gif");

}

#links {

	height: 34px;
	margin: 20px 0px 10px;
	background-color: #FFD400;
	background: url("../images/headings/linksBg.gif");

}

#onTour {

	height: 34px;
	margin: 20px 0px 10px;
	background-color: #FFD400;
	background: url("../images/headings/onTourBg.gif");

}

p.leftText {

	padding: 0px 10px;
	margin: 0px;
}

/**
* right content
*/
#range {
	background-color: #000;
	color:#fff;
	padding: 5px;
	font-weight: bold;
	margin-bottom: 10px;

}

/**
* general
*/
br.clear {
    clear:both;
    text-indent: -999em;
    font: 1px/1px sans-serif; /* stop IE from revealing unnecessary bg */
    height: 0.01em;
}

#loseIt {
	width: 403px;
	height: 78px;
	background: url("../images/loseIt.gif");
}

p {
	line-height: 15px;
}

a {
	color: #767A7D;
	text-decoration: none;
        outline: none;
}

a:hover {
	text-decoration: underline;
}

.flo {
	float: left;
}

.whiteMenu {
	background-color: #000000;
	color: #FFFFFF;
	padding-left:5;
	height: 25px;
}

/* START style for footer */

p#footerHref, p#footerHref a {


        text-decoration:none;

        font:10px "Arial", "Sans-serif";

        color:#767A7D;


}

/* END style for footer */

/* START style for discounts */

.discounts #discounts-form,
.discounts #discounts-table {
	margin-top:20px; 
	margin-bottom:20px;
}
	.discounts #discounts-table td {
		padding: 3px;
	}
	
.discounts a.button,
.discounts input.button {
	padding: 3px 10px;
	width: auto;
	margin-left:0px;
	cursor: pointer;
	cursor: hand;
}
	.discounts a.button:hover{
		text-decoration:none;
	}

.discounts #discounts-form label{
	float: right;
	width: 150px;
}

.discounts .error_message{
	color:red;
	border: 1px solid #FED420;
	padding:10px;
	background-color:#F0F0F0;
}

.discounts .error_message p{
	margin:0px;
}

/* END style for discounts */

/* START style for dealer popup map */

#dealer-map-container {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #FFD400;
    height: 585px;
    width: 964px;
}
#dealer-map {
    float: right;
    height: 450px;
    position: relative;
    width: 600px;
}
#infoPane {
    float: left;
    font-size: 1.5em;
    height: 450px;
    overflow: auto;
    position: relative;
    width: 364px;
}
#dealerDirectionsForm, #resultsHeader {
    font-size: 1.2em;
    margin: 10px 40px;
    position: relative;
	border:none;
}
#dealerDirectionsForm{
	padding: 0;
}
#dealerDirectionsForm label{
	text-align: left;
	padding:0;
	margin-bottom:10px;
}
#dealerDirectionsForm #start{
	padding:4px;
	margin:0;
}

#dealerSearchForm {
    font-size: 1.2em;
    margin: 10px 40px;
	padding:0;
	border:none;
}
#dealerSearchForm label{
	padding:0;
	width:auto;
	margin-bottom:10px;
}
#dealerSearchForm input, #find-dealer-postcode form div.formField input {
    background-color: #DCDDDE;
    border: 1px solid #DCDDDE;
    width: 270px;
	margin:0;
	padding:4px;
}

#dealerDirectionsContainer li {
    border-bottom: 1px solid #DCDDDE;
    margin: 10px 40px;
	text-align: left;
	line-height: 1.2em;
	min-height: 36px;
}
#dealerDirectionsContainer ol ,
#dealerSearchResultsContainer ol{
	list-style: none outside none;
	padding:0;
}

#dealerSearchResultsContainer li {
    border-bottom: 1px solid #DCDDDE;
    margin: 10px 40px;
    position: relative;
	text-align: left;
}
#dealerSearchResultsContainer li p {
    color: #666666;
    font-size: 0.8em;
	margin: 0;
}
#dealerSearchResultsContainer li h3 {
    margin-top: 6px;
    margin-bottom: 3px;
	display: block;
    text-indent: 0;
    font-size: 0.9em;
}
#dealerSearchResultsContainer li strong {
    display: block;
    margin: 8px 0;
	font-size: 0.8em;
}
#dealerSearchResultsContainer li h3 a {
    color: #000000;
    text-decoration: none;
}
#dealerDirectionsContainer span.step {
    background-color: black;
    color: white;
    float: left;
    font-weight: bold;
    height: 22px;
    margin-right: 10px;
    padding: 3px;
    text-align: center;
    width: 22px;
}
#dealerDirectionsContainer span.distance {
    color: #666666;
    font-size: 0.8em;
}
#start {
    background-color: #DCDDDE;
    border: 1px solid #DCDDDE;
    width: 280px;
}
#dealerDirectionsFooter {
    font-size: 1.1em;
    margin: 10px 40px;
	text-align: left;
}
#startp {
}
.tripDetails {
    color: #666666;
    font-size: 0.8em;
    margin: 10px 40px;
	text-align: left;
}
#changeLocationButton {
    background-image: url("../images/dealer/misc/changelocation.jpg");
    background-repeat: no-repeat;
    bottom: 76px;
    display: block;
    height: 22px;
    position: absolute;
    right: 20px;
    text-indent: -9999px;
    width: 122px;
}
a.getDirections {
    background-image: url("../images/dealer/misc/directions.jpg");
    background-repeat: no-repeat;
    bottom: 9px;
    display: block;
    height: 22px;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    width: 92px;
}
#dealerDirectionsForm a.getDirections {
    bottom: -30px;
}
a.change {
    background-image: url("../images/dealer/misc/change.gif");
    display: block;
    height: 15px;
    text-indent: -9999px;
    width: 59px;
}
a.enter, #find-dealer-postcode div.formSubmit input {
    background-image: url("../images/dealer/misc/enter.jpg");
    background-repeat: no-repeat;
    border: 0 none;
    display: block;
    height: 22px;
    margin: 10px 0 0 207px;
    text-indent: -999px;
    width: 52px;
	line-height: 0;
}
#header {
    position: relative;
}
#dealer-map-container #header{
	width: 964px;
}
#header #changeLocation {
    bottom: 0;
    right: 10px;
}
#find-dealer-postcode {
    background: none repeat scroll 0 0 #FFFFFF;
    position: absolute;
    right: 0px;
    top: 175px;
    z-index: 5001;
	
	/*border: 1px solid #FFD400;
	border-top: 1px none #FFD400;*/
	
}
#find-dealer-postcode form, #find-dealer-postcode form fieldset {
    border: 0 none;
    width: 180px;
}
#find-dealer-postcode form {
    font-size: 1.2em;
    padding: 10px;
}
#find-dealer-postcode form div.formField label {
    display: block;
    font-size: 1em;
    padding: 0 0 10px;
	width: auto;
	text-align: left;
}
#find-dealer-postcode form div.formField input {
    padding: 3px 0;
    width: 180px;
	margin: 0px;
}
#find-dealer-postcode form div.formSubmit {
    margin: 8px 0 0;
}
#find-dealer-postcode form div.formSubmit input {
    margin: 0;
}
#infoboxText {
    background-color: black;
    color: white;
    left: 23px;
    min-height: 100px;
    position: absolute;
    top: 0;
    width: 240px;
	text-align: left;
}
#infoboxText p {
	margin: 0;
}
#infoboxTitle {
    left: 10px;
    position: absolute;
    top: 10px;
    width: 220px;
}
#infoboxClose {
    position: absolute;
    right: -8px;
    top: -8px;
}
#infoboxDescription {
    left: 10px;
    position: absolute;
    top: 30px;
    width: 220px;
	margin: 0;
}
body.tv_deal #header {
    overflow: visible;
}

#container {
	position:relative;
}


/* END style for dealer popup map */
