﻿/*  
    Static Guided Navigation

*/
.rm
{
    height:auto;
}
.layoutLeft
{
    width:20%;
}
.guidedNavigation
{ 
}

.guidedNavigation ul
{
 	margin: 0px 0px 0px 18px;
 	padding: 0px;
}

.guidedNavigation ul li
{
    line-height: 12px;
	list-style: none;
}

.guidedNavigation ul li a
{
	font-size: 11px;
	font-weight: bold;
}

.guidedNavigation ul li span
{
	font-size: 11px;
}

.guidedNavigation ul.guidedAllMany
{
    height: 200px;
    overflow: auto;
    padding-bottom: 2px;
}

.guidedNavigation ul.guidedAllManyKeep
{
    border-top: 1px dotted #5e5e5e;
    margin-top: 10px;
    padding-top: 8px;
}

.browseBlock
{
    background-color:#999; 
    width:152px; 
    height:18px; 
    padding-top:6px; 
    padding-right:8px; 
    padding-bottom:5px; 
    padding-left:15px; 
    border:solid; 
    border-color:#e0e0e0; 
    border-width:1px; 
    margin-left:4px;
}
.browseBlock span
{
    color:white; 
    display:block; 
    font-size:17px; 
    font-weight:normal;

}
.spacerDiv
{
    height:10px;
}
.paddingDiv
{
    padding-bottom:10px
}

.moreWTS
{
    margin-left:6px; 
    line-height:13px;
}

/* FilterLeft.css
    Styles common to all left-side filter controls. */

.filterLeft h4
{
	color: #003366;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 4px;
    margin-left: 10px;
    margin-top: 0px;
    text-transform: uppercase;
}

.filterLeft .filterOption, .filterLeft .clearFilter         /* Similar/Same as breadcrumbs.css. Clean up the two names. */
{
	float: right;
	margin-right: 10px;
}

.filterLeft .filterOption a, .filterLeft .clearFilter a
{
	color: #333333;
	font-weight: normal;
	font-size: 9px;
	text-transform: uppercase;
}

.filterLeft .filterOption img, .filterLeft .clearFilter img
{
    position: relative;
    top: -2px;
    vertical-align: middle;
}

.filterLeft div.more, .filterLeft li.more, .filterLeft li.less
{
    color: #333333;
	cursor: pointer;
    font-size: 11px;
    font-weight: normal;
    margin-right: 10px;
    margin-top: 4px;
    text-decoration: none;
    text-transform: uppercase;
}

.filterLeft div.more
{
    margin-left: 18px;
}

.filterLeft p.description
{
	color: #5e5e5e;
    font-size: 10px;
    font-weight: normal;
    line-height: 1.2;
    margin: 2px 0px 2px 0px;
    padding: 0px 2px 0px 10px;
    text-align: left;
}
