/* Shoe finder styles */

.shoefinderLeaf { list-style-type: none;
	margin-left:10px; }
.shoefinderTree { list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif; }

.suggested { font-size:17px; color:#676767; margin-left:10px;
font-weight:bold; text-transform:uppercase; }

.suggestion  { font-size:17px; color:#676767; margin-left:10px;
font-weight:bold; text-transform:uppercase;font-style:italic; }

/*
----------- TreeView component
*/
.iceTreeRow {
    white-space: nowrap;
    vertical-align: middle;
    padding: 0;
	color:#64514A;
	letter-spacing: .175em;
	text-transform: uppercase;
	width:180px;
	font-weight:bold;
	font-style:italic;
	font-size:11px;
}

.iceTreeRow a {
    text-decoration: none;
    cursor: pointer;
    padding: 0;
    /*padding-left: 3px;*/
    vertical-align: middle;
	font-size:10px;
	font-style:normal;
	letter-spacing:normal;
}

.iceTreeRow a:hover {
    text-decoration: underline;
}

.iceTreeRow img {
    border: 0;
    vertical-align: middle;
    background-repeat: repeat-y;
    padding: 0;
}
.iceTreeRow > img{
    /*width: 10px;*/
    /*height:16px;*/
}


.iceTreeRow a img {
/* vertical-align: top; - Bug in FF, when img has focus it is not highlighted with a box.*/
    background-repeat: repeat-y;
    border: 0;
    padding: 0;
}

.iceTreeRow * div {
    padding-top: 2px;
    vertical-align: middle;
	text-align:left;
}



