div#page-content h1 {
	padding: 0;
	margin: 0 0 0.5em 0;
}

div#site-container div#page-container div.page-tagLandingPage,
div#site-container div#page-container div.page-viewCat {	/* overwrite: be as specific as possible */
	background-image: url("../styleImages/page_content/crowd_bg.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 375px;
}

/* a box */
div.box-container {
	color: #FFF;
	background: #000 url("../styleImages/page_content/box-header_left.jpg") no-repeat top left;
	padding-left: 10px;
	margin-bottom: 3em;
}
	div.box-container div.box-header {
		position: relative;
		color: #FFF;
		background: #000 url("../styleImages/page_content/box-header_right.jpg") no-repeat top right;
		padding-right: 10px;
	}
		div.box-container div.box-header h2 {
			position: relative;
			color: #FFF;
			font-size: 110%;
			font-weight: 600;
			padding: 0;
			margin: 0;
		}
	div.box-container div.box-navigation {
		background: #CCC;
		margin-left: -10px;
	}
		div.box-container div.box-navigation ul {
			display: block;
			float: left;
			width: 100%;
			list-style: none;
			color: #000;
			background: #CCC url("../styleImages/page_content/box-navigation_bg.jpg") repeat-x bottom center;
			padding: 0;
			margin: 0;
		}
			div.box-container div.box-navigation ul li {
				position: relative;
				display: inline;
				float: left;
				min-height: 30px;
				list-style: none;
				color: #CCC;
				font-size: 120%;
				border-left: 1px solid #666;
			}
				div.box-container div.box-navigation ul li.first {
					border: 0;
				}
				div.box-container div.box-navigation ul li.ui-tabs-selected,
				div.box-container div.box-navigation ul li.current {
					color: #000;
					background: #FFF;
				}
				div.box-container div.box-navigation ul li.ui-tabs-disabled {
					opacity: 0.4;
					filter: alpha(opacity=40) !important;
				}
				div.box-container div.box-navigation ul li a {
					position: relative;
					float: left;
					display: block;
					color: #000;
					text-decoration: none;
					padding: 0.5em 1.75em;
				}
					div.box-container div.box-navigation ul li a:hover {
						text-decoration: underline;
					}
		.ui-tabs-hide {
			display: none;
		}
	div.box-container div.box-content {
		color: #000;
		background: #FFF;
		padding: 15px 10px 0 10px;
		margin-left: -10px;
	}
		div.box-container div.box-content a {
			color: #00F;
			text-decoration: none;
		}
	div.box-container div.box-footer {
		color: #000;
		background: #FFF url("../styleImages/page_content/box-container_left.jpg") no-repeat bottom left;
		padding-left: 10px;
		margin-left: -10px;
	}
		div.box-container div.box-footer div {
			height: 15px;
			color: #000;
			background: #FFF url("../styleImages/page_content/box-container_right.jpg") no-repeat bottom right;
		}

/* quick gallery */
ul.galleria {
	clear: both;
	position: relative;
	list-style: none;
	width: 100%;
	padding: 0 0 1335px 0;
	margin: 0;
}
	ul.galleria li {
		display: block;
		overflow: hidden;
		width: 70px;
		height: 70px;
		float: left;
		margin: 0 12px 12px 0;
	}
		ul.galleria li a {
			display: none;
		}
		ul.galleria li div {
			position: absolute;
			top: 656px;
			left: 0;
			display: none;
		}
			ul.galleria li div img {
				cursor: pointer;
			}
		ul.galleria li.active div,
		ul.galleria li.active div img {
			display: block;
		}
		ul.galleria li img.thumb {
			display: block;
			width: auto;
			height: auto;
			cursor: pointer;
			opacity: 0.4;
			filter: alpha(opacity=40) !important;
		}
			ul.galleria li:hover img.thumb,
			ul.galleria li.active img.thumb {
				opacity: 0.99;
				filter: alpha(opacity=100) !important;
			}


/* page breadcrumb */
div.breadcrumb {
	color: #CCC;
	font-size: 120%;
	margin-bottom: 1em;
}
	div.breadcrumb a {
		color: #CCC;
		text-decoration: underline;
		padding: 0 0.125em;
	}

/**
 * Front Page
 */
div#latestprods h2 {
	position: relative;
}
	div#latestprods h2 span.view-all {
		position: absolute;
		right: 0;
		font-size: 90%;
		z-index: 1;
	}
		div#latestprods h2 span.view-all a {
			display: block;
			color: #FFF;
			background: transparent url("../styleImages/page_content/view-all-arrow.png") no-repeat center right;
			text-transform: lowercase;
			text-decoration: none;
			padding-right: 20px;
		}

/**
 * Category Landing Page
 */
div#category-header {
	float: left;
	margin-bottom: 2em;
}
	div#category-header a {
		display: block;
		color: #999;
		text-decoration: none;
	}
		div#category-header a.header h1 {
			display: block;
			color: #FFF;
			font-size: 200%;
			padding: 0;
			margin: 0;
		}
		div#category-header a.view-all {
			position: relative;
			display: block;
			background: url("../styleImages/page_content/category-header_bg.gif") repeat-x bottom;
			font-weight: 600;
			line-height: 100%;
		}
			div#category-header a.view-all span {
				position: absolute;
				right: 0;
				color: #999;
				background: #600 url("../styleImages/page_content/view-all-arrow-999600.gif") no-repeat center right;
				line-height: 120%;	/* just enough to hide the background in IE */
				text-align: right;
				padding-left: 3px;
				padding-right: 20px;
			}
div#view-subcategories {
	clear: left;
}
	div#view-subcategories div.sub-category {
		clear: left;
		margin-bottom: 2em;
	}
		div#view-subcategories div.sub-category a {
			display: block;
			float: left;
			color: #999;
			font-size: 150%;
			font-weight: 600;
			line-height: 129px;	/* photo thumbnail + border = cheap vertical align */
			text-decoration: none;
		}
			div#view-subcategories div.sub-category a span.products-count {
				color: #FFF;
				font-weight: 300;
			}
		div#view-subcategories div.sub-category a img.category-preview {
			border: 2px solid #000;
			margin-right: 0.5em;
		}
			div#view-subcategories div.sub-category a:hover img.category-preview {
				border-color: #900;
			}

/**
 * View Category
 */
div#site-container div#page-container div.page-viewCat h1#category-title {
	color: #FFF;
	font-size: 200%;
	padding: 0;
	margin: 0;
}
div#catprods div.box-header {
	text-align: right;
	padding: 0.25em 0.75em;
}
	div#catprods div.box-header select {
		font-size: 95%;
	}
div#catprods div.box-content {}
	div#catprods div.box-content div.pagination {
		clear: both;
	}

/**
 * View Product
 */
div#product-header {
	float: left;
	width: 65%;
}
	div#product-header h1#product-title {
		color: #FFF;
		font-size: 200%;
		padding: 0;
		margin: 0;
	}
	div#product-header h2#product-code {
		font-size: 90%;
		font-weight: 300;
		padding: 0;
		margin: 0;
	}
div#product-adpr {
	float: right;
	width: 34%;
	text-align: right;
}
div#product-price {
	font-size: 120%;
}
	div#product-price .txtOldPrice {
		text-decoration: line-through;
	}
	div#product-price .txtSale:after {}
div#product-opts {
	clear: both;
}
div#product-photo {
	clear: both;
	text-align: center;
}

/**
 * Cart
 */
.txtStockWarn {
	color: #F00;
}

/**
 * Contact Us
 */
form#contactForm {
	width: 80%;
	margin: 0 auto;
}
	form#contactForm label {
		display: block;
	}
		form#contactForm label.required {
			font-weight: 600;
		}
			form#contactForm label.required span {
				color: #F00;
			}

/**
 *	Product Thumbnails
 */
div.product-container {
	float: left;
	width: 33%;
	font-size: 110%;
	line-height: 150%;
	text-align: center;
	padding-bottom: 1.25em;
}
	div.product-container a,
	div.product-container a span.product-price,
	div.product-container a span.product-name {
		color: #00F;
		display: block;
		text-decoration: none;
	}
		div.product-container a img.product-image {
			border: 2px solid #000;
			margin: 0 auto;
		}
			div.product-container a:hover img.product-image {
				border-color: #C33;
			}
		div.product-container a span.product-price {
			color: #C33;
		}
		div.product-container a span.product-name {
			font-size: 115%;
		}

/**
 * General form errors
 */
div.formErrors {
	width: 80%;
	color: #F00;
	background: #F0F0F0 url("/images/icons/error.alert.jpg") no-repeat 0 10px;
	border: 1px solid #CCC;
	padding: 0.5em 0.5em 0.5em 55px;
	margin: 1em auto;
}
	div.formErrors ul {
		padding: 0;
		margin: 0 0.5em 0.5em 1.5em;
	}
	div.formErrors li {
		margin: 1em 0 0 0;
	}
div.formSuccess {
	clear: both;
	width: 90%;
	color: #000;
	background: #FFF;
	font-size: 110%;
	text-align: left;
	border: 3px double #00B;
	padding: 1em 0.5em;
	margin: 1em auto;
}
	div.formSuccess p {
		padding: 0;
		margin: 0;
	}
