/* CSS Document */
.body {
	background-color: #71120C;
	background-image: url(images/main/main_bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top left;
	scrollbar-base-color: #900B0E;
	scrollbar-arrow-color: #DA8927;
	scrollbar-track-color: #71120C;
	/* filter:chroma(color=#0000FF); */
	margin: 2px
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.thead {
	color: #71120C;
	font-weight: bold;
}
.photo-td {
	font-size: 12px;
}
.fineprint {
	font-size: 10px;
}
.merchTitle {
	font-weight: bold;
	font-size: 16px;
}
.merchPrice {
	font-weight: bold;
	font-size: 14px;
}
.merchSize {
	font-size: 14px;
	/* font-weight: bold; */
}
.merchInput {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #71120C;
	background-color: #DA8927;
}
a:link {
	color: #DA8927;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #DA8927;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

