
/* Shoe finder styles */

.shoefinderLeaf { list-style-type: none;
	font-style: italic;
	text-transform: lowercase;
    font-size:9px;
	margin-left:20px;
	}
.shoefinderTree {	list-style-type: none;
    font-size:11px;;
	font-family: Georgia;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;


	 }

.shoefinderLeaf a:hover {
border-color: #676767;
color:#6F584A;
background-color:#ededed;
border-width: 1px 1px 1px 1px;
border-style:solid;
text-align:center;
margin: 4px 2px 4px 0px;
padding:2px 2px 2px 2px;
cursor:pointer; }

.suggested { font-size:18px; font-style:italic; color:#676767; margin-left:10px; 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;
	font-size:11px;
	line-height:15px;
}

.iceTreeRow a {
    text-decoration: none;
    color: #999999;
    cursor: pointer;
    padding: 0;
    /*padding-left: 3px;*/
    vertical-align: middle;
}

.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: 0;
    vertical-align: middle;
}



