@charset "utf-8";

/* Product Overview / Product List pages */
.productcontainer {
	display: inline-block;
	vertical-align: top;
	width: 185px;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	/*border: 1px solid #CCCCCC;*/
}
.productcontainer a, .productcontainer a:link, .productcontainer a:visited, .productcontainer a:hover, .productcontainer a:active, .productcontainer a:focus  {
	border: none;
	text-decoration: none;
	color: #333;
	outline: none;
}

.featuredproduct {
	background-color: #FC6719;
	color: #FFFFFF;
}
.productthumbcontainer {
	display: block;
	height: 100px;
	margin-bottom: 10px;
}
.productthumbcontainer img {
	max-height: 100%;
}
.productinfo {
	font-size: 15px;
}
.productcontainer h2 {
	font-size: 17px;
	margin-top: 0px;
	margin-bottom: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.viewproductlink {
	font-weight: bold;
	font-size: 13px;
	margin-top: 3px;
	color: #00649F;
}
.viewproductlink:hover {
	text-decoration: underline;
}

.storeproductpricecontainer {
	float: right;
	text-align: center;
	width: 140px;
	font-weight: bold;
}
.productprice {
	font-size: 15px;
	margin-bottom: 5px;
}
.storeproductinfo {
	margin-left: 150px;
	margin-right: 150px;
}

/* Product Details pages */
.product-category-container {
	position: relative;
	margin-top:-15px;
	margin-bottom: 20px; 
	margin-left:-18px;
	margin-right:-19px;
	padding-bottom:20px;
	border-bottom:1px dotted #CCC;
	overflow: hidden;
	min-height: 100px;
}
.product-category-image, .product-category-image img {
	max-width:100%;
}
.product-category-description1 {
	position: absolute;
	left: 290px;
	top: 60px;
	padding-right:15px;
	font-size: 12px;
	color: #666;
}
.product-category-description2 {
	padding-left:15px;
	padding-right:15px;
	padding-bottom:5px;
	font-size: 12px;
	color: #666;
}
.product-category-heading {
	font-size: 30px;
	font-weight: bold;
	color: #4A7244;
	padding:15px;
}
.product-specs-container, .all-options-container, .product-info-container, .product-details-purchase-container {
	/*
	overflow: auto;
	*/
	clear: both;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #CCCCCC;
}

.product-description-container {
}
.product-details-primary-image {
	/* width: 270px; */ /* Set on product page */
	float: left;
	overflow: auto;
}
.product-details-primary-image img {
	max-width: 100%;
}
.product-details-description {
	overflow: auto;
}

.product-specs-container {
}
.product-specs-block {
	display:inline-block;
	margin-right:25px;
	text-align: center;
}
.product-specs-title {
	font-weight: bold;
	padding:5px;
	margin-bottom: 5px;
	border-bottom: 3px solid #EFEFEF;
}

/* "More Product Details */
.text-options-container {
}
.text-option {
	display:inline-block;
	margin-left: 25px;
	margin-right:15px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.text-option.last-text-option {
	margin-right:0px;
}
.text-option-image {
	display: inline-block;
	height: 60px;
	overflow: hidden;
	margin-bottom: 5px;
	margin-right: 10px;
	vertical-align: top;
}
.text-options-narrow .text-option {
	margin-left:20px;
	margin-right: 10px;
}
.text-options-narrow .text-option-image {
	display: block;
	height: 60px;
	overflow: hidden;
	margin-left: 25px;
	margin-bottom: 5px;
	vertical-align: top;
}
.text-option-default-no-image {
	display: inline-block;
	height: 40px;
	overflow: hidden;
	margin-bottom: 5px;
	margin-right: 7px;
	vertical-align: top;
}
.text-option-image img, .text-option-default-no-image img {
	max-width: 100%;
	max-height: 100%;
}
.text-option-select {
	display: inline-block;
	width: 15px;
	vertical-align: top;
	padding-top: 5px;
	margin-right: 15px;
}
.text-option-info {
	font-size: 12px;
	display: inline-block;
	vertical-align: top;
	padding-top: 5px;
	max-width: 140px;
	/* margin-right: 20px; */
}
.text-option-product-name {
	margin-bottom: 5px;
	font-weight: bold;
}
.text-option-list-price {
	font-size: 11px;
	color: #666;
	/* font-weight: normal; */
}
.text-option-price {
	font-size: 11px;
	color: #333;
	font-weight: bold;
}

/* "Option Groups" */
.group-options-container {
	margin-bottom:10px;
	padding-bottom: 10px;
	border-bottom: 5px solid #EFEFEF;
}
.optionitem, .optiongroupname {
	float: left;
	min-height:140px;
	position: relative;
	line-height: normal;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
	color: #666;
	font-size: 11px;
	padding: 5px;
	/*background-color: #EEEEEE;
	 border: 1px solid #AAAAAA; */
}
.optionitem {
	width:125px;
	border: 1px solid #FFFFFF;
}
.optiongroupname {
	width:120px;
	font-size:21px;
	color:#888;
	padding-top:10px;
	text-align:left;
}
.option-items-container {
	margin-left: 120px;
	clear: right !important;
}
.optionitem a {
	text-decoration: none;
}
.optionitemimage {
	height: 60px;
	overflow: hidden;
	margin-bottom: 5px;
}
.optionitemimage img {
	max-width: 100%;
	max-height: 100%;
}
.optionitemimage a img {
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	/* border: 2px solid #666666; */
}
.optionitemimage a:hover img {
	/* border: 2px solid #000000; */
}
.optionitem-product-name {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 12px;
}
.optionitem-list-price {
	/* font-weight: normal; */
}
.optionitem-option-price {
	color: #333;
	font-weight: bold;
}
.option-radio-select {
/*
	position: absolute;
	bottom:0px;
	left:0px;
	width: 100%;
	text-align: center;
*/
	padding:3px;
	margin-top:3px;
}

.productdetailsgallerycontainer {
}
.productdetailsgallery {
	width: 100%;
	height: auto;
	overlow: auto;
}
.productdetailsgalleryimage {
	float: left;
	padding:0px;
	margin-right: 8px;
	margin-bottom: 8px;
	text-align: center;
	color: #333333;
	font-size: 11px;
	height: 100px;
	overflow: hidden;
/*
	background-color: #EEEEEE;
*/
}
.productdetailsgalleryimage a {
	display: block;
	max-width: 120px;
	max-height: 90px;
	border: 1px solid #666666;
	padding: 1px;
	margin: 0px;
	overflow: hidden;
}
.productdetailsgalleryimage a:hover {
	border: 1px solid #FC6719;
}
.productdetailsgalleryimage img {
	max-width: 100%;
	max-height: 100%;
}
.productdetailsgalleryimage a img {
	/*border: 1px solid #666666;*/
}
.productdetailsgalleryimage a:hover img {
	/* border: 1px solid #000000; */
}

/* VIDEOS WITH IMAGE THUMBNAILS */
.product-video-gallery-container {
	width: 100%;
	height: auto;
	overlow: auto;
}
.product-video-item a {
	display: block;
	float: left;
	width: 23%;
	min-height: 150px;
	padding: 0px;
	margin-right: 8px;
	margin-bottom: 20px;
	text-align: center;
	color: #333333;
	font-size: 11px;
	overflow: hidden;
}
.product-video-item a:hover {
	/* border: 1px solid #FC6719; */
}
.product-video-image {
	width: 100%;
	height: 130px;
	margin-bottom: 8px;
	overflow: hidden;
}
.product-video-image img {
	max-width: 100%;
	max-height: 100%;
}
.product-video-item a img {
	/*border: 1px solid #666666;*/
}
.product-video-item a:hover img {
	/* border: 1px solid #000000; */
}


.productvideocontainer {
}
.productvideo {
	float:left;
	/*width: 47%;*/
	margin-right:25px;
	margin-bottom:25px;
	text-align:center;
}
.productvideotitle {
	font-weight: bold;
	font-size: 15px;
	margin-top: 10px;
}
.productvideodescription {
	color: #333333;
	font-size:12px;
}

.relateditemscontainer {
}
.relateditem {
	line-height: normal;
	width: 150px;
	height: 160px;
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	text-align: center;
	color: #333333;
	font-size: 11px;
	padding: 5px;
	/*background-color: #EEEEEE;
	 border: 1px solid #AAAAAA; */
}
.relateditem a {
	text-decoration: none;
}
.relateditemimage {
	height: 110px;
	overflow: hidden;
	margin-bottom: 5px;
}
.relateditemimage img {
	width: 100%;
}
.relateditemimage a img {
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	/* border: 2px solid #666666; */
}
.relateditemimage a:hover img {
	/* border: 2px solid #000000; */
}


.product-details-purchase-container {
	border: none;
	text-align: center;
	/* 
	padding: 8px;
	border: 1px dotted #CCCCCC;
	background-color: #EEEEEE;
	*/
}
/*
.store-product-purchase-heading {
	margin-bottom: 8px;
	border-bottom: 1px solid #999999;
	background-color: #FC6719;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.store-product-purchase-content {
	position: relative;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	padding-top: 6px;
}
*/
.store-buy-button {
	position: absolute;
	top: 0px;
	right: 5px;
}
.sale, .clearance {
	display: inline-block;
	margin-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #FF0000;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}



/* Search Form (include file) */
#search-error-message {
	display:none;
	padding:5px;
	border:1px solid #333;
	background-color: #EFEFEF;
	color: #CC0000;
	margin: 8px;
}
#search_container1 {
	display: block;
	position: relative;
	text-align: left;
	padding: 0px;
	margin: 15px 0px 15px 0px;
}
#search_container2 {
	display: block;
	position: relative;
	text-align: left;
	padding: 0px;
	margin: 15px 0px 15px 0px;
}
.search-heading {
	font-size: 22px;
	background-color: #DDD;
	color: #666;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	border-bottom: 1px solid #AAA;
}
.search-form-container {
	margin: 0px;
	padding: 0px;
}
.search_form {
	color: #666666;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
}
/*
.search_form div {
	display: inline-block;
}
*/
.searchtext {
	display: block;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	margin-right: 5px;
	text-align: left;
}
.search-brand, #brand-options, .search-model, #model-options {
	display: inline-block;
	/*margin-right: 2px;*/
}
.search_form select {
	color: #666666;
	padding: 2px;
}
#keywords1, #keywords2, #advanced_keywords {
	display: inline-block;
	width: 150px;
	color: #666666;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
}
#brand {
	width: 200px;
}
#model {
	width: 120px;
}
 #keywords2 {
 	width: 200px;
}
#keyword-options, .search-keyword {
	display: inline-block;
	margin-right: 2px;
}
.search_suggestions_container {
	display: block;
	position: absolute;
	top: 55px;
	left: 0px;
	z-index: 2000;
	max-height: 300px;
	overflow: auto;
	width: 300px;
	
	font-family: Arial, sans-serif;
	font-size: 13px;
	
	text-align: left;
	text-transform: none;
	
	background-color: #FFF;
	border: 1px solid #BBB;
	padding: 10px;
	color: #666666;

}
.search_suggestions_close {
	position: absolute;
	z-index: 3000;
	top: 2px;
	right: 12px;
	font-size: 90%;
}
.search_suggestions_close {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.search_result_block1 {
	display: block;
	margin-bottom: 10px;
}
.search_result_block2 {
	display: block;
}
.search_result_block_heading {
	display: block;
	color: #000;
	font-weight: bold;
	padding-bottom: 3px;
	margin-bottom: 3px;
	border-bottom: 1px solid #CCC;
}
.search_result_item {
	display: block;
	font-weight: bold;
}
.search_result_item a {
	display: block;
	padding: 3px;
}
.search_result_reference_number {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	padding-left: 3px;
}
.search_result_item a .search_result_reference_number {
	color: #555 !important;
}


.search_bottom {
	display: inline-block;
}
.search_button {
	display: inline-block;
	/* background-color: #5b8737; */
	background-color: #CC0000;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
	border: none;
	outline: none;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 6px;
	padding-right: 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.search_button:hover, .search_button:focus	{ 
	/* background-color: #699c40;  */
	background-color: #FF0000; 
}	

