/* Collection */
#collection {
	margin-bottom:75px;
}
#collection .logo {
	width:128px;
	overflow:hidden;
}
ul#categories a {
	text-decoration:none;
	text-indent:10px;
}
ul#categories a:hover {
	text-decoration:underline;
}
ul#categories li {
	list-style:none;
}

/* Categories level */
ul#categories {
	margin:0;
	width:140px;
}
ul#categories h2 {
	margin-bottom:5px;
}

/* Products level */
ul#categories ul {
	margin:0;
}
ul#categories ul li {
	padding-left:10px;
	background:url(/themed/default/css/images/product-bullet.gif) no-repeat 0px 50%;
}
ul#categories ul li.current {
	background-image:url(/themed/default/css/images/product-bullet-current.gif);
}
ul#categories ul li.current a {
	color:#63554A;
	font-weight:bold;
}


#product {
	float:right;
	display:inline;
	width:480px;
	overflow:hidden;
}
#image {
	height:338px;
	border:1px solid #716f72;
	overflow:hidden;
}
#image table {
	width:100%;
	height:100%;
}
#image td {
	vertical-align:middle;
	text-align:center;
	width:100%;
	height:100%;
	padding:0;
	overflow:hidden;
}

#description {
	margin-top:5px;
}
#description h1 {
	margin-top:0;
	margin-bottom:5px;
	font-size:30px;
	letter-spacing:1px;
	font-weight:normal;
}
#description h2 { /* Cat name */
	margin-top:0px;
	font-weight:bold;
}
#description h4 {
	margin-top:5px;
	float:right;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:normal;
}
.thumbnails {
	height:32px;
	width:200px;
	float:right;
}
#product .thumbnails a {
	display:inline;
	float:right;
	margin-left:5px;
	border:1px solid #716f72;
	width:30px;
	height:30px;
	overflow:hidden;
	cursor:default;
	outline:0;
}
