/*
'--------------------------------------------------------------------------------------
' jungseed.com
' INCLUDE: CSS for the product display - dp.css
' History:
' 4/9/2007 - Finalized - MKA
'--------------------------------------------------------------------------------------
*/

.ProductNoOrder {
	border: 1px solid black;
	background: #DDE1C8;
	font: bold 12px 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;
}

.ProductMaster {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
}
.ProductDescCell {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	padding-bottom:10px;
	text-align: left;
}
.ProductDetails {
	border: 1px solid black;
	background: #DDE1C8;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
.ProductImageTable {
	margin-left: 10px;
	margin-top: 5px;
}
.ProductImageCell {
	background: #629C62;
	border-top: 1px solid #A4C6A4;
	border-left: 1px solid #A4C6A4;
	border-bottom: 1px solid #477247;
	border-right: 1px solid #477247;
	padding: 0px;
	width:1px;
}
.ProductImageCell IMG {
	border-top: 1px solid #477247;
	border-left: 1px solid #477247;
	border-bottom: 1px solid #A4C6A4;
	border-right: 1px solid #A4C6A4;
	padding: 0px;
	margin: 2px;
}
.ProductDetails th{
	background: #4ca849;
	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;
	color: white;
}
.ProductDetails td{
	padding: 4px;
	color: #354035;
	border-top: 1px solid #EEFEEE;
	border-left: 1px solid #EEFEEE;
	border-bottom: 1px solid #BAC18E;
	border-right: 1px solid #BAC18E;
}
.ProductDetails td strong{
	color: #004B01;
	background: #D0D6B4;
	border-top: 1px solid #EEFEEE;
	border-left: 1px solid #EEFEEE;
	border-bottom: 1px solid #BAC18E;
	border-right: 1px solid #BAC18E;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 1px;
	padding-right: 2px;
	line-height:16px;
}
/* Styles for the internal price table for the template */
.ProductPriceTable {
	border: 1px solid black;
	background: #DDE1C8;
	font: 12px 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;
}
.ProductPriceTable td{
	padding: 4px;
	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;
}
.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;
}

/* Styles for the associated products table for the template */
.ProductAssTable {
	border: 1px solid black;
	background: #DDE1C8;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
.ProductAssTable 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;
}
.ProductAssTable td{
	padding: 4px;
	color: #354035;
	border-top: 1px solid #EEFEEE;
	border-left: 1px solid #EEFEEE;
	border-bottom: 1px solid #BAC18E;
	border-right: 1px solid #BAC18E;
}
.ProductAssTable a{
	color: green;
}

#greenBuyButton:link {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #000000;
	color: #FFFFFF;
	text-decoration: none;
	font: 12px Arial, Helvetica, sans-serif;
	border-top: 1px solid #9EB39A;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #9EB39A;
}
#greenBuyButton:visited {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #000000;
	color: #FFFFFF;
	text-decoration: none;
	font: 12px Arial, Helvetica, sans-serif;
	border-top: 1px solid #9EB39A;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #9EB39A;
}


#greenBuyButton:active {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #1C3917;
	color: #FFFFFF;
	text-decoration: none;
	font: 12px Arial, Helvetica, sans-serif;
	border-top: 1px solid #000000;
	border-right: 1px solid #9EB39A;
	border-bottom: 1px solid #9EB39A;
	border-left: 1px solid #000000;
}

