#search-container {
	text-align:center;
}
.search-container-page {
	background: #fff;
}

.search-container-page.search-post-load {
	height: 2920px;
	width: 705px;
}

#search-header {
	position:relative;
	min-height:30px;
}
.search-divider {
	width: 11px;
    height: 325px;
    float: left;
	
}
#search-loading-graphic {
	margin:15px auto;
}

.tree {
	text-align: left;
	margin: 0 0 8px 2px;
}
.tree a {
	position: relative;
	color: #3b4c56;
	display: block;
	font-weight: 400;
	position: relative;
	text-decoration: none;
	margin-left: 14px;
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	width: auto;
}
.tree li a {
	line-height: 20px;
}
.tree ul {
	list-style: none outside none;
}
.tree ul li {
	position: relative;
}
.tree ul li ul {
	border-left: 1px solid #c5c7c9;
	display: none;
	margin: 0 0 0 5px;
	overflow: hidden;
	padding: 0 0 0 10px;
}
.tree ul li ul li::before {
	border-bottom: 1px dashed #c5c7c9;
	content: "";
	left: -20px;
	position: absolute;
	top: 10px;
	width: 18px;
}
.tree_minus, .tree_plus {
	position: absolute;
	top: 5px;
	left: 0;
	width: 12px;
	height: 12px;
}
.tree_minus {
	background: transparent url(/desktop/image/search/tree_minus.png) no-repeat 0 0;
}
.tree_plus {
	background: transparent url(/desktop/image/search/tree_plus.png) no-repeat 0 0;
}
.tree_hidden {
	display: none;
}
.link_cat_bold a, .link_cat_bold a:active, .link_cat_bold a:link, .link_cat_bold a:visited {
	font-weight: 700;
	text-decoration: none;
	color: #2a2a2a;
	font-size: 12px;
}
.link_cat_unbold a, .link_cat_unbold a:active, .link_cat_unbold a:link, .link_cat_unbold a:visited {
	font-weight: 400;
	text-decoration: none;
	color: #3b4c56;
	font-size: 12px;
}
#facet_price {
	margin: 0 0 5px 10px;
}
#facet_price input {
	width: 40px;
	margin-left: 4px;
}
#facet_price a {
	font-size: 14px;
}
#facet_price_button {
	padding: 6px;
	text-align: center;
}
#filter_price {
	margin: 0 0 5px 10px;
}
#filter_price input {
	width: 40px;
	margin-left: 4px;
}
#filter_price a {
	font-size: 14px;
}
#filter_price_button {
	padding: 6px;
	text-align: center;
}
.facet_stars {
	margin: 0 0 5px 20px;
}
.facet_checkbox {
	margin: 0 0 5px 15px;
}
.facet_checkbox a {
	font-weight: normal;
}
.facet_checkbox img {
	border:0px;
	vertical-align: middle;
	margin:-2px 5px 0 0;
}
/**
 * Category Square
 */
#category-container-page {
	margin-top:10px;
}
#category-container-page .category-square {
	width: 200px;
	height: 315px;
	float: left;
	margin-top: 10px;
	text-align: center;
	position: relative;
	border: 1px solid #e5e5e5;
  	padding: 15px 12px 0px 12px;
}
#category-container-page .category-square-title {
	font-size: 12px;
	text-align: center;
	font-weight: 700;
	height: 38px;
	max-width: 190px;
}
#category-container-page .category-square-title h2 {
	font-size: 14px;
}
#category-container-page .category-square-title a, #category-container-page .category-square-title a:active, #category-container-page .category-square-title a:link, #category-container-page .category-square-title a:visited {
	color: #4f4f4f;
	font-weight: 700;
}
#category-container-page .category-square-image {
	width: 190px;
	height: 190px;
	position: relative;
	margin: 7px 0;
}
#category-container-page .category-square-image img {
	margin: 0 auto;
	max-height: 190px;
	max-width: 190px;
}
#category-container-page .category-square-link {
	text-align: right;
	padding: 6px 6px 0 0;
}
#category-container-page .category-square-link a, #category-container-page .category-square-link a:active, #category-container-page .category-square-link a:link, #category-container-page .category-square-link a:visited {
	color: #00aebd;
	font-weight: 400;
	font-size: 12px;
}
#category-container-page .search-divider {
	width: 11px;
    height: 325px;
    float: left;
}
#category_children_list {
	padding:10px 0;
	line-height:130%;
}
.category_child_hide {
	display:none;
}
#category-tree {
	text-align: left;
	padding: 5px 0 10px 10px;
	color: #3b4c56;
	text-decoration: none;
	line-height: 130%;
}
#category-tree > h3 {
	font-size: 14pt;
	font-weight: 600;
	text-align: left;
	margin: 10px 0 20px 0;
}
#category-tree-show, #category-tree-hide {
	cursor: pointer;
}
.category-tree-item {
	padding-left: 6px;
	text-indent: -8px;
}
.tree-elbow {
	margin: -5px 5px 0 -1px;
}
.facet_bar_close {
	margin: -3px 5px 0 5px;
}

/**
 * Sort
 */
#sort-container {
	position: absolute;
	top: -20px;
	right: 0;
	text-align: right;
	height: 26px;
	width: 250px;
}
#sort-container-input {
	float: right;
}
#sort-container-label {
	float: right;
	padding: 7px 10px 0 0;
}
#sort-button {
	color:#2a2a2a;
	font-weight:bold;
	margin-bottom:15px;
}

/**
 * Search Form
 */
#layout-search-container {
	width: 687px;
	height: 69px;
	margin-right: -16px;
	float: right;
}
#layout-search-container {
	background: transparent url(/img/search/search_page_box_bg.jpg) no-repeat 0 0;
}
#layout-search-button-container {
	width: 156px;
	height: 32px;
	float: right;
	margin: 13px 20px 0 0;
}
#layout-search-button {
	width: 156px;
	height: 32px;
	font-weight: 700;
	padding: 0;
	font-size: 16px;
}
#layout-search-input-container {
	float: left;
	margin: 18px 0 0 54px;
	height: 25px;
	width: 448px;
}
#layout-search-input {
	border: 0 none;
	background: 0 0;
	color: #585858;
	font-size: 16px;
	font-weight: 400;
	height: 25px;
	line-height: 20px;
	width: 448px;
	padding: 0;
}

/**
 * Featured Product
 */
.featured-product { display:table; border:2px solid #ccc; height:150px; width:664px; }
.featured-product > div { display:table-cell; padding-right:10px; }
.featured-product-banner { display:table-cell; width:36px; }
.featured-product-image { display:table-cell; width:130px; }
.featured-product-image > a > img { border:2px solid #ccc; }
.featured-product-top { display:table-cell; vertical-align:top; padding-top:10px; }
.featured-product-title { font-size:14pt; font-weight:bold; height:1.5em; line-height:1.5em; overflow:hidden; }
.featured-product-buy { padding-top:20px; }
.featured-product-left { width:50%; float:left; }
.featured-product-right { width:50%; float:right; }
.featured-product-details { margin-top:10px; background-color:#eaf9fe; padding:5px; border-radius:6px; max-height:96px; }
.featured-product-details > a { font-size:10pt; }
.featured-product-add { margin-top:10px; }
#featured-product-quantity { width:40px; margin-right:10px; border-radius:3px; padding:4px; border:1px solid #CCC; text-align:center; }
.featured-push-sort { height:30px; }
.featured-product .product-box-button-default {
	border: solid #ea2628 1px;
	background-image: -webkit-linear-gradient(top,#ce2426,#ea2628);
	background-image: -moz-linear-gradient(top,#ce2426,#ea2628);
	background-image: -ms-linear-gradient(top,#ce2426,#ea2628);
	background-image: -o-linear-gradient(top,#ce2426,#ea2628);
	background-image: linear-gradient(to bottom,#ce2426,#ea2628);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ce2426', endColorstr='#ea2628');/*For IE7-8-9*/
}
.featured-product .product-box-button-parent {
	border: solid #2D8BBC 1px;
	background-image: -webkit-linear-gradient(top,#336699,#2D8BBC);
	background-image: -moz-linear-gradient(top,#336699,#2D8BBC);
	background-image: -ms-linear-gradient(top,#336699,#2D8BBC);
	background-image: -o-linear-gradient(top,#336699,#2D8BBC);
	background-image: linear-gradient(to bottom,#336699,#2D8BBC);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#336699', endColorstr='#2D8BBC');/*For IE7-8-9*/
}
.featured-product .product-box-button {
	margin-top: 6px;
	-webkit-border-radius: 4;
	-moz-border-radius: 4;
	border-radius: 4px;
	color: #fff;
	font-size: 14px;
	padding: 6px 14px;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
}

.product-box .product-box-rating, .product-box .product-box-line  {
	height: 5%;
}

.product-box-explain-button { 
	position: absolute;
    z-index: 5;
    left: 0;
}

.product-box-explain {
	display: none;
}

.explain-highlighting {
	background-color: white;
    width: 1200px;
	max-height: 200px;
	overflow: scroll;
}

.explain-highlighting-match {
	padding-left: 2em;
}

.product-box-explain.active {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	z-index: 50;
}

.product-box-explain.active > div {
	display: block;
	all: initial;
	position: relative;
	top: 50px;
	left: 50px;
}

.product-box-explain.active > div > pre {
	background-color: white;
	white-space: pre-wrap;
    width: 1200px;
    max-height: 600px;
    overflow: scroll;
}

.product-box-explain-close {
	background-color: red;
	color: white;
	width: 2em;
	height: 2em;
	position: relative;
	top: -2em;
	left: -2em;
	z-index: 51;
}

.product-box-explain-close:hover {
	cursor: pointer;
}

.product-available-in {
	position: relative;
}

.product-available-in img {
	position: absolute;
    top: -20px;
    right: 5px;
    border: 1px solid grey;
}
