/*
'--------------------------------------------------------------------------------------
' mzbulbspring.com
' INCLUDE: CSS for the cart/basket - basketstyles.css
' History:
'--------------------------------------------------------------------------------------
*/

/* Styles for the internal price table for the template */

@import "basketTableSpring.css";

.BasketTable select{
	background: white;
	border: 1px solid #6C038F;
	font: 12px "Times New Roman", Times, serif;
}
.BasketTable select optgroup{
	font: 12px "Times New Roman", Times, serif;
	border-right: 1px solid #6C038F;
	border-left: 1px solid #ECDDF0;
	border-bottom: 1px solid #6C038F;
	border-top: 1px solid #ECDDF0;
	background: #9F56B8;
	color: #FFFFFF;
	Padding-top:5px;
}
.BasketTable select option{
	font: 12px "Times New Roman", Times, serif;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #C192D1;
	background: #D8BBE1;
	color: black;
}
.BasketTable input {
	background: white;
	font: 12px "Times New Roman", Times, serif;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #C192D1;
	border-left: 1px solid #C192D1;
	color: #64516A;
	text-align: right;
}
.BasketTable input:focus {
	background: #F0F0F0;
	color: black;
}

.BasketTableA {
	color: #990099;
}
.BasketTableA:visited {
	color: #990099;
}

#greenBuyButton {
	margin: 1px;
	padding: 1px;
	color: #FFFFFF;
	text-decoration: none;
	font: 12px "Times New Roman", Times, serif;
	border-top: 1px solid #AA67C0;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #AA67C0;
	background: #6C038F;
}
#greenBuyButton:link {
	margin: 1px;
	padding: 1px;
	color: #FFFFFF;
	text-decoration: none;
	font: 12px "Times New Roman", Times, serif;
	border-top: 1px solid #AA67C0;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #AA67C0;
	background: #6C038F;
}
#greenBuyButton:visited {
	margin: 1px;
	padding: 1px;
	background: #6C038F;
	color: #FFFFFF;
	text-decoration: none;
	font: 12px "Times New Roman", Times, serif;
	border-top: 1px solid #AD9AB4;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #AD9AB4;
}
#greenBuyButton:hover {
	color: #6C038F;
	background: #F0F0F0;
}

#greenBuyButton:active {
	margin: 1px;
	padding: 1px;
	color: #FFFFFF;
	text-decoration: none;
	font: 12px "Times New Roman", Times, serif;
	border-top: 1px solid #000000;
	border-right: 1px solid #AA67C0;
	border-bottom: 1px solid #AA67C0;
	border-left: 1px solid #000000;
	background: #6C038F;
}

/* Styles for the internal price table for the template */
.ProductPriceTable {
	border: 1px solid black;
	background: #ECDDF0;
	font: 12px "Times New Roman", Times, serif;
}
.ProductPriceTable th{
	background: #9F56B8;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 2px solid #670189;
	border-top: 2px solid #DCCAE1;
	border-right: 2px solid #670189;
	border-left: 2px solid #FFFFFF;
	color: white;
}
.ProductPriceTable td{
	padding: 4px;
	color: #310141;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #C192D1;
	border-right: 1px solid #C192D1;
}
.ProductPriceTableSizeCell {
	text-align: right;
}
.ProductPriceTablePriceCell {
	text-align: right;
}
.ProductPriceTable select{
	background: white;
	border: 1px solid #6C038F;
	font: 12px "Times New Roman", Times, serif;
}
.ProductPriceTable select optgroup{
	font: 11px "Times New Roman", Times, serif;
	border-right: 1px solid #6C038F;
	border-left: 1px solid #ECDDF0;
	border-bottom: 1px solid #6C038F;
	border-top: 1px solid #ECDDF0;
	background: #9F56B8;
	color: #FFFFFF;
	Padding-top:5px;
}
.ProductPriceTable select option{
	font: 11px "Times New Roman", Times, serif;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #C192D1;
	background: #D8BBE1;
	color: black;
}
.ProductPriceTablePriceTable {
	font: 10px "Times New Roman", Times, serif;
}
.ProductPriceTablePriceTable input {
	background: white;
	font: 11px "Times New Roman", Times, serif;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #C192D1;
	border-left: 1px solid #C192D1;
	color: #64516A;
	text-align: right;
}

#BasketTableNotes {
	font: 11px Arial, Helvetica, sans-serif;
	text-align: left;
}
.BasketTableGreenLink {
	color: #8C34A9;
}
.BasketTableGreenLink:hover {
	color: black;
}

/* Styles for the recordset pagenation table */
.PageIndex {
	border: 1px solid black;
	background: #B58EC1;
	font: 11px "Times New Roman", Times, serif;
}
.PageIndex th{
	color: #FFFFFF;
	background: #8E629D;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 2px;
	border-bottom: 1px solid #674772;
	border-top: 1px solid #BDA4C6;
	border-right: 1px solid #674772;
	border-left: 1px solid #BDA4C6;
}
.PageIndex td{
	padding: 4px;
	color: #3E3540;
	border-top: 1px solid #FBEFFE;
	border-left: 1px solid #FBEFFE;
	border-bottom: 1px solid #B58EC1;
	border-right: 1px solid #B58EC1;
	background: #DBC8E1;
}
.PageIndex a {
	color: #600080;
}
.PageIndex a:hover {
	color: black;
}
.PageIndex select{
	background: white;
	border: 1px solid #6C038F;
	font: 12px "Times New Roman", Times, serif;
}
.PageIndex select optgroup{
	font: 11px "Times New Roman", Times, serif;
	border-right: 1px solid #674772;
	border-left: 1px solid #BDA4C6;
	border-bottom: 1px solid #674772;
	border-top: 1px solid #BDA4C6;
	background: #8E629D;
	color: #000000;
	Padding-top:5px;
}
.PageIndex select option{
	font: 10px "Times New Roman", Times, serif;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #C192D1;
	background: #D8BBE1;
	color: black;
}
/* Styles for listings in MyAccount area */
.MAListingTable {
	border: 1px solid black;
	background: #ECDDF0;
	font: 12px "Times New Roman", Times, serif;
}
.MAListingTable th{
	background: #9F56B8;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #670189;
	border-top: 1px solid #DCCAE1;
	border-right: 1px solid #670189;
	border-left: 1px solid #DCCAE1;
	color: white;
}
.MAListingTable td{
	padding: 4px;
	color: #310141;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #C192D1;
	border-right: 1px solid #C192D1;
}
.MAListingTable select{
	background: white;
	border: 1px solid #6C038F;
	font: 12px "Times New Roman", Times, serif;
}
.MAListingTable select optgroup{
	font: 12px "Times New Roman", Times, serif;
	border-right: 1px solid #6C038F;
	border-left: 1px solid #ECDDF0;
	border-bottom: 1px solid #6C038F;
	border-top: 1px solid #ECDDF0;
	background: #9F56B8;
	color: #FFFFFF;
	Padding-top:5px;
}
.MAListingTable select option{
	font: 12px "Times New Roman", Times, serif;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #C192D1;
	background: #D8BBE1;
	color: black;
}
.MAListingTable input {
	font: 12px "Times New Roman", Times, serif;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #C192D1;
	border-left: 1px solid #C192D1;
	color: #64516A;
	text-align: right;
}
.MAListingTable input:focus {
	background: #FFFFFF;
	color: black;
}
.MAListingTable th a {
	color: white;
	text-decoration: underline;
}
.MAListingTable th a:hover {
	color: black;
}
.MAListingTable a {
	color: #600080;
}
.MAListingTable a:hover {
	color: black;
}
.MAselect{
	background: white;
	border: 1px solid #6C038F;
	font: 12px "Times New Roman", Times, serif;
}
.MAselect optgroup{
	font: 12px "Times New Roman", Times, serif;
	border-right: 1px solid #6C038F;
	border-left: 1px solid #ECDDF0;
	border-bottom: 1px solid #6C038F;
	border-top: 1px solid #ECDDF0;
	background: #9F56B8;
	color: #FFFFFF;
	Padding-top:5px;
}
.MAselect option{
	font: 12px "Times New Roman", Times, serif;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #C192D1;
	background: #D8BBE1;
	color: black;
}
#MATHSEL {
	color: yellow;
	text-decoration: underline;
}
#MATHSEL:hover {
	color: black;
}
.GreenFormButton {
	padding-top: 1px;
	padding-bottom: 1px;
	color: #FFFFFF;

	color: #FFFFFF;
	text-decoration: none;
	font: 12px "Times New Roman", Times, serif;
	border-top: 1px solid #AA67C0;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #AA67C0;
	background: #6C038F;
}
