/*** Products list and product details ***/
img.imgCategoryIntro {
	float: left;
}


/* *** start: category homepage *** */
div.categoryAbstract {
	float: right;
	clear: both;
	overflow: hidden;
	margin: 38px 0 0 0;
	white-space: nowrap;
	min-height: 360px;
}
div.categoryAbstract.large {
	width: 765px;
}
div.categoryAbstract.medium {
	width: 720px;
}


/* Block types */
.bloc {
	display: block;
	padding: 5px;
	background: white;
	float: left;
	white-space: nowrap;
}
.bloc.type1 {
	width: 760px;
	height: 350px;
}
.bloc.type2 {
	width: 355px;
	height: 355px;
}
.bloc.type3 {
	width: 355px;
	height: 175px;
}
.bloc.type4 {
	width: 175px;
	height: 175px;
}

/* Block positioning */
.bloc.pos-tr {
	padding-left: 0 !important;
}
.bloc.pos-bl {
	padding-top: 0 !important;
}
.bloc.pos-br {
	padding-left: 0 !important;
	padding-top: 0 !important;
}
.bloc.extr {
	padding-right: 0 !important;
}
/* *** end: category homepage *** */



/* *** start: sub-category and products area *** */
div#categoryInfo {
	background: white;
	height: 360px;
	clear: both;
	overflow: hidden;
	position: relative;
}
div.line {
	width: 760px;
	clear: both;
	float: left;
	min-height: 350px;
	height: auto !important;
	height: 350px;
	overflow: hidden;
	position: relative;
	top: 5px;
	left: 5px;
}
div.line div.photos {
	width: 560px;
	height: 350px;
	float: left;
}
div.line div.photos img {
	float: none;
}
div.line div.productContent div.description {
	width: 265px !important;
		
}
div.line div.description {
	width: 185px;
	margin: 0 0 40px 0;
	overflow: auto;
	text-align: left;
	vertical-align: bottom;
	position: absolute;
	bottom: 0;
	right: 10px;
	line-height: 0em !important;
}
div.line div.description h1 {
	font: normal 2.4em/1.1 Arial, Helvetica, sans-serif;
	font-weight: 100 !important;
	margin: 20px 0;
}
div.line div.description p {
	width: 133px;
	font: normal 10px/18px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	display: inline;
	vertical-align: bottom;
}
div.line a.closeProduct {
	display: none;
	position: absolute;
	top: 10px;
	right: 9px;
	font: normal 10px/11px Arial, Helvetica, sans-serif;
	color: #564217;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 0 15px 0 0;
	background: url(../ximg/btn_close_photo.gif) no-repeat center right;
	z-index: 999;
}
/* *** end: sub-category and products area *** */


/* *** start: products list *** */
div#categoryProducts {
	position: relative;
	top: 5px;
	clear: both;
	overflow: auto;
	padding: 0 0 5px 0;
}
div.products-list {
	float: left;
/*	margin: 30px auto 0 auto;*/
	padding: 0 0 42px 0;
	clear: both;
	overflow: auto;
	width: 755px;
}
div.products-list div.sub-product {
	float: left;
	overflow: hidden;
	width: 323px;
	margin-top: 18px;
}
div.products-list h2 {
	margin-left: 4px;
	width: 319px;
}
div.products-list p.product {
	clear: both;
	margin: 3px 0;
	padding: 2px 0;
	text-align: left;
	font: normal 1em/1.3em Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	position: relative;
	overflow: visible;
}
div.products-list p.product.highlighted a strong, div.products-list p.product.highlighted a em {
	/*color: red;*/
	font-weight: bold;
}
div.products-list p.product a {
	text-decoration: none;
	cursor: pointer;
}
div.products-list p.product a:hover {
	text-decoration: underline;
}
div.products-list p.product strong.name, div.products-list p.product em.ref {
	display: block;
	/*float: left;*/
	width: auto;
	font-family: inherit;
	font-size: inherit;
	margin-left: 4px;
}
div.products-list p.product strong.name {
	font-style: inherit;
	font-weight: normal;
	/*max-width: 217px;*/
}
div.products-list p.product em.ref {
	font-style: normal;
	font-weight: inherit;
	/*margin-left: 7px;
	min-width: 95px;
	clear: right;*/
}
div.products-list strong.price, div.products-list a.add2cart {
	display: block;
	float: left;
	margin: 2px 4px 2px 0;
	font: normal 1.1em/1.4em Arial, Helvetica, sans-serif;
	height: 1.4em;
}
div.products-list strong.price {
	clear: left;
	width: 61px;
	padding: 0 19px 0 3px;
	margin-left: 1px;
}
div.products-list a.add2cart {
	width: 148px;
	padding: 0 0 0 5px;
	text-decoration: none;
	letter-spacing: 1px;
}
div.products-list a.add2cart:hover {
	text-decoration: none;
}
/* *** end: products list *** */