table {
	margin: 10px 0px;
	border-collapse: collapse;
	font-family: Arial, sans-serif;
}

td, th {
	vertical-align: top; 
	border: 1px solid #ccc;
}

th {
	background-color: #fffc00;
	text-align: center;
}

table#catalog td {
	font-size: 80%;
}

td table {
	margin: 5px auto 10px auto;
}

table.catitem td {
	text-align: justify;
	padding: 5px 10px 15px 10px;
}

form {
	margin: 10px 0px;
	padding: 0px;
}

select {
	font-size: 12px;
	font-family: Arial, sans-serif;
	width: 647px;
}

.sel-group input {
	width: 100px;
	height: 20px;
	font-size: 12px;
	font-family: Arial, sans-serif;
	vertical-align: top;
	margin-top: -1px;
}

p.letters span {
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

td.c {
	text-align: center;
}

p.buy {
	padding: 0px 0px 0px 17px;
	margin-bottom: 0px;
	background: transparent url(/images/design/marker.gif) 2px 50% no-repeat;
}