

DIV.Float, IMG.Float  {
    float: right;
    clear: right;
    width: 230px;
    min-height: 100px;
    margin: 10px 0px 10px 20px;
    border: 1px solid #e6e6e6;
    background-color: #f4f4f4;
}

DIV.Float H1 {
    margin: 0px;
    padding: 3px 5px 3px 8px;
    border: 1px solid #4d7893;
    background-color: #4d7893;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: uppercase;
}

DIV.Float > DIV {
    width: 100%;
    height: 100%;
    padding: 8px;
}

DIV.Float DL {
    margin: 0px;
    font-size: 11.7px;
}

DIV.Float DL > DT {
    font-style: italic;
    font-weight: 600;
    text-align: left;
}

DIV.Float DL > DD {
    margin: 0px;
    padding-left: 15px;
    line-height: 1;
    text-align: left;
}

DIV.Float DL > DD + DT {
    margin-top: 5px;
}

IMG.Float {
    cursor: pointer;
}

DIV.Subheading {
    float: right;
    margin-right: 10px;
    font-size: 15px;
    letter-spacing: 1px;
    color: #999999;
    text-transform: uppercase;
}

DIV.Remark {
    width: 100%;
    margin: 15px 0px 0px 0px;
    padding: 5px 0px 0px 0px;
    border-top: 1px dotted #cacaca;
    font-size: 11px;
    color: #909090;
}

DIV.Dimmed {
    color: #909090;
}


TABLE.Plain {
    width: 100%;
}

TABLE.Plain TD {
    vertical-align: top;
}

TABLE.Plain TD + TD {
    padding-left: 8px;
}


TABLE.Data {
    width: 100%;
}

TABLE.Data TD {
    padding: 8px 4px 4px 4px;
    border-bottom: 1px dotted #cacaca;
    line-height: 1.3;
    vertical-align: top;
}

TABLE.Data THEAD TD {
    font-weight: bold;
    font-style: normal;
}

TABLE.Data TBODY TR > TD:first-child {
    font-style: italic;
}

TABLE.Data TD + TD {
    padding-left: 15px;
}

TABLE.Data > TBODY > TR:hover, TABLE.Data > TR:hover {
    background-color: #f4f4f4;
}

TABLE.Data P, TABLE.Data UL, TABLE.Data OL {
    margin: 0px 0px 8px 0px;
}

TABLE.Data UL {
    padding-left: 16px;
}

TABLE.Data OL {
    padding-left: 24px;
}

TABLE.Data LI {
    margin: 2px 0px 2px 0px;
}



TABLE.List {
    width: 100%;
    border-bottom: 1px dotted #e6e6e6;
}

TABLE.List TD {
    padding: 8px 4px 4px 4px;
    line-height: 1.2;
    vertical-align: middle;
}

TABLE.List THEAD TD {
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
    color: #444444;
    vertical-align: middle;
}

TABLE.List THEAD TD, TABLE.List THEAD TR.Details TD {
    font-size: 10px;
}

TABLE.List THEAD TR + TR TD {
    color: #777777;
}

TABLE.List TBODY TR:hover {
    background-color: #f4f4f4;
}

TABLE.List TBODY TD {
    border-top: 1px dotted #e6e6e6;
    font-size: 13px;
    color: #444444;
}

TABLE.List TBODY TD:first-child {
    font-size: 10px;
    text-align: right;
}

TABLE.List TR.Details TD {
    padding: 0px 0px 4px 0px;
    border: none;
    color: #777777;
}

TABLE.List TBODY TR.Details TD {
    font-size: 11px;
}

TABLE.List THEAD TR.Details TD.First, TABLE.List TBODY TR.Details TD.First {
    padding-left: 40px;
}

TABLE.List SPAN {
    padding-left: 20px;
    color: #777777;
}

TABLE.List IMG {
    margin-right: 3px;
}

TABLE.List SPAN {
    font-size: 11px;
    color: #777777;
}


TABLE.Plain TBODY TD:first-child {
    font-size: 13px;
    text-align: left;
}


UL.DocumentList {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

UL.DocumentList > LI, OL.DocumentList > LI {
    padding: 5px 6px 5px 4px;
    border: 1px solid #e6e6e6;
    background-color: #fbfbfb;
}

UL.DocumentList > LI:hover, OL.DocumentList > LI:hover{
    background-color: #f4f4f4;
}

UL.DocumentList > LI:after, UL.DocumentList > LI:after {
    content: '.';
    display: block;
    visibility: hidden;
    clear: both;
    height: 0px;
}

UL.DocumentList > LI + LI, OL.DocumentList > LI + LI {
    margin-top: 10px;
}

UL.DocumentList > LI > A, OL.DocumentList > LI > A {
    float: left;
}

UL.DocumentList > LI > DIV, OL.DocumentList > LI > DIV {
    float: left;
    max-width: 584px;
    margin: 0px 6px 0px 4px;
}

UL.DocumentList > LI > DIV DIV.Description, OL.DocumentList > LI > DIV DIV.Description {
    margin-top: 2px;
    font-size: 11px;
    color: #303030;
}

UL.DocumentList > LI > DIV A.Open, UL.DocumentList > LI > DIV A.Save, OL.DocumentList > LI > DIV A.Open, OL.DocumentList > LI > DIV A.Save {
    display: block;
    float: left;
    margin: 4px 16px 0px 0px;
    padding-left: 8px;
    background-image: url("../assets/ptr-so.png");
    background-repeat: no-repeat;
    background-position: 0px 50%;
    font-size: 11px;
}


A.PPImage IMG {
    border: 1px solid #e0e0e0;
}

A.PPImage + A.PPImage {
    margin-left: 7px;
}


FORM.Filter {
    display: block;
    min-height: 48px;
    margin: 10px 0;
    padding: 4px 10px;
    border: 1px solid #e6e6e6;
    background-color: #fbfbfb;
}


TABLE.Contact, FORM.Contact {
    width: 424px;
}

DIV.Contact {
    float: right;
    width: 236px;
    height: 680px;
    padding-left: 10px;
    border-left: 1px dotted #e6e6e6;
    font-size: 11px;
    text-align: center;
}

DIV.Contact IMG {
    margin-bottom: 15px;
}

DIV.Contact IFRAME {
    float: right;
    clear: right;
    margin-bottom: 3px;
    border: 1px solid #000000;
}

A.More {
    display: block;
    margin: 8px 0px 0px 0px;
    padding-left: 8px;
    background-image: url("../assets/ptr-so.png");
    background-repeat: no-repeat;
    background-position: 0px 50%;
    font-size: 11px;
}

A.Centering {
    display: block;
    text-align: center;
}


DIV.ProductL, DIV.ProductR {
    width: 100%;
    min-height: 210px;
    margin-top: 15px;
    text-align: justify;
}

DIV.ProductL > H1 {
    margin-right: 315px;
    font-size: 14px;
    border-bottom: 2px solid #555555;
    color: #555555;
}

DIV.ProductL > A.Gallery {
    float: right;
    display: block;
    width: 300px;
    height: 200px;
    margin: 0px 0px 15px 15px;
}

DIV.ProductL P, DIV.ProductR P {
    text-align: justify;
}

DIV.ProductR {
    padding: 5px 15px 5px 15px;
    background-color: #000000;
    color: #d0d0d0; 
}

DIV.ProductR > H1 {
    margin-left: 315px;
    font-size: 14px;
    border-bottom: 2px solid #555555;
    color: #f0f0f0;
}

DIV.ProductR > A.Gallery {
    float: left;
    display: block;
    width: 300px;
    height: 200px;
    margin: 0px 15px 15px 0px;
}

DIV.ProductR P {
    color: #d0d0d0;
}
