/**
 * pages.css
 *
 * CSS-file with styles for main page
 *
 * @since 30.10.2006
 * @author Denis Barushev <barushev@gmail.com>
 * @version $Id: pages.css 111 2007-02-13 15:54:02Z denis $
 */

#main-column {
    width: 469px;
    float: left;
}

#sidebar {
    width: 229px;
    float: right;
}

#body p {
      overflow: hidden;
}

#body p.comment {
    color: #666;
    margin-top: 10px;
    margin-bottom: 27px;
}

#main-column ul li {
    padding-left: 12px;
    margin: 2px 0;
    background: url(/media/images/icons/marker-dash.gif) no-repeat left 1.1ex;
}

#main-column ul.large-padding li {
    margin: 13px 0;
}

a#interface-demo {
    float: left;
    padding-right: 20px;
}

#sidebar #details-menu {
    padding-top: 75px;
}

#sidebar #details-menu li {
    padding-bottom: 4px;
}

#sidebar #details-menu li.active {
    font-weight: bold;
}

#requirements {
    margin-top: 15px;
}


#screencasts {
    margin-top: 10px;
}

#screencasts td.first-child {
    width: 326px;
}

#screencasts thead td {
    font-size: 11px;
}

#price-list td {
    vertical-align: top;
    margin-top: 5px;
}

#price-list td.first-child {
    font-size: 11px;
}

#price-list td .warning {
    color: red;
}

#price-list td.price {
    font-size: 12px;
    font-weight: bold;
}






div.screenshots {
    margin-top: 25px;
    overflow: hidden;
}

div.screenshots div {
    float: left;
    width: 133px;
    padding-right: 37px;
}

div.screenshots div p {
    color: #7f7f7f;
}


span.price {
    font-weight: bold;
}


ul#licenses {
    position: relative;
}

ul#licenses li.license {
    background: url(/media/images/backgrounds/license.gif) no-repeat left center;
    padding: 20px 0 20px 50px;
}

ul#licenses li.licenses {
    background: url(/media/images/backgrounds/licenses.gif) no-repeat left center;
    padding: 20px 0 20px 78px;
    position: absolute;
    top: 0;
    left: 300px;
}

div.doc-download {
    overflow: hidden;
    font-size: 10px;
    clear: both;
}

div.top-space {
    padding-top: 30px;
}

#body div.doc-download p {
    margin-top: 5px;
}

div.doc-download img {
    float: left;
    padding-right: 13px;
}

table.downloads thead {
    font-size: 11px;
    white-space: nowrap;
}

table.downloads td.last-child {
    text-align: center;
    width: 70px;
}

table.downloads td.first-child {
    width: 400px;
}