body {
	font-family: "Times New Roman", "Trebuchet MS", Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal; text-align : left;
	color: #3B3B3C;
	background-color: #FBB62A;
	text-align: left;
}

p {
	padding: 2px 0;
}

h1 {
	color: #92278f;
	font-size: 36px;
	padding-top: 2px;
	padding-left: 4px;
	font-weight: bold;
	text-align: center;
}

h2 {
	color: #92278f;
	font-size: 20px;
	padding-top: 2px;
	padding-left: 4px;
	font-weight: bold;
	text-align: center;
}

h3 {
	color: #92278f;
	font-size: 18px;
	padding-top: 2px;
	padding-left: 4px;
	font-weight: bold;
}

.submit {
	display: inline; 
	border : none;
	color: #92278f;
	background-color: transparent;
	font-weight:bold;
	padding: 0;
	margin: 0;
}

input {
	margin: 2px;
}

#viewProd {
	margin: 10px auto;
	padding: 5px;
	width: 75%;
	border: 1px solid #08AAAC;
}

#viewProd h2 {
	font-size: 20px;
	padding: 10px;
	font-weight: bold;
	text-align: center;
}

#viewProd h3 {
	font-size: 20px;
	padding: 10px 0 0;
	font-weight: bold;
	text-align: center;
}

#viewProd h4 {
	font-size: 16px;
	padding: 10px;
	font-weight: normal;
	text-align: center;
}

#viewprodwrapper {
	width: 61%;
	border: 1px solid #08AAAC;
}

#categories {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	text-align: center;
}

.button {
	padding: 3px;
	color: #3B3B3C;
	border: 1px solid #08AAAC;
	background-color: #AAAAA0;
	margin: 2px;
	text-decoration: none;
	font-size:16px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

.button:visited {
	color: black;
}

.button:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.button:active {
	color: black;
}

.productdisplaywrapper {
	margin: 0px auto;
	vertical-align: top;
}

.productdisplay {
	display: table;
	vertical-align: top;
	width: 182px;
	height: 200px;
	text-align: center;
	padding: 5px;
	margin: 0px;
	border: 1px solid #BFCCC7;
	float: left;
}

.style2 {
	font-size: 12px;
	font-style: italic;
}

tr.trtitle {
	background-color: #AAAAA0;
}

td.Even {
	background-color: #FFFFFF;
}

td.Odd {
	background-color: #F1F1F2;
}

/* start mod: Extended Product Options - http://cubecart.expandingbrain.com */
	/* COLOURS WHEN NOT SELECTED plus other default values */
.voHorizontal,.voHorizontalSelected,.voVertical,.voVerticalSelected,.voWithNames,.voWithNamesSelected
	{
	border: 1px solid #E0EAF9; /* customize this! */
	text-align: center;
	margin: 0 5px 10px 5px;
	padding: 5px;
}

/* COLOURS WHEN SELECTED */
.voHorizontalSelected,.voVerticalSelected,.voWithNamesSelected {
	background-color: #F5F7FF; /* customize this! */
	border: 1px solid #C0DAF9; /* customize this! */
}

/* SIZE OF HORIZONTAL VISUAL OPTIONS */
.voHorizontal,.voHorizontalSelected,.voWithNames,.voWithNamesSelected {
	width: 170px; /* customize this! */
	height: 195px; /* customize this! */
	float: left;
}

/* SIZE OF VERTICAL VISUAL OPTIONS */
.voVertical,.voVerticalSelected {
	width: 190px; /* customize this! */
	height: 180px; /* customize this! */
	padding-left: 0;
}

.voImage {
	vertical-align: middle;
	width: 170px;
	margin: 5px 0;
}

/* SIZE OF HORIZONTAL VISUAL OPTIONS */
.voHorizontal,.voHorizontalSelected,.voWithNames,.voWithNamesSelected {
	width: 170px; /* customize this! */
	height: 195px; /* customize this! */
	float: left;
}
/* end mod: Extended Product Options - http://cubecart.expandingbrain.com */
