form.searchwithintheseproducts{
	margin: 0px;
	height: 40px;
	padding: 2px 0px 0px 0px;
}
#content #displaying-products-msg{
	color: #CECFCE;
	font-weight: bold;
}
.bluebox{
	width: 690px;
	background: #009ECE;
	color: White;
	border: 0px;
}
.bluebox a:hover{
	text-decoration: underline;
}
.bluebox p, .bluebox a, .bluebox a:visited{
	text-decoration: none;
	margin: 0px;
	color: #D6EFF7;
}
.bluebox a:hover{
	color: white;
	text-decoration: underline;
}
.bluebox-header{
	height: 33px;
	background: url(bluebox-header-bg.gif) top left repeat-x;
}
.bluebox-header-left{
	width: 60%;
	line-height: 33px;
	float: left;
	background: url(bluebox-header-left.gif) top left no-repeat;
	padding: 0px 0px 0px 14px;
	color: #D6EFF7;
}
.bluebox-header-right{
	width: 35%;
	line-height: 33px;
	float: right;	
	text-align: right;
	background: url(bluebox-header-right.gif) top right no-repeat;
	padding: 0px 14px 0px 0px;
	color: #D6EFF7;
}
.bluebox-contents{
	border-top: 1px #98D6EA solid;
	padding: 5px 10px 0px 10px;
}
.bluebox-footer-left{
	background: url(bluebox-bottom.gif) left bottom no-repeat;
}
.bluebox-footer-right{
	background: url(bluebox-bottom.gif) right bottom no-repeat;
}
.filter-box{
	vertical-align:top;
	padding-right: 1px;
	width:25%;
}
.filter-box a{
	display: block;
	line-height: normal;
}
.filter-box a.attribute{
	font-size: 0.75em;
	background-image: url(add.gif);
	background-position: left 3px;
	background-repeat: no-repeat;
	color: #D6EFF7;
	font-size: 12px;
	padding: 0px 5px 3px 23px;
	/*padding: 0px 5px 3px 0px;*/
}
.filter-box a.attribute-group, .filter-box p.appliedfilter-group{
	font-weight:bold;
	font-size: 0.85em;
	color: #D6EFF7;
	padding: 0px 5px 0px 0px;
}
.filter-box a.filterbox-more{
	font-weight: bold;
	font-size: 0.75em;
	color: #D6EFF7;
}
.filter-box p.appliedfilter{
	font-size: 0.75em;
	background: none;
	padding: 0px 5px 3px 0px;
	line-height: normal;
	color: Silver;
}
.filter-box a.appliedfilter{
	font-size: 0.75em;
	/*background-image: url(delete.gif);*/
	background-position: 2px left;
	background-repeat: no-repeat;
	/*padding: 0px 5px 3px 22px;*/
	padding: 0px 5px 3px 0x;
}
#exhaustive{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009ede;
	background: #efebde;
}
#exhaustive a{
	display:block;
	width: 100%;
	text-decoration: none;
	color: #009ede;
	font-size: 12px;
}
#exhaustive a:hover{
	text-decoration:underline;
}
#exhaustive table,#exhaustive td{
	vertical-align:top;
	border-collapse: collapse;
}

#attributes_popup{
	width: 639px;
	height: 380px;
}
#attributes_popup_contents{
	width: 100%;
	height: 380px;
	overflow:hidden;
}
#attributes_popup_title{
	width: 632px;
	height: 30px;
	padding: 0px 3px;
	font-weight:bold;
	font-size:1.5em;
	line-height:1.5em;
}
#attributes_popup_tools{
	width: 632px;
	height: 30px;
	padding: 0px 3px;
	line-height: 30px;
}
#attributes_popup_selected_attributes{
	width: 632px;
	height: 35px;
	padding: 3px;
	overflow-y: scroll;
	border-top: 1px white solid;
	border-bottom: 1px white solid;
}
#attributes_popup_left{
	float:left;
	width: 160px;
	height: 270px;
}
#attributes_popup_selected_group{
	display:block;
	background:white;
	line-height: 30px;
	width: 155px;
	margin-left: 5px;
	padding-left: 5px;
	border-top: 1px gray solid;
	border-left: 1px gray solid;
	border-bottom: 1px gray solid;
	overflow:hidden;
	font-weight: bold;
}
#attributes_popup_matching_groups{
	height: 262px;
	width: 155px;
	margin-left: 5px;
	border-right: 1px gray solid;
	border-bottom: 1px gray solid;
	border-left: 1px gray solid;
	overflow-y:scroll;
	overflow-x:hidden;
	background: #dedfde;
}
#attributes_popup_matching_groups a{
	display:block;
	width: 125px;
	padding: 2px 5px 3px 5px;  
}
#attributes_popup_right{
	background:white;
	float:left;
	width: 467px;
	height: 294px;
	padding: 0px 0px 0px 0px;
	border-top: 1px gray solid;
	border-right: 1px gray solid;
	border-bottom: 1px gray solid;
	overflow-y: scroll;
}
#attributes_popup_right p{
	font-size: 0.75em;
	margin: 3px 0px 2px 0px;
}

#attributes_popup_unselected_attributes a{
	display:block;
	padding: 2px 0px 2px 20px;
	background: url(../tick-off.gif) 5px 2px no-repeat;
	
}
#attributes_popup_done{
	clear:both;
	width: 632px;
	padding: 10px 0px 0px 0px;
	text-align:center;
	overflow:hidden;
}
