
.spacer
{
	display:block;	
}

/* black normal text (also used for form elements) */
.view1_item 
	{ font-family: Arial, Helvetica, sans-serif; 
	  font-size: 12px; 
	  color: #000000; 
	  font-weight: normal;
	}

/* comments blue bold text */
.view1_bluebold 
	{ font-family: Arial, Helvetica, sans-serif;
	  font-size: 12px;
	  color: #000080;
	  font-weight: bold;
	}

/* black bold text */
.details1_blackbold 
	{ font-family: Arial, Helvetica, sans-serif;
	  font-size: 12px; 
	  color: #000000; 
	  font-weight: bold; 
	}

/* burgandy bold text */
.payment2_burgandybold 
	{ font-family: Arial, Helvetica, sans-serif;
	  font-size: 12px;
	  color: #800000;
	  font-weight: bold;
	}

/* red bold text */
.view1_redbold 
	{ font-family: Arial, Helvetica, sans-serif;
	  font-size: 12px;
	  color: #bb0000;
	  font-weight: bold; 
	}

/* gray table cell color and text */
.MENUcontent_LIGHTGRAYbg, .MENUcontent_LIGHTGRAYbg th, .MENUcontent_LIGHTGRAYbg td
	{ background: #eeeeee;
	  font-weight:normal;
	  COLOR: #777777;
	  font-family:arial;
	  font-SIZE: 12px;
	}

/* 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 dotted */
.Horiz_Dot {
	background: white url('/images/checkout/h_dot.gif') repeat-x;
}
	
/* GENERAL ELEMENTS */

/* normal hyperlinks */
A:LINK 
	{ text-decoration:none;
    font-size: x-small;
}

/* normal active hyperlinks */
A:ACTIVE
	{ text-decoration:none;
	}

/* normal hover hyperlinks */
A:HOVER
	{ text-decoration: underline;
	}
	
/* prevent borders in hyperlinks containing images */
a img
{
    border-style:none;
}

/* table cells */
TD 
	{ font-family: Arial, Helvetica, sans-serif; 
	  font-size: 12px; 
	  color: #000000;
	} 

table.nopadding td
{
	padding: 0;
}

table.hcenter
{
	margin-left:auto;
	margin-right:auto;
}

