/* Store Settings */

.product_retail_price {font-weight: bold; font-size: 110%;}

/* Categories */

#category_photo {
	width: 140px;
	float: left;
	text-align: center;
}

#category_description {

}

/* The main header of the category page - name of category */
h1.category {
	background: #4D632D ; 
	color: #fff;
	padding:5px;
	font-size: 150%;
}

#category_header {
	margin-bottom: 35px;
	overflow: hidden;
	background: #efefef url('../images/backgrounds/border_h.png') bottom repeat-x; 
	padding: 15px 10px;
}


#category_header ul {list-style-type: disc; list-style-position: inside;}
#category_header li {float: left; width: 260px; margin-right: 20px; line-height: 2em; }

#category_header br {line-height: 0;}


/* Category Option box at the top of all category list pages */
#category_options {
	border: 1px #efefef solid;
	margin: 5px 0 5px 0;
	padding: 5px;
	background: #e4e4e4;
}

/* The colum inside the category option area - for filters, etc */
#category_options .option_column {
	width: 200px;
	background: #ffffff;
	padding: 4px;
	float: left;
	margin: 0 5px 0 0;
}

/* Category Keywords */

h2 {
	font-size: 110%;
	font-weight: bold;	
	margin: 0 0 10px 0;
}	

#category_keywords {
	margin: 5px 0 15px 0;
	width: 100%;
	height: auto;
	clear: both;
}

	.keyword_block {
		width: 170px;
		margin: 0 10x 25px 0;
		float: left;
	}

/* Featured Products Template */

h1.featured {
	border-bottom: 1px solid;
	padding: 10px 0 5px 0;
	margin: 0 0 5px 0;
}

	#featured_products {
		width: 96%; height: 198px; 

		clear: both; margin: 10px 0; padding: 10px 2%;
		background: url('../images/backgrounds/callout_bg.gif') right no-repeat; 
		
	}

	.featured_product {
		width: 110px;
		height: 140px;
		float: left;
		margin: 5px 15px 0 0;
		text-align: center;
		padding-right:18px; 
		background: transparent url('../images/backgrounds/border.png') right repeat-y;
	}
	
	.featured_product .title { height: 17px; display:block; overflow: hidden;}
	
	.featured_product img {
		height: 100px;

	}

/* Sale Products Template */

h1.sale {
	border-bottom: 1px #efefef solid;
	padding: 0 0 5px 0;
	margin: 0;
}

	#sale_products {
		width: 100%;
		height: auto;
		float: left;
		margin: 0 0 20px 0;
		clear: both;
	}

	.sale_product {
		width: 110px;
		height: 140px;
		float: left;
		margin: 5px 10px 0 0;
	}
	
	.sale_product img {
		height: 100px;
		float: left;
	}	
	
/* Product Display in Ctegory Pages */

#category_products {padding: 0 30px 40px 30px;
	margin-top: -25px;
	background: url('../images/backgrounds/paper_body.gif') center repeat-y;}

.category_product {
	height: auto;
	margin: 25px 5px 0 0;
	background: transparent url('../images/backgrounds/border_h.png') bottom repeat-x; 
	padding-bottom: 10px;
	clear: both;
}

.category_product img {
	height: 100px;
	float: left;
	margin: 0 25px 0 0;
	border: 1px #e4e4e4 solid;
}

.category_pages .pages ul {
	margin: 0;
	text-align: right;
}

.category_product .product_options {
	width: 100%;
	height: 30px;
	clear: both;
	margin: 5px 0 0 0;
	text-align: right;
}


/* Product Detail */

#product_detail {padding: 0 30px 40px 30px;
	background: url('../images/backgrounds/paper_body.gif') center repeat-y;
}

#product_detail th{
	color: #4D632D; font-weight: bold; padding: 0 3px 10px 3px;
}

#product_detail td { padding: 3px;}

#product_detail table {
	background: transparent url('../images/backgrounds/border_h.png') bottom repeat-x; 
	padding-bottom: 15px;
}

#paper_footer { position: relative; margin-top: -40px; z-index: 1;}

#product_detail #product_photo {
	margin: 0px 15px 50px 0;
	float:left; 
	padding-right:18px; 
	background: transparent url('../images/backgrounds/border.png') right repeat-y;
}

h1.product {
	color: #4D632D;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}


#product_detail select {margin-bottom: 10px; }



	/* Product Photo Gallery */
	.product_zoom_photo {
		margin-right: 4px;
		float: left;
	}
	
	.product_zoom_photo img {
		width: 50px;
	}
	
	#product_gallery {
		width: 100%;
		margin: 10px 0 10px 0;
	}
	
	.product_gallery_photo {
		margin: 0 5px 5px 0;
		float: left;
	}
	
.product_option {
	width: 100%;
	height: 60px;
	float: left;
	clear: none;
	border-bottom: 1px #efefef dashed;
	position: relative;
	z-index: 5;
}

.product_button {
	width: 200px;
	float: right;
	text-align: right;
	clear: none;
	position: relative;
	z-index: 6;
	margin-top: 0;
}

.product_opt_button {
	width: 200px;
	float: right;
	text-align: right;
	clear: none;
	margin: 20px 0 0 0;
}

.product_option_image {
	width: 30px;
	height: auto;
	float: left;
}

.product_option form {
	margin: 0;
	padding: 0;
}

.product_quantity {
	width: 25px;
}

#product_order { padding-top: 10px; background: transparent url('../images/backgrounds/border_h.png') top repeat-x; }

#product_order .product_button {margin-top: -20px;}

/* Related Products Template */

h1.related {
	border-bottom: 1px #efefef solid;
	padding: 0 0 5px 0;
	margin: 10px 0 10px 0;
}

	#related_products {
		width: 100%;
		height: auto;
		float: left;
		margin: 0 0 20px 0;
		clear: both;
	}

	.related_product {
		width: 110px;
		height: 140px;
		float: left;
		margin: 5px 10px 0 0;
	}
	
	.related_product img {
		height: 100px;
		float: left;
	}

/* Mini Cart */

#store_minicart {
	font-size: 90%;
}

#store_minicart th {
	font-size: 105%;
	font-weight: bold;
	margin: 2px;
}

#store_minicart th.bottom {
	font-size: 105%;
	font-weight: bold;
	border-top: 1px #000000 solid;
	margin: 2px;
}

#store_microcart {position: absolute;}



/* Shopping Cart */

h1.cart {
	background: #4D632D ; 
	color: #fff;
	padding:5px;
	font-size: 150%;
}

#shopping_cart {
	padding: 10px; margin: 15px 0;
	background: #efefef url('../images/backgrounds/border_h.png') bottom repeat-x;
	border-top: 1px solid;
}

#shopping_cart h2 {
	font-weight: bold;
	font-size: 105%;
}

#shopping_cart th {
	font-size: 105%;
	font-weight: bold;
	margin: 2px;
}

#shopping_cart .desc {
	font-size: 80%;
	font-style: italic;
	margin-bottom: 20px;
}

#shopping_cart th.bottom {
	font-size: 105%;
	font-weight: bold;
	margin: 2px 0 10px 0; 
}


/* Check Out Steps */

#checkout_steps {overflow: hidden; margin: 15px 0;}

#checkout_steps .on, #checkout_steps .off {
	width: 87px;
	height: 55px;
	margin: 0 5px 20px 0;
	padding: 5px;
	border: 1px #efefef solid;
	float: left;
	text-align: center;
	font-size: 80%;
	background: #e4e4e4;
}

	#checkout_steps .off {
		opacity: 0.6;
		-moz-opacity: 0.6;
		filter: alpha(opacity=60);
	}

#checkout_steps h2 {
	padding: 2px;
	font-size: 120%;
	font-weight: bold;
	background: #666666;
	color: #ffffff;
}

#checkout_continue {
	width: 200px;
	float: right;
	text-align: right;
}

#checkout_return {
	width: 200px;
	float: left;
	text-align: left;
}

#checkout_instruction {
	width: 200px;
	float: left;
	text-align: left;
}

.form_column {
	width: 48%;
	height: auto;
	float: left;
}

.address {
	width: 48%;
	float: left;
}

.notice {
	width: 150px;
	float: right;
	margin: 10px 10px 0 0;
	font-size: 120%;
	text-align: center;
}

/* Image Overlay */

#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;
	z-index: 50;
	}