
.prod_index_header { 
	color: #555;
	background: #EEE;
	font-weight: bold;
	font-size: 10pt;
	padding: 0px;
	margin: 0px; 
	width: 90%;
	margin: 0 0 0 10px;
}

.prod_index_row_odd { 
	background: #FFF; 
	width: 90%;
	margin: 0 0 0 10px;
	padding: 0 0 8px 0;
}
.prod_index_row_even { 
	background: #FFF; 
	width: 90%;
	margin: 0 0 0 10px;
	padding: 0 0 8px 0;
}

a.product_index_link_category_nav         { 
	color: #999; 
	text-decoration: none; 
}
a.product_index_link_category_nav:link    { color: #999; text-decoration: none; }
a.product_index_link_category_nav:visited { color: #999; text-decoration: none; }
a.product_index_link_category_nav:active  { color: #555; text-decoration: underline; }
a.product_index_link_category_nav:hover   { color: #555; text-decoration: underline; }

/* Product List Styles */

a.product_list_link_category_nav         { 
	color: #999; 
	text-decoration: none; 
	font-size: 10pt; 
	font-weight: bold;
	letter-spacing: .15em;
}
a.product_list_link_category_nav:link    { color: #999; text-decoration: none; }
a.product_list_link_category_nav:visited { color: #999; text-decoration: none; }
a.product_list_link_category_nav:active  { color: #999; text-decoration: underline; }
a.product_list_link_category_nav:hover   { color: #999; text-decoration: underline; }

.product_list_table {
	width: 100%;
}
.product_list_header {
	height: 20px;
        background: #EEE;
        color: #FF6600;
        color: #999;
        font-size: 10pt;
        font-weight: bold;
        margin: 0 0 0 0;
        padding: 3px 0 0 8px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}
.product_list_header a:link {
	color: #FF6600;
	color: #999;
	text-decoration: none;
}
.product_list_header a:visited {
	color: #FF6600;
	color: #999;
	text-decoration: none;
}
.product_list_header a:active {
	color: #FF6600;
	color: #999;
	text-decoration: underline;
}
.product_list_header a:hover {
	color: #FF6600;
	color: #999;
	text-decoration: underline;
}

.product_list_description {
	height: 191px;
        color: #999;
        margin: 0 0 0 0;
        padding: 12px 3px 0 0;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

.product_list_hspace {
	width:15px;
}
.product_list_vspace {
	height:15px;
}

.product_list_cell {
	color: #555;
	font-size: 8.5pt;
	letter-spacing: .07em;
	height: 225px;
	padding: 0;
	margin: 0;
}

.product_list_thumb {
	float: left;
	margin: 10px 10px 2px 10px;
}

.product_list_desc {
	float: right;
	margin: 2px 8px 2px 2px;
}

.product_list_more_details {
	height: 14px;
	text-align: right;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

/* Product Details Styles */

.product_details_text_header {
  color: #000000;
  font-weight: bold;
  font-size: 12pt;
}
.product_details_sold { color: #FF0000; }

.product_details_table {
  width: 50%;
  border-collapse: collapse;
  margin-top: 15px;
  margin-bottom: 15px;
}
.product_details_row { 
  color: #000000;
  font-size: 10pt;
  padding: 0px;
  margin: 0px; 
}
.product_details_header_sku         { font-weight: bold; text-align: right; width: 50; border-top: 3px #000000 solid; }
.product_details_header_price       { font-weight: bold; text-align: right; width: 50; }
.product_details_header_add_to_cart { font-weight: bold; text-align: right; width: 50; border-bottom: 3px #000000 solid; 
                                      padding-top: 15px; padding-bottom: 3px; }

.product_details_cell_sku         { padding-left: 5px; padding-right: 5px; border-top: 3px #000000 solid; }
.product_details_cell_price       { padding-left: 5px; padding-right: 5px; }
.product_details_cell_add_to_cart { padding-left: 5px; padding-right: 5px; border-bottom: 3px #000000 solid; 
                                    padding-top: 15px; padding-bottom: 3px; }

A.product_details_link_add_to_cart          { color: #000000; text-decoration: underline; }
A.product_details_link_add_to_cart:link     { color: #000000; text-decoration: underline; }
A.product_details_link_add_to_cart:visited  { color: #000000; text-decoration: underline; }
A.product_details_link_add_to_cart:active   { color: #000000; text-decoration: none; }
A.product_details_link_add_to_cart:hover    { color: #000000; text-decoration: none; }

