#ProductList {
	font: normal normal normal 9pt Arial, Helvetica, sans-serif;
	padding: 0px 8px;
}

#ProductList .Product {
	margin-bottom: 4px;
	width: 100%;
}

#ProductList .Product .ImageContainer {
	margin-right: 10px;
	border: 1px solid #545572;
	padding: 4px;
	background: #FFFFFF;
	width: 100px;
	height: 100px;
	vertical-align: middle;
}

#ProductList .Product .Trademark, #ProductList .Product .Model {
	color: #545572;
	font: bold 10pt Arial, Helvetica, sans-serif;
}

/********************** ProductTable **********************/
#ProductTable {
	font: normal normal normal 9pt Arial, Helvetica, sans-serif;
	padding: 0px 8px;
}

#ProductTable .Product .Amount {
	text-align: right;	
}

#ProductTable .Product td {
	padding: 2px;
	font: normal normal normal 9pt Arial, Helvetica, sans-serif;
	color: #5C5C5C;
	border-bottom: 1px solid #545572;
	padding: 2px 2px;
}

#ProductTable th {
	font: bold 9pt Arial, Helvetica, sans-serif;
	color: #5C5C5C;
	height: 40px;
	border-bottom: 2px solid #545572;
	padding: 2px 2px;
}

#ProductTable .Description {
	width: 100%;
}

#ProductTable .Product .Price {
	text-align: right;
}