/* FORMS
_____________________________________________ */


.TableSpec
{
	font-size: 70%;
	width: 100%;
}

.tableGridViewHeader
{
	background-color: #EFF3FB;
	border-color: #B5C7DE;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 10px;
}

table.TableOrderForm
{
	font-size: 80%;
	color: #666666;
	margin-bottom: 3px;
}
td.OrderFormDesc
{
    font-weight: bold;
	color: #000066;
	vertical-align: top;
	margin-bottom: 0;
}

td.OrderFormValue
{
	vertical-align: top;
	margin-bottom: 0;
}

td.PCOrderFormValue
{
	font-size: 12px;
        line-height: 1.5em;
        height: 125px;
}


td.PCOrderFormDesc
{
	
}



td.OrderFormValueStrike
{
	text-decoration: line-through;
	vertical-align: top;
	margin-bottom: 0;
}
td.OrderFormDescSale
{
	font-weight: bold;
	color: Red;
	vertical-align: top;
	margin-bottom: 0;
}
td.OrderFormValueSale
{
	color: Red;
	vertical-align: top;
	margin-bottom: 0;
}

td.OrderFormDescDiscount, td.OrderFormDescDiscount a
{
	font-weight: bold;
	color: Green;
	vertical-align: top;
	margin-bottom: 0;
}
td.OrderFormValueDiscount, td.OrderFormValueDiscount a
{
	color: Green;
	vertical-align: top;
	margin-bottom: 0;
}

td.OrderFormDescDiscount a.discount
{
	font-weight: bold;
	color: Green;
	vertical-align: top;
	margin-bottom: 0;
}
td.OrderFormValueDiscount a.discount
{
	color: Green;
	vertical-align: top;
	margin-bottom: 0;
}
.field_label
{
    width: 20%;
    display: inline-block;
    font-size: 80%;
    text-align: right;
    padding-right: 10px;
    line-height: 1.9em;
}

.infoBox {
  xbackground: #660000;
  border: 1px solid #DDD;
}

.infoBoxContents {
  background: #ffffff;
  font-family: Arial, sans-serif, Verdana ;
  font-size: 90%;
}
.red
{
	color: #A00;
}
.ImageHeader
{
    float: right;
    padding: 4px;
}
table.TableHighlight
{
    font-family: Arial, sans-serif, Verdana ;
  	font-size: 90%;
	color: #666666;
	margin-bottom: 3px;
}

.TableHightlight td.larger 
{
    font-size: 100%;
}
.TableHighlight a:link, .TableHighlight a:visited { 
    text-decoration: underline; 
} 
.TableHighlight a:hover {
	text-decoration: none;
}


/* ProductMenu
_____________________________________________ */


#ProductMenu
{
	width: 100%;
	z-index: 0;
}
#ProductMenu UL, #ProductMenu LI {
	margin: 0;
	padding: 0;
	z-index: 0;
	border-bottom: 1px solid #CCC;
}
#ProductMenu UL LI {
	display: inline;
	
}
#ProductMenu UL LI A {
	font-size: 95%;
	padding: 2px;
	margin-left: 3px;
	display: inline-block;
	text-decoration: none;
	background-color: #FFF;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
#ProductMenu UL LI A:HOVER {
	background-color: #666;
	color: #FFF;
}
#ProductMenu UL LI A:ACTIVE {
	background-color: #eff3fb;
	color: #000;
	z-index: auto;
}