/*  ===== 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                          */
/***********************************************/
#content #search {
	margin: 0px 0px 6px 0px;
	padding: 0px; }
	
#pt_search #rightColumn 
{
	/* display:none; */
	/* border: 1px solid #DADADA; */
}
	
/***********************************************/
/* Page Styling CSS                            */
/***********************************************/	

/* Paging Information Styles EXAMPLE: search/paginginformation */
#search .pagingheadline {
	/* text-transform: uppercase; */
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	background-color: #DDDDDD;
	padding: 5px;
	margin: 3px 0pt;
	vertical-align: middle; }
	
/* REMOVING SORT BY DISPLAY FOR CONTENT SEARCH RESULTS */
#search .pagingheadline .contentsearchrefinebar .sortby {
	display:none; }	
#content #search .searchinformation {
	border: none;
	font-size: 11px;
	padding: 0px;
	margin: 10px 5px; }
		
/****** Multi Selct 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; }
	

#pt_search #content {
	width: 585px;
	_width: 580px;
	padding: 0 7px;
	height: 100%;
	margin: 0;
	background-color: #fff;
	position: relative;
}
#pt_search div.contentBlock	{
	display: inline;
	float: left;
	clear: both;
	position: relative;
	border: 1px solid #dadada;
	width: 567px;
	padding: 8px;
	margin: 3px 0;
}
#pt_search div.contentBlock h2 {
	display: block;
	margin-bottom: 7px;
	height: 40px;
	line-height: 40px;
	text-indent: 10px;
	background-color: #f0f0f0;
	font-family: "Century Gothic", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #699769;
}
#pt_search div.productlisting {
	display: inline;
	float: left;
	clear: both;
	padding-top: 10px;
}
#pt_search div.product {
	width: 585px;
	padding: 0;
	/*background: url(../images/products01_productContainer_bg.jpg) repeat-x bottom left;*/
	border-bottom: 1px solid #dadada;

}

.fourProducts .productListing 
{
	color:#000000;
	display:inline;
	float:left;
	font-weight:bold;
	text-align:center;
	width:136px;
}

#pt_search .fourProducts div.productListing .fourProducts a.subBlock {
	margin: 0;
}

#pt_search div.product div.resultCount, #pt_search div.product div.productImage, #pt_search div.product div.productDetails, #pt_search div.product div.productActions {
	display: inline;
	float: left;
	clear: none;
}
#pt_search div.product div.resultCount {
	width: 22px;
	text-align: center;
}
#pt_search div.product div.productImage {
	width: 100px;

}
#pt_search div.product div.productDetails {
	width: 298px;
	padding-left: 10px;
}
#pt_search div.product div.productDetails .productName {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
#pt_search div.product div.productDetails .productName a:hover {
	color: #000;
}
#pt_search div.product div.productDetails .modelNum {
	display: block;
	padding-left: 20px;
	font-size: 12px;
	color: #000
}
#pt_search div.product div.productDetails ul {
	margin-top: 5px;
	font-size: 10px;
	padding-left: 35px;
	color: #699769
}
#pt_search div.product div.productDetails ul li {

}
#pt_search div.product div.productActions {
	width: 153px;
	text-align: right;
	margin: 0;
	padding: 0;
	color: #cc0000;
}
#pt_search div.product div.productActions div.prStars {
	float: right;
	margin-left: 60px;
}
#pt_search div.product .prSnippetEngine div {
	padding: 0px;
	color:#666666;
}
#pt_search div.product div.productActions .productIcons, #pt_search div.product div.productActions .productPrice, #pt_search div.product div.productActions .productDiscount {
	display: inline;
	float: right;
	clear: both;
	width: 90%;
	line-height: 12px;
	padding: 0 10px 0 0;
}
#pt_search div.product div.productActions .productIcons {
	margin: 4px 0 3px 0;
}
#pt_search div.product div.productActions .productPrice {
	font-size: 14px;
	font-weight: bold;
	margin: 2px 0;
	color: #CE6901;
} 
#pt_search div.product div.productActions .productDiscount {
	font-size: 10px;
	margin-bottom: 5px;
}
#pt_search div.product div.pruductRowBottom {
	clear: both;
	width: 585px;
	height: 47px;
	background: url(../images/backgrounds/products01_productContainer_bg.jpg) repeat-x bottom left;
}
#pt_search div.product div.pruductRowBottom .productCompare, #pt_search div.product div.pruductRowBottom .productStatus, #pt_search div.product div.pruductRowBottom .pruductDetails {
	display: inline;
	float: left;
	clear: none;
	height: 37px;
}
#pt_search div.product div.pruductRowBottom .productCompare {
	width: 100px;
	padding: 10px 0 0 24px;
	text-align: center;
	border-right: 1px solid #dadada;
}
#pt_search div.product div.pruductRowBottom .productCompare .compareButton {
	padding-left: 3px;
}

#pt_search div.product div.pruductRowBottom .productStatus {
	width: 300px;
	border-right: 1px solid #dadada;
	overflow: hidden;
	font-size: 10px;
	color: #000;
	line-height: 12px;
	float: left;
	padding: 5px 0px 0 10px;
}

#pt_search div.product div.pruductRowBottom div.pruductDetails {
	width: 139px;
	padding-top: 5px;
	float: left;
}
#pt_search div.product div.pruductRowBottom div.pruductDetails a.productDetails {
	display: inline;
	float: right;
	clear: none;
	margin: 0;
	padding: 0;
	width: 113px;
	height: 22px;
	background: url(../images/buttons/btn_productDetails01.gif) no-repeat 0 0;
}
#pt_search div.product div.pruductRowBottom  div.pruductDetails a.productDetails:hover {
	background: url(../images/buttons/btn_productDetails01.gif) no-repeat 0 -22px;
}
#pt_search div.product div.pruductRowBottom div.pruductDetails a.productDetails span {
	display: none;
}
/***********************************************/
/* Page Styling CSS                            */
/***********************************************/	
/* Styles div containing homepage content */
#pt_search .modelNum {
	font-weight: normal;
	padding-top: 5px;
}
#pt_search #content .listPrice {
	font-weight: normal;
	font-size: 11px;
	color: #666;
}

.pagingTable
{
	width: 100%;
}

.pagingTable .middle
{
	text-align: center;
	float: left;
}
.pagingTable .middle img
{
	vertical-align: middle; 
}
.pagingTable .sortBy
{
	width: 280px;
	float: left;
}
.pagingTable .sortBy select
{
	width: 145px;
}
.pagingTable .perPage
{
	text-align: right;
	float: right;
}
.pagingTable .perPage select
{
	width: 45px;
}


.quantitybox, .quantitylabel
{
	display: none;
}

.fourProducts div.productListing
{
	overflow:hidden;
	width:136px;
}
.fourProducts div.productListing .addtocart
{
	margin-top: 5px;
	width:136px;
	overflow:hidden;
}

.fourProducts div.productListing .compare
{
	float:left;
	margin-right: 15px;
	margin-left: 10px;
}
.fourProducts div.productListing .compare2
{
	float:left;
	margin-left: 10px;
}
.fourProducts div.productListing .productCompare
{
	width:136px;
	overflow:hidden;
	clear: both;
}

.fourProducts div.productListing .compare_center
{
	margin-right: 25px;
}

.fourProducts div.productListing .compare img, .productCompare img
{
vertical-align: middle;
}

.oos
{
	color:#CC0000;
}

.prSnippetEngine {
	font-size: 10px;
}
.fourProducts .addToCartButton01
{
width: 37px;
height: 16px;
}

/*********
 Sort Box 
*********/
.sortContainer2 {
	padding: 3px;
	background-color: #E4E4E4;
	border: 1px solid  #CCCCCC;	
	width: 575px;
	white-space: nowrap; /* Ensures the menu does not wrap to the next line in IE */
	font-size: 10px;
	color:#666666;
}

.sortContainer2 img {
	vertical-align: middle;
	margin-bottom: 4px; /* Slight margin adjustment needed to make the image look centered */
}

.sortContainer2 a {
	color:#666666;
	text-decoration:underline;
}
.sortContainer2 a:hover, .sortContainer2 a:active {
	color: #000;
	 }
.pagingbar
{
width: 220px; text-align: center; line-height:24px;
}
.sortContainer2 select.perPage
{
	width: 45px;
}

#pt_search #content #search div.fourProducts
{
	width: 565px;
	display: inline;
	float: left;
	clear: both;
	position: relative;
	border: 1px solid #dadada;
	padding: 8px;
	margin: 3px 0;
}
/*///// Power Reviews /////*/
#pt_search .pr-snippet-read-write {
	display: none;
}
#pt_search .pr-snippet-wrapper {
	background-color: #FFF;
	border: none;
}
#pt_search .pr-snippet-stars {
	float: right;
	border: none;
}
#pt_search .pr-snippet-review-count {
	clear: right;
	text-align: right;
	padding-right: 10px;
	font-size: 10px;
	color: #333;
	display: block;
}
