/* ||||------STORE STYLES-----|||| */


/* ----UNIVERSAL STYLES---- */
/*----------------------------------------------*/

.product_price { }

span.product_retail_price {color: #BF8329; 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: 30px;

	text-transform: uppercase; 
	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: url('../images/icons/search.png') 98%  no-repeat !important; 
	background: 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---- */
/*----------------------------------------------*/


.brand_photo_link { display: block; width: 150px; height: 150px; border: 1px solid #efefef; margin: 0 auto 25px auto; overflow: hidden;}

.brand_photo_link img { width: 150px;}

/*----------------------------------------------*/






/* ----CATEGORY VIEW TEMPLATES---- */
/*----------------------------------------------*/


/* USER SORT */

#user_sort_options {margin-bottom: 10px; text-align: right; border-bottom: 1px dotted #ccc; padding-bottom: 10px;}
#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: 10px 0 0 -20px;
}

.featured_product, .sale_product, .category_product_grid {
	float: left; display: inline;
	text-align: center;
	font-size: 1.2em;
	width: 197px; height: 240px;
	padding: 0 10px 20px 10px;
	margin: 10px 0 10px 20px;
	border: 1px dotted #fff !important;
	border: solid; /* because IE is horrible with dotted borders */
	overflow: hidden;
}
	
.featured_product img, .sale_product img, .category_product_grid img { margin-bottom: 20px; border: 3px solid #efefef; }

.featured_product img:hover, .sale_product img:hover, .category_product_grid img:hover {border: 3px solid  #BF8329;}

.featured_product .title, .sale_product .title, .category_product_grid .title { 
	margin-bottom: 20px;
	font-size: 1.1em; 
	font-family: Georgia, "Times New Roman", Palatino, serif;
	font-style: italic;
	
	height: 55px; overflow: hidden; /* truncates titles over three lines and prevents overflow */
}
	
.more_products { 
	text-align: right;
	padding: 10px 0 10px 0;
	margin-bottom: 50px;
	border-top: 1px dotted #2E1812;
}


/* Category descriptions on store home page */

.description_home p { 	
	padding: 15px; margin:0; 
	color: #2A3C6F;
	text-transform: uppercase; 
	background: #eff2f2;
}	


/* PRODUCT SEARCH on Category Pages */

.product_search { 
	padding: 15px; margin-bottom: 25px;
	border-bottom: 2px solid #2A3C6F;
	color: #2A3C6F;
	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 DISPLAY on Category Pages */
/* NOTE: also dictates product listing on search and brands pages */

.category_product {	
	margin: 0 0 20px 0;
	border-bottom: 1px dotted #2A3C6F !important;
	border-bottom: solid;
	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; 

	background: #fff; 
	overflow: hidden;
}

.product_description_container {
	padding: 0 0 10px 20px; 
	border-left: 220px solid #fff;	
}

.category_product .product_options { clear:both;}

/* only used in category_categories */

.category_branding_img { text-align: center; background: #fff; 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 #breadcrumb {float: none; margin-bottom: 10px; }

#product_detail .product_price { margin-bottom: 10px;}
#product_detail .product_price span.product_retail_price {font-size: 1.6em; font-weight: bold;}


/* PHOTOS and Gallery */

.product_gallery {}

.product_gallery_photo, .product_zoom_photo {	
	float: left; display: inline;
	margin: 10px 0 0 10px;
	border: 1px solid #ccc;
}	

.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: #2A3C6F;}
#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 p {
	font-style: italic; 
	padding-bottom: 5px; margin-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}	
	

/* 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;
	border-top: 1px dotted #2E1812; ;


}

.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;

	/* remove the following styles to cause product buttons to inherit default button styles*/

}

.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;}


/*--------------------------------------------------------------*/





