/* Styles */
html, body {
  background: #fff url(../_layout/header-bg.jpg) 50% top no-repeat;
  font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
  color: #000;
  margin: 0;
}

/* Type Styles*/

h1 {
  font-size: 2.2em;
  font-weight: bold;
  text-align: center;
  color: #651020;
}

h2 {
  font-size: 1.4em;
  font-weight: bold;
  color: #B38F2F;
}

p {
  font-size: 1.2em;
  margin: 0 0 15px 0;
}

a { color:#000; }

.blue {
  color: #B38F2F;
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

/* End Type Styles */

/* Layout Styles */

#header {
  height: 216px;
  overflow: hidden;
  text-align: center;
}

#header .logo {
  margin: 0 auto;
}

/* Navigation */

/* Sliding Doors */

#nav {
  height: 26px;
  position: relative;
  z-index: 15;
  float: left;
  font-size: 1.1em;
  line-height: normal;
  margin: 0;
}

#nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#nav li {
  float: left;
  background: url(  "/_layout/left_both.gif" ) no-repeat left top;
  margin: 0;
  padding: 0 0 0 9px;
  position: relative;
}

#nav a {
  float: left;
  display: block;
  width: .1em;
  background: url(  "/_layout/right_both.gif" ) no-repeat right top;
  padding: 5px 10px 4px 0px;
  text-decoration: none;
  color: #FFF;
  white-space: nowrap;
}

#nav > ul a {
  width: auto;
}

#nav .current {
  background-position: 0 -150px;
  border-width: 0;
}

#nav .current a {
  background-position: 100% -150px;
  color: #000;
}

#nav li:hover, #nav li:hover a {
  background-position: 0% -150px;
  color: #000;
}

#nav li:hover a {
  background-position: 100% -150px;
}

#nav ul li ul {
  position: absolute;
  left: -10px;
  top: 14px;
  width: 200px;
}

#nav ul li ul li {
  width: 200px;
  border-bottom: none;
  background: #fff;
}

#nav ul li ul li {
  padding: 0 !important;
  height: 23px;
}

#nav ul li ul li a {
  padding: 0 0 0 3px !important;
  width: 200px !important;
  background: #fff !important;
  color: #fff !important;
  height: 23px;
  line-height: 26px;
}

#nav ul li ul li a:hover {
  background: #fff !important;
  color: #000 !important;
}

#feature-header {
  margin: 20px 0;
  background: #B38F2F url(../_layout/header-bg.jpg) right top no-repeat;
  padding: 10px 0px;
  border:5px solid #000;
  display: inline;
  font-family:"Times New Roman", Times, serif;
}
#feature-header h1 {
  color:#651020;
}
#countdown {
  margin: 20px 0 0;
  background: #B38F2F url(../_layout/header-bg.jpg) right top no-repeat;
  padding: 10px 0px;
  font-size:2em;
  font-weight:bold;
  text-align:center;
  border:5px solid #000;
  font-family:"Times New Roman", Times, serif;
}
.countdown_row {
  color:#651020 !important;
}

#sidebar {
  color: #651020;
}

#sidebar table {
  background: #B38F2F url(../_layout/header-bg.jpg) right top no-repeat;
  padding: 10px;
  width: 100%;
  border:5px solid #000;
  font-family:"Times New Roman", Times, serif;
}
#sidebar table .blue {
  color:#651020;
  text-align: right;
  padding: 5px 20px 0 0;
}
#sidebar td {
  font-size: 1.2em;
}

/* Footer Styles */

#footer {
  border-top: 2px solid #e6e6ed;
  text-align: center;
  padding: 15px 0;
  margin-top: 30px;
}

#footer p {
  margin: 3px 0 0 0;
}

#footer-contact-details {
  float: left;
  text-align: center;
  margin: 0 120px;
}

#footer p.contact-detail {
  float: left;
  margin: 0 15px;
}


#footer p.tiny {
  text-align: center;
  font-size: 1em;
  margin-top: 22px;
}

#footer a {
  color: #000;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

/* Form Styles */

label {
  color: #B38F2F;
  font-size: 1.3em;
}

.pay-now {
  text-align: right;
  margin-top: 30px;
}
.pay-now img {
  margin: 5px 104px;
}

.blue-table {
  color: #B38F2F;
  font-weight: bold;
}

.details label {
  color: #000;
  font-size: 1.1em;
}

.details table {
  width: auto;
  margin-left: 10px;
}
.details table td {
  padding: 4px;
  text-align: right;
}

.details input {
  width: 180px;
}

.details .checkbox {
  width: 20px;
}

.auctionlist {
list-style:none !important;
margin:0 !important;
}
.auctionlist .summary {
color:#666;
}
.auctionlist .highestbid {
font-size:1.2em;
float:left;
}
.error {
color:#CC0000;
}
.auctionlist .enddate {
font-size:.9em;
float:right;
}
.auctionlist li {
float:left;
width:100%;
border:1px solid #CCC;
margin-bottom:5px;
}
.auctionlist .alt {
background-color:#F7F7F7;
}
.auctionlist a {
text-decoration:none;
display:block;
position:relative;   
padding:10px;
color:#201b54;
}
fieldset input,fieldset textarea {
font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
font-size:100%;
color: #000;
background-color:#FFF;
border:1px solid #CCC;
padding:2px 4px;
}
fieldset input,fieldset textarea,fieldset select{
}
fieldset { 
padding: 10px;
margin:0;
border:1px solid #CCC;
}
fieldset ul {
list-style:none;
}
fieldset tr {
height:1.9em;
}
fieldset th {
font-weight:normal;
text-align:left;
}
legend {
float:left;
padding:2px 4px;
font-weight:bold;
font-size:1.2em;
}
fieldset textarea {
height:50px;   
}
