/* Styles for search page types */

/***** HEADER PRODUCT-LISTING (PAGING ETC) *****/
.searchresultsheader {
	margin: 0;
}

.bottom {
	margin: 15px 0 0;
}

.sorthitscontainer {
	display: block;
	height: 15px;
	padding: 2px;
	position: relative;
	margin: 0px;
	border: none;
	width: 100%;
	margin-bottom: 10px;
}

.sorthitscontainer * {
	color: #666;
}

.sorthitscontainer .sortby {
	position: relative;
	float: right;
}

.sortby select {
	margin: 0px;
}

.sorthitscontainer .pcount {
	float: left;
}


.searchresultsheader .compareitems {
	position: relative;
	float: left;
	padding-left: 93px;
}

.comparehint
{
	display: none;
	margin: 10px 0px;
}

/***** PRODUCT LIST *****/
.productlisting {
	border: 1px solid #c6c6c6;
	margin-bottom: 3px;
	width: 670px;
	position:relative;
}

.productlisting .mask * {
	background-image:url(../images/mask_plain_grey.gif);
}

.productresultarea {
	margin: 0;
}

.producthits {
	width: 673px;
	margin: 0 0 0 10px;
}

.productlisting .product {
	padding: 20px 10px;
}

.product .image {
	width: 132px;
	margin-right:10px;
	text-align: center;
	float:left;
}

.product .prodmiddle {
	float:left;
	width:350px;
}

.product .productimage a {
	background:none;
	padding:0px;
}

.product .prodmiddle .plink {
	margin-top:15px;
}
.product .prodmiddle .pname {
	padding: 0 10px 5px 0;
	position: relative;
	float: left;
}
.product .prodmiddle .pname a {
	font-weight:bold;
	font-size:14px;
	background-image: none;
	padding: 0;
	text-decoration: none;
}

.product .prodmiddle .specialStock {
	font-weight:bold;
	font-size:14px;
}

.product .prodmiddle .specialStock .contentasset{
	font-weight:bold;
	font-size:14px;
}

.product .prodmiddle .compare {
	float:left;
	margin-right:7px;
	height:1px;
	width:13px;
}
.product .prodmiddle .desc, .product .prodmiddle .plink {
	padding-left:21px;
}
.product .prodmiddle .desc *, .product .prodmiddle .desc {
	color:#666;
}
.product .prodright {
	position: relative;
	float:right;
}
.product .prodright .promothumbnail{
	display:block;
	float:left;
	position:absolute;
	right:75px;
	top:-9px;
}
.product .prodright .pricing, .product .prodright .productavailibity, .product .prodright .btn_addtocart {
	position: absolute;
	right: 0;
	white-space: nowrap;
}
.product .prodright .pricing
{
	top: 0;
}
.product .prodright .pricing .standardprice
{
	text-align: right;
}
.product .prodright .productavailibity
{
	top: 35px;
}
.product .prodright .productavailibity *
{
	display: inline;
}
.product .prodright .btn_addtocart
{
	top: 57px;
}

/***** CATEGORY LANDING PAGES *****/
.categorylanding .no_link {
	font-size: 9pt; 
	font-weight: bold;
}
.categorylanding .subcats {
	padding-bottom: 3px;
}

.categorylanding .subcats li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding-bottom: 3px;
}

.catelement {
	float: left;
	width: 211px;
	margin-bottom: 50px;
	margin-right: 15px;
}

.catelement .topcat {
	height: 24px;
}

.catelement .catname {
	font-size: 18px;
	margin-bottom: 10px;
}

.catelement .catdesc {
	color: gray;
	margin-bottom: 10px
}

.catelement .catimage {
	width: 211px;
	height: 104px;
	overflow: hidden;
	margin-bottom: 15px;
}
.catelement .catimage a {
	background-image: none;
	padding: 0;
}

/***** SEARCH CATEGORY REFINEMENTS LEFT PANEL *****/
#refinebox .mask * {
	background-image: url(../images/mask_plain_grey.gif);
}

.searchrefine {
	border: 1px solid #c6c6c6;
	margin-bottom: 10px;
	padding: 3px;
	position: relative;
}

#refinement-category a.first {
	border-top:medium none;
}

#refinement-category ul li a, .searchcategory a.searchcategories {
	background-image: url(../images/ic_arrow_right_grey_white.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #666666;
	border-top:1px solid #c6c6c6;
	display:block;
	font-weight:bold;
	line-height:25px;
}

.searchcategory a.searchcategories {
	background-position:10px center;
	font-size:18px;
	font-weight:normal;
	padding-left:24px;
	border-top:medium none;
	display:inline;
}

#refinement-category ul li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

#refinement-category ul li.active {
	background: none;
}

#refinement-category ul li a.activecat {
	background-image: url(../images/ic_arrow_right_transparent_white.gif);
		background-color: gray;
	display: block;
	color: #FFFFFF;
}

#category-level-1 .topcat {
	border-top:none;
}

#category-level-1 a {
	padding-left:24px;
	background-position: 10px center;
	font-size: 14px;
}

#category-level-2 a {
	padding-left:24px;
	background-position:10px center;
	font-size:11px;
}

#category-level-3 a {
	padding-left:45px;
	background-position: 30px center;
	font-size: 11px;
	font-weight:normal;
}

#category-level-4 a {
	padding-left:55px;
	background-position: 40px center;
	font-size: 10px;
	font-weight:normal;
}

#category-level-5 a {
	padding-left:65px;
	background-position: 50px center;
	font-size: 10px;
	font-weight:normal;
}

/** Left refine box with dropdowns **/
#refinecombos {
	margin-top:12px;
	margin-left:6px;
	margin-right:6px;
}
#refinebox .searchrefinements select {
	width:190px;
	margin-bottom:15px;
	border:1px solid #666;
	color:#666;
}

/** Suggestion Search Box in Left Refine Box **/
#refinebox .simplesearch
{
	float:left;
	text-align:right;
}

#refinebox .simplesearch .txt_search
{
	float:left;
	width:186px;
	border:1px solid #666;
	color:#666;
}
#refinebox .simplesearch .btn_search span {
	display:none;
}
#refinebox .simplesearch .btn_search
{
	margin-bottom:15px;
	margin-top:5px;
}

#searchrefinements h3{ font-size: 14px; font-weight: bold; cursor: pointer; }

#searchrefinements .navgroup{ margin: 10px 6px 0 6px; }

#searchrefinements .refineattributes, #searchrefinements .refinedclear{ padding-left: 10px; }

#searchrefinements .refineattributes ul, #searchrefinements .refinedclear ul{ list-style: none; }
#searchrefinements .refineattributes ul li a, #searchrefinements .refinedclear a{ background-image: url(../images/ic_arrow_right_grey_white.gif); line-height: 18px; }
#searchrefinements .refineattributes ul li.selected a{ font-weight: bold; }
#searchrefinements .refineattributes ul li.unselectable a{ color: #BBBBBB; }

/** nohits page **/
.nohits { line-height:18px }

/** product advisor **/
#productadvisor *
{
	color: #FFF;
}
#productadvisor
{
	margin-bottom: 30px;
	background-color: #A3A3A3;
	position: relative;
}
#productadvisor h2
{
	font-size: 12px;
	font-weight: bold;
}
#productadvisor .header	
{
	padding: 17px 0 0 20px;
}
#productadvisor .content
{
	padding: 20px;
}	
#productadvisor .question
{
}
#productadvisor .answer
{
	padding: 14px 0 0 10px;
}
#productadvisor .answer input
{
	vertical-align: text-bottom;
	padding-right: 5px;
}
#productadvisor .content
{
	position: relative;
}
#productadvisor .content .end
{
	font-size: 12px;
	font-weight: bold;
}
#productadvisor .content .nohits a
{
	background: none;
	padding: 0;
	text-decoration: underline;
}
#productadvisor .navigation
{
	position: relative;
	padding: 17px 20px;
}
#productadvisor .navigation a
{
	background-image: url(../images/ic_arrow_left_white_grey.gif);
}
#productadvisor .navigation .back
{
	position: relative;
	float: left;
}

