ul.categories,
div.products ul {
	text-align: center;
	margin: 18px 0;
	padding: 0;
	width: 100%;
	position: relative;
	top: 0; left: 0;
}

ul.categories li,
div.products ul li {
	margin: 0; padding: 0;
	list-style-type: none;
	display: inline;
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	vertical-align: top;
	zoom: 1; /* For IE7, sets hasLayout */
}

ul.categories li a,
div.products ul li a {
	display: block;
	position: relative;
	left: 0; top: 0;
	margin: 0;
	padding: 2px;
	text-align: center;
	_display: inline; /* Fakes inline block in IE 6 */
	zoom: 1; /* For IE7, sets hasLayout */
}


ul.categories {
	margin-top: 18px;
}

ul.categories li {
	zoom: 1;
}

ul.categories li a {
	display: block;
	padding: 50px;
	width: 180px;
	
	font-size: 16px;
}



/* Product thumbnail view */

div.products ul li a span.highlight {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
}

div.products ul li a:hover span.highlight {
	background: url('../../images/white-highlight.png');
}

div.products ul li a {

}

div.products ul li a img {
	border: 0;
	margin: 0; padding: 0;
}


div.products ul span.text-label {
	display: block;
	padding: 30px 0;
	width: 100px;
}	

div.products ul span.code {
	display: block;
	font-size: 10px;
	line-height: 14px;
	margin-top: -2px;
	white-space: normal;
	width: 100px;
}

div.products ul li a span.featured-star {
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	
	left: -10px;
	top: 85px;
	
	background: url('../images/featured-star-30x30.png') no-repeat;
}


div.products {
	position: relative;
	left: 0; top: 0;
	width: 690px;
	height: 660px;
	overflow: hidden;
}


div.products div.sheet {
	position: absolute;
	width: 690px;
	height: 640px;
	left: 0;
	top: 0;
	display: none;
}

div.products div.sheet.sheet-1 {
	display: block;
}

div.products-toolbar {
	height: 16px;
	font-size: 16px;
	line-height: 16px;
	margin-top: 10px;
	text-align: center;
	position: relative;
	top: 0; left: 0;
}

div.products-toolbar span.back-button {
	display: block;
	position: absolute;
	left: 40px;
	top: 0;
}

div.products-toolbar span.forward-button {
	position: absolute;
	right: 40px;
	top: 0;
	display: block;
}

div.products-toolbar span.title {
	margin: 0 100px;
}

div.products-toolbar a:hover {
	text-decoration: none;
	color: white;
}

#popup-background {
	background: black;
	z-index: 99999;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: fixed;
	_position: absolute; /* For IE 6 */
	display: none;
}

div.product-popups div.product {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	background: black;
	border: 2px solid #bbb;
	z-index: 100000;
	text-align: left;
}

div.product-popups div.product div.close-button {
	position: absolute;
	left: -12px;
	top: -12px;
}

div.product-popups div.product div.prev-button {
	position: absolute;
	left: 624px;
	top: -12px;
}

div.product-popups div.product div.next-button {
	position: absolute;
	left: 649px;
	top: -12px;
}


/* Product detail box */

div.product {
	margin: 20px 0;
	padding: 10px;
	width: 640px;
	font-size: 10pt;
}

div.product h3 {
	margin: 5px 0 18px;
}

div.product p.code, 
#content div.product p.code {
	margin: 18px 0;
}

div.product p.description,
#content div.product p.description {
	margin: 10px 0;
	font-size: 12px;
	line-height: 160%;
}

div.product p.featured-item,
#content div.product p.featured-item {
	float: right;
	height: 30px;
	margin: -5px 0 0;
	padding-left: 30px;
	line-height: 30px;
	
	background: url('../images/featured-star-30x30.png') 0% 50% no-repeat;
	color: #fcd;
}



div.product-popups div.product p.featured-item {
	margin-top: -10px;
}

div.product-info { 
	margin-left: 320px;
}

div.product-image {
	float: left;
	position: relative;
	margin-bottom: 20px;
	width: 300px;
	height: 300px;
	text-align: right;
}

div.product-image img.image-main {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

div.product-image img.image-main.image-1 {
	display: block;
}

div.product div.image-thumbnails {
	margin-top: 40px;
	text-align: center;
	line-height: 1em;
}
#content div.product div.image-thumbnails p {
	margin: 10px;
	vertical-align: 35px;
}


div.product div.image-thumbnails img {
	margin: 5px;
}
div.product-popups div.product-image {
	margin-bottom: 0;
}


