/**
* @file: style_product_info_attribute_grid.css
* by 7templates.net
*/
#attrib-grid-table {
	width: 100%;
}
#attrib-grid-table td {
    background: #fcfcea none repeat scroll 0 0;
    color: #000;
    font-size: 11px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
}
#attrib-grid-table td.attrib-grid-hHeader {
    font-weight: normal;
    padding: 5px 0;
    text-align: left;
    text-indent: 15px;
}
#attrib-grid-opt-nameH, #attrib-grid-opt-nameV {
    font-weight: bold;
}
.attrib-grid-hHeader, .attrib-grid-cell {
    text-align: center;
}
.qty_act {
    margin: 3px 0;
    text-align: center;
}
.qty_act a, .qty_act a:link {
    border: 1px solid #DBDBDB;
    color: #333333;
    display: inline-block;
    height: 17px;
    line-height: 17px;
    margin: auto;
    text-decoration: none;
    width: 13px;
}
.qtyInput {
    border: 1px solid #989898;
    height: 18px;
    line-height: 18px;
    padding: 0;
    text-align: center;
    width: 70px;
}
.qtyInput, .qty_act{display:inline; margin-right: 5px;}
#productAttributes .back{float: none;}