/*
'--------------------------------------------------------------------------------------
' jungseed.com
' INCLUDE: CSS for the category display - sp.css
' History:
' 4/9/2007 - Finalized - MKA
'--------------------------------------------------------------------------------------
*/

/* Styles for the internal price table for the template */
.ProductNoOrder {
	border: 1px solid black;
	background: #DDE1C8;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

.ProductNoOrder td{
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #354035;
	border-top: 1px solid #EEFEEE;
	border-left: 1px solid #EEFEEE;
	border-bottom: 1px solid #BAC18E;
	border-right: 1px solid #BAC18E;
}
/*
.ProductPriceTable {
	border: 1px solid black;
	background: #DDE1C8;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}



.ProductPriceTable th{
	background: #629C62;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 2px solid #477247;
	border-top: 2px solid #A4C6A4;
	border-right: 2px solid #477247;
	border-left: 2px solid #A4C6A4;
	display: none;
}
.ProductPriceTable td{
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #354035;
	border-top: 1px solid #EEFEEE;
	border-left: 1px solid #EEFEEE;
	border-bottom: 1px solid #BAC18E;
	border-right: 1px solid #BAC18E;
}
.ProductPriceTableSizeCell {
	text-align: right;
}
.ProductPriceTablePriceCell {
	text-align: right;
}
.ProductPriceTable select{
	border: 1px solid #074902;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
.ProductPriceTable select optgroup{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	border-right: 1px solid #477247;
	border-left: 1px solid #A4C6A4;
	border-bottom: 1px solid #477247;
	border-top: 1px solid #A4C6A4;
	background: #629C62;
	color: #000000;
	Padding-top:5px;
}
.ProductPriceTable select option{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #EEFEEE;
	border-top: 1px solid #BAC18E;
	background: #D0D6B4;
	color: #004B01;
}
.ProductPriceTablePriceTable {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	border:none;
}
.ProductPriceTablePriceTable td {
	border:none;
	padding:0px;
}
.ProductPriceTablePriceTable input {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #EEFEEE;
	border-right: 1px solid #EEFEEE;
	border-top: 1px solid #BAC18E;
	border-left: 1px solid #BAC18E;
	color: #556655;
	text-align: right;
}
.ProductPriceTablePriceTableSizeCell {
	display:none;
}

