html {
    overflow-y: scroll;
}
body {
    margin: 0;
    font-family: 'Arial';
    color: #fff;
    text-align: center;
    background: #D9DADC;
}
body, table {
    font-size: 12px;
}
div.wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 900px;
    text-align: left;
}
div#header {
    height: 123px;
    background: url('../images/header_bg.png');
}
div#content {
    background: #000000 url('../images/bg.png') repeat-y top center;
    min-height: 680px;
    _height: 680px;
}
div#content div.wrapper {
    width: 812px;
}
div#sidebar_wrapper {
    float: left;
    width: 250px;
}
div#sidebar {
    background: url('../images/sidebar_bg.png') repeat-y bottom;
    padding-bottom: 66px;
}
div#menu {
    text-align: right;
    margin-right: 90px;
    margin-bottom: 30px;
}
div#menu a.btn_main {
    float: right;
    width: 150px;
    height: 35px;
    padding: 0 !important;
}
div#menu a#btn_home    { background: url('../images/btn_home.png'); }
div#menu a#btn_dealers { background: url('../images/btn_dealers.png'); }
div#menu a#btn_profile { background: url('../images/btn_profile.png'); }
div#menu a#btn_classifieds { background: url('../images/btn_classifieds.png'); }
div#menu a#btn_contact { background: url('../images/btn_contact.png'); }
div#menu a#btn_blog    { background: url('../images/btn_blog.png'); }
div#menu a#btn_secretagent { background: url('../images/btn_secretagent.png'); }
div#menu a#btn_viewkart { background: url('../images/viewkart.png') no-repeat; }
div#menu a#btn_home:hover    { background: url('../images/btn_home_a.png'); }
div#menu a#btn_dealers:hover { background: url('../images/btn_dealers_a.png'); }
div#menu a#btn_profile:hover { background: url('../images/btn_profile_a.png'); }
div#menu a#btn_classifieds:hover { background: url('../images/btn_classifieds_a.png'); }
div#menu a#btn_contact:hover { background: url('../images/btn_contact_a.png'); }
div#menu a#btn_blog:hover    { background: url('../images/btn_blog_a.png'); }
div#menu a#btn_secretagent:hover { background: url('../images/btn_secretagent_a.png'); }
div#menu a#btn_viewkart:hover { background: url('../images/viewkart_a.png') no-repeat; }
.preload {
    display: none;
}
div#menu a.cat {
    display: block;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    height: 20px;
    line-height: 20px;
    margin-top: 2px;
    margin-left: 10px;
}
div#menu a.cat:hover {
    color: #ED1B24;
}       
div#body {
    padding-top: 20px;
    width: 517px;
    float: left;
}
div#footer {
    background: url('../images/footer_bg.png') repeat-x;
    padding-top: 20px;
    color: #999;
    font-size: 10px;
}
div#footer a {
    color: #666;
    text-decoration: none;
}
div#footer a:hover {
    text-decoration: underline;
}
p {
    line-height: 14px;
    margin-bottom: 16px;
}
div.featured {
    width: 517px;
    background: url('../images/featured.png') no-repeat;
    border: 1px solid #333;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 16px;
}
span.price {
    color: #666;
}
a {
    color: #ED1B24;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Arial Narrow';
    color: #ED1B24;
    margin-bottom: 20px;
    text-transform: uppercase;
}
h1 { font-size: 26px; }

h3 {
    font-family: 'Arial';
}
table.tabTable {
    border-top: 4px solid #333;
}
.tabTable td {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 4px solid #333;
}
img.listingProductImage {
    margin-right: 20px;
    border: 2px solid #666;
}
div.listingDescription {
    line-height: 14px;
}
legend {
    display: block;
    padding-top: 20px;
    margin-bottom: 10px;
    font-family: 'Arial Narrow';
    color: #ED1B24;
    font-size: 18px;
}
label.inputLabel {
    padding-top: 6px;
    width: 160px;
    display: block;
    float: left;
}
input[type=text], input[type=password] {
    margin-bottom: 6px;
    border: 1px solid #999;
    background: #111;
    color: #ccc;
    padding: 4px 2px;
}


a.xrad {
    display: block;
    width: 150px;
    height: 675px;
    position: absolute;
    top: 124px;
}
a#xrad-left {
    left: 50%;
    margin-left: -600px;
}
a#xrad-right {
    right: 50%;
    margin-right: -600px;
}

