/*
 *  Written by: Adam Crownoble
 *  Contact: adam@obledesign.com
 *  Created: 8/14/2005
 *  For: MODx cms (modxcms.com)
 *  Description: Styles for the QuickEditor in the QuickEdit module
 */


h2 {
    margin: 5px 0;
    padding: 0;
}

/* overwrite site.css */
form input.button {
    clear: none;
    margin-right: 10px;
}

tr.tablerow {
    height: 30px;
}

.errormessage {
    color: red;
    font-weight: bold;
    clear: both; 
}


.clear {
    clear: both;
}

td.label {
    width: 200px;
}  

input.inputBox {
    width: 200px;
}

div.productColumn {
    width: 50%;
    float: left;
    margin-bottom: 20px;
}

.show {
    display: block;
}

.floatleft {
    float:left;
}

.marginright {
    margin-right: 10px;
}

div#checkAllContainer, div#buttonContainer {
    margin: 10px 0 10px 0;
    padding-bottom: 5px;
    clear:both;
    height: 25px;
}

div#checkAllContainer input {
    position: relative;
    top: -2px;
}

input#orderMailBtn {
    width: 180px;
}

input#orderPrintBtn {
    width: 130px;
}

table.productTable tr {
    height: 20px;
}

table.productTable th {
    border-bottom: 1px solid #FFFFFF;
    height: 25px;    
}
