@CHARSET "UTF-8";

#paymentAddress\:panelGrid>tbody>tr>td { 
    vertical-align: top;
}

#deliveryAddress\:panelGrid>tbody>tr>td { 
    vertical-align: top;
}

.rich-table {
    border-collapse: separate;
}

.rich-table-footer {
    background-color: #F1F1F1;
}

.rich-table-footercell {
	border-bottom: none;
    border-right: none;
    font-weight: normal;
	padding: 0px;
	text-align: right;
}

#product .even-row {
	background-color: white;
	height:24px;
}

#product .odd-row {
	background-color: #fdf9b2;
	height:24px;
}