div#used-cont {
    margin-bottom: 3em
}
div#used-cont h1 {
    text-transform: uppercase;
    text-align: center;
}
div.sale_used_card
{
    margin-top: 4.5em;
    position: relative;
}
div.sale_used_card, div.sale_used_card .shadow {
    -webkit-box-shadow: 0px 4px 3px -2px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    0px 4px 3px -2px rgba(50, 50, 50, 0.3);
    box-shadow:         0px 4px 3px -2px rgba(50, 50, 50, 0.3);
}
div.sale_used_card h2
{
    margin-bottom: 0;
    border-bottom: 0;
    background: #f7f6f4;
    line-height: 1.8em;
    padding: 0 0.5em 0 0.5em;
    position: absolute;
    top: -1.8em;
    left: 0px;
    z-index: 0;
    border: 1px solid #f1f0ed;

}
div.sale_used_card .sale_used_card_content
{
    background-color: #f7f6f4;
    position: relative;
    z-index: 1;
    padding: 0.9em;
    border: 1px solid #f1f0ed;
    border-top: 0;
}
div.used_slider
{
    width: 450px;
    float: left;
}
ul.bxslider
{
    display: block;


}
div.bx-pager 
{
}
div.bx-pager a
{
    width: 140px;
    display: block;
    float: left;
    margin: 0.6em 0.6em 0 0;
}
div.bx-pager a img
{
    width: 140px;
}
div.bx-caption
{
    position: absolute;
    bottom: 0px;
    width: 420px;
    background-color: #262626;
    background-color: rgba(38,38,38,0.85);
    color: white;
    font-family: Verdana, "Geneva CY", "DejaVu Sans", sans-serif;
    font-size: 90%;
    padding: 0.5em 10px 0.5em 10px;
}
div.used_specs
{
    float: left;
    width: 449px;
    padding-left: 10px;

}
div.used_specs h3
{
    margin-top: 0;
    text-align: center;
}
div.used_specs table.generator-specs-tbl {
    margin-bottom: 1em;
}
div.used_specs table.generator-specs-tbl th
{
    width: 290px;
    text-align: left;
    line-height: 1.6em;
    background-image: url('../img/dashed-line-gray.png');
    background-repeat: repeat-x;
    background-position: 0 22px;
}
div.used_specs table.generator-specs-tbl th span
{
    background-color: #f7f6f4;
    font-family: 'OpenSansBold';
    font-weight: lighter;
}
div.used_specs table.generator-specs-tbl td {
    text-align: left;
}
.used_text .attract-frame {
    margin-bottom: 1em;
}
div.used_description
{
    margin-top: 1em;
}
div.used_description p
{
    line-height: 1.3em;
    font-family: Verdana, "Geneva CY", "DejaVu Sans", sans-serif;
    margin-bottom: 1em;
}
span.used_price
{
    display: block; 
    font-size: 200%;
    font-family: 'OpenSansBold';
    font-weight: lighter;
    color: white;
    line-height: 2em;
    padding-right: 0.5em;
    text-align: center;
}
span.used_price {
    background-color: #9A0411;
    background: -moz-linear-gradient(top, #9A0411 0%, #c73a13 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9A0411), color-stop(100%, #c73a13)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #9A0411 0%, #c73a13 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #9A0411 0%, #c73a13 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #9A0411 0%, #c73a13 100%); /* IE10+ */
    background: linear-gradient(to bottom, #9A0411 0%, #c73a13 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9A0411', endColorstr='#c73a13', GradientType=0 ); /* IE6-9 */
}
div.used_text
{
    margin-top: 1.5em; 
}
div.used_text p
{
    font-family: Verdana, "Geneva CY", "DejaVu Sans", sans-serif;
    line-height: 1.2em;
    margin-bottom: 1em;
}
