/* CSS Document */

#Col1 {
float: left;
display: inline;
width: 170px;
}

#Col2 {
float: left;
display: inline;
width: 438px;
}

#Col3 {
float: left;
display: inline;
width: 170px;
text-align: center;
}

#PriceTable {
border-collapse: collapse;
margin-bottom: 1em;
}

#PriceTable th, #PriceTable td {
padding: 8px;
}

#PriceTable th {
border-bottom: 2px solid #ec008c;
}

#PriceTable td {
border-right: 2px solid #ec008c;
}

#PriceTable td.NoBorder {
border: none;
}