a:active {
	color: #600;
	text-decoration: none;
}

a:visited {
	color: #600;
	text-decoration: none;
}

a:hover {
	color: #600;
	text-decoration: none;
}

a:visited:hover {
	color: #600;
	text-decoration: none;
}

a.sublink:active {
	text-decoration: none;
}

a.sublink:visited {
	text-decoration: none;
}

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

a.sublink:visited:hover {
	text-decoration: none;
}


h2 a {
	color: #600;
	text-decoration: none;
}

h2 a:hover {
	color: #600;
	text-decoration: none;
}

#productGrid h2 { color: #ccc !important; }

#categoryGrid .title a {
	text-decoration: none;
	color: #600;
}

#productGrid .title a {
	color: #600;
	text-decoration: none;
}

select {
	font-size: .8em;
}

#productGrid img { padding: 3px; border: 1px solid #ccc; }
#categoryGrid img { padding: 3px; border: 1px solid #ccc; }

h1, h2, #categoryDescription, .display, #pageNote, .form-label, .form-field label { font-family: Georgia, "Times New Roman", Times, serif !important; }

h2 a, .title a { color: #CE4553 !important; }