table
{
	border-collapse: collapse;
}

img
{
	border: none;
}

img.primary_image
{
	border: 1px solid gray;
}

img.other_images
{
	border: 1px solid gray;
	height: 100px;
}

div#container
{
	width: 800px;
	margin: 10px auto;
	background-color: #fff;
	border: 1px solid gray;
	line-height: 130%;
}

.multiple_select {
  border: 1px solid #aaa;
  height: 200px;
  width: 300px;
  padding: 2px;
  margin-top: 1em;
  margin-bottom: 1em;
  overflow: auto;
}

.multiple_select, .multiple_select ul {
  list-style-type: none;
}

.multiple_select_checkbox {
  background: #fff;
}

/* Header */
div#header
{
	padding: .5em;
	background-color: #800000;
	border-bottom: 1px solid gray;
}

/* Top Navigation */
div#top_nav
{
	background-color: #ddd;
	border-bottom: 1px solid gray;
	font-family: arial, helvetica, sans-serif;
}

div#top_nav ul
{
	list-style-type: none;
	background-color: #ddd;
	float: right;
	border-bottom: 1px solid gray;
	margin: 0;
	padding: 0;
}

div#top_nav ul li
{
	display: inline
}

div#top_nav ul li a
{
	text-decoration: none;
	padding: .2em 1em;
	color: #800000;
	font-weight: bold;
	font-size: .8em;
	float: right;
	border-left: 1px solid gray;
}

div#top_nav ul li a:hover
{
	background-color: gray;
	color: black;
}

/* Product Navigation */
div#left_nav
{
	margin: 0;
	padding: 0;
	background-color: #ddd;
	border-right: 1px solid gray;
	width: 160px;
	font-family: arial, helvetica, sans-serif;
	float: left;
	text-align: center;
}

div#left_nav h2
{
	text-align: center;
	font-size: 1em;
	padding-top: .1em;
	padding-bottom: .1em;
}

div#left_nav h3
{
	text-align: justify;
	font-size: .8em;
	border: 1px solid gray;
	background-color: #ccc;
	text-align: center;
	margin: 5px;
}

div#left_nav ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
}

div#left_nav ul a
{
	text-decoration: none;
	color: #800000;
}

div#left_nav ul ul li
{
	font-size: .9em;
	padding-left: 1em;
	padding-right: 1em;
	text-align: justify;
}

div#left_nav a:hover
{
	color: black;
}

/* Content */
div#content
{
	margin-left: 210px;
	margin-right: 2.5em;
	padding: 1em;
	padding-top: 3em;
	font-family: arial, helvetica, sans-serif;
}

div#content table#product_table tr td
{
	border: none;
}

div#content table#product_table tr
{
	border: none;
}

div#content table#comments_form tr
{
}

div#content table#comments_form th
{
	text-align: left;
}

div#content table#comments_form tr
{
	border: none;
}

div#content table#comments_form td
{
	border: none;
}

div#content .floatright
{
	float: right;
	border: 1px solid gray;
	margin: 1em;
}

a
{
	color: #800000;
	text-decoration: none;
}

div#content a:hover
{
	color: black;
}

div#content tr
{
	padding: .2em;
	border: 1px solid gray;
}

div#content td
{
	padding: .2em;
	border: 1px solid gray;
}

div#featured_products
{
	float: right;
	text-align: center;
	margin-left: .2em;
	margin-top: 1.5em;
	width: 150px;
}

div#featured_products ul {
	list-style: none;
	padding: 0;
	margin: 1em 0 0 0;
}

div#featured_products ul li {
	text-align: center;
}


div#featured_products h2
{
	padding: .2em;
	margin: 0;
	font-size: 1em;
}

div#content table.image_table
{
	padding: none;
	margin: none;
}

div#content table.image_table tr
{
	border: none;
	padding: none;
	margin: none;
}

div#content table.image_table tr td
{
	border: none;
	padding: none;
	margin: none;
}

/* Footer */
div#footer
{
	clear: both;
	background-color: #ddd;
	border-top: 1px solid gray;
	padding-left: .5em;
	font-family: arial, helvetica, sans-serif;
}

div#phone_number {
	text-align: right;
	color: white;
}

ul.products {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.products li{
	margin: 0;
	padding: 0;
	padding-top: 1em;
	text-align: center;
	width: 33%;
	float: left;
	height: 13em;
}

li.featured_product {
	text-align: center;
}

p {
	text-align: justify;
}

div.pagination {
	text-align: center;
	float: left;
	width: 100%;
}

li.hidden {
	background-color: #ddd;
}

img.thumb {
	border: 1px solid gray;
}

div.photos {
	text-align: center;
}

h2.center {
	text-align: center;
}

div#primary_image {
	margin-bottom: 1em;
}
