.menu {
	font-family: sans-serif;
	font-variant: small-caps;
	font-weight: bold;
/*	text-shadow: 1px 1px 2px black; */
/*	filter:dropshadow(color=#000000,offx=1, offy=1, positive=1); */
/*	width: 100%; */ /* needed for filter:dropshadow */
	text-decoration: none;
/*	font-stretch: expanded;*/
}

.submenu {
	font-family: sans-serif;
	font-size: smaller;
/*	font-variant: small-caps; */
	padding-left: 16px;
/*	text-shadow: 1px 1px 2px black; */
/*	background: #f0f0f0; */
	text-decoration: none;
}

a.menu, active.menu, link.menu, visited.menu {
/*	display: block;*/
	color: black; /* #ea8cd8; */
}

a.menu:hover {
	background-image: url("Images/marble-dark.jpg");
	color: #3d61c7;
/*	cursor: pointer; */
}

a.submenu, active.submenu, link.submenu, visited.submenu {
	color: black;
}

a.submenu:hover {
	background-image: url("Images/marble-dark.jpg");
	color: #3d61c7;
/*	cursor: pointer; */
}

a.clickableImage:hover {
	color: #FF0000;
}

a.clickableImage:link img, a.clickableImage:visited img {
	border: 1px solid white;
}
a.clickableImage:hover img {
	border: 1px solid gray;
	color: #FF0000;
}

/* * * * specials banner stuff * * * */

div.specialsbanner div.discount {
	background-color: #cae1ff;
	text-align: center;
	border-style: groove;
	-moz-border-radius: 12px;
	margin-left: auto;
	margin-right: auto;
}

div.specialsbanner div.discount div.image {
	display: none;
}

div.specialsbanner div.discount div.text {
	text-align: center;
}

div.specialsbanner div.discount div.exp {
	text-align: center;
	font-size: small;
}

/* * * * specials coupon stuff * * * */

div.coupon div.discount {
	padding: 10px;
	border-style: dashed;
	border-color: black;
	width: 320px;
	margin-left: auto;
	margin-right: auto;
}

div.coupon div.discount div.image {
	text-align: center;
	display: block;
}

div.coupon div.discount div.text {
	text-align: center;
	font-size: x-large;
	padding-top: 20px;
}

div.coupon div.discount div.exp {
	text-align: center;
	font-size: medium;
	padding-top: 20px;
}

/* * * * purchase button stuff * * * */

table.purchaseButton {
	border: 2px solid #b6e8fe;
	-moz-border-radius: 12px;
	font-family: sans-serif;
}

th.purchaseButton {
	font-weight: bold;
}

/* * * * item description stuff * * * */

.blurbgroupshadow {
	width: 80%;
	border-right: solid 2px lightgray;
	border-bottom: solid 2px lightgray;
}

.blurbgroup {
	border-top: solid thin black;
	border-right: solid thin black;
	border-left: solid thin black;
}

#blurb {
	border-bottom: solid thin black;
}

#blurb h3.blurbtitle {
	background: #b6e8fe;
	margin: 0px 0px 0px 0px;
	padding-left: 1px;
	font-family: sans-serif;
	font-size: 90%;
/*	font-size: smaller; */
	text-decoration: none;
	text-align: left;
	border-bottom: solid thin black;
}

#blurb h3.select span {
	display:none
}

#blurb ul {
	margin: 0px;
	padding: 0px;
}

#blurb li {
	line-height: 2ex;
	list-style-type: none;
	display: block;
	padding-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	font-family: sans-serif;
	font-size: 90%;
	text-decoration: none;
	text-align: left;
}

/* * * * * * * * * * * * * * * * * * */
