/* 





















 configuration.ftl included */

.box-default-head  {
    display: block;
}

table.priceTable {
    width: 810px;
}

table.priceTable .hidden {
    display: none;
}

#pricelistContentSection{
    padding: 0;
}

/*---- Styling the table columns -----*/            

table.priceTable tr .colPrice {
    width: 100px;
    padding-right: 5px;
    text-align: right;
}


/*---- Styling the table rows -----*/

table.priceTable .evenRow {
    background: none repeat scroll 0 0 #DEDEDE;
}

table.priceTable .feeHead {
    font-size: 11px;
    font-weight: bold;
}


/*---- Styling the table head -----*/

table.priceTable thead th,
h1 {
    font-weight: bold;
    padding: 0px 0px 7px;
    vertical-align: bottom;
}

table.priceTable thead .colPrice {
    font-size: 11px;
    text-align: right;
    padding-right: 5px;
}

table.priceTable thead .colName {
    font-size: 11px;
    text-align: left;
    padding-left: 5px;
    color: #444;
}


/*---- Styling the table body ----*/

table.priceTable tbody td {
    padding: 12px 0px 7px;
    vertical-align: top;
}

table.priceTable tbody .colName {
    text-align: left;
    padding-left: 5px;
}

.oddRow{
    background-color: #FFFFFF;
}

/*--- button styling ---*/
#pricelist .toggleBtn {
    position: relative;
    right: 0px;
    bottom: 0px;
}

#pricelistContentSection .box-default {
    padding: 15px;
}

.productName {
    float: left;
    margin-right: 10px;
}

.productName h1{
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    display: inline;
}

.productName h2{
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    display: inline;
}

.productName h3{
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    display: inline;
}

.productName h4{
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    display: inline;
}

.optionText {
    font-size: 0.8em;
    text-decoration: underline;
    cursor: pointer;
    float: left;
}

.optionText:hover {
    color: #666;
    position: relative;
}

.optionList {
    display: none;
    position: absolute;
    top: 20px;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    min-width: 150px;
    z-index: 1;
}

.box-default {
    overflow: visible;
}