/*

@override http://staging.renet.com.au/bradleys/CSS/style.css

*/


body {
	background: #fff url(../images/bg.gif) repeat-x top;
	margin: 0;
	padding: 0;
}

a {
	color: #9d2838;
}

#header {
	background: url(../images/logo.gif) no-repeat left center;
	color: #fff;
}

#header a span {
	display: none;
}

#header div {
	line-height: 16px;
	text-align: right;
}

#header div a {
	color: #fff;
}

#wrapper {
	margin: 0 auto;
}

#menu, #menu ul li a, #menu ul li  {
	background: #f3ab00;
	width: auto;
	height: 20px;
	line-height: 20px;
}

#menu {
	padding: 5px 0;
}

#menu ul li a {
	padding: 0 10px;
	font-size: 12px;
	font-weight: bold;
	
}

#menu ul li.current a, #menu ul li:hover a {
	color: #9d2838;
	background: #f3ab00;
}

.pom {
	background: #f3ab00;
	font-weight: bold;
}

.pom:hover {
	background: #9d2838;
}

.pom p {
	width: 133px;
	float: left;
}

.pom .price {
	text-align: right;
}

.listing-intro:hover {
	background: #fbf4eb;
}

.listing-intro h2, .listing-intro h3 {
	background: #0000a1;
}

.listing-intro a.button {
	color: #9d2838;
}

.p-display h3, .p-display h2 {
	background: #0000a1;
}

fieldset {
	background: #fff;
}

.buttons input {
	background: #9d2838;
}

input[type="text"]:focus, input[type="password"]:focus,  textarea:focus {
	border: solid 2px #f3ab00;
}

#q-search ul {
	list-style: disc;
	list-style-position: inside;
}

#quicksearch {
	border-bottom: dotted 1px #0000a1;
	margin: 0 0 20px;
	padding: 0 0 10px; 
}

#quicksearch fieldset {
	margin: 0 0 10px;
	padding: 0;
	width: 300px;
}

#quicksearch fieldset legend {
	font-size: 18px;	
}


#quicksearch select {
	width: 120px;
}

#quicksearch .buttons input {
	width: 120px;
}

































