/* ||||------STORE STYLES-----|||| */


/* ----UNIVERSAL STYLES---- */
/*----------------------------------------------*/

span.product_retail_price {color: #0B3543; font-size: 1.4em;}

p.total_products  {float:left; margin: 5px 0 0 0; }

p.stock { margin: 0 0 10px 0; font-style: italic; text-align: left;}

span.sku {display: block; float:left;}

/*----------------------------------------------*/

/* ----IMAGE OVERLAYS---- */
/*----------------------------------------------*/

#overlay{
	position:absolute;
	z-index: 5;
	background:transparent url('../images/backgrounds/shadow.png') right bottom no-repeat !important;
	background: none; /* no drop shadow in IE 6 */
	padding:0 14px 14px 0;
	display:none;
	color:#fff;
	margin-top: -50px;
}

#overlay img {max-width: 300px; max-height: 300px; padding: 5px; background: #fff url(../images/loading.gif) center no-repeat; border: 1px solid #888;}

/*----------------------------------------------*/

/* ----SEARCH RESULTS---- */
/*----------------------------------------------*/
/* NOTE: for search within a category see below */

.search_results { 	
	padding: 15px; margin-bottom: 40px;
	border-top: 3px solid #89aa49; 
	border-bottom: 3px solid #89aa49;
	text-transform: uppercase; 
	background: #eff2f2;
	letter-spacing: 0.05em;
}

.search_results form {float: right; margin-top: -5px;}

.search_message { 
	font-size: 1.1em;
 	padding: 10px 15px;
 	margin: -15px 0 15px 0;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	background: #F7F2DA url('../images/icons/search.png') 98%  no-repeat !important; 
	background: #F7F2DA url('../images/icons/search.gif') 98%  no-repeat; 
	position: relative; overflow: hidden;
}

.search_message ul { margin-top: 10px;}
.search_message li { float:left; position: relative; padding-right: 15px;}
.search_message li a {border-bottom: 1px dotted; display: inline-block;}
.search_message li a:hover {text-decoration: none;}



/*----------------------------------------------*/


/* ----CATEGORY VIEW TEMPLATES---- */
/*----------------------------------------------*/


/* USER SORT */

#user_sort_options {position:absolute; margin: 3px 0 0 3px; /*values correspond to padding on h1 bg span*/ }
#user_sort_options button { padding: 3px 4px; margin-left: 4px;}



/* FEATURED, SALE and GRID Products Template */

#featured_products, #sale_products, #category_products_grid {
	width: 840px; /* VARIABLE change to 100% if no spacing between divs desired. Will need to be adjusted based on size of page div */
	margin: 10px 0 0 -20px;
}

.featured_product, .sale_product, .category_product_grid {
	float: left; display: inline;
	text-align: center;
	font-size: 1.1em;
	width: 238px; height: 350px;
	padding: 25px 10px 15px 10px;
	margin: 0 0 20px 20px;
	border: 1px solid #D9D7C5;
	border-bottom: 6px solid #D9D7C5;
	overflow: hidden;
}

.featured_product:hover, .sale_product:hover, .category_product_grid:hover {
	border-bottom: 6px solid #0B3543;
} 

.featured_product img, .sale_product img, .category_product_grid img { padding-bottom: 20px;  max-width: 232px;}

.featured_product .title, .sale_product .title, .category_product_grid .title { 
	margin-bottom: 5px;
	font-size: 1.1em; 
	font-weight: bold; 
	text-transform: capitalize; 
	height: 50px; overflow: hidden; /* truncates titles over three lines and prevents overflow */
}
	
.more_products { 
	text-align: right;
	padding: 5px 0 10px 0;
	margin-bottom: 40px;
	border-bottom: 2px solid #0B3543;
}



/* PRODUCT SEARCH on Category Pages */

.product_search { 
	padding: 15px; margin-bottom: 25px;
	border-top: 3px solid #89aa49; 
	border-bottom: 3px solid #89aa49;
	text-transform: uppercase; 
	background: #eff2f2;  
}

.product_search form {float:left; }


/* Filter Category by Keywords */

.show_keywords { float:right; padding-top: 5px; }

.category_keywords {
	margin-left: -50px;
	clear: both;
}

.keyword_block {
	width: 190px;
	padding-left: 50px;
	padding-top: 15px;
	float: left;
}
	
.keyword_block h3 { margin-bottom: 10px;}	



/*----------------------------------------------*/

/* ----PRODUCT DETAIL TEMPLATES---- */
/*----------------------------------------------*/

#product_detail {width: 820px; }
#product_detail p {line-height: 1.4em; font-size: 1.2em;}

.product_photo_container { 
	z-index: 1;
	text-align: center; 
	float: right;
	width: 318px;
	margin-left: 30px; 
	padding-top: 30px; 
	margin-bottom: 20px;
	overflow: hidden;
	background: #eff2f2;
}

.product_description_container {
	border-right: 320px solid #eff2f2;
	padding: 0 30px 10px 0; 
}


#product_detail .product_price {float:right; margin-top:-5px; margin-bottom: 5px;}

#product_detail .product_price span.product_retail_price {font-size: 1.6em; font-weight: bold;}


/* PHOTOS and Gallery */
.product_photo_container img { border-bottom: 6px solid #D9D7C5; } /*inherits styles from above*/

.product_gallery { margin: 11px auto; }

.product_gallery_photo, .product_zoom_photo {display: inline;}	

.product_gallery_photo img, 
.product_zoom_photo img {width: 50px; margin: 7px;}

.product_gallery_photo a img, 
.product_zoom_photo a img{filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;}	

.product_gallery_photo a:hover img, 
.product_zoom_photo a:hover img{ filter:alpha(opacity=100);-moz-opacity:1;opacity:1; border-bottom: 6px solid #0B3543;}


/* OPTION dropdowns */

.option_select { margin:2.5em 0 0 0; padding: 0 0 3em 0;}
.option_select span { padding-right: 5px; text-transform: uppercase;}
.option_select select { margin-right: 10px; }


/* COMPARE tables */

#product_compare {margin:2.5em 0;}

#product_compare table {width: 100%; clear:none;} 
#product_compare table td {padding:5px; border: 1px dotted #ccc; }
#product_compare table td.compare_name {width: 100px; text-align: left; color: #168381;}
#product_compare table td.compare_value { text-align: left;}


/* DOCUMENTS */

#product_documents {
	margin: 2.5em 0;
}

.product_document {
	width: 100px;
	margin-right: 20px;
	height: auto;
	float: left;
	text-align: center;
	padding: 4px;
	overflow: hidden;
}


/* BRAND */

#product_brand {margin:2.5em 0;}

#product_brand .brand_description {
	font-style: italic; 
	margin-bottom: 5px;
}	
	

/* RELATED Products */

#related_products h3 { margin: 10px 0;}

#related_products {
	width: 840px;
	margin: 20px -20px 5px 0;
	clear: both;
	overflow: hidden;
	border-top: 1px dotted #ccc;
}

.related_product {
	width: 109px; height: 165px;
	float: left; display: inline;
	padding: 10px 10px 10px 0;
	margin: 0 10px -1px -10px;
	border-right: 1px solid #D9D7C5;
	border-bottom: 1px solid #D9D7C5;
	overflow: hidden;
}
	
.related_product img {
	height: 100px;
	margin-bottom: 10px;
	padding-left: 10px;
}
	
.related_product_title {padding-left: 10px; display: block; cursor: pointer;}


/* ADDON Products */

#product_addons { padding-bottom: 40px; }

#product_addons h3 {margin-bottom: 20px;}

.option_addons {margin-top: -20px;} /*moves addons container up if product has options */

.addon_products_frame { width: 1280px; overflow: hidden;} /*frame scrolled by javascript */

.addons {position: relative; padding: 0 25px; height: 140px;  }

.addon_nav_prev {
	width: 23px; height: 85px; 
	padding-top: 55px;
	position: absolute; left: 0; top: 0;
	cursor: pointer;
}

.addon_nav_next {
	width: 23px; height: 85px; 
	padding-top: 55px;
	position: absolute; right: 0; top: 0;
	cursor: pointer;
}

.addon_products {
	height: 140px; width: 100%; 
	margin: 5px 0px 5px 0;
	overflow: hidden;
	clear: none;
}

.addon_product {
	width: 85px; height: 130px;
	float: left; display: inline;
	padding: 5px;
	margin: 0;
	border-right: 1px dotted #ccc;
	overflow: hidden;
	text-align: center;
}
	
.addon_product img {
	height: 60px;
	margin-bottom: 10px;
}

.addon_product_title { display: block; cursor: pointer;}

#product_bundle {clear:right; /*only necessary if price is floated right */ }

table.product_addon {margin-bottom: 10px;}		
table.product_addon td { padding: 10px 5px; vertical-align: middle; }


/*OPTIONLIST template */

table#product_optionlist p { margin: 0; }
table#product_optionlist .product_price {margin: 0;}

table#product_optionlist td { padding: 10px 5px; vertical-align: middle; }

table#product_optionlist img {width: 40px;}


/* RENTALS */

.product_rental {
	width: 100%;
	overflow: hidden;
	margin-top: 2.5em;
	margin-bottom: 2em;
}

.product_rental dl {
	width: 220px;	
	float: left;
	margin-bottom: 2em;
}
	
.product_rental dl.first { margin-right: 20px;}

.product_rental dt {
	padding-bottom: 1em;
	font-weight: bolder;
	font-size: 1.1em;
}

.product_rental dd{ margin-bottom: 1em;}

.product_rental span.color { padding-right: 10px; text-transform: uppercase;}

	
#date_message { margin: 0 0 10px 0; font-style: italic; text-align: left;}

/*----------------------------------------------*/

/* ----BUTTONS AND OPTIONS IN PRODUCT AND CATEGORY VIEWS---- */
/*--------------------------------------------------------------*/
/* NOTES: product_options is the container for buttons on category view */
/* product_button is the container for buttons on the product detail view */
/* ungroup the selectors for unique buttons in each template */

.product_options, .product_button {
	width: 100%; 
	clear: right; /*only necessary if price is floated right */
	padding: 10px 0 10px 0;
	border-top: 4px solid #0B3543;
	text-align: right; 
	background: #D9D7C5; 

}

.product_options button, 
.product_options .button,
.product_button button,
#checkout_continue button,
#checkout_return button { 
	padding: 0;
	margin: 0 10px 0 11px; 
	width: 101px; height: 34px;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 0.05em;
}

.product_options a.button {padding-top: 10px; height: 24px;} /* faux button links */

input.product_quantity { text-align: center; margin: 0 0 0 10px; width: 25px; }

/*----------------------------------------------*/

/* ------ REGISTRY PURCHASE TABLE------ */
/*--------------------------------------------------------------*/

table.registry_order  {margin-top: 20px;}

.registry_order th { 	
	padding: 2px; margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	text-transform: uppercase;
}

.registry_order .product_stats td { 
	font-size: 1.1em; 
	padding: 10px 5px; 
}

.registry_order .product_button { background: #EFF2F2; padding: 10px 0; border-bottom: 1px solid #ccc;}

.registry_order .product_price {padding-top: 5px;}

.registry_order .product_retail_price {font-size: 1.1em;}


/*--------------------------------------------------------------*/