body {
	font-size: 12px;
	font-family: Arial;
	margin: 0;
	padding: 0;
}
form {
	margin: 0;
}
img {
	border: none;
	padding: 0;
}
input, select, textarea {
	font-size: 12px;
	border: 1px solid black;
}
a:link, a:visited {
	color: #2081AA;
}
a:hover, a:active {
	color: #614361;
}
h1, h2, h3, h4, h5, h6 {
	color: #662B11;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
div.error_message { 
	position: relative;
	margin: 5px 0;
	padding: 5px;
	border: none;
	color: red;
	font-size: 20px;
	font-weight: bold;
}
div.normal_message {
	position: relative;
	margin: 5px 0;
	padding: 5px;
	border: none;
	color: green;
	font-size: 20px;
	font-weight: bold;
}
.form_separator {
	position: relative;
	margin: 5px 0 5px 0;
	float: left;
	width: 595px;
}
.form_separator_small {
	position: relative;
	float: left;
	width: 595px;
}
#main a {
	display: block;
	position: relative;
	float: left;
	width: 560px;
	padding: 5px;
	margin: 5px;
	border: 2px solid #C1B7DE;
	color: #614361;
	background-color: #e2c9de;
	font-size: 20px;
	text-decoration: none;
}
#main a:hover, #main a:active {
	background-color: #B9E6F9;
}

.right_float_box {
	position: relative;
	float: right;
	border: 1px solid #C1B7DE;
	width: 165px;
	padding: 5px;
	margin: 5px;
}
.right_float_box form {
	margin: 0;
}
.right_floater a {
	position: relative;
	float: right;
	border: 1px solid #C1B7DE;
	width: 150px;
	padding: 5px;
	margin: 5px;
	font-weight: bold;
	text-align: center;
	display: block;
	text-decoration: none;
}
.right_floater a:link, .right_floater a:visited {
	color: #662B11;
	background-color: #C7D551;
}
.right_floater a:hover, .right_floater a:active {
	color: #614361;
	background-color: white;
}

.page_results {
	margin: 5px;
}
.page_results td {
	padding: 5px;
}

#mini_cart {
	width:140px;
	position: relative;
	float: left;
}

#mini_cart table {
	width: 138px;
	border: none;
	/*margin: 0px 2px 0px 2px;*/
}
#mini_cart td {
	border: 1px solid #662B11;
	padding: 3px;
}
#mini_cart td.odd {
	background-color: #eeeeee;
}
#mini_cart td.even {
	background-color: #dadada;
}
#mini_cart a.distinct {
	display: block;
	width: 100%;
	text-decoration: none;
}
#mini_cart a.distinct:link, a.distinct:visited {
	color: #662B11;
	background-color: #C7D555;
	font-weight: bold;
}
#mini_cart a.distinct:hover, #mini_cart a.distinct:active {
	color: #662B11;
	background-color: white;
}
.mini_cart_products table {
	border: none;
}
.mini_cart_products td {
	border: none;
}
#cart table {
	width: 100%;
	border: 1px solid #e2c9de;
}
#cart td {
	border: 1px solid #662B11;
	padding: 5px
}
#cart th {
	border: 1px solid #662B11;
	padding: 5px
}
#cart img {
	border: 8px solid #dddddd;
	padding: 2px;
}
#billing_info {
	position: relative;
	float: left;
	height: 80px;
	width: 200px;
	margin-top: 10px;
	border: 2px solid #662B11;
	padding: 5px;
}
#billing_info h3 {
	margin: 0;
}
#shipping_info {
	position: relative;
	float: right;
	height: 80px;
	width: 200px;
	margin-top: 10px;
	border: 2px solid #662B11;
	padding: 5px;
}
#shipping_info h3 {
	margin: 0;
}


#order_bs {
	position: relative;
	float: left;
}
#order_bs table {
	border-collapse: collapse;
	border: 1px solid #662B11; /* Previous #C1B7DE */
	width: 325px;
}
#order_bs td {
    color: #614361;
	padding: 3px;
	border: 1px solid #662B11; /* Previous #C1B7DE */
	
}
#order_bs td.header {
	color: #ffffff; /* Previous #614361*/
	background-color: #C7D555; /* Previous #e2c9de */
	font-weight: bold;
	valign: top;
}
#order_bs td.header_px {
	width: 200px;
}


#order_details {
	position: relative;
	float: left;
	clear: left;
}
#order_details table {
	border-collapse: collapse;
	border: 1px solid #662B11; /* Previous #C1B7DE */
	width: 325px;
}
#order_details td {
	color: #614361;
	background-color: #C7D555; /* Previous #e2c9de */
	border: 1px solid #662B11; /* Previous #C1B7DE */
	padding: 3px;
	font-weight: bold;
}
#order_details td.even {
	background-color: #EEEEEE;
	color: #614361;
	font-weight: normal;
}
#order_details td.odd {
	background-color: #E5E5E5;
	color: #614361;
	font-weight: normal;
}
td.odd {
	background-color: #CCCCCC;
	color: black;
	font-weight: normal;
	border: 1px solid #662B11;
}
td.even {
	background-color: #EEEEEE;
	color: black;
	font-weight: normal;
	border: 1px solid #662B11;
}
td.header {
	border: 1px solid #662B11;
	background-color: #C7D555;
	color: #662B11;
	font-weight: bold;
}
#event_list table{
	border: 1px solid #C1B7DE;
}
textarea.even {
	background-color: #EEEEEE;
	color: #614361;
	font-weight: normal;
}
#main_menu a {
	display: block;
	position: relative;
	float: left;
	width: 200px;
	padding: 5px;
	margin: 5px;
	border: 2px solid #662B11;
	color: #662B11;
	background-color: #C7D555;
	font-size: 20px;
	text-decoration: none;
	text-align: center;
}
#main_menu a:hover, #main a:active {
	background-color: white;
}

/* Additional Styling Added 3/6/2008 */

.main_header {
	color: #662B11;
	font-style: italic;
	font-size: 14pt;
	text-align: center;
	font-weight: bold;
}

.sub_header {
	color: #336699;
	font-size: 12pt;
	font-weight: bold;
}


.underline {
	text-decoration: underline;
	color: #CC0000;
}

.sub_note {
	color: #336699;
}
/* End Additional Styling */