﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
}
#PageWrapper
{
    width: 750px;
}
#BoatSaleItem
        {
    border: 1px solid #C0C0C0;
    width: 750px;
    display: block;
}
.RowTitle
        {
    font-weight: bold;
    margin-right: 6px;
    width: 100px;
    display: table;
    float: left;
    padding-bottom: 8px;
}
.SaleImage
{
    margin: 10px 10px 5px 10px;
    width: 100px;
    border: 1px solid #808080;
}
.Right
{
    float: right;
    width: 522px;
    text-align: left;
}
#TDRef
{
    display: none;
}
#adminDescription
{
    float: left;
    width: 520px;
}
.AdminButton
        {
            width: 60px;
            margin-left: 4px;
        }
#EditBoatSaleItem
{
    border: 1px solid #C0C0C0;
    width: 750px;
    display: block;
    background-image: url('images/bg-edit.gif');
    background-repeat: repeat-x;
}
#AddBoatSaleItem
{
    border: 1px solid #C0C0C0;
    width: 750px;
    display: block;
    background-image: url('images/bg-edit.gif');
    background-repeat: repeat-x;
}
#options
{
    border: 0px dotted #C0C0C0;
    padding: 4px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    position: absolute;
    bottom: 0px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}
.titleLogo
{
    float: left;
    position: absolute;
}
.Title
{
    position: relative;
    height: 100px;
}
#lblDescription
{
    display:inline-block;
}
.SaleStatus
{
    font-weight: bold;
    font-size: 18px;
    margin-right: 7px;
    display:block;
    float: right;
    padding-bottom: 8px;
    color: #CC0000;
    background-color:#F00;
}

/* *** NEW STYLES *** */
.boat {border:solid 1px #CCC;zoom:1;padding:4px;margin:0 0 4px;position:relative;}
.boat:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.col1 {width:242px;float:left;text-align:center;}
.col1 img {border:solid 1px #CCC;}
.col2 {width:588px;float:left;}
.col2 .row{zoom:1;}
.col2 .row:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.col2 .label {width:150px;float:left;padding:0 0 0 4px;font-weight:700;}
.col2 .data {width:430px;float:left;margin:0 0 4px;}
.saleStatus {position:absolute;top:4px;right:4px;font-weight:700;color:#F00;}
