
/*Floats and Clearing
-------------------*/
.fR{
	float:right;
}
.fL{
	float:left;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#floatClear{
	float:left;
}
#clBoth{
	clear:Both;
}

/* Tables
-------------------------------------------------------------- */

table   {border-bottom: 2px solid #ccc;}


.productList
{
	float:left;
}

/****************************************
 * Guided Nav
 ***************************************/
#guidedNav *
{
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
}


ul#guidedNav
{
	padding: 0;
	height: 21px;
	width: 900px;
	margin: 0 0 0 1em;
	background: #ffffff;
	position: relative;
	width:630px;
}

#guidedNav li
{
	position: relative;
	list-style: none;
	float: left;
	padding: 0px 1px 0px 5px;
	background: url(../images/search/navtab_off_li.gif) no-repeat;

}


#guidedNav li.welcome a
{
	color: #ffffff;
}

#guidedNav li a
{
	padding: 4px 8px 4px 4px;
	display: block;
	float: left;
	color: #3b3b3b;
	text-decoration: none;
	background: url(../images/search/navtab_off_a.gif) no-repeat top right;

	font-weight: normal;
	font-size:12px;
}

#guidedNav li a.disabled
{
	color:#ccc;
}

#guidedNav li ul
{
	padding: 0 0 5px 0;
	display: none;
	position: absolute;
	float: left;
	width: 190px;
	top: 23px; /* Tweaks distance between top row and second level lists */
	/*clear:both;*/
	background: #747474 url(../images/search/navtab_bg.gif) repeat-x top;
	/*to stop IE from dropping list on mouse over */
	border:none;
	border-top: none;
	min-height: 50px;
}

#guidedNav li:hover ul,#guidedNav li.hover ul
{
	left: 0px;
	background-position: 0 0;
	display: block;
}

#guidedNav li ul li
{
	padding: 0;
	float: none;
	margin: 1px 0 0 0;
	margin-top: 0px;
	background: none;
}

#guidedNav li ul li a,#guidedNav li.Current li a
{
	display: block;
	width: 180px;
	margin: 0;
	padding: 2px 0 2px 8px;
	float: none;
	text-decoration: none;
	/*color:#4e4e4e;*/
	color: #fff;
	height: auto;
	font-weight: normal;

	background: none;
}

#guidedNav li ul li a:hover
{
	color: #ffffff;
	background: #5b5b5b;
}

/***************************************
* Remove Filters
****************************************/

.removeFilters
{
	background: #ffffff url(../images/search/filterbar.gif) no-repeat;
	margin: 0;
	padding:0.3em 0;
	display:block;
	color:#7d3d20;
	font-size:13px;
	width:710px;
}

.removeFilters a
{
	background: url(../images/search/filterremove_x.gif) no-repeat left;
	color: #000;
	text-decoration: none;
	white-space:nowrap;
	padding: 4px 4px 4px 20px;
	line-height:28px;
	font-size:12px;
}
.removeFilters a span
{
	background: url(../images/search/filterremove_n.gif) no-repeat right;
	padding: 4px 10px 4px 0px;
}
.removeFilters a:hover
{
	color: #4e4e4e;
	text-decoration: underline;
}
.removeFilters .left
{
	float:left;
	width:50px;
	margin:.3em 0 0 1em;
}
.removeFilters .right
{
	float:right;
	width:635px;
}

/****************************************
 * Pagination
****************************************/
.paginationNG
{
	background: #d2d2d2 url(../images/search/pag_ng_bg.gif) repeat-x bottom;
	margin: 0;
	padding: 0;
	height: 30px;
	display:block;
}

.paginationNG h4
{
	color: #3b3b3b;
	padding: .1em 0px .5em 1em;
	margin: 0;
	float: left;
	font-size:13px;
}

ul.paginationNGLinks
{
	float: right;
	border: none;
	padding: 5px 0px 0 0;
	margin: 0;
}
ul.paginationNGLinks li {
	border: none;
	float: left;
	list-style: none;
	min-width: 30px;
}

ul.paginationNGLinks li a
{
	color: #3b3b3b;
	text-decoration: none;
	padding: 2px 4px;
}

ul.paginationNGLinks li a:hover
{
	color: #4e4e4e;
	text-decoration: underline;
}

ul.paginationNGLinks li.currentPage a
{
	color: #3b3b3b;
	text-decoration: none;
	font-weight: bold;
	cursor: text;
	min-width: 35px;
}
.currNavDiv
{
	text-align: center; border:1px solid #dcdcdc; 
	width:33px;; background-color: #fff;  
	vertical-align:middle; min-height:16px; height:auto;
}
.nxtDiv{min-width:40px;}

ul.paginationNGLinks li.currentPage a:hover
{
	text-decoration: none;
	color: #3b3b3b;
}

.paginationNGFilters {
	background: #e3e4e6 url(../images/search/filters_base2.gif) no-repeat 0 bottom;
	margin: 0;
	padding: 1em;
	height: 2em;
}
form#pageSelectNG {
	float:right;
	margin-left:1em;
}
form#pageSelectNG .jsOff, form#sortByNG .jsOff{
	display:none;
}
