/* ||||------STORE STYLES-----|||| */


/* ----UNIVERSAL STYLES---- */
/*----------------------------------------------*/

.product_price { }

span.product_retail_price {color: #26170D; font-size: 1.4em;}

span.product_sale_price { }

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;
	border:1px solid #ccc;
	background:#333 url('/themes/default/images/loading.gif') no-repeat center center;
	padding:2px;
	display:none;
	color:#fff;
}

/*----------------------------------------------*/






/* ----SEARCH RESULTS---- */
/*----------------------------------------------*/
/* NOTE: for search within a category see below */

.search_results { 	
	padding: 15px; margin-bottom: 40px;
	color: #442916;
	text-transform: uppercase; 
	background: #FEF3F8;
	letter-spacing: 0.05em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.search_results form {float: right; margin-top: -5px;}

.search_message { 
	font-size: 1.1em;
 	padding: 10px 15px;
 	margin: -15px 0 25px 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;}


/*----------------------------------------------*/






/* ----BRANDS---- */
/*----------------------------------------------*/

#brands {}

.brand { margin: 35px 0;
	border-bottom: 1px dotted #168381;
	clear: both;}

.brand_image_container { 
	text-align: center; 
	float: left;
	width: 220px;
	margin-right: 20px; 
	padding: 20px 0;
	background: #FEF3F8; 
	overflow: hidden;
}

.brand_description_container { 
	padding: 0 0 10px 20px; 
	border-left: 220px solid #FEF3F8;
}

/*----------------------------------------------*/






/* ----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: 720px; /* VARIABLE change to 100% if no spacing between divs desired. Will need to be adjusted based on size of page div */
	margin: 0 0 0 -20px;
}

.featured_product, .sale_product, .category_product_grid {
	float: left; display: inline;
	text-align: center;
	font-size: 1.2em;
	width: 199px; height: 240px;
	padding: 0 10px 20px 10px;
	margin: 0 0 10px 20px;
	overflow: hidden;
}
	
.featured_product img, .sale_product img, .category_product_grid img { margin-bottom: 15px; border: 1px solid #FF0077; }

.featured_product img:hover, .sale_product img:hover, .category_product_grid img:hover { border: 1px solid #442916;} 


.featured_product .title, .sale_product .title, .category_product_grid .title { 
	margin-bottom: 10px;
	font-size: 1.2em;  
	text-transform: capitalize; 
	padding-top: 15px;
	letter-spacing: 0.1em;
	background: url(../images/backgrounds/dot.gif) top repeat-x;
}

.featured_product .title a, .sale_product .title a, .category_product_grid .title a { color: #FF0077; }

.featured_product .product_price, 
.sale_product .product_price, 
.category_product_grid .product_price {
	font-size: 10px;
}
	
.more_products { 
	text-align: right;
	padding: 5px 0 10px 0;
	margin-bottom: 40px;
	border-bottom: 2px solid #168381;
}


/* Category descriptions on store home page */

.description_home p { 	
	padding: 15px; margin:0; 
	color: #442916;
	text-transform: uppercase; 
	background: #FEF3F8;
}	


/* PRODUCT SEARCH on Category Pages */

.product_search { 
	padding: 15px; margin-bottom: 25px;
	color: #442916;
	text-transform: uppercase; 
	background: #FEF3F8;  
}

.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 DISPLAY on Category Pages */
/* NOTE: also dictates product listing on search and brands pages */

.category_product {	
	margin: 0 0 20px 0;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding-top: 5px;
	clear: both;
}

.category_product .img_wrapper { width: 125px; height: 125px; margin: 0 auto; background: url('../images/backgrounds/no_image.png');}

/* following styles currently affect category and detail view */

.product_photo_container { 
	text-align: center; 
	float: left;
	width: 220px;
	margin-right: 20px; 
	padding: 20px 0;
	overflow: hidden;
	background: #FEF3F8; 
}

.product_description_container {
	padding: 0 0 10px 20px; 
	border-left: 220px solid #FEF3F8;	
}

.category_product .product_options { clear:both;}

/* only used in category_categories */

.category_branding_img { text-align: center; background: #FEF3F8; margin-bottom: 25px; position: relative;}

.category_branding_img img {max-width: 100%;}

.category_branding_img ul { 
	width: 100%; 
	position: absolute; bottom: 0; 
	padding: 10px 0;
	color: #666;
	background: transparent url('../images/backgrounds/white_70.png') repeat; 
	border-bottom: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
	text-transform: uppercase;
}

.category_branding_img li { float: left; font-size: 1.2em; width: 200px; padding: 5px 15px; }


/*----------------------------------------------*/







/* ----PRODUCT DETAIL TEMPLATES---- */
/*----------------------------------------------*/


#product_detail { }

#product_detail .product_photo_container { margin-top: -20px; width: 340px; background: none;} /*inherits styles from above*/
#product_detail .product_description_container {  border-left: 340px solid #fff; } /*inherits styles from above*/

#product_detail .product_price {float:right;}
#product_detail .product_price span.product_retail_price {font-size: 1.6em; font-weight: bold;}


/* PHOTOS and Gallery */

.product_gallery { margin: 0 auto; width: 220px;}

.product_gallery_photo, .product_zoom_photo {	
	float: left; display: inline;
	margin: 10px 0 0 10px;
	border: 1px solid #FF0077;
}	

.product_gallery_photo img, 
.product_zoom_photo img {width: 40px;}

.product_gallery_photo a, 
.product_zoom_photo a {filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;}	

.product_gallery_photo a:hover, 
.product_zoom_photo a:hover { filter:alpha(opacity=100);-moz-opacity:1;opacity:1;}


/* OPTION dropdowns */

.option_select { margin:2.5em 0 0 0; padding: 0 0 3.5em 0;}
.option_select span { padding-right: 10px; 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:2em 0 2.5em 0;}

#product_brand .brand_description {
	font-style: italic; 
	padding: 5px; margin-bottom: 10px;
	border: 1px dotted #ccc;
	background: #FEF3F8;
}	

#product_brand .brand_description p { margin-bottom: 0; margin-top: 0;}
	

/* RELATED Products */

#related_products h3 { margin: 10px 0;}

#related_products {
	width: 105%;
	margin: 20px -20px 5px 0;
	clear: both;
	overflow: hidden;
}

.related_product {
	width: 109px; height: 165px;
	float: left; display: inline;
	padding: 10px 10px 10px 0;
	margin: 0 10px -1px -10px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	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;
}

.addon_products {
	float: left; display: inline;
	height: 140px; width: 410px; /* VARIABLE must be changed based on description container width */
	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;}

.addon_nav_prev {
	margin-top:15px;
	width: 17px;
	height: 110px;
	padding: 0 4px;
	float: left; 
	display: inline;
	overflow: hidden;
	cursor: pointer;
}

.addon_nav_next {
	margin-top:15px;
	width: 17px;
	height: 110px;
	padding: 0 4px;
	float: right; 
	display: inline;
	overflow: hidden;
	cursor: pointer;
}

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;}


/*----------------------------------------------*/







/* ----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 0 0;
	background: url(../images/backgrounds/dot.gif) top repeat-x;
	text-align: right; 

}

.product_options button, 
.product_options .button,
.product_button button,
#checkout_continue button,
#checkout_return button { 
	padding: 0;
	margin: 0 0 0 16px; 
	width: 101px; height: 34px;
	text-align: center;
	font-weight: bold;

}

.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: #FEF3F8; padding: 10px 0; border-bottom: 1px solid #ccc;}

.registry_order .product_price {padding-top: 5px;}

.registry_order .product_retail_price {font-size: 1.1em;}


/*--------------------------------------------------------------*/





