@charset "utf-8";

/* CSS Document */
body {
    background-color: #e1e1e1;
    min-width: 1300px;
}

#static {
    border: 0;
    position: fixed;
    top: 10px;
    left: 10px;
    width: 250px;
}

#cart-icon {
    float: left;
}

#container {
    margin: 25px auto 25px auto;

}

#header {
    width: 800px;
    height: 160px;
    background: url(/img/head.jpg) repeat;
    margin: 0px auto 0px auto;

}

#header p {
    margin: 0px;
    padding: 0px 0px 0px 25px;
    clear: both;
    float: left;
    font-size: 12px;
    font-family: Verdana, Geneva, sans-serif;
    color: #ebebeb;
}

#header img {
    width: 379px;
    height: 31px;
    padding: 15px 0px 0px 15px;
    margin: 0px;
    float: left;
}

#heading {
    width: 800px;
    margin: 0px auto 0px auto;
    font-family: Verdana, Geneva, sans-serif;
    float: left;
    height: auto;
    color: #ebebeb;
    padding: 25px 0px 0px 0px;
    text-align: center;
}

#heading h2 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 20px;
    margin: 0px;
    padding: 0px;
}

#heading h3 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    margin: 0px;
    /*padding: 0px 0px 0px 60px;*/
}

#right_head {
    width: 140px;
    height: 20px;
    float: right;
    padding: 0px 0px 10px 0px;
    float: right;
    margin: 0px;
}

#right_head h2 {
    color: #ebebeb;
    padding: 10px 0px 5px 0px;
    margin: 0px;
    font-size: 18px;

}

#footer {
    color: #FFF;
    width: 800px;
    height: 30px;
    background: url(/img/head.jpg) repeat-x;
    text-align: right;
    margin: 0px auto 0px auto;
}

h6 {
    margin: 0px;
    height: 10px;
    font-size: 10px;
    padding: 8px 15px 0px 0px;
}

.red {
    color: #8a1f03;
}

#content {
    width: 800px;
    margin: 0 auto;
}

#form_content {
    width: 800px;
    margin: 0px auto;
    padding-bottom: 20px;
    background-color: #fff;

}

#searchform {
    /*width: 500px;*/
    margin: 0px 0px 0px 0px;
    padding: 0px 10px;
}

label {
    color: #ebebeb;
}

#searchform .sel {
    margin-right: 20px;
}

tr.top_row {
    height: 30px;
}

th {
    height: 30px;
    background-color: #8a1f03;
    text-align: center;
    border: none;
    color: #FFF;
    padding: 0px 0px 0px 5px;
}

#main_table table {
    width: 800px;
    height: auto;
    margin: 0px auto 0px auto;
    padding: 0px;
    border: #555555 solid 1px;
}

#main_table td {
    border: none;
    padding: 0px 0px 0px 5px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    text-align: center;
}

#main_table td.pic {
    text-align: left;
    min-height: 80px;
    height: 80px;
}

#main_table td.stock {
    text-align: left;
    min-height: 80px;
    height: 80px;
}

#main_table tr.dark {
    background: #CCC;
    min-height: 80px;
    height: 80px;
}

#main_table tr.light {
    background: #EBEBEB;
    min-height: 80px;
    height: 80px;
}

#cart_table table {
    width: 800px;
    height: auto;
    margin: 0px auto 0px auto;
    padding: 0px;
    border: #555555 solid 1px;
}

#cart_table tr.plain {
    background: #EBEBEB;
    min-height: 80px;
    height: 80px;
}

#cart_table td {
    border: none;
    padding: 0px 0px 0px 5px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    text-align: center;
    border-bottom: #555555 solid 1px;
}

#cart_table td.pic {
    text-align: left;
    min-height: 80px;
    height: 80px;
}

#cart_table td.stock {
    text-align: left;
    min-height: 80px;
    height: 80px;
}

#cart {
    padding-top: 10px;
}

#limit {
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: #0033CC;
    padding-top: 5px;
}

tr.totalrow {
    height: 50px;
}

#totaltires {
    float: right;
    margin-right: 20px;
}

#checkout {
    float: right;
}

.auto-hint {
    color: #AAAAAA;
}

#static a:link,
a:visited {
    color: #0066CC;
    text-decoration: none;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    font-size: 13px;
}

#static a:hover,
a:active {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    color: #666666;
    text-decoration: underline;
}

#links {
    margin: 0 auto 0 auto;
    width: 800px;
    text-align: right;

}

#right_head a:link,
a:visited {
    color: #fff;
    text-decoration: none;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    font-size: 13px;
}

#right_head a:hover,
a:active {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    color: #8a1f03;
    text-decoration: underline;
}

#results {
    margin-top: -25px;
    display: none;
}

#results img {
    border: 1px solid #8a1f03;
    margin: 3px 0 3px 0;
}

#results .btn_bid {
    padding: 5px 10px;
    background: #4479BA;
    color: #FFF !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

#results .btn_bid:hover {
    background: #356094;
    border: solid 1px #2A4E77;
    text-decoration: none;
}

#results .btn_bid {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

#results .btn_incart {
    padding: 5px 10px;
    width: 85px;
    margin: 0 auto;
    background: #FFF;
    text-align: center;
    color: #8a1f03 !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #8a1f03;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

#cart_table img {
    border: 1px solid #8a1f03;
    margin: 3px 0 3px 0;
}

#cart_table .btn_remove {
    padding: 5px 10px;
    background: #8a1f03;
    color: #FFF !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #333;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

#cart_table .btn_remove:hover {
    background: #6B1203;
    border: solid 1px #333;
    text-decoration: none;
}

#cart_table .btn_remove {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

#cart_footer {
    margin-top: 5px;
}

#cart_footer .btn_continue {
    padding: 5px 10px;
    background: #4479BA;
    color: #FFF !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

#cart_footer .btn_continue:hover {
    background: #356094;
    border: solid 1px #2A4E77;
    text-decoration: none;
}

#cart_footer .btn_continue {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

#cart_footer a:link,
a:visited {
    color: #0066CC;
    text-decoration: none;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    font-size: 13px;
}

#cart_footer a:hover,
a:active {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    color: #666666;
    text-decoration: underline;
}

#links a:link,
a:visited {
    color: #0066CC;
    text-decoration: none;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    font-size: 13px;
}

#links a:hover,
a:active {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    color: #666666;
    text-decoration: underline;
}

#blinks a:link,
a:visited {
    color: #0066CC;
    text-decoration: none;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    font-size: 13px;
}

#blinks a:hover,
a:active {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    color: #666666;
    text-decoration: underline;
}

#form label {
    float: left;
    color: #000;
    display: block;
    text-align: left;
    width: 110px;

}

#form input,
textarea {
    float: left;
    font-size: 12px;
    padding: 4px 2px;
    border: solid 1px #aacfe4;
    width: 200px;
    margin: 2px 0 20px 10px;
    resize: none;
}

#bid_form select {
    float: left;
    font-size: 12px;
    padding: 4px 2px;
    border: solid 1px #aacfe4;
    width: 200px;
    margin: 2px 0 20px 10px;
    resize: none;
}

#bid_form .small {
    color: #666666;
    display: block;
    font-size: 12px;
    font-weight: normal;
    text-align: right;
    padding: 10px 0px;
    width: 325px;

}

#form {
    width: 400px;
    border-top: #8a1f03 solid 15px;
    margin: 10px auto 10px auto;
    padding: 5px 20px 15px 20px;
    background-color: #e1e1e1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#form h1 {
    margin: 5px 0x 5px 0px;
    font-size: 15px;
    font-weight: bold;
}

#form p {
    font-size: 13px;
    color: #252525;
    margin-bottom: 20px;
    border-bottom: solid 1px #8a1f03;
    padding-bottom: 10px;
}

#form button {
    clear: both;
    margin-left: 200px;
    width: 125px;
    height: 31px;
    text-align: center;
    line-height: 31px;
    color: #0066CC;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer
}

#placed {
    margin: 30px auto 30px auto;
    padding: 10px;
    width: 350px;
    border: solid thin #8a1f03;
}

#placed h1 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    color: #8a1f03;
    text-align: center;
}

#placed p {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
}

#bid_form .highlight {
    border: 2px solid #CC0000;
}

#view {
    margin-top: 15px;
}

#view span.vars {
    color: #fff;
    font-weight: bold;
    margin-right: 15px;
}

#works {
    font-family: Verdana, Geneva, sans-serif;
    color: #616161;
    background-color: fff;
    height: auto;
}

#works h1 {
    font-size: 22px;
    margin: 0px;
    padding: 15px 0px 0px 15px;
}

#works h2 {
    font-size: 16px;
    margin: 0px;
    padding: 15px 0px 0px 15px;
    color: #8a1f03;
}

#works p {
    font-size: 14px;
    margin: 0px;
    padding: 5px 15px 5px 15px;

}

#works img {
    padding: 10px 0px 0px;
}

#offer {
    display: none;
}