﻿/*
    The purpose of this stylesheet is to extend screen.css with styles used i the Free HTML field in Comet 4.5.
*/

div#topflash {
    margin: 0 5px;
}
div#topflash p,
div#topflash h1{
    margin: 5px;
}


div#orderHd {
    width: 485px;
    background: transparent url(../images/teaser_back.png) repeat-x scroll 0 0;
    border-bottom: 3px solid #606060;
    float: left;
    /* height: 200px; */
    margin: 8px 5px 5px 5px;
    overflow: hidden;
    padding-top: 12px;
}

div#orderHd .column {
    float: left;
    overflow: hidden;
    width: 242px;
    text-align: center;
}

div#orderHd div:first-child {
    text-align: left;
}

div#orderHd h1 {
    font-size: 14px;
    margin:  10px 10px 2px 20px;
}
div#orderHd ul {
    list-style-image:  none;
    list-style-position:  outside;
    list-style-type: disc;
    margin: 8px 0 10px 32px;
}
div#orderHd p.last {
    font-weight: bold;
    margin:  0 20px 0 20px
}
div#orderHd p.last img{
    font-weight: bold;
    padding-bottom: 5px;
}
div#orderHd img {
    margin: 5px;
    display: inline;
}