/* Category */
.category{
	margin-bottom: 36px;
}
.category .photo{
	float: left;
	margin: 0 20px 6px 0;
}
/*
.category p{
	margin-top: 8px;
	color: #606060;
}
*/
.category .desc{
	margin-top: 8px;
	color: #606060;
}
/*
.category .desc ul, .category .desc ol{
	clear: left;
}
*/
.category .desc ul, .category .desc ol{
	display: block;
}
.category .desc ul li, .category .desc ol li{
	display: inline-block;
}
.category table.styled{
	margin-top: 15px;
	width: 100%;
}
.category table.styled td{
	background: #ebeaea;
}
.category table.styled td.scd{
	background: #dcdcdc;
}

/* Categories list */
.categories-list{
	margin: 0 0 40px 0;
}
.categories-list li{
	padding: 0;
	background: none;
	font-size: 16px;
	margin-bottom: 8px;
	font-weight: bold;
}

/* Goods list */
.goods-list{
	margin: 0 0 20px -26px;
	font-size: 0;
}
.goods-list .item{
	margin: 0 0 20px 26px;
	font-size: 14px;
	width: 272px;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
}
.goods-list .item .title{
	display: block;
	font-weight: bold;
	margin-bottom: 8px;
}
.goods-list .item .photo{
	float: left;
	margin: 0 14px 6px 0;
}
.goods-list .item .price{
	display: block;
	/*margin: 0 0 2px 114px;*/
	margin-bottom: 2px;
	font-weight: bold;
	color: #c10505;
	font-size: 16px;
}
.goods-list .item .desc{
	display: block;
	/*margin-left: 114px;*/
	font-size: 13px;
}

/* Goody */
.goody-photos{
	float: left;
	margin: 0 20px 6px 0;
}
.goody-photos .photo{
	width: 300px;
	min-height: 100px;
	background: url('../images/loading2.gif') no-repeat center center;
	font-size: 0;
	line-height: 0;
	margin-bottom: 14px;
}
.goody-photos .list{
	margin-left: -15px;
}
.goody-photos .list .item{
	margin: 0 0 14px 15px;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.goody-photos .list .curr{
	cursor: default;
	border-color: #fff;
	opacity: 1;
	filter: alpha(opacity=100);
}
.goody-photos .list .over{
	opacity: 1;
	filter: alpha(opacity=100);
}
.goody-photos .photo img{
	border: 0;
}
.goody-desc{
	padding-top: 4px;
	/*margin: 0 0 15px 319px;*/
	margin-bottom: 15px;
	font-size: 14px;
	color: #000;
}
.goody-price{
	cursor: default;
	/*margin: 0 0 30px 319px;*/
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: bold;
	color: #c10505;
}
.countviews{
	font-family: 'Arial';
	font-style: italic;
	/*margin-left: 319px;*/
}