/* Product page css */

.product-item {
	display: inline-block;
	position:relative;
	float: left;
	width: 275px;
	min-height:390px;
	padding: 5px 9px 30px;
	border: 1px solid #eee;
	margin-right: 5px;
	margin-bottom: 7px;
	line-height: normal;
}

.product-item a.btn-float {
	bottom: 10px;
	position: absolute;
}

#prod-img-link {
	width:100%;
	margin-bottom:20px;
	text-align:center;
	clear: both;
	float: none;
}
.scrollbox {
	position: relative !important;
	overflow:auto;
	overflow-y: auto !important;
	overflow-x: hidden !important;
	margin-bottom:10px;
	padding: 3px;
	border: 1px solid #ccc;
	width: 265px;
	height:145px;
}

.scrollbox ul, .scrollbox li {
    list-style: disc;
    list-style-type: disc;
}

.scrollbox li, .scrollbox li {
    font-size : 10px;
    margin-left : 15px;
}

.product-item:hover {
	border: 1px dotted #BEB49E;
}

.products-brand .page-header-logo, .products-brand .page-header {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
.products-brand .page-header-logo {
	max-width: 105px;
	max-height: 45px;
	margin-right: 10px;
}

.products-brand .products-page-nav { display: block; margin-top: 20px; }
.products-brand .products-page-nav a { display: inline-block; vertical-align: middle; margin-left: 10px; }
.products-brand .products-page-nav a:hover { color: #0287c5; }
.products-brand .products-page-nav a.button {
	background: #FFFFFF;
	padding: 10px;
	border: 1px solid #696969;
	color: #696969;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 -1px 0;
	cursor: pointer;
}
.products-brand .products-page-nav a.active, .products-brand .products-page-nav a.button:hover {
	background: linear-gradient(to bottom right, #999999, #676767);
	color: #FFFFFF;
}
.products-brand .products-page-nav a.active { cursor: default; }

.products-brand .products-brand-container { border: 1px solid #696969; }
.products-brand .products-brand-container .products-container { padding: 15px;  border-top: 1px solid #696969; margin: -1px 0 0; }
.products-brand .products-brand-container .in-pg-sectheader {
	color: #d75600;
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	background: none;
	text-transform: uppercase;
	margin: 10px 0;
}

.products-brand .products-brand-container .product-item {
	width: 260px;
	padding: 10px;
	margin: 0 10px 20px 0;
	float: none;
	vertical-align: top;
}

.products-disclaimer { margin-top: 15px; }
.products-disclaimer p { margin-bottom: 0; }

.product-item .price-info { text-align: center; }
.product-item .price-info * {
	float: none;
	display: inline-block;
	width: auto;
	vertical-align: middle;
}
.product-item .starting-at {
	margin: 0;
	width: 50px;
	text-align: center;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #000;
	line-height: 13px;
}

.product-item .model-info {
	font-size: 9px;
	color: #999;
	font-style: italic;
	display: block;
}

.product-item .quote-btn, .product-item a.btn-float {
    background: #982127;
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    margin: 12px 0 15px;
    padding: 5px 10px;
    text-decoration: none;
	text-transform: none;
}
.product-item a.btn-float {
    margin: 15px auto 0;
    position: relative;
}

.product-item .scrollbox {
	width: 89.5%;
	padding: 5%;
}

.product-item .scrollbox * { font-size: 14px !important; line-height: 21px !important; }

.product-item .price-text {
	text-align: center;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 24px;
	font-weight: bold;
}