.highlightNode
{
	background-color: Yellow;
}

#lblProductName
{
	display: block;
}

td {
	text-align: left;
	vertical-align: top;
	font-family:Tahoma;
	font-size:11px;
	color:#646464;
}
form
{
	margin:0px;
}
a {

	text-decoration: none;
	color:#646464;
}
a.none {

	text-decoration: none;
	color:#646464;
}
a.u {

	text-decoration: underline;
	color:#646464;
}
.headg
{
	color:#646464;
	text-transform:uppercase;
	font-weight:bold;
}
.headw
{
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:bold;
}
.menu
{
	color:#7F7F7F;
}
a.menu
{
	color:#7F7F7F;
	text-decoration:none;
}
.top1
{
	color:#6E6E6E;
}
.top2
{
	color:#FFFFFF;
}
a.top2
{
	color:#FFFFFF;
	text-decoration:none;
}
.blue
{
	color:#0089DA;
	font-weight:bold;
	text-transform:uppercase;
}
a.blue
{
	color:#008ADC;
	font-weight:normal;
	text-transform:none;
	font-size:10px;
	text-decoration:none;
}
a.green
{
	color:#90BE00;
	font-weight:bold;
	font-size:10px;
	text-decoration:underline;
}
a.green_none
{
	color:#90BE00;
	font-size:10px;
	text-decoration:none;
}	
.gray
{
	color:#9B9B9B;
	font-weight:bold;
}
.red
{
	color:#DD4300;
	font-weight:bold;
}
.copy
{
	color:#7F7F7F;
}
a.copy
{
	color:#7F7F7F;
	text-decoration:none;
}

P.linkBar A
{
    padding: 0 5px 0 5px;
}

.searchBox
{
    width: 135px; 
    height: 19px; 
    font-family: Tahoma; 
    font-size: 11px;
    background-color: #FFFFFF; 
    color: #7F7F7F;
    margin-bottom: 5px;
}




/* BODY - CATEGORY GRID */

#lblCategoryHeading
{
    font-size: medium;
    font-weight: bold;
    background-color: white;
    color: #259fe5;
    padding: 2px 5px 2px 5px;
}

TABLE.categoryGrid
{
    margin-top: 10px; 
}

TABLE.categoryGrid TR.categoryImages TD
{
    padding-bottom: 5px;
    padding-top: 8px;
    border-right: solid 1px #cccccc; 
    text-align: center;    
    vertical-align: middle;   
}

TABLE.categoryGrid TR.categoryLinks TD
{
    width: 33%;
    padding-bottom: 5px;
    padding-top: 5px;
    border-right: solid 1px #cccccc; 
    border-bottom: solid 1px #cccccc; 
    text-align: center;    
}

TABLE.categoryGrid TR TD.lastRow
{
    border-right: 0;  
}


/* BODY - PRODUCT GRID */

TABLE.wucProductGrid TR TD
{
    padding-bottom: 5px;
    padding-top: 8px;
    border-right: solid 1px #cccccc; 
    border-bottom: solid 1px #cccccc; 
    text-align: center;    
    vertical-align: middle;    
}

TABLE.wucProductGrid TR TD
{
    padding-top: 20px;
    padding-bottom: 20px;
}


TABLE.wucProductGrid TR TD.lastRow
{
    border-right: 0;      
}

TABLE.wucProductGrid TR TD DIV.singleProductResultCategory
{
    padding-bottom: 8px;
}

TABLE.wucProductGrid TR TD .singleProductImage A
{
    text-decoration: none;
}

TABLE.wucProductGrid TR TD .singleProductImage A span.underline
{
    text-decoration: underline;
}


/* BODY - SINGLE PRODUCT */

DIV#singleProductDetails
{
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    color: Black;
}

DIV#singleProductDetails H2#productName
{
    color: Black;
    font-weight: bold;
    font-size: small;
}

DIV#singleProductDetails SPAN#lblPageDescription P.highlight
{
    color: Black;
}

DIV#singleProductDetails P.categoryDescription
{
    color: Black;
}

DIV#singleProductDetails P.categoryDescription STRONG
{
    font-weight: bold;
    background-color: #f3e86f;
}


DIV#singleProductDetails DIV.modalBackground 
{
    background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
        
DIV#singleProductDetails DIV.modalForeground
{
    background-color: white;
    text-align: center;
    width: 250px;
    height: 110px;
    border: solid 3px gray;
    padding: 10px 15px 10px 15px;
}

DIV#singleProductDetails DIV.modalForeground P.modalForeground
{
    padding: 5px 0px 5px 0px;
    margin: 0px 0px 0px 0px;
    font-weight: bold;
    color: black;
}


DIV#singleProductDetails IMG#imgProduct
{
    margin-top: 15px;
    margin-bottom: 15px;
}

DIV#singleProductDetails DIV#divProductDetails
{
    margin: 0;
    padding: 0;
}

.sendButton
{
    text-align: right;
}

.payNow
{
    text-align: center;
}

TABLE.totals TR TD
{
    font-weight: bold;
    text-align: right;     
 
}
