
table.infotable {
    border: 1px solid #CDDDDD;
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #fff;
    margin-top: 10px;
	font-size: .8rem;
}

table.infotable tr td,
table.infotable tr th {
    padding: 5px;
    color: #333;
    border: 1px solid #CDDDDD;
}

table.infotable td {
    vertical-align: middle;
}

table.infotable tr.summary {
    font-weight: bold;
}

table.infotable td.ordersummary {
    font-size: 1em;
    border-bottom: 1px solid #ccc;
}

table.infotable th {
    font-weight: bold;
    color: #000;
    background: #E7EFEF;
	white-space: normal;
}

table.infotable tr td a {
    color: #4EA3D7;
    text-decoration: underline;
}

table.infotable tr td a:hover {
    text-decoration: none;
}

table.infotable .modifierRow,
table.infotable .threeColHeader {
    text-align: right;
}

table.infotable .right {
    text-align: right;
}

table.infotable .center {
    text-align: center;
}

table.infotable .left,
table.infotable th {
    text-align: left;
}

.display-first-only + .display-first-only {display: none;}

/*table.infotable .title {
    width: 50%;
	font-size: .8rem;
}*/