﻿#productsTreeView
{
    margin-left:20px;
    margin-bottom:20px;
    font-size:12px;
}
/*#productsTreeView li a
{
    font-size:14px;
    font-weight:bold;
    color:#000000;
}
#productsTreeView li.expandable a,
#productsTreeView li.collapsable a
{
    font-size:18px;
    font-weight:bold;
    color:#cc0000;
}*/
#productsTreeView li.collapsable
{
}
#productsTreeView li a:hover
{
    color:#cc0000;
    
}

#productsTreeView li.SelectedID a,
#productsTreeView li.SelectedID a:hover
{
    background-color:#CC0000;
    background-image:none;
    color:#FFFFFF;
    padding:5px;
}
#productsTreeView .nodeitem
{
    text-decoration:none;
    font-size:18px;
    font-weight:bold;
    color:#cc0000;
}
#productsTreeView .nodeitem:hover,
#productsTreeView .linkitem a:hover
{
	color: #FF6600;
	cursor: pointer;
}
#productsTreeView .linkitem a
{
    text-decoration:none;
    font-size:14px;
    font-weight:bold;
    color:#cc0000;
}
#detailimageswrapper
{
    margin-top:30px;
}
#detailimageswrapper img
{
    float:left;
    margin-right:9px;
    margin-bottom:10px;
}
#detailimageswrapper a.norightmargin img
{
    margin-right:0px;
}
