#left_column {
	position: relative;
	float: left;
	padding: 3px 3px 0 3px;
	margin: 0;
	width: 200px;
	font-size: 12px;
}
#left_column p {
	margin: 3px 0;
}
#left_column input {
	font-size: 10px;
}
#misc_column_nav {
	position: relative;
	float: left;
	width: 186px;
	border: 1px solid #3C478D;
	padding: 3px;
	margin: 5px 0;
	font-weight: bold;
}
#misc_column_nav h3 {
	margin: 0;
}
#misc_column_nav a {
	display: block;
	margin: 1px 0;
	padding: 2px;
	text-decoration: none;
}
#misc_column_nav a:link, #misc_column_nav a:visited {
	color: #3e7bbc;
	background-color: #D7DFEE;
}
#misc_column_nav a:hover, #misc_column_nav a:active { 
	color: white;
	background-color: #3e7bbc;
}
#misc_column_nav a.distinct:link, #misc_column_nav a.distinct:visited {
	color: black;
	background-color: #ffe400;
	border: 1px solid #3e7bbc;
}
#misc_column_nav a.distinct:hover, #misc_column_nav a.distinct:active {
	color: white;
	background-color: #3e7bbc;
	border: 1px solid #D7DFEE;
}
#misc_column_nav a.distinct2:link, #misc_column_nav a.distinct2:visited {
	color: black;
	background-color: red;
	border: 1px solid #3e7bbc;
}
#misc_column_nav a.distinct2:hover, #misc_column_nav a.distinct2:active {
	color: white;
	background-color: #3e7bbc;
	border: 1px solid #D7DFEE;
}

#order_history_nav_list {
	position: relative;
	float: left;
	width: 186px;
	border: 1px solid #3C478D;
	padding: 3px;
	margin: 5px 0;
}
#order_history_nav_list h3 {
	margin: 0;
}
#order_history_nav_list a {
	display: block;
	margin: 1px 0;
	padding: 2px;
	text-decoration: none;
}
#order_history_nav_list a:link, #order_history_nav_list a:visited {
	color: #3e7bbc;
	background-color: #D7DFEE;
}
#order_history_nav_list a:hover, #order_history_nav_list a:active { 
	color: white;
	background-color: #3e7bbc;
}
#product_navigation_history {
	position: relative;
	float: left;
	width: 186px;
	border: 1px solid #3C478D;
	padding: 3px;
}
#product_navigation_history h3 {
	margin: 0;
}
#product_navigation_history a {
	display: block;
	margin: 1px 0;
	padding: 2px;
	text-decoration: none;
}
#product_navigation_history a:link, #product_navigation_history a:visited { 
	color: #3e7bbc;
	background-color: #D7DFEE;
}
#product_navigation_history a:hover, #product_navigation_history a:active {
	color: white;
	background-color: #3e7bbc;
}
#left_column form {
	margin: 10px 0;
}
#search_form input.standard_input {
	width: 140px;
}
#promo_code_form input.standard_input {
	width: 142px;
}

#category_nav {
	/*position: relative;
	float: left;*/
	width: 194px;
	margin: 0 0 5px 0;
}
#category_nav p {
	font-size: 14px;
	font-weight: bold;
	padding: 2px;
	border: 1px solid black;
	background-color: #D7DFEE;
}
#category_nav a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid black;
	margin: 2px 0;
	padding: 2px;
	background-color: #3e7bbc;
}
#category_nav a:link, #category_nav a:visited {
	color: #3e7bbc;
	background-color: #D7DFEE;
}
#category_nav a:hover, #category_nav a:active {
	color: white;
	background-color: #3e7bbc;
}

#subcats_nav {
	/*position: relative;
	float: left;*/
	width: 194px;
	border-bottom: 2px solid black;
	padding: 3px 0;
}
#subcats_nav p {
	font-size: 12px;
	font-weight: bold;
	border: none;
	background-color: white;
	padding: 0;
}
#subcats_nav a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid black;
	margin: 2px 0;
	padding: 2px;
	background-color: #3e7bbc;
}
#subcats_nav a:link, #subcats_nav a:visited {
	color: white;
	background-color: #3e7bbc;
}
#subcats_nav a:hover, #subcats_nav a:active {
	color: #3e7bbc;
	background-color: #D7DFEE;
}
#related_cats {
	/*position: relative;
	float: left;*/
	width: 194px;
	border-bottom: 2px solid black;
	padding: 3px 0;
}
#related_cats p {
	font-size: 12px;
	font-weight: bold;
	border: none;
	background-color: white;
	padding: 0;
}
#related_cats a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid black;
	margin: 2px 0;
	padding: 2px;
}
#related_cats a:link, #related_cats a:visited {
	color: white;
	background-color: #3e7bbc;
}
#related_cats a:hover, #related_cats a:active {
	color: #3e7bbc;
	background-color: #D7DFEE;
}

#main {
	position: relative;
	width: 540px;
	float: right;
	margin: 0;
	padding: 5px;
	border-left: 5px solid #3e7bbc;
	text-align: left;
}
#credit_form {
	position: relative;
	float: left;
	width: 510px;
}
.form_element {
	position: relative;
	float: left;
	width: 285px;
}
.form_element_error {
	position: relative;
	float: left;
	color: #BD002B;
	width: 285px;
}
.form_element_required {
	position: relative;
	float: left;
	width: 285px;
	font-weight: bold;
}
.form_element_error_required {
	position: relative;
	float: left;
	color: #BD002B;
	width: 285px;
	font-weight: bold;
}
.form_separator {
	position: relative;
	margin: 5px 0 5px 0;
	float: left;
	width: 510px;
}

#product_list table {
	width: 520px;
}
#product_list td {
	margin: 0;
	padding: 5px 0;
	border: 1px solid #3C468D;
	text-align: center;
}

#product_page p {
	margin: 5px;
}

#footer {
	position: relative;
	float: left;
	width: 770px;
	padding: 15px 0;
	text-align: center;
	color: black;
	z-index: 0;
}


/* products listing table */
#products_container {
	padding: 0;
	margin: 0;
	border: 1px solid black;
}
#products_container_headline {
	background-color: #3e7bbc;
	color: white;
	font-size: 12pt;
	font-weight: bold;
	margin-left: 5px;
	padding: 3px 3px 3px 10px;
	clear: both;
}
#products_container_products {
	border: 1px solid black;
}
#products_table {
	margin-left: 5px;
	border: 4px solid #D7DFEE;
	color: #3e7bbc;
	border-collapse: collapse;
	float: left;
}
#products_table td {
	border-right: 2px solid #D7DFEE;
	width: 50%;
	font-weight: bold;
	padding: 5px;
}
#product_list table {
	margin-left: 5px;
	border: 4px solid #D7DFEE;
	color: #3e7bbc;
	border-collapse: collapse;
}
#product_list td {
	border-right: 2px solid #D7DFEE;
	width: 50%;
	font-weight: bold;
	padding: 5px;
}


/* individual product page */
#product_left_content {
	position: relative;
	float: left;
	background-color: #D7DFEE;
	padding: 5px;
	width: 50%;
}

#product_right_content {
	position: relative;
	float: left;
	text-align: center;
	padding-left: 5px;
	padding-top: 5px;
}
#product_page_all {
	margin-left: 5px;
	width: 540px;
	height: auto;
	position: relative;
	float: left;
	border: 4px solid #3e7bbc;
	clear: both;
}
#product_description {
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 10px;
}
.product_price {
	color: red;
	font-size: 14pt;
	font-weight: bold;
}
#full_separator {
	width: 100%;
	border: 0px solid black;
	height: 20px;
	position: relative;
	clear: both;
}
.print_only {display:none;}