/* SEARCH RESULTS PAGE */

.results-bar {width: 100%; height: 30px; margin-bottom: 1em; background-color: #ebebeb; border-bottom: thin black dotted}
.results-bar #results-header {padding: 8px 30px 10px; float: left;}
.results-bar .pagination {padding: 8px 0 0; display: block;}

.results {float: left; height: 200px; width: 20%;}

.results-set {padding: 0 0 0 20px;}
.results-set .quickshop-link {
    overflow:hidden;
	width:100%;
	position:relative;
}
.results-set .quickshop-link a:hover {background:url(none.gif);}
.results-set .quickshop-link a:hover span {top:45px; left: 33%;}
.results-set .quickshop-link a span {
    display: block;
	position:absolute;
    left: 50%;
	top: -9999px;
	margin:0 0 0 -60px;
	width:120px;
	height:33px;
	text-indent:-9999px;
	overflow:hidden;
	clear:both;
	z-index:86;
	background:url(/images/backgrounds/quick-look.png) no-repeat;
	cursor:pointer;
}

.results .shade-container {}

/* SEARCH LANDING PAGE*/
.results-set .shade-container div {float: left; margin:9px 3px 6px 0;}
.results-set .shopping-bag {display: block; clear: both;}

.searchagain {
    float:left;
    height:43px;
    padding-left:11px;
    position:relative;
    width:454px;
}

.searchagain #keywords {
    float:left;
    margin-right:4px;
    position:relative;
    top:10px;
    width:222px;
}

h2 { font-size: 1.834em; }


