/* universal layout/positioning */

h1 {
	left: 96px;
}

#content {
	background: url(../images/shop-header.jpg) no-repeat;
}

#copy {
	background: none;
	min-height: 0;
}

#copy p {
	clear: left;
}

#sideBar {
	min-height: inherit;
}

#sideBar img {
	margin: 0;
	padding: 0;
	border: 10px solid #fff;
	border-width: 10px 0 10px 0;
}

#shopIndex {
	width: 285px;
	min-height: 300px;
	/* min-height hack for IE */
	height: auto !important;
	height: 300px;
	/* end hack */
}

#shopIndex img {
	display: block;
	margin-bottom: 3px;
}

#back {
	position: absolute;
	top: 92px;
	left: 275px;
	padding: 0 0 0 7px;
	background: url(../images/arrow_link.gif) left center no-repeat;
}

#shopCategoryList {
	position: absolute;
	top: 44px;
	left: 20px;
	width: 320px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#shopCategoryList li {
	display: inline;
	padding: 0 8px 0 5px;
	border-right: 1px dotted #ffba59;
}

#shopCategoryList li.last {
	border: none;
}

.besideProductPhoto {
	float: left;
	margin: 90px 0 0 0;
}

.addtocartButton {
	display: block;
	margin: 10px 0 0 0;
	border: 0;
}

.shopCategory {
	float: left;
	margin: 0 22px 8px 0;
}

.shopCategory img {
	border: 0;
}

.qtyinput {
	font: 9px/14px Arial, sans-serif;
	}

img.productPhoto {
	float: left;
	border: 1px solid #e57d11;
	margin: 10px 20px 20px 0;
}



/* universal typography */

#shopIndex {
	text-align: center;
}

#shopIndex a:link, #shopCategory a:visited {
	text-decoration: none;
}

#shopCategoryList a:link, #shopCategoryList a:visited {
	font: 9px/14px Arial, sans-serif;
	color: #000;
	text-decoration: none;
}

#shopCategoryList a:hover, #shopCategoryList a:active { color: #fff; }

#shopCategoryList a.current:link, #shopCategoryList a.current:visited { color: #930; }