table.cartTable {
	width: 450px;
}
table.cartTable th {
	text-align: left;
}
table.cartTable tr.row1 td {
	background-color: #FFFFFF;
}
table.cartTable tr.row2 td {
	background-color: #F6F6F6;
}

.orderbutton {
	line-height: 15px;
	font-size: 10px;
	font-family: 'trebuchet ms', sans-serif;
	height: 17px;
	padding: 0px 10px 0px 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #EEE;
	background-color: #FAFAFA;
	color: #666;
	text-decoration: none;
	font-weight: normal;
}

.marksRequiredField {
	color: #EE0211;
}

div.columnContainer div.sector img {
	vertical-align: top;
}