#collection {
	position: absolute;
	top: 188px;
	left: 17px;
	width: 609px;
	height: 366px;
	background-image: url(../img/collection-frame.png);
}
#collection-menu {
	float: left;
	width: 158px;
	height: 262px;
	padding: 44px 0 60px 7px;
}
#collection-menu li {
	list-style: none;
}
#collection-menu li a {
	display: block;
	width: 158px;
	height: 24px;
	background-image: url(../img/menu-cat.png);
	text-indent: -999px;
	overflow: hidden;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}
#collection-menu li a:hover, #collection-menu li.current a {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
#collection-content {
	color: #999;
	margin-left: 166px;
	padding: 8px;
	width: 424px;
	height: 350px;
	z-index: 50;
}
#collection-ajax {
	position: absolute;
	top: 196px;
	left: 191px;
	width: 426px;
	height: 350px;
	background-color: black;
	z-index: 90;
}
#collection-load {
	position: absolute;
	top: 196px;
	left: 191px;
	width: 426px;
	height: 350px;
	background-color: #000;
	background-image: url(../img/loading.gif);
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 30;
}
/* product list */
#product-list {
	width: 420px;
	height: 330px;
}
#product-list li {
	float: left;
	list-style: none;
	padding: 0 0 0 30px;
	margin: 0;
}
#product-list li a {
	display: block;
	width: 105px;
	height: 105px;
}
#product-list li a img {
	width: 105px;
	height: 105px;
	border: 0 none;
}
#product-page {
}
#product-page div {
	float: left;
	padding: 2px;
}
#product-page p {
	text-align: right;
}
#product-page p a, #product-page p b {
	padding: 2px 5px;
	color: #000;
	background-color: #666;
	text-decoration: none;
	margin-left: 3px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#product-page p a:hover {
	background-color: #7f7f7f;
}
#product-page p b {
	background-color: #999;
}
/* product item */
#product-info {
	float: right;
	width: 160px;
}
#back-to-list {
	padding-left: 67px;
}
#back-to-list a {
	display: block;
	width: 87px;
	height: 17px;
	margin: 5px;
	background-image: url(../img/back-to-list.png);
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	text-indent: -9999px;
	overflow: hidden;
}
#back-to-list a:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
#product-info h3 {
	padding-bottom: 10px;
}
#product-info dt {
	color: #666;
	float: left;
	width: 70px;
}
#product-info dd {
	margin: 0 0 6px 0;
}
#product-desc {
	padding-top: 6px;
	text-align: justify;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .917em; 
}
#product-pics {
	width: 250px;
}
#product-pics #pic-big {
	width: 241px;
	height: 241px;
	border: 1px solid #444;
	margin: 5px 0 10px 0;
}
#product-pics img.pic-thb {
	width: 75px;
	height: 75px;
	margin-right: 6px;
	border: 1px solid #444;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}
#product-pics img.pic-thb:hover {
	border: 1px solid #666;
	cursor: pointer;
}
#product-pics img.current {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
/* ajax product navigation */
#ajax-links {
	height: 26px;
}
#ajax-links li {
	list-style: none;
	float: right;
	margin-right: 9px;
}
#ajax-links li#perma-link {
	float: none;
}
#ajax-links li a, #ajax-links li span {
	display: block;
	width: 20px;
	height: 17px;
	background-image: url(../img/toolbar.png);
	text-indent: -9999px;
	overflow: none;
}
#ajax-links li span {
	opacity: 0.3;
	-moz-opacity: 0.3;
	filter: alpha(opacity=30);
}
#ajax-links li a {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}
#ajax-links li a:hover{
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
#ajax-links li#lnk-close * {
	background-position: -94px 0;
}
#ajax-links li#lnk-prev * {
	background-position: -65px 0;
}
#ajax-links li#lnk-next * {
	background-position: -122px 0;
}