/*****************************
*  Styles 
*****************************/


/* The container master style is located in main.css. This style only switches the page background color for subsections. */
#container {
	background: #eee url('/images/elements/subsection_bg.jpg') repeat-y;
}

/*-------------------------------------------    
    Product List Filter
-------------------------------------------*/

#productListFilter {
	clear: both;
	padding: 5px;
}

#productListFilter table{
	width: 620px;
}

#productListFilter td{
	padding-bottom: 4px;
}

#productListFilter 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;
}


/*-------------------------------------------    
    Product List
-------------------------------------------*/

.productRow {
	padding: 5px 0 0 5px;
	clear: both;
}

.productBox {
	float: left;
	width:180px;
	_width:170px;
	padding: 5px;
	margin: 0 20px 0 0;
	text-align: center;
}

.productBoxBG {
	background: url(/images/elements/productlist_img_bg.jpg) top no-repeat;
	padding:25px 0 25px 0;		
}

.productBox img {
	margin: 0 auto;
	display: block;
	text-align: center;
}

.productImageBox {
	float: left;
	width:120px;
	min-height:100px;
	_height:100px;
	padding: 5px;
	margin: 0 5px 5px 0;
	text-align: center;
}

.moreInfo {
 	float:right;
 	margin: 45px 10px 0 0;
}

.productName {
	line-height: 14px;
	padding: 4px 0;
}

.itemNumber {
	padding: 0 0 2px 0;
	font-size: 11px;
	color: #666;
}

.price {
	font-weight: bold;
}

.savingsPrice {
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #cc0000;
}

.productPromotion {
	padding: 4px 0 0 0;
}

#trailimageid {
	position: absolute;
	display: none;
	left: 0px;
	top: 0px;
	width: 400px;
	height: 0px;
	z-index: 200;
}


/*-------------------------------------------    
   Search Styles
-------------------------------------------*/

.softSearch {
	padding: 40px;
}

#searchPageNumber {
width: 100%;
margin: 5px 0 0 0;
text-align: center;
}

#searchPageNumber form {
display: inline;
}

