/*  ===== pt_search Notes =====   /
	This page has a three column layout,
	
	Use this style sheet to put custom styles specific to the SEARCH Pages,
	identifible by the id="search" that suurounds the content.
*/

/***********************************************/
/* Page Structure CSS                          */
/***********************************************/
/* Search result width */
#pt_search #content {
	width: 790px;
	padding: 0px;}
#content #search {
	margin: 0px;
	padding: 0px; }	
#pt_search #rightColumn {
	display:none; }
	
/***********************************************/
/* Page Styling CSS                            */
/***********************************************/	

/* Paging Information Styles EXAMPLE: search/paginginformation */
#search .pagingheadline {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #dedede;
	background-color: #fafafa;
	padding: 1px 5px 3px 5px;
	margin: 5px 0px;
	vertical-align: middle; }
#search .pagingheadline h3 {
	display: inline;
	float: left;
	margin: 0px 5px;
	font-size: 11px;
	text-transform: none;	
	padding-top: 3px;
	font-weight: normal;
	white-space:nowrap; }		
#search .pagingheadline .sortby {
	margin:8px 5px 0px 5px;
	width:350px;
	float: right;
	text-transform: none;	
	font-size: 10px;
	text-align: right;
	white-space:nowrap; }
#search .pagingheadline .sortby .compareitems {
	display: inline;
	float: right;
	height:21px;
	padding: 2px 0px 2px 10px;
	border-left:1px dotted #dadada;
	text-transform: uppercase;
	text-align:right;	
	font-size: 10px; }
#search .pagingheadline .sortby .compareitems a {
	padding: 2px 5px;
	border: 1px solid #9aafe5;
	background: #ffffff;
	line-height:15pt;
	text-decoration: none;
	color: #2e6ab1; }
#search .pagingheadline .sortby .compareitems a:hover  {
	border: 1px solid #2b66a5;
	color: #ffffff;
	background: #2e6ab1; }		
#search .pagingheadline .sortby select {
	font-size: 10px;	
	width: 14em;
	margin-right: 10px; }
	
/* REMOVING SORT BY DISPLAY FOR CONTENT SEARCH RESULTS */
#search .pagingheadline .contentsearchrefinebar .sortby {
	display:none; }
	
/* Styling for general search results text EXAMPLE: search/contenthits */
#content #search .searchinformation {
	border: none;
	font-size: 11px;
	padding: 0px;
	margin: 10px 5px; }

/*  ===== PRODUCT-MINI SEARCH RESULTS FORMATING =====   /
	Removing this code to give the product-mini.isml search results the standard "stacked" formating.
*/
#content #search .productlisting .product {
	border: 1px solid #dedede;
	background-color: #fafafa;
	display: inline;
	float: left;
	margin: 4px;
	padding: 4px;
	width: 245px;
	height: 115px;
	text-align: left; }
#content #search .productlisting .product .pricing {
	height:35px;
	margin:0px 0px 5px 0px; }
#content #search .productlisting .product .pricing .standard {
	display: block; }
#content #search .productlisting .product .pricing .key {
	display: inline; }
#content #search .productlisting .product h3 a {
	overflow: hidden;
	height:12pt;
	width:150px;
	line-height: 1.1;}
#content #search .productlisting .product .image {
	float: right;
	border: 1px solid #dedede;
	background-color: #ffffff;
	margin: 0px;
	height:60px;
	clear:left;
	text-align: center; }html>body #content #search .productlisting .product .image {height:71px;}
#content #search .prSnippetEngine {
	background-color: #fafafa;
	margin:0px 0px 5px 0px;}
#content #search .productlisting .product .productbuttons {
	display: block;
	clear:both; }
#content #search .productlisting .product .productbuttons .addtocart {
	display: inline;
	width:86px;
	float:left;
	margin:5px 0px 0px 0px; }
#content #search .productlisting .product .productbuttons .compare {
	display: inline;
	width:86px;
	float:left;
	margin:5px 0px 0px 0px; }
#content #search .prSnippetEngine {
	height:20px; }
/* END: PRODUCT-MINI SEARCH RESULTS FORMATING */

/****** Multi Select Search Refinements ******/
#refineNav .multirefineNav{
	padding: 0px 0px 0px 15px;}
#refineNav .multirefineNav fieldset{
	padding: 0px;}
#refineNav .multirefineNav h2{}
#refineNav .multirefineNav ul {
	padding: 0px;
	list-style: none;
	margin: 0;}
#refineNav .multirefineNav ul li {
	padding: 0px;
	margin: 0;
	overflow:hidden;
	height:15px;}
/* Fix IE/Win's broken rendering of block-level anchors in lists */
#refineNav .multirefineNav li a {
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 15px;
	background-image: url(../images/bullet-unsel.gif);
	background-repeat: no-repeat;
	background-position: 0.2em 0.16em;}
#refineNav .multirefineNav li a:hover {
	background-image: url(../images/bullet-sel.gif);}
#refineNav .multirefineNav li.selected a {
	margin: 0px 0px 3px 0px;
	display: inline;
	background-image: url(../images/bullet-sel.gif);
	background-repeat: no-repeat;
	background-position: 0.2em 0.16em;}
#refineNav .multirefineNav li.selected a:hover {
	background-image: url(../images/bullet-clear.gif);}
#refineNav .multirefineNav .refined {
	display:inline;
	float:left;
	font-weight:bold;}
#refineNav .multirefineNav .refined a.refinedclear {
	display:inline;
	float:right;
	text-align:right;}
/* Fix for browsers that don't need the hack */
#refineNav .multirefineNav select{
	width: 150px;
	background-color: #fff;
	border: 1px solid #efefef;
	color: #000; }
#refineNav .multirefineNav select:focus { 
	background-color: #fff !important;}	
#refineNav .multirefineNav select option{
	background: url(../images/bullet-unsel.gif) no-repeat;
	background-position: 0.2em;
	text-indent: 15px;
	font-size: 8pt;}
#refineNav .multirefineNav select option:hover{
	background-image: url(../images/bullet-sel.gif);
	background-repeat: no-repeat;
	background-x-position: 0.2em;
	text-indent: 15px;
	font-size: 8pt;}
#refineNav .multirefineNav select option.selected{
	background-image: url(../images/bullet-sel.gif);
	background-repeat: no-repeat;
	background-position: 0.2em;
	text-indent: 15px;
	font-size: 8pt;}
#refineNav .multirefineNav select option.selected:hover{
	background-image: url(../images/bullet-clear.gif);
	background-repeat: no-repeat;
	background-position: 0.2em;
	text-indent: 15px;
	font-size: 8pt;}
#refineNav .multirefineNav .resultcount {
	color: #999999;
	display:inline; }

/*  ===== NO RESULTS SEARCH RESULTS FORMATING =====   /
	This code styles the content within nohits.isml.
*/
#search #nohits  {
	width:600px;
	margin:15px 0px 25px 160px;
	padding:10px;
	border:1px solid #dedede;
	background-color: #fafafa; }
#search #nohits .nohitsinformation {
	font-size:2em;
	color:#666; }
#search #nohits .nohitsinformation .nohits_didyoumean {
	margin:15px;
	font-size:1em;
	font-style:italic;
	color:#000; 
	text-align:center;}
#search #nohits .nohitsinformation .nohits_didyoumean a {
	font-weight:bold;
	font-style:normal; }
#search #nohits h3 {
	text-transform:uppercase; }
#search #nohits ul {
	list-style-type:circle;
	margin:10px 0px 10px 15px; }
#search #nohits ul li {
	margin: 5px 0px 5px 0px; }
