﻿.inv-container{
	font-family: 'Open Sans', sans-serif;
	font-size: 12pt;
	width: 100%;
}

.inv-container a{
	text-decoration: none;
}

.inv-container .unit{
	box-sizing: border-box;
	width: 100%;
	position: relative;
	padding: 20px;
	clear: both;
	overflow: auto;
	zoom: 1;
	color: #222;
	font-size: 10pt;
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0, #e2e2e2), color-stop(0.25, #e2e2e2), color-stop(0.25, #fff), color-stop(0.5, #fff), color-stop(0.5, #e2e2e2), color-stop(0.75, #e2e2e2), color-stop(0.75, #fff));
    background: -webkit-linear-gradient(right bottom, #e2e2e2 0%, #e2e2e2 25%, #fff 25%, #fff 50%, #e2e2e2 50%, #e2e2e2 75%, #fff 75%);
    background: -moz-linear-gradient(right bottom, #e2e2e2 0%, #e2e2e2 25%, #fff 25%, #fff 50%, #e2e2e2 50%, #e2e2e2 75%, #fff 75%);
    background: -ms-linear-gradient(right bottom, #e2e2e2 0%, #e2e2e2 25%, #fff 25%, #fff 50%, #e2e2e2 50%, #e2e2e2 75%, #fff 75%);
    background: -o-linear-gradient(right bottom, #e2e2e2 0%, #e2e2e2 25%, #fff 25%, #fff 50%, #e2e2e2 50%, #e2e2e2 75%, #fff 75%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fff',GradientType=0 );
    background-size: 5px 5px;
    margin-bottom: 10px;
}






.inv-container .unit .thumbcontainer {
	box-sizing: border-box;
	position: relative;
	float: left;
	display: block;
	float: left;
	width: 275px;
	padding-right: 25px;
}

.inv-container .unit .unitthumb{
	float: left;
	width: 250px;
	height: 165px;
	background: #000;
	overflow: hidden;
}


.inv-container .unit .rightside {
	box-sizing: border-box;
	position: relative;
	display: block;
	float: right;
	width: calc(100% - 275px);
}

.inv-container .unit .title-area {
	box-sizing: border-box;
	position: relative;
	float: left;
	width: 75%;
	display: block;
	overflow: auto;
	font-weight: bold;
	font-size: 25px;
	margin-bottom: 14px;
	line-height: 1.42857143;
	border-bottom: 1px solid #d1d0d0;
}

.inv-container .unit .title-area a {
	color: #000 !important;
}

.inv-container .unit .title-area .title{
	float: left;
}

.inv-container .unit .title-area .title:hover{
	float: left;
}

.inv-container .unit .unitnum{
	display: none;
}


.inv-container .unit .price{
	box-sizing: border-box;
	position: relative;
	float: left;
	display: block;
	width: 25%;
	font-size: 25px;
	font-weight: bold;
	color: #cd2c2a;
	text-align: right;
	border-bottom: 1px solid #d1d0d0;
	line-height: 1.42857143;
	margin-bottom: 14px;
}










/* box that all specs are in */
.inv-container .unit .specs {
	box-sizing: border-box;
	position: relative;
	float: left;
	display: block;
	width: 100%;
	line-height: 20px;
}



/* each spec has a label and a piece of data */
.inv-container .unit .speclabel {
	display: inline;
	font-size: 13px;
	
}

.inv-container .unit .speclabel::after {
	content: ":";
}


.inv-container .unit .specdata {
	display: inline;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}





/* default for all spec items */
.inv-container .unit .specs .specitem {
	box-sizing: border-box;
	position: relative;
	float: left;
	display: block;
	width: 33%;

	
}

.buttonset {
	box-sizing: border-box;
	position: relative;
	float: left;
	display: block;
	width: 100%;
}


.actionbuttons {
	font-family: 'Source Sans Pro', sans-serif;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	width: calc(25% - 10px);
	color: #000 !important;
	text-align: center;
	font-weight: bold;
	margin: 5px;
	background: #d1d0d0;
	padding: 10px 0;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	font-size: 15px;
	letter-spacing: 1px;
}


.actionbuttons:hover {
	color: #fff !important;
	background: #232323;
}






/* AT MEDIA STATEMENTS */


@media screen and (max-width: 740px) {

	.inv-container .unit .speclabel {
		font-size: 12px;
	}
	
	.inv-container .unit .specdata {
		font-size: 12px;
	}

}

















/* MINI SEARCH */

#myForm {
	border-bottom: 1px #fff solid;
}

form.searchcont{
	display: block;
	position: relative;
	margin: 0 0 0px 0;
	padding: 10px;
	background: #eee;
	border: 1px #ddd;
	font-size: 9pt;
}
form.searchcont .title{
	display: block;
	margin: -10px -10px 10px -10px;
	color: #fff;
	padding: 3px;
	font-weight: bold;
	padding: 16px 10px;
	background: #aaaaaa;
	text-transform: uppercase;
}

form.searchcont .title .advsearch, form.searchcont .title .simplesearch {
	position: absolute;
	right: 10px;
	padding-left: 20px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

.requestnow {
	float: right;
	position: relative;
	padding: 6px 0 0 20px;
	text-decoration: none;
	font-size: 12px;
	color: #cb2f33;
	font-weight: bold;
}

form.searchcont .title .advsearch{
	background: transparent url(../images/arrow-down.png) no-repeat scroll left top;
}

form.searchcont .title .simplesearch{
	background: transparent url(../images/arrow-up.png) no-repeat scroll left top;
}

form.searchcont .extra{
	display: none;
	background: transparent;
	margin-top: 10px;
	float: left;
	clear: left
}

form.searchcont .buttons{
	position: absolute;
	right: 10px;
	bottom: 10px;
}

form.searchcont span{
	background: transparent;
}

form.searchcont .filter{
	float: left;
	margin-right: 16px;
	background: transparent; 
	font-weight: normal;
	padding-top: 7px;
}

form.searchcont .filter label{
	text-align: left;
	display: block;
	font-weight: bold;
	background: transparent;
	color: #333;
}

form.searchcont .filter select, form.searchcont .filter input[type=text]{
	border-color: rgb(169,169,169);
	color: inherit;
	font: inherit;
}

form.searchcont .filter select{
	margin-left: 0;
	height: 29px;
}

form.searchcont button{
	margin-left: 10px;
}

form.searchcont input[type=text]{
	height: 24px;
	line-height: 24px;
	padding: 2px;
}

form.searchcont #lmiles, form.searchcont #hmiles, form.searchcont #lprice, form.searchcont #hprice{
	width: 60px;
	border-style: solid;
	border-width: 1px;

}

form.searchcont button[type=submit]{
	padding:8px 26px;
	border: none;
	background:#ff5028;
	color:#FFF;
	cursor:pointer;
	text-transform: uppercase;
	letter-spacing: 3px;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	font-weight: normal;
	height: 30px;
	line-height: 30px;

}

form.searchcont button[type=submit]:hover {
	background: #ea4823;
}

#clearfilter {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	border: none;
	background: #cd2c2a;
	color: #FFF;
	padding: 0 14px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	display: inline-block;	
	text-decoration: none;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	font-weight: bold;

}


#clearfilter:hover {
	background: #de6c6a;
}



#minisearch-holder {
	background: #eee;
	display: inline-block;
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}

/* END MINI SEARCH */









/* SEARCH BY STOCK NUMBER */


form.searchbystockid {
	box-sizing: border-box;
	display: block;
    float: left;
	position: relative;
	width: 50%;
	text-align: left;
	padding-bottom: 10px;
	background: #eee;
	color: #333;
}



form.searchbystockid input[type=text]{
	color: #000;
	font: inherit;
	height: 24px;
	line-height: 24px;
	padding: 0px;
	background: #FFF; 
	margin-right: 16px;
	border: 1px solid #a9a9a9;
	width: 100px;

}

.searchbystocklabel {
	color: #333;
	padding-left: 10px;
	font-weight: bold;
}


#searchbystockid_button {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	border: none;
	background: #cd2c2a;
	color: #FFF;
	padding: 0 14px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	display: inline-block;	
	text-decoration: none;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	font-weight: bold;

}


#searchbystockid_button:hover {
	background: #de6c6a;
}

/* END SEARCH BY STOCK NUMBER */












/* INVENTORY SORT STYLES */

.fieldsetholder {
	box-sizing: border-box;
    display: block;
    float: left;
	position: relative;
	width: 50%;
	background: #eee;
	margin-bottom: 10px;
}

fieldset { 
	box-sizing: border-box;
    display: inline-block;
	position: relative;
	width: 100%;
    margin: 0;
    padding: 10px 5px 10px 5px;
    border: none;
    background: #eee;
    text-align: left;
}

.fieldset legend {
  font-size: 18px;
  font-weight: bold;
  padding: 2px 2px 0px 2px;
  color: #333 !important;
  background: #eee;
}

fieldset a {
	text-decoration: none;
	font-size: 14px;
	padding: 0 10px 0 20px;
	color: #cd2c2a !important;
	font-weight: bold;
}

fieldset a:visited {
    color: #cd2c2a !important;
}

fieldset a:hover {
	color: #de6c6a !important;
}



/* END INVENTORY SORT STYLES */







@media screen and (max-width: 1150px) {

	.inv-container .unit .title-area {
		font-size: 18px !important;
	}
	
	.inv-container .unit .price {
		font-size: 18px !important;
	}

}



@media screen and (max-width: 900px) {

	.inv-container .unit .thumbcontainer {
		width: 100%;
		text-align: center;
	}

	.inv-container .unit .unitthumb {
		float: none
	}
	
	.inv-container .unit .rightside {
	    float: left;
	    width: 100%;
	}
}


@media screen and (max-width: 800px) {

	form.searchbystockid {
		width: 100%;
	}
	
	.fieldsetholder {
	    width: 100%;
	}
}



@media screen and (max-width: 650px) {
	.inv-container .unit .title-area {
		width: 100%;
		margin-bottom: 2px;
	}
	
	.inv-container .unit .price {
		width: 100%;
		border-bottom: none;
		text-align: left;
		margin-bottom: 10px;
	}

	.inv-container .unit .specs .specitem {
		width: 50%;
	}
	
	.actionbuttons {
		width: calc(50% - 10px);
	}
	
	.inv-container .unit .specs {
		    line-height: 14px;
	}
		

	.buttonset {
		margin-top: 15px;
	}
}










/* BEGIN INVENTORY FOOTER */

.inv-container .inv-footer{
	margin: 15px 0 10px 0;
	overflow: auto;
	zoom: 1;

}

.inv-container .inv-footer .page-summary{
	float: left;
}

.inv-container .inv-footer .pages{
	float: right;
}

.inv-container .inv-footer .pages .page{
	text-decoration: none;
	padding: 0 3px;
}

.inv-container .inv-footer .pages a {
	color: #333;
}

.inv-container .inv-footer .pages .page-current{
	color: #00007b;
	font-weight: bold;
}

.page-summary {
	font-weight: bold;
	font-size: 12px;
}

/* END INVENTORY FOOTER */
