* {
margin:0;
padding:0;
}

div { position: relative; }

body {
font-family: Helvetica;
font-size:0.8em;
color:#000;
background:url('../images/body-bg.jpg') no-repeat top;
background-position:center top;
background-repeat:repeat-x;
padding-top:20px;
text-align: center;
}
hr {
    margin: 20px auto;
    border: 1px solid black;
    width: 80%;
}
a img {
    border: 0;
}

/************************ HEADER **********************/
#header-wrap {
width:780px;
height:200px;
text-align:left;
background-color:#fe8423;
background-image:url('../images/wheels-in-motion-auctions-banner.jpg');
margin:0 auto;
}

#search {
 text-align:center;
}

#menu-wrap {
    width:780px;
    border-bottom: 2px solid #000;
    position:absolute;
    bottom:0;
    left:0;
}

#tab-menu {
    float:left;
    z-index:1;
    vertical-align: center;
}
#tab-menu a, #tab-menu a:visited
{
    color:#fff;
    background:#FF7C13;
    padding: 4px;
    text-decoration:none;
    border: 2px solid black;
    letter-spacing: 0.1em;
    font-weight: 700;
}

#tab-menu a:hover {
    color:#fff;
    background:#FFCD17;
}
/************************************* BODY ********************************/

#content-wrap {
    width:780px;
    padding-top:20px;
    padding-bottom:20px;
    border:1px solid #BFBAB0;
    background-color:#ECECEC;
    margin: 0 auto;
}

#email-signup  { margin: 20px 20px; width: 400px; }
#email-signup input { width: 250px; }
#email-signup input.submit { width: 80px; }

#content-wrap h2.title {
    color:#fff;
    width:100%;
    margin-bottom:25px;
    border-bottom:1px solid #e78f08;
    background-color: #fe913a;
    font-weight:700;
    font-size: 1.6em;
}
div.header-right { background: url(../images/corners/roundedcornr_284160_tr.png) no-repeat top right; width: 100%; height: 15px; position: absolute;}
div.header-left { background: url(../images/corners/roundedcornr_284160_tl.png) no-repeat top left; width: 100%; height: 15px; position: absolute; z-index: 1;}
div.titletopleft { background: url(../images/corners/title_tl.png) no-repeat top left; width: 15px; height: 15px; position: absolute;}
div.titletopright { background: url(../images/corners/title_tr.png) no-repeat top right; width: 100%; height: 15px; position: absolute; }
div.contentbottomleft { background: url(../images/corners/roundedcornr_443501_bl.png) no-repeat bottom left; width: 100%; height: 15px; position: absolute;}
div.contentbottomright { background: url(../images/corners/roundedcornr_443501_br.png) no-repeat bottom right; width: 100%; height: 15px; position: absolute;}


/************************************ FOOTER *******************************/

#footer-wrap div {
width:780px;
font-size:0.8em;
text-align:center;
clear:both;
margin:0 auto;
}

/**************** FORM STYLES *********************/


fieldset { 
    padding: 0;
    border:1px solid #BFBAB0;
    background-color:#ECECEC;
    background-image:url(../images/form-gradient.png);
    background-repeat:repeat-x;
}


legend {
    font-weight:700;
    margin-left: 1em;
}

fieldset ol { padding: 1em 1em 0 1em; }

fieldset li { padding-bottom: 1em; list-style: none; margin-left: 30px;} 

fieldset label {
float:left;
width:100px;
margin-top:3px;
margin-bottom:3px;
font-size:0.9em;
display block;
}

fieldset textarea {
width:290px;
height:100px;
}
form
{
text-align: left;
}

input.submit {
    width: 80px;
}

/********************** AUCTION INFO *************/

#auction-info {
width:740px;
background-color:#fff;
padding-bottom:15px;
margin:0 20px 35px;
}

#auction-info p {
    margin: 0 10px 10px;
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 13px;
    text-indent: 10px;
    text-align:justify;
}
#auction-info fieldset
{
    width: 640px;
    margin: 0 auto;
}
/******************* MAIN PAGE *******************/


#auction-post p  {
    margin: 0 10px 10px;
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 13px;
    text-indent: 10px;
    text-align:justify;
}

#auction-post {
    float:left;
    margin-left:15px;
    width:520px;
    background-color:#fff;
    margin-bottom:20px;
    padding-bottom:15px;
}
#auction-image {
    float:left;
    width:200px;
    height: 154px;
    margin: 10px 10px;
}
#auction-image a {
    text-decoration: none;
}
#auction-post-info
{
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 10px;
}
#auction-post-info p
{
    text-indent: 0;
    text-align: left;
    margin: 0;
}
#auction-calendar {
    float: left;
    margin-left: 10px;
    width:220px;
    color:#333;
    background-color:#fff;
}
#auction-calendar img{
    padding-top: 3px;
    
}
#auction-calendar h2.title {
    margin-bottom: 1px;
    border-bottom: 1px solid black;
    font-size: 1.5em;
}

#auction-calendar table {
    width:100%;
    height: 100%
    background-color: #eee;
    border:1px solid #ddd;
    font-size:1em;
    border-collapse:collapse;
}

#auction-calendar td {
    border:1px solid #ccc;
    background-color:#f6f6f6;
    outline:none;
    text-align:center;
    padding:2px;
}
#auction-calendar table div {
    width: 100%;
    height: 100%;
    border:1px solid #000;
}
#auction-calendar td div.calendar-today {
    background-color:#FFCD17;
}
#auction-calendar td div.calendar-auction {
    background-color:#ff7c13;
}
#auction-calendar td div.calendar-auction-today {
    background-color: #FF0000;
}
#auction-calendar td a {
    font-weight:700;
    color:#FFF;
    text-decoration: none;
}

#auction-calendar th {
    color:#fff;
    font-size:1.1em;
    background-color: #fe913a;
}

#auction-posts {
    margin-top: 30px;
    border-top:2px solid #000;
    clear:both;
}

/*********************** CONTACT INFO **********************/

#auction-info p.contact-info { display:inline; float:left; width:320px; margin-top:10px; }
#auction-info div.contact-form { float: left; margin-right: 20px; width: 350px; }
#auction-info div.contact-form fieldset { width: 350px; }

/********************* ADMIN *********************/
#auction-info div.login-form fieldset { margin: 0 auto; width: 350px }

div.auction-list table th {
font-size:0.9em;
padding-right:30px;
padding-left:10px;
border-bottom:1px solid #000;
}

div.auction-list table td {
font-size:0.9em;
padding-right:30px;
padding-left:10px;
border-bottom:1px dashed #000;
text-align:center;
}

#auction-info div.bottom,.clearboth {
clear:both;
}

#auction-edit-form fieldset textarea {
width:420px;
height:300px;
}

div.auction-list table,div.form table {
    margin-right:auto;
    margin-left:auto;
}

div.contact-form .error-box, div.contact-form .warning-box, div.contact-form .success-box
{
    width: 350px !important;
    margin: 0 auto;
}
#auction-info .error-box, .warning-box, .success-box
{
    width: 650px;
    margin: 0 auto;
}
.error-box, .warning-box, .success-box
{
    padding: 15px 15px 15px 35px;
    border: 1px solid;
    font-size: 12px;
    font-family: Monaco, Verdana, Sans-serif;
    display: block;
    background-repeat: no-repeat;
    background-position: 10px center;
    text-indent: 35px;
}
.error-box{
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../images/error.png');
}
.warning-box{
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../images/warning.png');
}
.success-box{
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('../images/success.png');
}
#gallery-container {
    height: 920px;
    margin: 0 auto;
}
#gallery {
    width: 675px;
    text-align: center;
    margin: 0 auto;
}
#gallery div.gallery-navigation {
    text-align: left;
    margin: 10px 20px;
}
#gallery div.gallery-navigation a.navigation, a.navigation:visited, .selected {
    border: 1px solid black;
    padding: 2px 4px;
    color: #fff; 
    text-decoration: none;
    background-color:#ff7c13;
}
#gallery div.gallery-navigation a.navigation:hover {
    color:#fff;
    background:#FFCD17;
}

#gallery strong.selected{
    font-weight: 700;
    color: #000;
}

#gallery-loading {
    display: none;
}
#gallery-footer
{
    clear: both;
}

