@charset "utf-8";
/* CSS Document */

#shop-breadcrumbs {
	margin-top: 3px;
}
	#shop-breadcrumbs ul {
		height: 30px;
		list-style: none;
	}
	#shop-breadcrumbs li, 
	#shop-breadcrumbs li a  {
		display: block;
		float: left;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
		color: #4A1A06;
	}
	#shop-breadcrumbs li {
		margin: 0px 1px;
	}
	#shop-breadcrumbs li.bc-alt, 
	#shop-breadcrumbs li.bc-alt a {
		color: #B5D421;
	}

#sampler_imgset {
	margin-top: 30px;
}

.shop-cat {
	padding: 30px 0px;
}
	.shop-cat_item {
		display: block;
		float: left;
		padding: 0px;
		margin-bottom: 25px;
		border: solid 1px #fff;
	}
	.shop-cat_item:hover {
		border: solid 1px #EAF8C5;
	}
		.shop-cat_item img {
			display: block;
			margin-bottom: 15px;
		}
		.shop-cat_item p {
			margin: 0px;
			padding: 0px;
			text-align: center;
		}
		.shop-cat_item a {
			font-weight: bold;
			text-transform: uppercase;
			text-decoration: none;
		}
			.shop-cat_item a:hover {
				text-decoration: underline;
			}


#shop-prod_img {
	display: block;
	float: left;
	width: auto;
	margin: 30px 20px 0px 0px;
	text-align: center;
}
	#shop-prod_img img {
		margin-bottom: 10px;
	}
	p.shop-prod_caption, 
	p.shop-prod_caption a {
		font-size: 10px;
		text-transform: lowercase;
		text-decoration: none;
		text-align: center;
	}
		p.shop-prod_caption a:hover {
			text-decoration: underline;
		}
#shop-prod_desc {
	display: block;
	float: left;
	width: 460px;
	margin-top: 30px;
}
#shop-prod_desc_narrow {
	display: block;
	float: left;
	width: 400px;
	margin-top: 30px;
}
