/* Store Settings */


/* Categories */

#category_photo {
	width: 140px;
	float: left;
	text-align: center;
}

#category_description {

}

.category_product {
	float: left;
	width: 240px;
	height: 250px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.prodName {
	margin-top: 10px;
	margin-bottom: 0;
	font-weight: bold;
}

.prodStock {
	margin-bottom: 0;
	padding: 0;
	font-style: italic;
}

.searchBar {
	text-align: right;
}

/* 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 */


#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;
}

.totalProducts {
	font-size: 10px;
	border-bottom: 1px #807431 dotted;
}

#featured_products {
	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 20px 0;
}

.featured_product {
	width: 130px;
	float: left;
	margin: 0 20px 0 0;
	font-weight: bold;
	text-align: left;
	font-size: 11px;
}
	
.price {
	margin-top: -5px;
	font-weight: normal;
}

#viewAll {
	border-top: 1px dotted #c4bc8f;
	padding-top: 5px;
	font-style: italic;
	text-align: right;
}
	
	.featured_product img {
		height: 100px;
		margin-bottom: 10px;
		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: 5px 5px 0 0;
	border-bottom: 1px #efefef dotted;
	clear: both;
}

.category_product img {
	height: 100px;
	float: left;
	margin: 0 10px 0 0;
}

.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;
}*/

/* Category Widget Formatting */

#category_widget {

}

#category_widget ul {
	margin: 0;
	padding: 0;
}

/* Product Detail */

.prodImg {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.detailPrice {
	text-align: right;
	font-size: 14px;
}

h1.product {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding: 0 0 15px 0;
	margin: 0 0 15px 15px;
	line-height: normal;
	font-style: italic;
}

	/* Product Photo Gallery */
	#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: -2px;
	margin-bottom: 20px;
}

.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_detail table {
	width: 100%;
}

#product_detail table th {
	color: #999;
	padding: 5px;
	background-color: #efefef;
	text-align: left;
}

#product_detail table td {
	padding: 10px 5px;
	border-left: ;
	border: 1px solid #efefef;
}

#product_photo {
	padding: 0;
	margin: 0;
}

/* Related Products Template */

h3.related {
	color: #333;
	font-weight: normal;
	border-top: 1px #efefef solid;
	padding: 10px 0 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 table {
	text-align: left;
	margin-bottom: 5px;
}

#store_minicart th {
	color: #dbc5c6;
	font-size: 105%;
	font-weight: bold;
	margin: 2px;
}

#store_minicart th.bottom {
	font-size: 105%;
	font-weight: bold;
	border-top: 1px #8c2d31 dotted;
	padding: 4px 0;
}

/* 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 img {
	border: none;
}

#shopping_cart .cartImg {
	border: 1px solid #d9cb7b;
	padding: 2px;
}

#shopping_cart h2 {
	font-weight: bold;
	font-size: 105%;
}

#shopping_cart th {
	color: #333;
	text-align: left;
	font-size: 105%;
	font-weight: bold;
	margin: 2px;
}

#shopping_cart td {
	padding-right: 10px;
}


#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 h2 {
	margin: 0 0 5px;
	padding: 0;
	line-height: normal;
}

#checkout_steps .on, #checkout_steps .off {
	width: 100px;
	height: 55px;
	margin: 0 5px 20px 0;
	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;
}