/* ||||------STORE STYLES-----|||| */


/* ----UNIVERSAL STYLES---- */
/*----------------------------------------------*/

.product_price { }

span.product_retail_price {}

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;
	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: 20px;
	border-bottom: 2px solid #fff; border-top: 2px solid #fff; 
	color: #fff;
	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: 10px 0 15px 0;
 	clear: both;
	border-top: 1px dotted #fff;
	border-bottom: 1px dotted #fff;

	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 #fff;
	clear: both;}

.brand_image_container { 
	text-align: center; 
	float: left;
	width: 220px;
	margin-right: 20px; 
	padding: 20px 0;
	background: #EFF2F2; 
	overflow: hidden;
}

.brand_description_container { 
	padding: 0 0 10px 20px; 
	border-left: 220px solid #EFF2F2;
}

/*----------------------------------------------*/


/* ----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: 800px; /* VARIABLE change to 100% if no spacing between divs desired. Will need to be adjusted based on size of page div */
	margin-left: -21px;
}

.featured_product, .sale_product, .category_product_grid {
	float: left; display: inline;
	font-size: 1.2em;
	width: 139px; height: 220px;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #fff;
	overflow: hidden;
}
	
	
.featured_product img, .sale_product img, .category_product_grid img { width: 139px; }

.imageWrapper {height: 139px; width: 139px; margin-bottom: 4px; overflow: hidden; background: #00AEEF;}

.featured_product .title, .sale_product .title, .category_product_grid .title { 
	margin-bottom: 20px;
	font-size: 1em; 

	font-style: italic;
	height: 55px; overflow: hidden; /* truncates titles over three lines and prevents overflow */
}
.featured_product .title a, .sale_product .title a, .category_product_grid .title a {

}	

.featured_product .product_price, .sale_product .product_price, .category_product_grid .product_price {
	display: inline; margin-left: 5px;
}
 
.more_products { 
	text-align: right;
	padding: 5px 0 10px 0;
	margin-bottom: 40px;
	border-bottom: 2px solid #fff;
}


/* Descriptions on store home page */

.description_home { 	
	padding: 15px 15px 0 15px; margin:0 0 10px 0; 
	color: #fff;
	text-transform: uppercase; 
	background: #eff2f2;
	border-bottom: 1px dotted #ccc !important;
	border-bottom: solid;
}	

.description_home p {margin-top: 0;}
.description_home img {float: left; width: 100px; padding-right: 15px; margin-bottom: 15px;}


/* PRODUCT SEARCH on Category Pages */

.product_search { 
	padding: 15px; margin-bottom: 25px;
	border-bottom: 2px solid #fff;
	color: #fff;
	text-transform: uppercase; 
 
}

.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 #fff !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 { 
	
	z-index: 1;
	text-align: center; 
	float: left;
	width: 270px;
	margin-right: 20px; 
	padding: 20px 0;
	overflow: hidden;
}
.product_photo_container img {width: 240px;}
.product_description_container {
	
	padding: 0 0 10px 290px; 

}

.category_product .product_options { clear:both;}

/* only used in category_categories */

.category_branding_img { width: 100%; text-align: center; background: #EFF2F2; margin-bottom: 25px; position: relative;}

.category_branding_img img {max-width: 100%;}

.category_branding_img ul { 
	width: 100%; 
	position: absolute; bottom: 0; left: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---- */
/*----------------------------------------------*/

#breadcrumb { border-bottom: 2px solid #fff; margin-bottom: 40px; font-size: 1.3em; font-style: italic; padding: 3px 0; text-align: center;}
#product_detail { }
#product_detail h2 {border-bottom: 1px solid #fff; font-size: 1.8em; margin-bottom: 10px; text-transform: none;}
#product_detail .product_photo_container { } /*inherits styles from above*/
#product_detail .product_description_container #product_description { font-size: 1.2em;  } /*inherits styles from above*/

#product_detail .product_price {font-style: italic; display: inline; margin-left: 15px;}



/* PHOTOS and Gallery */

.product_gallery {}

.product_gallery_photo, .product_zoom_photo {	
	float: left; display: inline;
	margin: 15px 0 0 15px;
	border: 1px solid #ccc;
}	

.product_gallery_photo img, 
.product_zoom_photo img {width: 68px;}

.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 3em 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: #fff;}
#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; }


/* RELATED Products */

#related_products h2 { border: none; text-transform: uppercase; font-weight: normal; font-size: 20px; margin-bottom: 0;}

#related_products {
	float:right; width: 220px;
	margin: 0 0 0 10px;
	text-align: center;
	overflow: hidden;
	border-left: 1px solid #fff;
	padding-left: 10px;
}

.related_product {
	width: 200px; height: 155px;
	padding: 10px 10px 10px 0;
	margin: 0 auto;
	overflow: hidden;
}
	
.related_product img {
	height: 120px;
	margin-bottom: 10px;
}
	
.related_product_title {font-size: 1.1em; 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%; 

	padding: 10px 0 0 0;
	text-align: left; 

}

.product_options button, 
.product_options .button,
.product_button button,
#checkout_continue button,
#checkout_return button { 
	padding: 0;
	margin: 0 0 0 16px; 
	 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;}


/*--------------------------------------------------------------*/