/* Store Settings */

/* Categories */

#category_photo {
	width: 140px;
	float: left;
	text-align: center;
}

#category_description {

}

/* The main header of the category page - name of category */
h1.category {
	border-bottom: 1px #efefef solid;
	padding: 0 0 5px 0;
	margin: 0 0 5px 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 #efefef solid;
	padding: 0 0 5px 0;
	margin: 10px 0 10px 0;
}

	#featured_products {
		width: 100%;
		height: auto;
		float: left;
		margin: 0 0 20px 0;
		clear: both;
	}

	.featured_product {
		width: 110px;
		height: 140px;
		float: left;
		margin: 5px 10px 0 0;
	}
	
	.featured_product img {
		height: 100px;
		float: left;
	}

/* 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_product {
	height: auto;
	margin: 20px 5px 0 0;
	padding-bottom: 10px;
	border-bottom: 1px #6E9423 solid;
	clear: both;
}

.category_product img {
	height: 100px;
	float: left;
	margin: 0 10px 0 0;
	border: 1px #e4e4e4 solid;
}

.category_pages .pages ul {
	margin: 0;
	text-align: right;
}

.category_product .product_options {
	width: 100%;
	height: 40px;
	clear: both;
	margin: 5px 0 5px 0;
	text-align: right;
}


/* Product Detail */

h1.product {
	border-bottom: 1px #efefef solid;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}

	/* 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: -10px;
}

.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;
}

/* 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;
}

/* Shopping Cart */

h1.cart {
	border-bottom: 1px #efefef solid;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}

#shopping_cart {
	padding: 10px;
	border: 1px #efefef 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;
	border-bottom: 1px #000000 solid;
	margin: 2px;
}


/* Check Out Steps */

#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;
	}