#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;
}


.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: #000;
	vertical-align: top;
	margin-bottom: 0;
     text-transform: uppercase;
     
}

td.OrderFormValue
{
	vertical-align: top;
	margin-bottom: 0;
        font-size: 95%;
}


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: 70%;
    text-align: right;
    padding-right: 10px;
}


.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;
}