/*
.categorymessage {
	padding: 0.5em;
}
*/

.products td {
	background-color: #e3b6d5;
	cursor: pointer;
	padding: 0;
	width: 120px;
}

.products div {
	padding: 2px;
}

.products .name {
	font-size: 80%;
	font-weight: bold;
}

.products .description {
	font-size: 70%;
	font-style: italic;
}


.product {
	cursor: pointer;
	float: left;
	width: 120px;
}

.product div {
	/* background-color: #E3B6D5; */
	padding: 2px;
}

.product .name {
	/* background-color: #E3B6D5; */
	text-align: center;
}

.product .image {
	display: block;
}

.product .description {
	/* background-color: #E3B6D5; */
	font-family: serif;
	text-align: center;
}

.product .price {
	/* background-color: #E3B6D5; */
	font-family: serif;
	text-align: center;
}

br.hidden {
	display: none;
}

br.break {
	clear: left;
}


#cartbutton {
	width: 600px;
}

#cartbutton a {
	display: block;
	margin: 0 0 0 auto;
	width: 232px;
}

#cartbutton img {
	border-width: 0;
}

.orderstep {
	font-size: 125%;
}


/* Options Table - Vertical Sorting */
.options td {
	cursor: pointer;
	font-size: 90%;
	padding: 0;
	width: 150px;
}

.options td div div {
	padding: 5px;
}

.optionodd {
	background-color: #e3b6d5;
}
.optioneven {
	background-color: #ffd3f6;
}

.optionneutral {
	background-color: transparent;
}
.optionhover {
	background-color: #ac7d9e;
}
.optionselected {
	background-color: #ac7d9e;
}

