/* SALESCART ELEMENTS */

/* black normal text (also used for form elements) */
.view1_item 
	{ font-family: Arial, Helvetica, sans-serif; 
	  font-size: 11px; 
	  color: #000000; 
	  font-weight: normal;
	}

/* comments blue bold text */
.view1_bluebold 
	{ font-family: Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  color: #000080;
	  font-weight: bold;
	}

/* black bold text */
.details1_blackbold 
	{ font-family: Arial, Helvetica, sans-serif;
	  font-size: 11px; 
	  color: #000000; 
	  font-weight: bold; 
	}

/* burgandy bold text */
.payment2_burgandybold 
	{ font-family: Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  color: #800000;
	  font-weight: bold;
	}

/* red bold text */
.view1_redbold 
	{ font-family: Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  color: #BB0000;
	  font-weight: bold; 
	}

/* red normal text */
.redtext 
	{ font-family: Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  color: #bb0000;
	  font-weight: normal; 
	}

/* gray normal text */
.graytext 
	{ font-family: Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  color: #777777;
	  font-weight: normal; 
	}

/* gray table cell color and text */
.MENUcontent_LIGHTGRAYbg 
	{ background: #EEEEEE;
	  font-weight:normal;
	  COLOR: #777777;
	  font-family:arial;
	  FONT-SIZE: 11px;
	}

/* table border */
.CSSsolidBORDER 
	{ border-style: solid;
 	  border-left-width: 1px;
	  border-top-width: 1px;
	  border-right-width: 1px;
	  border-bottom-width: 1px;
	  border-left-color: #AAAAAA;
	  border-right-color: #AAAAAA;
	  border-top-color: #AAAAAA;
	  border-bottom-color: #AAAAAA;
	}

/* horizontal table cell solid */
.Horiz_Solid 
	{ background: white url('../../images/gray_dot.gif') repeat-x;
	}

/* horizontal table cell dotted */
.Horiz_Dot 
	{ background: white url('../../images/h_dot.gif') repeat-x;
	}

/* vertical table cell shaded */
.Vert_DotSHADED 
	{ background: #EEEEEE url('../../images/v_dot.gif') repeat-y; 
	  font-weight:normal; 
	  COLOR: #666666; 
	  font-family:arial; 
	  FONT-SIZE: 11px;
	}

/* vertical table cell dotted */
.Vert_Dot 
	{ background: #FFFFFF url('../../images/v_dot.gif') repeat-y;
	  font-weight:normal; 
	  COLOR: #666666;
	  font-family:arial;
	  FONT-SIZE: 11px;
	}





/* GENERAL ELEMENTS */

/* normal hyperlinks */
A:LINK 
	{ text-decoration:none;
	}

/* normal active hyperlinks */
A:ACTIVE
	{ text-decoration:none;
	}

/* normal visited hyperlinks */
A:VISITED
	{ text-decoration:none;
	}

/* normal hover hyperlinks */
A:HOVER
	{ text-decoration: underline;
	}

/* table cells */
TD 
	{ font-family: Arial, Helvetica, sans-serif; 
	  font-size: 11px; 
	  color: #000000;
	} 

/* input types like textboxes */
INPUT 
	{ font-family: Arial, Helvetica, sans-serif; 
	  font-size: 11px; 
	  color: #000000; 
	  font-weight: normal;
	}

/* form dropdown boxes */
SELECT 
	{ font-family: Arial, Helvetica, sans-serif; 
	  font-size: 11px; 
	  color: #000000; 
	  font-weight: normal;
	  Background-color: #FFFFFF;
	}

/* form options */
OPTION 
	{ font-family: Arial, Helvetica, sans-serif; 
	  font-size: 11px; 
	  color: #000000; 
	  font-weight: normal;
	  Background-color: #FFFFFF;
	}

/* form textareas */
TEXTAREA 
	{ font-family: Arial, Helvetica, sans-serif; 
	  font-size: 11px; 
	  color: #000000; 
	  font-weight: normal;
	  Background-color: #FFFFFF;
	}


/* UNUSED SALESCART ELEMENTS */


/* not used */
.view1_yellow_hdrs	
	{  font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #FFB13E; font-weight: bold
	}

/* not used */
.view1_white_hdrs 
	{ font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; font-weight: bold 
	}

/* not used */
.view1_blue 
	{ font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000080; font-weight: normal
	}

/* not used */
.view1_white 
	{ font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; font-weight: normal
	}

/* not used */
.view1_bluesmall 
	{ font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000080; font-weight: normal 
	}

/* not used */
.view1_red 
	{ font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #BB0000; font-weight: normal
	}

/* not used */
.view1_whitesmall 
	{ font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; font-weight: normal 
	}

/* not used */
.details1_green_hdrs 
	{ font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #00FF00; font-weight: bold 
	}

/* not used */
.confirm2_black_hdrs 
	{ font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000000; font-weight: bold 
	}

/* not used */
.payment2_blacksmall 
	{ font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; font-weight: bold 
	}

/* not used */
.cellblue 
	{  background-color: #000080
	}

/* not used */
.cellgray 
	{ background-color: #DDDDDD
	}

/* not used */
.cellred 
	{ background-color: #800000
	}

/* not used */
.details1_black 
	{ font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; font-weight: normal
	}

/* not used */
.celltan 
	{ background-color: #FCE9C9
	}

/* not used */
.view1_blueboldbig 
	{ font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #000080; font-weight: bold 
	}

/* not used */
.details1_blackboldbig 
	{ font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #000000; font-weight: bold 
	}

/* not used */
.confirm2_black_hdrs2 
	{ font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; font-weight: bold 
	}
