

BODY {
	font : 12px sans-serif; background-color: #DD9F23;
}

TD {
	font : 12px sans-serif; background-color: #FFFFFF;
}

.bigtext {
	font-size : 14px ;
}

.normaltext {
	font-size : 12px ;
}

.mediumtext {
	font-size : 11px ;
}

.smalltext {
	font-size : 10px ;
}

.price {
	color : #7A0017;
	font-weight:  bold;
	font-size : 14px;
}

.highlight {
	color : #7A0017;
	font-weight:  bold;
}

.alert {
	color : #7A0017;
	font-weight:  bold;
	font-size : 11px;
}

.categoryHeader {
	color : #034503;
	font-weight:  bold;
	font-size : 14px;
	
	background-color: #EEECED;
}

.greenText {
	color : #034503;
}
.whiteText {
	color : #FFFFFF;
}
a:link {color: #034503; text-decoration: none; }
a:active {color: #034503; text-decoration: none; }
a:visited {color: #034503; text-decoration: none; }
a:hover {color: #61B061; text-decoration: underline; }
a.whiteText:link {color: #FFFFFF; text-decoration: none; }
a.whiteText:active {color: #FFFFFF; text-decoration: none; }
a.whiteText:visited {color: #FFFFFF; text-decoration: none; }
a.whiteText:hover {color: #e2e2e2; text-decoration: underline; }


.button
{
    BORDER-BOTTOM: #006699 1px solid;
    BORDER-LEFT: #006699 1px solid;
    BORDER-RIGHT: #006699 1px solid;
    BORDER-TOP: #006699 1px solid;
    FONT-FAMILY: Tahoma, sans-serif;
	BACKGROUND-COLOR: #E5E5E5;
    FONT-SIZE: 8pt;
    border-padding: 0
}

.columnHeader {

border-right:1px solid #ffffff; 
border-bottom:1px solid #ffffff;  
text-align:center;
  color: #034503;
  font-weight: bold;
  padding: 2px;
  background: #c6c78b;
  //shopping-cart header/footer color
}
.rowStyle {
	
	border-right:2px solid #ffffff; 
	border-bottom:2px solid #ffffff;  
	color: #000000;
	padding: 2px;
	background: #f4f4f4;
}

.tableColumnHeader {

border-right:2px solid #ffffff; 
border-bottom:2px solid #ffffff;  
text-align:center;
 

  color: #034503;
  font-weight: bold;
  padding: 4px;
  background: #c6c78b;
  //shopping-cart header/footer color
}

.tableColumnHeaderRight {

border-right:2px solid #DFECDE; 
border-bottom:2px solid #ffffff;  
text-align:right;
 

  color: #034503;
  font-weight: bold;
  padding: 4px;
  background: #c6c78b;
  //shopping-cart header/footer color
}
.tableRowData {
	
	border-right:2px solid #ffffff; 
	border-bottom:2px solid #ffffff;  
	text-align:center;
	color: #000000;
	padding: 5px;
	background: #EEECED;
}

.tableRowDataLeft {
	
	border-right:2px solid #ffffff; 
	border-bottom:2px solid #ffffff;  
	text-align:left;
	color: #000000;
	padding: 5px;
	background: #EEECED;
}

.tableRowDataRight {
	
	border-right:2px solid #EEECED; 
	border-bottom:2px solid #ffffff;  
	text-align:right;
	color: #000000;
	padding: 5px;
	background: #EEECED;
}

.tableRowData2 {
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
	background: #EEECED;
}

.tableBox {
	BORDER-TOP: #c0c0c0 1px solid; 
	BORDER-RIGHT: #c0c0c0 1px solid; 
	BORDER-lefT: #c0c0c0 1px solid; 
	BORDER-BOTTOM: #c0c0c0 1px solid;
}


input.NoImageBorder{
	border: 0;
}

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; font-weight:bold; }


input, select, textarea {
	border: 1px solid #034503;
	background-color: #FFFFFF;
}

input.errHilite, select.errHilite, textarea.errHilite {
	background-color: #CDD7E5;
}
	
ul#errors {
	display: none;
	background-color: #FFE;
	border: 1px solid #CC9;
	color: #C00;
	font-weight: bold;
	}	
ul#errors li {
	margin-top: .5em;
	margin-bottom: .5em;
	padding: 0;
	}
ul#errors li.heading {
	list-style-type: none;
	color: #000;
	font-weight: normal;
	font-style: italic;
	padding: 0;
	}	

