body {
	margin: 0;
	padding: 0;
	font-family: "verdana";
	font-size: 0.8em;
	color: #383838;
}
h2 {
	/*background-image: url("images/background.gif");
	background-repeat: repeat-y;*/
	background-color: #FF9900;
	font-size: 1.4em;
	color: #fefe00;
	padding: 5px;
	border-bottom: 2px solid #808080;
	border-right: 2px solid #808080;
}
form {
	margin: 0;
	padding: 0;
}
fieldset {
	padding: 3px;
	border: none;
}
.submit {
	margin: 3px;
	padding: 0 3px;
	background-color: #FF9900;
	width: 9em;
	color: white;
}
.error {
	color: red;
}
input, textarea, select {
	/* Gives 3-D look away from flat white */
	background-color: #FFFFFE;
}
#buttons {
	text-align: center;
}

#keywords {
	width: 20em;
}

#container {
	margin-top: 8em;
}

/************
 Content
************/
#content {
	margin: 0 20% 0 14em;
	text-align: left;
}
#googleads {
	position: absolute;
	top: 23em;
	left: 17px;
	width: 10em;
	height: 600px;
}
#googleads #referrals {
	border: solid #FFCC66 1px;*/
}
#register label, #mydetails label, #amenditem label, #login label, #contactusdiv label {
	float: left;
	margin-right: 5px;
	text-align: left;
	width: 15em;
}
/**************
 Menu Section
**************/
#menu {
	position: absolute;
	top: 0;
	height: 1.8em;
	background-color: #FF9900;
	padding: 2px 0;
	width: 100%;
	text-align: center;
}
#menu ul {
	padding: 0;
	margin: 0;
	width: 55em;
}
#menu li {
	display: inline;
	list-style: none;
	padding: 0 3px;
}
#menu a {
	color: white;
	font-weight: bold;
	background: #FF9900;
	text-align: center;
	text-decoration: none;
}
#menu a:hover {
	background: #FECC65;
}

/************
 Search
************/
#search {
	position: absolute;
	top: 1.8em;
	background: url("images/gradient.jpg") repeat-x #FECC65;
	height: 60px;
	width: 100%;
}
#search img {
		float: left;
}
#searchForm {
	margin-left: 200px;
	margin-top: 10px;
	text-align: left;
	width: 50em;
}
#searchForm .submit {
	width: 4em;
}
#searchinputdiv {
	display: inline;
}
#mypostcodediv {
	position: absolute;
	top: 4.5em;
	left: 10px;
	font-size: 140%;
	padding: 4px;
	border: solid black 1px;
}
#mypostcodediv label, #mypostcodediv input {
	font-family: "Trebuchet MS";
	display: block;
	color: red;
	font-weight: bold;
	margin-bottom: 8px;
}
#mypostcodediv .submit {
	font-family: "Verdana";
	font-size: 0.65em;
	color: white;
	font-weight: normal;
	width: 10.7em;
}
/*********************
 Rounded Corner Form
*********************/
#roundedform {
	background-color: #FFECC7;
	position: relative;
}

/************
 Login
************/
#login {
	margin: 0 8%;
}
#login label {
	width: 8em;
}
#loginform {
	padding: 10px;
	background-color: #FFECC7;
}

/************
 Item Display
************/
#searchresultsDiv {
	text-align: left;
}
.item {
	margin: 10px 0;
	color: #000;
}
.postcode, .deposit, .rate, .distance {
	color: brown;
	margin: 0 0.25em 0 0;
}
.postcode a {
	color: brown;
}
.item .title {
	font-size: 110%;
	font-weight: normal;
	color: blue;
}
.item .keywords {
	color: green;
}
.item .photo {
	float: left;
	text-align: center;
	width: 60px;
	margin-right: 10px;
	overflow: hidden;
}

#searchresultsDiv h2 {
	font-size: 100%;
}
#searchresultsDiv img {
	border: 0;
}

/******************
 My Account Section
*******************/
#myaccount {
	margin: 0 1%;
}
#myaccountmenu ul {
	padding: 0;
	margin: 0;
}
#myaccountmenu li {
	padding: 3px;
	display: inline;
	list-style: none;
}
#myaccountmenu a {
	text-decoration: none;
}
#mydetails {
	padding-top: 10px;
	padding-left: 10px;
}
#mydetailsmenu #mydetailstab, #myitemsmenu #myitemstab {
	background-color: #FFECC7;
	font-weight: bold;
}
#mydetailsmenu #myitemstab, #myitemsmenu #mydetailstab {
	background-color: rgb(200,200,200);
}
#mydetails, #myitems {
	background-color: #FFECC7;
}
#myemail {
	width: 20em;
}

/******************
 My Items Section
*******************/
.oddrow {
	background-color: rgb(240,243,235);
}
.evenrow {
	background-color: #FFECC7;
}
#myitems .delete {
	float: right;
	margin-top: -1em;
}
#myitems .delete img {
	border: 0;
	margin-left: 10px;
	height: auto;
}
#myitems .submit {
	margin-right: 0;
}

/******************
 Amend Item Section
*******************/
#amenditem {
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	background-color: #FFECC7;
}
#amenditem label {
	width: 13em;
	text-align: right;
}
#amenditem p {
	margin: 5px;
}
#amenditem #picture {
	text-align: center;
	margin-top: 10px;
}
#amenditem #picture img {
	height: 200px;
}

/***************
 Email contact
***************/
#emailDiv {
	margin: 0 7%;
	vertical-align: middle;
}
#emailDiv fieldset {
	padding: 0;
	margin: 0;
}
#emailform {
	margin-bottom: 10px;;
	clear: both;
}
#emailDiv .item .photo {
	width: auto;
}
#emailDiv .item img {
	height: 200px;
	margin-bottom: 10px;
}
#email {
	width: 15em;
}

/******************
 Password reminder
******************/
#passwordreminder {
	margin: 0 10%;
}
#passwordreminderform {
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	background-color: #FFECC7;
}
#passwordreminder .submit {
	margin-left: 0;
}

/******************
 Register
******************/
#register {
	margin: 0 8%;
	text-align: justify;
}
#register #registerForm {
	padding-top: 10px;
	padding-left: 10px;
	background-color: #FFECC7;
}
#register label {
	width: 10em;
}

/******************
 Contact Us
******************/
#contactusdiv {
	margin: 0 7%;
}
#contactusdiv label {
	width: 11em;
}
#contactusform {
	padding-left: 10px;
	padding-top: 10px;
	background-color: #FFECC7;
}
#subject {
	width: 20em;
}

#footer {
	position: relative;
	bottom: 0;
	font-size: 10px;
	color: #888888;
	margin-top: 40px;
	margin-bottom: 5px;
	text-align: center;
	border-top: 1px solid #FF9900;
}
#footer hr {
	background-color: #FF9900;
	height: 2px;
	border: 0;
}

/************
 Help
************/
#help {
	position: absolute;
	right: 1%;
	top: 9em;
	background-color: #eeeeff;
	color: darkblue;
	width: 17%;
	text-align: justify;
	font-size: 11px;
}

/******************
 Rolling intro
******************/
#rollinginfo {
	position: absolute;
	top: 16em;
	left: 10px;
	background-color: #FCEEB0;
	color: brown;
	width: 11em;
	text-align: center;
	margin-top: 10px;
}
#rollinginfo .round {
	height: 5.1em;
}
#rollinginfo p {
	margin: 0;
}
#p2, #p4, #p5 {
	display: none;
}
#registerhere {
	text-align: center;
	padding: 3px;
	float: right;
	background-image: url("images/register_button_bg.jpg");
	width: 160px;
	height: 150px;
}
#registerhere img {
	margin-bottom: 5px;
}
