/**
 * PRODUCT BOXES
 */
 
.products 
{
	position: relative;
	float: left;
	width: 100%;
	
}

.product_box
{
	position: relative;
	float: left;
	margin-top: 20px;
}

.product_box.row-1
{
	margin-top: 0px;
}

.product_box > .wrap
{
    margin-bottom: 10px;
    margin-left: 0px;
}

.product_box .image,
.product_box .image:hover
{
	display: block;
	text-align: center;
	text-decoration: none;
	
	margin-bottom: 10px;
}
 
 
	.product_box .image span
	{
		display: inline-block;
		height: 100%;
		vertical-align: middle;
	}
	.product_box .image img
	{
		display: inline-block;
		vertical-align: middle;	
	}

.product_box .image img:hover
{
	opacity: 0.8;
}

.product_box .text-info
{
	margin: 5px 18px 10px 18px;
}

	.product_box .name
	{
		display: block;
		margin-bottom: 10px;
		color: #000;
		font-weight: bold;
		line-height: 1.2em;
	}

	.product_box a.description
	{
		display: block;
		margin-top: 8px;
		color: #888;
		font-size: 0.9em;
		line-height: 1.5em;
	}

	.product_box .price
	{
		margin: 5px 0px 1px 0px;
		color: #000;
        font-size: 12px;
	}
	
		.product_box .old_price
		{
			color: #aaa;
			text-decoration: line-through;
		}
		
		.product_box .client_price
		{
			display: block;
			color: #ccc;
		}
		
		.product_box .client_price.logged_in_1
		{
			color: red;
		}

.product_box .buttons
{
	margin-top: 15px;	
	text-align: center;
}

	.product_box .buttons a
	{
		margin: 2px;
	}
	
	
	
/**
* OPTION FILTERS AND SORT AND SEARCH
*/

#product-filters 
{
	padding: 0px 4px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 15px;
	
	border: solid 1px #e5e5e5;
	border-radius: 4px;
	
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5f5f5 0%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5f5f5 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5f5f5 0%,#eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5f5f5 0%,#eeeeee 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f5f5f5 0%,#eeeeee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}

#product-filters select,
#product-filters input
{
	margin-bottom: 0px;
}

#product-filters input#search-keyword
{
	max-width: 160px;
}

#product-filters input#search-keyword.inactive
{
	color: #ccc;
	font-style: italic;
}

#product-filters #reset-keyword
{
	display: inline-block;
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -8px;
	width: 16px;
	height: 16px;	
	background: url(../../images/checked_0.png) center no-repeat;
	z-index: 10;
	cursor: pointer;
}

#product-filters #reset-keyword.inactive
{
	display: none;
}

#product-filters .filter-block
{
	position: relative;
	display: inline-block;
	padding: 10px 5px;
	vertical-align: middle;
}

#product-filters .filter-block select
{
	max-width: 200px;
	width: auto;
}

.product_box {
    max-width: 230px;
    margin-right: 8px;
    background: #EFEFEF;
    min-height: 400px;
    padding-bottom: 15px;
}

.product_box.first .wrap {
    margin-left: 0px;
}

.product_box.last {
    margin-right: 0px;
}

.product_box.last .wrap {
    margin-right: 0px;
}

.text-info a {
    color: #2b8400;
    font-size: 12pt;
}

.text-info .product-description {
    color: #393938;
    font-size: 13px;
    min-height: 80px;
}

.button.more-info {
    margin-top: 10px;
    position: relative;
    float: left;
    margin-left: 0px;
    margin-right: 0px;
    height: 34px;
}

.button.more-info.blueprints {
	background-color: #0352a7;
	margin-left: 8px;
}

#product-tabs p {
  text-align: center;
}
/*
#search-results .clear {
    width: auto;
    height: auto;
    clear: none;
    font-size: 13px;
    line-height: 1.428571429;
}

#search-results .product_box:first-child {
    margin-top: 20px;
}
*/