﻿
/****************************************************************************************************/

/*
 *	Colours
 *
 *	#548575
 *	#b3d5d8
 *	#e2e4b5

D22900 D73500 6D8900 FBF4E8 

D22900 D73F00 EF5000 6D8900 
 */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button, label
{
     margin:0;
     padding:0;
     border:0;
}

body
{
	/*background-color:#e2e4b5;*/
	background-image:url(Images/Background.gif);
	font:small Verdana, Geneva, Arial, Helvetica, sans-serif;	
	width: 100%;
	height: 100%;
}

h1, h2, h3, h4, h5, h6 {color:#666666;}

h1 
{
	padding:25px 20px 15px 20px;
	font-size: 1.3em;
	text-align:center;
	color:Gray;
}

h2, h3
{
	font-family:Comic Sans MS;
	margin: 0.5em 0;
	font-size: 1.1em;
	font-weight:normal;
	padding-bottom:2px;
	border-bottom:1px solid #006699;
	color:#006699;
}

h3
{
	border:none;
}


p{
	font-size:.85em;
	line-height:130%;
	margin-bottom:10px;
}

fieldset
{
	margin:15px 10px 15px 10px;
	background-color:#f2f2f2;
	padding:20px 50px;
	border:1px solid silver;
}

label
{
	margin:5px 0 2px 0;
	display:block;
	color:#666666;
}

.hint
{
	color:#444444;
	padding:0 0 6px 0;
	font-size:.8em;
}

#PageLeft
{
	/*margin:0 50px; */	
	position:relative;
	width:880px;
	margin:0 auto;
	padding-left:5px;
	background-image:url(Images/BorderLeft.gif);
	background-position:left;
	background-repeat:repeat-y;
}

#PageRight
{
	padding-right:5px;
	background-image:url(Images/BorderRight.gif);
	background-position:right;
	background-repeat:repeat-y;
}

#Header, #Nav1, #Main, #Footer
{
}

#Header 
{
	background-color:#0099ff;
	background-image:url(Images/Header.gif);
	background-position:top right;
	background-repeat:no-repeat;
	height:60px;
	border:1px solid Gray;
	border-top:none;
	border-bottom:none;
}

#Logo
{
	/*float:left;
	margin-top:8px;
	margin-left:20px;*/
	position:absolute;
	top:-10px;
	left:40px;
	z-index:1001;
}


#Nav1
{	
	position:absolute;
	line-height:normal;
	top:40px;
	left:255px;
}

.Menu
{
	margin:0;
	padding:0;
	list-style:none;
	background-image:none;
}

.Menu li
{
	float:left;
	background:url(Images/TabLeft.png) no-repeat top left;
	margin:0;
	padding:0 0 0 6px;
	color:#666666;
}

.Menu a
{
	display:block;
	text-decoration:none;
	font-family:Verdana;
	font-size:.85em;
	color:#666666;
	background:url(Images/TabRight.png) no-repeat top right;
	padding:6px 15px 12px 6px;
}

.Menu li.Selected
{	
	background-image:url(Images/TabLeftSelected.png);
}

.Menu .Selected a
{
	color:White;
	background-image:url(Images/TabRightSelected.png);
}

.Menu .SignIn
{	
	background-image:none;
}

.Menu .SignIn a
{
	color:White;
	background-image:none;
	padding:0 10px;
	font-size:1em;
}

#Options
{
	float:right;
	padding-top:38px;
	padding-right:20px;
}


#Options a
{
	padding-left:10px;
	color:White;
	text-decoration:none;
	font-family:Verdana;
	font-size:1em;
}

#Main
{
	border:1px solid Gray;
	border-top:none;
	background-color:White;
}

#Footer
{
	padding:5px 0;
	border:1px solid Gray;
	border-top:none;
	text-align:center;
	background-color:White;
	font-size:.8em;
}

.GoogleAds
{
	text-align:center;
}

#Footer .GoogleAds
{
	text-align:center;
	border-bottom:1px solid Gray;
	margin-bottom:5px;
}

#ListingsContainer
{
	padding-top:10px;
}

#ListingsContainer .Date
{
	margin:0 auto;
	width:280px;
}

.Listing, .ListingOff
{
	margin:3px auto;
	width:283px;
	color:White;
	text-align:center;
}
.ListingOff
{
	color:#999999;
}

.ListingTop
{
	background-image:url(Images/Listing.png);
	height:10px;
}
.ListingOff .ListingTop
{
	background-image:url(Images/ListingOff.png);
}

.ListingContent
{
	background-image:url(Images/Listing.png);
	background-position:left center;
	padding:0 10px 5px 5px;
}
.ListingOff .ListingContent
{
	background-image:url(Images/ListingOff.png);
}

.Listing .Toggle, .ListingOff .Toggle
{
	display:none;
}

.Listing .What, .ListingOff .What
{
	font-size:1.1em;
	font-weight:bold;
	padding-bottom:3px;
	padding-left:22px;
	padding-right:22px;
}

.Listing .Time, .ListingOff .Time
{
	padding-bottom:3px;
}

.Listing .Where, .ListingOff .Where
{
	padding-bottom:5px;
}

.Listing .Selling, .ListingOff .Selling
{
	font-size:0.8em;
}

.Listing .RainDate, .ListingOff .RainDate
{
	padding-top:6px;
	font-size:0.75em;
	font-style:italic;
}

.ListingBottom
{
	height:14px;
	background-image:url(Images/Listing.png);
	background-position:left bottom;
}
.ListingOff .ListingBottom
{
	background-image:url(Images/ListingOff.png);
}

.Listing .Toggle
{
	background-image:url(Images/ListingToggleOn.gif);
	background-repeat:no-repeat;
}
.ListingOff .Toggle
{
	background-image:url(Images/ListingToggleOff.gif);
	background-repeat:no-repeat;
}


.Actions
{
	padding-top:5px;
	font-size:.85em;
	/*list-style-type:lower-alpha;*/
}

.Actions li
{
	padding:2px 0;
	margin-left:23px;
}

.Actions a
{
	color:#003399;
}

.PreviewListing .Listing
{
	margin-left:0;
}

.MyListings .Listing
{
	margin-left:0;
	margin-top:0;
}


.ButtonRow, .ButtonRowRight
{
	padding-top:10px;
}

.ButtonRowRight
{
	text-align:right
}

.ButtonRow input
{
	width:auto;
}

.EmailTextBox
{
	width:250px;
}


#Sidebar2
{
	display:none;
}

#Content
{
	margin:0;
	background-color:White;
}

.FieldsetMessage
{
	color:Red;
}


.Column
{
	vertical-align:top;
	width:50%;
	background-color:#f2f2f2;
	padding:20px;
	border:1px solid silver;
}

.ValidationError
{
	color:Red;
	/*font-style:italic;
	font-weight:bold;*/
	padding:0 20px;
	list-style-position:inside;
}


#SearchContainer
{
	border-right:1px dashed Silver;
	background-color:#f2f2f2;
	/*background-image:url(Images/TornPaper.gif);*/
	background-position:right;
	vertical-align:top;
	padding:15px;
}

.ContentContainer
{
	padding:15px 20px 0 20px;
}

.picture
{
	float:right;
	padding:5px 5px 5px 15px;
	background-color:White;
}

.Calendar a, .CitySelector a
{
	color:#003399;
	text-decoration:none;
}

p a, #Footer a
{
	color:#003399;
}

.CitySelector .Selected a
{
	color:White;
}

.CitySelector td
{
	padding:5px;
}

Input.Number
{
	text-align:right;
	padding-right:5px;
}

.PaymentSummary
{
	border-collapse: collapse;
}

.PaymentSummary th, .PaymentSummary td
{
	font-weight:normal;
	padding:2px 10px;
	border:1px solid silver;
}

.PaymentSummary .Item
{
	width:200px;
}

.PaymentSummary .Price
{
	width:125px;
	text-align:right;
	background-color:White;
}

.PaymentSummary tr.Overline td
{
	border-top:3px solid silver;
}


.SelectCity
{
	width:195px;
}

.SearchPostCode
{
	width:190px;
}

.ErrorSummary
{
	border: 2px solid red;
	background-color:#ffcccc;
	color: red;
	margin: 0 10px;
	padding: 15px;
}

.ErrorSummary ul {
	margin-top:5px;
	margin-left: 20px;
	list-style: square;
}
