﻿.rootNode
{
background-image:url(../images/rootCategory.gif);
background-repeat:no-repeat;
background-position:left center;
text-align:center;
width:140px;
height:35px;
font-weight:bold;
line-height:35px;
font-size:14px;
color:#ffffff;
overflow:hidden;

}

.selectedNode
{
color: #fddb78;
background-color:#fddb78;
}

.node
{
line-height:25px;
}



.node a{text-decoration: none; color:#666666}
.node a:link {color: #666666; text-decoration: none}
.node a:visited {color: #666666; text-decoration: none}
.node a:active {color: #666666; text-decoration: none}


.rootNode a{text-decoration: none; color:#ffffff}
.rootNode a:link {color: #ffffff; text-decoration: none}
.rootNode a:visited {color: #ffffff; text-decoration: none}
.rootNode a:active {color: #ffffff; text-decoration: none}

.categoryItem
{
    float:left;
	width:200px; 
	height:120px; 
	overflow:hidden;
	background-repeat:no-repeat;  background-position:center center;
	margin:10px 40px 10px 0px;
	border:solid 1px #cccccc
}
.categoryItemButtom
{
    width:200px; 
	height:120px; 

}


div.productItem
{
	 float:left;
	 width:130px; 
	 height:200px; 
	 margin:20px  11px 20px  0px; 
	 background-image:url(../images/product_bg.gif); 
	 background-repeat:no-repeat; 
	 overflow:hidden;
}

.productItem div.thumbnail
{
	background-position:center;  margin:5px; width:120px; height:120px; background-repeat:no-repeat; overflow:hidden
}


.productItem div.text{text-align:center;margin:5px; overflow:hidden;}