/*-------------------------------------------    
    Product List Filter
-------------------------------------------*/

#product-list-filter {
	clear: both;
	padding: 5px;
}

#product-list-filter table{
	width: 680px;
}

#product-list-filter td{
	padding-bottom: 4px;
}

#product-list-filter form{
	display: inline;
}

.autocorrect {
	padding: 5px;
}

.didyoumean {
	padding: 0 5px 5px 5px;
}

/*-------------------------------------------    
    Deal of the Day
-------------------------------------------*/

#dealDay p {
	font-size: 13px;
	padding: 3px 0;
	}

#dealDay img {
	float: left;
	padding: 0 10px 0 0;
	}
	
#dealDay .product-box {	
	padding-top:10px;
	text-align: left;
	}

#dealDay .headline{
	font-size: 14px;
	font-weight: bold;
	}

#dealDay .copy {
	line-height: 15px;
	color: #666;
	}

#dealDay .savings-price {
	font-size:18px;
	}


/*-------------------------------------------    
    Showcase
-------------------------------------------*/

#showcase {
	height: 205px;
	_height: 215px;
	background: #fff url(/images/elements/showcase_bg.jpg) no-repeat top left;
}

.showcase-item {
	float: left;
	width: 200px;
	margin: 35px 0 0 22px;
	_margin-left: 17px;
	text-align: center;
}

.showcase-copy {
	min-height: 45px;
	_height: 45px;
	display: block;
}

.showcase-item  p {
	padding: 4px 0;
	font-size: 11px;
	line-height: 1em;
}

.showcase-item  img {
	display: inline;
}

/*-------------------------------------------    
    Subsections
-------------------------------------------*/

#subsection-list {
	margin: 5px;	
}

#subsection-list li {
	padding: 2px 0 5px 14px;
	list-style: none;
	background: url(/images/elements/arrow_blue.gif) no-repeat 0 .6em;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

/*-------------------------------------------    
    Product List
-------------------------------------------*/

#product-list-sort {
	font-size: 11px;
	padding:5px 0 2px 0;
}

.product-list-img {
	height:127px;
	width: 167px;
	background: url(/images/elements/product_list_bg.jpg) no-repeat top center;
}

#product-list img {
	margin-top: 24px;
	display: inline;
}

#product-list td {
	width:167px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 12px;
}

.product-name {
	display: block;
	padding: 0 4px 3px 4px;
}

.price {
	font-size: 11px;
}

.cl-price {
	font-size: 11px;
	color: #22629C;
}

.savings-price {
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #cc0000;
}


#trailimageid {
	position: absolute;
	display: none;
	left: 0px;
	top: 0px;
	width: 400px;
	height: 0px;
	z-index: 200;
}


/*-------------------------------------------    
   Search Styles
-------------------------------------------*/

.soft-search {
	padding: 40px;
}

#search-page-number {
width: 100%;
margin: 5px 0 0 0;
text-align: center;
}

#search-page-number form {
display: inline;
}


