/* CSS Document - stylesheet for corningbikeworks.com */

/* ------------------- site-wide styles ------------------- */
body {
    margin:0 0 0 0; 
    padding:0 0 0 0; 
    background-color:#55a8cd;
    font-family: Georgia, Palatino, Garamond, serif; 
    font-size: 100%; 
    color:#542333;
    line-height:1.5em;
}

/* ------------------- text styles ------------------- */
dd {
   margin-left:0;
}
#items {
    padding-left:0;
    margin:0;
}
/* ------------------ image styles ------------------ */
img {
    max-width: 100%;
}
.imgleft, .imgright {
    margin:15px auto;
    float:none;
}
.imgleft.tiny {
    float:left;
    margin: 6px 15px 0 0;
}
.imgright.tiny {
    float:right;
    margin: 6px 0 0 15px;
}
.optional {
    display:none;
}
/* ------------------- link styles ------------------- */
/* ------------------- div styles ------------------- */	
#wrap {
    margin:0 auto; 
    padding:0;
    max-width: 100%;
    background: url("cbwx_bg.jpg") #0c2837 repeat-x;
    box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
}
#main_content {
    padding: 15px;
    background-color:#f6f6e0;
}
#items {
    margin: 30px 0px;
    line-height:2.5em;
}
#items li {
    display: inline;
    margin-right: 30px;
}
#footer {
    padding: 15px 30px 5px 30px;
}
/* ------------------ table styles ------------------ */
.bikesale {
    width: 650px;
    margin-bottom: 20px;
}
.bikesale tr:nth-child(even) {
    background-color: #f5f5eb;
    border-top: 1px solid white;
    
}
.bikesale tr:nth-child(odd) {
    background-color: #e8e8d3;
    border-bottom: 1px solid #e4dabc;
}
td {
    padding: 5px 10px;
}
.originalprice {
    text-decoration: line-through;
}
th {
    border-top: none;
    text-align: left;
}
.make {
    padding-left: 5px;
}
.saleprice, .year, .make, .model {
    font-weight: bold; 
}
.saleprice, .originalprice, .price {
    padding-right: 5px;
    text-align: right;
}
.sold td {
    color: #999;
    text-decoration: line-through;
}
caption {
    visibility: hidden;
    display: none;
}
sup {
    font-size: .5em;
}
