
/*********** COMMON (Links, table formatting, etc) ***********/
td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

.fullBorder {
	border: 1px solid #999999;
}

.topBorder {
	border-top: 1px solid #999999;
}

.leftBorder {
	border-left: 1px solid #999999;
}


.rightBorder {
	border-right: 1px solid #999999;
}

.bottomBorder {
	border-bottom: 1px solid #999999;
}

.fullBorderDotted {
	border: 1px solid #999999;
}

.topBorderDotted {
	border-top: 1px solid #999999;
}

.leftBorderDotted {
	border-left: 1px solid #999999;
}


.rightBorderDotted {
	border-right: 1px solid #999999;
}

.bottomBorderDotted {
	border-bottom: 1px solid #999999;
}

a.navLinkSelected {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #223344;
	text-decoration: none;
	padding: 0px 2px 0px 2px;
}

a.navLinkSelected:visited {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #223344;
	text-decoration: none;
	padding: 0px 2px 0px 2px;
}

a {
	color: #597923;
	/*text-decoration: underline;*/
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #597923;	/* text-decoration: underline; */
}

.headerLogo {
	background-color: #FFFFEE;
}

.headerText {
	color:#FFFFFF;
	font-family:'Arial-BoldMT','Arial',sans-serif;
	font-size:19px;
	font-style:normal;
	font-variant:small-caps;
	font-weight:bold;
	letter-spacing:0.16em;
	line-height:29px;
	margin:0;
	opacity:1;
	padding-bottom:0;
	padding-top:0;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
}

.padR20 {
	padding: 0px 20px 0px 0px;
}

/***********  REGISTRATIONS ***********/

#regBizInfo {
	border: 1px dotted #666666;
	width: 500px;
}

#regBizInfo td {
	font-size: 12px;
}
	
#regContactInfo {
	border: 1px dotted #666666;
	width: 500px;
}

#regContactInfo td {
	font-size: 12px;
}
	
#regBillInfo {
	border: 1px dotted #666666;
	width: 500px;
}

#regBillInfo td {
	font-size: 12px;
}

#regShipInfo {
	border: 1px dotted #666666;
	width: 500px;
}

#regShipInfo td {
	font-size: 12px;
}

.requiredText {
	color: #FF0000;
	font-weight: bold;
}

#confirmBillSame {
	display: none;
}

#confirmBillInfo {
	display: none;
}

#confirmShipSame {
	display: none;
}

#confirmShipInfo {
	display: none
}

/*********** ORDERING ***********/
.tinyText {
	font-size: 10px;
}

.smallText {
	font-size: 11px;
}
	
.itemQty {
	font-size: 10px;
	width: 35px;
	height: 12px;
}

.itemDisplay {
	padding: 5px 5px 5px 5px;
	border: 1px dotted #BBBBBB;
	width: 200px;
}

.itemDisplayImage {
	border: 1px dotted #BBBBBB;
}

.itemDisplayInfo {
}

.itemDisplayPriceInfo {
}

.itemDisplayCartLink {
}

.itemDisplayDescription {
	font-size: 11px;
}

.rightBar {
	background-color: #EEEEEE;
	padding: 5px 5px 5px 5px;
	width: 140px;
}

#PickupDate {
	display: none;
}

.orderHistory {
	background-color: #FFFFFF;
}

.orderHistory td {
}

.orderHistory tr {
}

.checkoutInfo td {
	padding: 0px 0px 0px 15px;
}

.checkoutThanks {
	color: #424D26;
}

.productGroups {
	background-color: #BBD2A9;
	padding: 15px 0px 15px 0px;
	width: 250px;
}

.productGroupItem {
/*	background-color: #D1C322; */
	padding: 7px 5px 7px 5px;
	border-bottom: 1px dotted #EEEEEE;
}

.productGroupItem a {
	text-decoration: none;
	color: #597923; /*added*/
	font-size: 12px;
}

/*added*/
.productGroupItem a:hover {
	text-decoration:underline;
}

.productGroupItem a:visited {
	color: #597923;
	text-decoration:none;
}

.productGroupSubItem {
	padding: 5px 0px 5px 15px;/*changed from 2px 0px 2px 15px*/
	/*background-color: #EEEEEE;*/
}

.productGroupSubItem a {
	text-decoration: none;
	color: #597923; /*added*/
}

/*added*/
.productGroupSubItem a:hover {
	text-decoration:underline;
}

/*added*/
.productGroupSubItem a:visited {
	color: #597923;	
}

.productGroupSubItemSelected {
	padding: 2px 0px 2px 15px;
	background-color: #E8E9EB; /*added*/
}

.productGroupSubItemSelected a {
	color: #354915; /*added*/
	font-weight: normal;
	text-decoration: none;
}

.productContent {
	padding: 5px 5px 5px 5px;
}

/*changed from width: 185*/
.miniCart {
	width: 150px;
	height: 100px;
	border: 1px dashed #999999;

}

.miniCartItem {
	padding: 0px 0px 0px 20px;
}

.miniCartHeader {
	background-color: #FFFFEE;
}

/*********** PAGES ***********/

.genericContent {
	padding: 20px 20px 20px 20px;
	background-color: #FFFFFF;
}

.menuBar {
	background-color: #FFFFFF;
	padding: 15px 0px 15px 0px;
}

.menuBar td {
	padding: 0px 15px 0px 15px;
}

.menuBar a {
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 15px;
	color: #666;
}

a.menuBarSelected {
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 15px;
	color: #000000;
	font-weight: bold;
}

.shippingTable {
	width: 500px;
}

.shipTextLarge {
	font-size: 13px;
	font-weight: bold;
}

.homePageContent td {
	text-align: justify;
}

.tableListHeader {
	background-color: #777777;
	color: #FFFFFF;
	font-weight: bold;
}

.tableListHeader a {
	color: #FFFFFF;
	font-weight: normal;
}

.checkoutInfoTable {
	width: 300px;
}

/*********** MEMBER/LOGINS ***********/
.loginBox {
	width: 215px;
	background-color: #DDEEFF
}

/*********** ACTION POPUP ***********/

#popupAction {
	padding: 10px 10px 10px 10px;
	position: absolute;
	display: none;
	border: 1px dotted #999999;
	color: #FFFFFF;
	background-color: #354915;
	opacity:1;
	filter:alpha(opacity=100);
}

