body, td {
font-family:Tahoma,Sans serif;
}
.tree{
	padding-left:10px;
	background-color : White;
	width: 100%;
	height: 100%;

}
.tree table{
        border-left:1px dotted Gray;
}
.tree table .noborder{
        border-left:0px dotted Gray;
}
.tree hr{
        border:1px dotted Gray; 
        width:18px; height:1px;
        display: inline;
}

.tree .text{
        font-size : 80%;        
        padding-left: 5px;
        padding-right: 5px;
}

.tree .highlight{
        font-size : 80%;
        background-color : Highlight;
        border: 1px dotted ActiveBorder;
        padding-left: 5px;
        padding-right: 5px;
}

.tree .highlight a.nolink{
        color: white;   
        text-decoration: none;
}

.tree .text a.nolink{
        color: black;
        text-decoration: none;
}
.tree .text a.nolink:hover{
        color: blue;
        text-decoration: underline;
}

.tree .highlight a.changed{
	color: red;
	text-decoration: none;
}

.tree .text a.changed{
	color: Red;
	text-decoration: none;
}
.tree .text a.changed:hover{
	color: #FF4500;
	text-decoration: underline;
}

.categoryTitle {
	font-size : 80%;	
	text-align: center;
	color:white;
}

.categoryPrice1 {
	font-size : 80%;
	color: white;
	font-weight: bold;
}
.categoryPrice2 {
	font-size : 80%;
	color: white;
	font-style: italic;
}

.categoryDescription {
	font-size : 90%;	
	font-weight: bold;
	text-align: center;	
	color: white;
	text-transform:uppercase;
}

.categoryTitleDark {
	font-size : 80%;	
	text-align: center;
	color: Black;
	font-weight: bold;
}

.categoryDescriptionDark {
	font-size : 80%;	
	text-align: center;	
	color: Black;
}

.categoryHeader {
	font-weight: bold;
	text-align: center;		
	color: white;
}
.addtoshoppingcart{
    font-size: 80%;
	color: white;
}

.descriptionLink {
font-size: 90%;
color: white;
}
                
A.catalog_link {font-size: 90%;
		color: white;
		text-decoration: none}
A.catalog_link:HOVER {text-decoration: underline}