

/***************************************************************
****************************************************************
PRODUCTS
****************************************************************
***************************************************************/


/*PRODUCT LISTING PAGE
***************************************************************/

div#wrap ul.productList {
  margin: 0 0 0 0;
  padding:0;
  width: auto;
  position: relative;
	overflow: hidden;
}                                                                        

div#wrap ul.productList li {
	margin: 5px 15px 10px 0;
	padding: 0;
	border: 0;
	background-image: none;
	width: 270px;
	height: 300px;
	float: left;
	position: relative;
	z-index: 13;
	background: #eaeed6;
  box-shadow: inset 0 0 55px rgba(86,98,23,0.2);
}

div#wrap #contentWrapWide ul.productList li {
	width: 265px;
	overflow: hidden;
	margin-right: 14px;
}

div#wrap #contentWrap ul.productList li.third {
	margin-right: 0;
}

div#wrap #contentWrapWide ul.productList li.third {
	margin-right: 14px;
	width: 263px;
}

div#wrap #contentWrapWide ul.productList li.fourth {
	margin-right: 0;
}

ul.productList div.image {
	width: 270px;
	height: 147px;
	margin: 0 auto 0 auto;
	overflow: hidden;
	border-bottom: 5px solid #799218;
}

ul.productList div.image a::before {
	display: block;
	content: '';
	position: absolute;
	width: 270px;
	height: 147px;
	box-shadow: inset 0 0 55px rgba(0,0,0,0.6);
}

ul.productList a:hover img {
	opacity: 0.85;
}

ul.productList h3 {
	color: #00818c;
	font-size: 19px;
	padding: 18px 0 5px 15px;
}

ul.productList h3 a {
	color: #00818c;
	text-decoration: none;
}

ul.productList h3 a:hover {
	text-decoration: underline;
}

ul.productList p.summary, div#wrap ul.productList.list p.summaryLong {
	font-size: 13px;
	color: #5e7e80;
	line-height: 17px;
	padding: 0 15px 5px 15px;
}

ul.productList p.summary a, div#wrap ul.productList.list p.summaryLong a {
	color: #5e7e80;
	text-decoration: none;
}

div#wrap ul.productList.list p.summary {
	display: none;
}

ul.productList p.summaryLong {
	display: none;
}

div#wrap ul.productList.list p.summaryLong {
	display: block;
}



/*
ul.productList p.price {
	color: #000;
	font-weight: bold;
	font-size: 14px;
	padding-top: 3px;
}

ul.productList p.price a {
	color: #000;
	text-decoration: none;
}

ul.productList p.sale a {
	color: #c40333;
}

ul.productList p.sale s {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	padding-right: 5px;
}
*/

ul.productList p.more {
	position: absolute;
	z-infrx: 20;
	left: 0;
	bottom: 0;
	width: 270px;
	height: 25px;
	background-color: #d8ddbf;
	font-size: 12px;
	padding: 0 0 12px 0;
}

ul.productList p.more a.price {
	color: #314c4e;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 0 0 15px;
	float: left;
}

ul.productList p.more a.btn {
	color: #7b9204;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 12px 0 0;
	margin-right: 15px;
	float: right;
	background: transparent url('../images/layout/triangleGreen.png') right 13px no-repeat;
}


/*display as list*/                                                                       

div#wrap ul.productList.list li {
	margin: 0;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #eee;
	background-image: none;
	width: auto;
	height: auto;
	float: none;
	text-align: left;
	overflow: hidden;
}

ul.productList.list div.image {
	margin: 0 20px 0 0;
	overflow: hidden;
	float: left;
}


div#wrap ul.productList.list li {
	margin: 0;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #eee;
	background-image: none;
	width: auto;
	height: auto;
	float: none;
	text-align: left;
	overflow: hidden;
}


/*PRODUCT DETAIL PAGE
***************************************************************/

div.productDetail {
	overflow: hidden;
	padding: 10px 0 0 0;
}

div.productDetail div.left {
	width: 660px;
	float: left;
}

div.productDetail div.right {
	width: 400px;
	float: right;
}

/*product top*/

div.productDetail .productTop {
	overflow: hidden;
	padding: 0 0 15px 0;
}

div.productDetail .productTop .left {
	position: relative;
	z-index: 5;
}

div.productDetail h1#pageTitle {
	border: 0;
}

div.productDetail p.summary {
	font-size: 17px;
	font-style: italic;
	line-height: 23px;
	color: #5e7e80;
	padding: 0 0 15px 0;
}

div.productDetail p.price {
	font-size: 21px;
	color: #00818c;
	text-align: right;
	position: absolute;
	z-index: 20;
	top: 0;
	right: 0;
	padding-top: 20px;
}

div.productTop div.right {
	width: 355px;
	background: #eaeed6;
	padding: 10px 20px 10px 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
  box-shadow: inset 0 0 55px rgba(86,98,23,0.2);
	border-left: 5px solid #00818c;
	font-size: 13px;
	color: #223c3e;
	line-height: 16px;
}

div.productTop div.right h3 {
	color: #00818c;
	font-size: 16px;
	text-transform: uppercase;
	padding: 15px 0 8px 0;
}

div.productTop div.right ul {
	padding: 0 0 10px 10px;
}

div.productTop div.right ul li {
	padding: 0 0 4px 15px;
	background: transparent url('../images/layout/squareGreen.png') 0px 5px no-repeat;
}



/*product images*/

div.productDetail div.productImages {
	width: 660px;
	height: 360px;
	position: relative;
}

div.productDetail div#productSlides {
	width: 660px;
	height: 360px;
	position: relative;
}

div.productDetail div#productSlides div.imageMain {
	width: 660px;
	height: 360px;
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
}

div.productDetail div#productSlides div.text {
	width: 660px;
	height: 50px;
	position: absolute;
	z-index: 30;
	bottom: 0;
	left: 0;
	background-color: #0f1d1e;
	background: rgba(15,29,30,0.8);
}

div.productDetail div#productSlides div.text h3 {
	color: #fff;
	font-size: 17px;
	padding: 15px 0 0 20px;
}

div.productDetail div#productSlides div.sliderNav {
	position: absolute;
	z-index: 30;
	bottom: 17px;
	right: 20px;
	color: #fff;
	font-size: 13px;
}

div.productDetail div#productSlides div.sliderNav a {
	width: 15px;
	height: 15px;
	display: inline-block;
	text-indent: -5000px;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0.7;
}

div.productDetail div#productSlides div.sliderNav a:hover {
	opacity: 1;
}

div.productDetail div#productSlides div.sliderNav a.btnPrev {
	background-image: url('../images/buttons/btnArrowPrev.png');
	margin: 0 5px 0 0;
}

div.productDetail div#productSlides div.sliderNav a.btnNext {
	background-image: url('../images/buttons/btnArrowNext.png');
	margin: 0 0 0 5px;
}


/*tourimage
****************************************************************/

div.right div.tourimage {
	margin: 15px 0 0 0;
	background-color: #7b9204;
	box-shadow: inset 0 0 55px rgba(0,0,0,0.3);
	padding: 25px 20px 25px 20px;	
	position: relative;
	z-index: 10;
	width: 360px;
	height: 140px;
	position: relative;
}

div.right div.tourimage h3 {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}



/*TESTIMONIALS
****************************************************************/

div.right div.testimonials {
	margin: 15px 0 0 0;
	background-color: #7b9204;
	box-shadow: inset 0 0 55px rgba(0,0,0,0.3);
	padding: 25px 20px 25px 20px;	
	position: relative;
	z-index: 10;
	width: 360px;
	height: 140px;
	position: relative;
}

div.right div.testimonials h3 {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}

div.right div.testimonials blockquote {
	margin: 10px 0 0 0;
	padding: 7px 0 0 30px;
	color: #fff;
	font-family: Georgia, sans-serif;
	font-size: 16px;
	font-style: italic;
	line-height: 21px;
	background: transparent url('../images/layout/bgQuoteOpen.png') 0px 0px no-repeat;
}

div.right div.testimonials blockquote cite {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-style: normal;
	display: block;
	text-align: right;
	margin: 12px 0 0 0;
}

div.testimonials div.sliderNav {
	position: absolute;
	z-index: 30;
	top: 25px;
	right: 20px;
	color: #fff;
	font-size: 13px;
}

div.testimonials div.sliderNav a {
	width: 15px;
	height: 15px;
	display: inline-block;
	text-indent: -5000px;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0.7;
}

div.testimonials div.sliderNav a:hover {
	opacity: 1;
}

div.testimonials div.sliderNav a.btnPrev {
	background-image: url('../images/buttons/btnArrowPrev.png');
	margin: 0 5px 0 0;
}

div.testimonials div.sliderNav a.btnNext {
	background-image: url('../images/buttons/btnArrowNext.png');
	margin: 0 0 0 5px;
}


/*RELATED PAGES
****************************************************************/

div.right div.relatedpages {
	margin: 15px 0 0 0;
	background-color: #7b9204;
	box-shadow: inset 0 0 55px rgba(0,0,0,0.3);
	padding: 25px 20px 25px 20px;	
	position: relative;
	z-index: 10;
	width: 360px;
	height: 140px;
	position: relative;
}

div.right div.relatedpages h3 {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}

div.right div.relatedpages a {
	margin: 10px 0 0 0;
	padding: 7px 0 0 30px;
	color: #fff;
	font-family: Georgia, sans-serif;
	font-size: 16px;
	font-style: italic;
	line-height: 21px;
}


/*FEATURED CONTENT (FROM CAROUSEL)
*****************************************************************/

div.featuredContent ul {
  margin: 0;
  padding:0;
  position: relative;
}                                                                        

div.featuredContent ul li {
	width: 400px;
	height: 200px;
	position: relative;
	z-index: 13;
	background: #fff;
	background: rgba(255,255,255,0.8);
	margin: 15px 0 0 0;
}

div.featuredContent ul h2 {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	padding: 25px 0 0 20px;
	position: absolute;
	z-index: 15;
	top: 0;
	left: 0;
	width: 220px;
}

div.featuredContent ul h2 a {
	color: #fff;
	text-decoration: none;
}

div.featuredContent ul div.image {
	width: 190px;
	height: 200px;
	position: absolute;
	z-index: 5;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

div.featuredContent ul div.text {
	width: 400px;
	height: 200px;
	position: absolute;
	z-index: 10;
	right: 0;
	bottom: 0;
	background: transparent url('../images/layout/frameCarouselGreen.png') left bottom no-repeat;
}

div.featuredContent ul li.teal div.text {
	background-image: url('../images/layout/frameCarouselTeal.png');
}

div.featuredContent ul li.grey div.text {
	background-image: url('../images/layout/frameCarouselGrey.png');
}

div.featuredContent ul p {
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	width: 160px;
	padding: 55px 0 0 20px;
}

div.featuredContent ul p.more {
	padding: 0;
}

div.featuredContent ul p.more a {
	display: block;
	width: 385px;
	height: 34px;
	padding: 169px 0 0 20px;
	position: absolute;
	z-index: 50;
	top: 0;
	left: 0;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}

div.featuredContent ul p.more a:hover {
	background: rgba(255,255,255,0.15);
}
	
	
/*FEATURED PRODUCTS
****************************************************************/

div.featuredProducts {
	margin: 20px 0 0 0;
}

div.featuredProducts h2 {
	font-size: 20px;
	padding: 20px 0 7px 0;
	margin-bottom: 10px;
	color: #314c4e;
	text-transform: uppercase;
	border-bottom: 1px solid #dee2c6;
}


/*PRODUCT FILTERS
***************************************************************/

div#productFilters {
	padding: 0 20px 30px 20px;
	overflow: hidden;
	position: relative;
	z-index: 10;
}

div#productFilters h3 {
	font-size: 15px;
	padding: 15px 0 15px 0;
	color: #00818c;
	text-transform: uppercase;
}

div.productFilter {
	margin: 0 0 15px 0;
}
	
div.productFilter h4 {
	text-transform:uppercase;
	color: #5e7e80;
	font-size: 12px;
	font-weight: normal;
	padding: 10px 0 9px 10px;
	background: #fff url('../images/layout/arrowDownGreen.png') 170px 15px no-repeat;
	border: 1px solid #c7d0d7;
	cursor: pointer;
}

div.productFilter h4[data-open="open"]{
	background: #fff url('../images/layout/arrowUpBlue.png') 170px 15px no-repeat;
}

div.productFilter ul {
	position:relative;
	list-style:none;
	margin:0;
	padding:0;
	height:0;
	overflow:hidden;
	margin-top: -1px;
	z-index:100000000;
	border: 1px solid #c7d0d7;
	border-bottom: 0;
	background-color: #fff;
	width: 188px;
	opacity: 0.9;
	-webkit-transition: height 0.25s;
	-moz-transition: height 0.25s;
	-ms-transition: height 0.25s;
	transition: height 0.25s;
}

div.productFilter ul li {
	margin:0;
	padding:0;
	background:none;
}

div.productFilter ul li a {
	display:block;
	overflow:auto;
	color:#6b7682;
	background:#fff;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration:none;
	padding: 9px 30px 7px 10px;
	border-bottom:1px solid #c7d0d7;
	white-space:nowrap;
}

div.productFilter ul li a.sel {
	background:#0b9ed6 url('../images/icons/filterSelected.png') right center no-repeat;
	color: #fff;
}

div.productFilter ul li a img {
	width:15px;
	height:15px;
	border:1px solid #e6eaed;
	float:left;
	margin:0 5px 0 -6px;
	display:block;
}

/*price slider*/

div#priceFilter {
	width:190px;
	height:30px;
	margin-top:18px;
	margin-left:0;
	margin-right:0;
}

div#priceSlider {
	margin-right:0;
	margin-left:0;
	margin-top:10px;
	-webkit-user-select:none;
	user-select:none;
}

div#priceSlider * {
	-webkit-user-select:none;
	user-select:none;
}

div#priceSliderTrack {
	width:190px;
	height:1px;
	background-color: #8ba310;
	position: relative;
	top: 25px;
}

div#priceSliderTrack div {
	width:10px;
	height:10px;
	position:absolute;
	z-index:10;
	top: -4px;
	background-color: #8ba310;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color:#c14f21;
	text-decoration:none;
	cursor:pointer;
	overflow:visible;
}

div#priceSliderTrack span {
	font-size:12px;
	position:absolute;
	width:55px;
	margin-top:-22px;
	z-index:0;
	color: #5e7e80;
}

span#minLengthIndicator {
	text-align:left;
}

span#maxLengthIndicator {
	text-align:right;
	margin-left:135px;
}

div#priceSliderTrack div.hotspot {
	width:30px;
	height:30px;
	margin-left:-10px;
	margin-top:-10px;
	background:none;
}


/*clear filters*/

a#clearFilters {
	display: none;
	margin: 30px 0 0 0;
	padding: 8px 15px 8px 28px;
	float: right;
	background: #cdd4da url('../images/icons/cancel_16.png') 7px 7px no-repeat;
	color: #3f5263;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;	
	opacity: 0.8;
}

a#clearFilters:hover {
	opacity: 1;
}



/*filter loading*/

img#filterLoading {
	position: absolute;
	z-index: 12;
	top: 4px;
	left: 155px;
	display:none;
}



/*PAGINATION
***************************************************************/

div.pagination {
	border-bottom: 1px solid #dee2c6;
	padding: 10px 0 10px 0;
	text-align: right;
	margin-bottom:10px;
}

div.pagination.bottom {
	border-top: 1px solid #dee2c6;
	margin-top:10px;
}

div.pagination p {
	display: inline;
	font-size: 12px;
}

div.pagination p a {
	display: inline-block;
	margin: 0 15px 0 18px;
}

div.pagination p a.btn {
	width: 15px;
	height: 15px;
	margin: 0 0 0 3px;
	text-align: left;
	text-indent: -5000px;
	background: transparent url('../images/layout/triangleGreen.png') center center no-repeat;
}

div.pagination p a.btn.prev {
	background-image: url('../images/layout/triangleGreen_reverse.png');
	margin: 0;
}

/*list controls*/

div.pagination a.view {
	display: inline-block;
	width: 16px;
	height: 16px;
	text-indent: -5000px;
	background-position: center bottom;
	background-repeat: no-repeat;
	text-align: left;
	opacity:0.5;
}

div.pagination a.view.thumbnails {
	background-image: url('../images/buttons/btnViewAsThumbs.png');
	margin: 0 5px 0 0;
}

div.pagination a.view.list {
	background-image: url('../images/buttons/btnViewAsList.png');
	margin: 0 18px 0 0;
}




/*QUICK SEARCH
****************************************************************/

div#QuickSearch {
	position:absolute;
	width:350px;
	margin-top:15px;
	right:-1px;
	z-index: 500;
}

div#QuickSearch ul {
	background:#fff;
	border:1px solid #dce3e7;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	margin:0;
	padding:10px 0 0 0;
	list-style:0;
}

div#QuickSearch ul li {
	margin:0;
	padding:0 10px 0 10px;
}

div#QuickSearch ul li a {
	color: #0b9fd6;
	display:block;
	padding:10px;
	text-decoration:none;
	border-bottom:1px solid #dce3e7;
	overflow:auto;
}

div#QuickSearch ul li a:hover {
	background: #f0f3f5;
}

div#QuickSearch ul li a span.title {
	text-transform:uppercase;
	font-size:12px;
}

div#QuickSearch ul:before {
	content:url(../images/layout/miniCartNip.png);
	position: absolute;
	left:0;
	margin-top:-17px;
	margin-left:305px;
}

div#QuickSearch span.thumb {
	display:block;
	width:50px;
	height:50px;
	overflow:hidden;
	float:left;
	margin-right:10px;
	border:1px solid #f4dfd1;
}

div#QuickSearch span.desc {
	display:block;
	font-size:11px;
	color:#555;
}

div#QuickSearch span.thumb img {
	max-width:50px;
	min-height:50px;
	display:block;
}

div#QuickSearch a#viewAll {
	border-bottom:none;
	text-transform:uppercase;
	font-size:12px;
	text-align:center;
}

input#searchBox {
	outline:none;
}


/*REVIEWS
*******************************************************/

div.reviews a.btn.disabled {
	opacity:0.5;
	cursor:no-drop;
}

div.reviews p.no-reviews {
	float:left;
	margin-top:15px;
}


div#reviewBox {
	position:fixed;
	top:50%;
	left:50%;
	z-index:500000;
	background:#FCF3ED;
	border:1px solid #F4DFD1;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding: 10px 15px;
	width:408px;
	margin-left:-219px;
	margin-top:-150px;
	-webkit-box-shadow:0 0 15px rgba(0,0,0,0.3);
	-moz-box-shadow:0 0 15px rgba(0,0,0,0.3);
	box-shadow:0 0 15px rgba(0,0,0,0.3);
	display:none;
}

div#reviewBox h2 {
	border-bottom:none;
	padding: 0;
	font-weight:normal;
	color: #C14F21;
	cursor:move;
}

div#reviewBox div#stars {
	font-size:12px;
	text-transform:uppercase;
	clear:both;
}

div#reviewBox div#stars li {
	cursor:pointer;
	margin:0;
	padding-right:2px;
	margin-top:5px;
}

div#reviewBox label {
	display:block;
	float:left;
	width:90px;
	font-size:12px;
	text-transform:uppercase;
	line-height:35px;
}
div#reviewBox textarea {
	width:310px;
	height:120px;
	margin-top:5px;
	border:1px solid #F4DFD1;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	font-family:inherit;
	color:inherit;
	display:block;
	-webkit-resize:none;
	-moz-resize:none;
	resize:none;
}

div#reviewBox input#reviewerName {
	border:1px solid #F4DFD1;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:5px;
}

div#reviewBox input.btn {
	border:none;
	background:#EE6630;
	color:white;
	text-transform:uppercase;
	float:right;
	margin-top:10px;
	margin-left:5px;
	padding:7px 10px 6px 10px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	cursor:pointer;
}

div#map_canvas{
	width: 610px; 
	height: 450px;	
}
