

.caddie {
	font-family: Arial, Helvetica, sans-serif;
	width: 640px;
}

.caddie td {
	padding: 4px 6px 4px 6px;
	font-size: 12px;
	height: 28px;
}

.caddie .header td {
	font-weight: bold;
	background: #D60018;;
	color: #ebf9fb;
}

.caddie tr.footer td {
	text-align: right;
	background: #D60018;
	font-weight: bold;
	color: white;
	font-size: 14px;
}

.caddie tr.footer a {
	color: white;
	font-weight: bold;
	color: white;
	font-size: 14px;
}

.caddie tr.footer a:hover {
	text-decoration: underline;
}
.caddie tr.footer td.total {
	text-decoration: underline;
	text-align: right;
}

.caddie .row td, .caddie .row td a {
	background: #e6e6e6;
	color: black;
}

.caddie input.count {
	font-size: 12px;
	background: white;
	border: 1px solid black;
	width: 70px;
	text-align: right;
	padding-right: 2px;
}

.caddie tr.button td,
.caddie td.button {
	background: maroon;
	font-weight: bold;
	text-align: center;
	color: white;
	border-bottom: 2px solid #202020;
	height: 28px;
	cursor: pointer;
}

.caddie tr.button td:hover,
.caddie td.button:hover {
	background: #6d6d6d;
}

.caddie td.transparent {
	background: white;
}

.caddie select {
	border: 1px solid black;
	font-size: 12px;
	width: 70px;
}


.caddie a {
	color: #4b5d75;
}

.caddie a:hover {
	text-decoration: none;
}

.caddie input.button {
	background: maroon;
	color: #ebf9fb;
	font-weight: bold;
	font-size: 12px;
	border-color: #f9f9f9 #b4b4b4 #b4b4b4 #f9f9f9;
	border-style: solid;
	border-width: 1px;
}


