﻿/* Product Detail Styles */
.product-details-label {}
.product-details-value {}
.product-title-label {}
.product-title { color: #996600; font-weight: bold; font-size: 16px;}
.product-name-value { color: #000000; font-weight: bold; font-size: 14px;}
.product-number-label {}
.product-number {}
.product-list-price {}
.product-price-label {}
.product-sale-price { color: #990000;}
.product-link { color: #000099; text-decoration: none; font-weight: bold;}
/* Product Detail Image Styles */

table.product-frame 
{
	border: 2px solid #CCCC85;

}

table.frame-1 td.top-left {background-image: url(images/woodframe/frame-1_tl.jpg);}
table.frame-1 td.top {background-image: url(images/woodframe/frame-1_t.jpg);}
table.frame-1 td.top-right {background-image: url(images/woodframe/frame-1_tr.jpg);}
table.frame-1 td.left {background-image: url(images/woodframe/frame-1_l.jpg);}
table.frame-1 td.right {background-image: url(images/woodframe/frame-1_r.jpg);}
table.frame-1 td.bottom-left {background-image: url(images/woodframe/frame-1_bl.jpg);}
table.frame-1 td.bottom {background-image: url(images/woodframe/frame-1_b.jpg);}
table.frame-1 td.bottom-right {background-image: url(images/woodframe/frame-1_br.jpg);}

table.frame-3 td.top-left {background-image: url(images/woodframe/frame-3_tl.jpg);}
table.frame-3 td.top {background-image: url(images/woodframe/frame-3_t.jpg);}
table.frame-3 td.top-right {background-image: url(images/woodframe/frame-3_tr.jpg);}
table.frame-3 td.left {background-image: url(images/woodframe/frame-3_l.jpg);}
table.frame-3 td.right {background-image: url(images/woodframe/frame-3_r.jpg);}
table.frame-3 td.bottom-left {background-image: url(images/woodframe/frame-3_bl.jpg);}
table.frame-3 td.bottom {background-image: url(images/woodframe/frame-3_b.jpg);}
table.frame-3 td.bottom-right {background-image: url(images/woodframe/frame-3_br.jpg);}
/* */
.productList {}
.product-item {}
.product-row 
{
	width: 350px;
	margin: 0 0 1px 125px;
	padding: 2px;
	font-size: 10px!important;
}
/*Admin tables */
table.display-table th
{
	background-color: #999999;
	color: #000000;
	padding: 5px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
table.display-table td
{
	padding: 5px;
	border: 1px solid #000000;
} 
table.display-table tr.odd-row,
.odd-row
{
    background-color: #FFFFFF;
}
table.display-table tr.even-row, 
.even-row 
{
	background-color: #F5F5F5;
}
.mark-out 
{
	text-decoration: line-through;
}