
#ElementsList {
	width: 646px;
	position: relative;
	margin-left:0px;
}
#ElementsList ul  {
    list-style:none;
    margin: 0px;
    padding: 0px;
    display: block;
    float: none;
    clear: both;
}




#ElementsList ul li {
	display: block;
	width: 639px;
	position: relative;
	float: none;
	margin-left: 1px;
	background:white;
	list-style:none;
	margin: 0px 0px 10px 0px;
	padding-bottom: 8px;

	border: 1px solid gray;
	overflow: hidden;

}
#ElementsList ul li .pic, #ElementsList ul li .pic2  {
	position: relative;
	width: 210px;
	height: 150px;

	background: #0066ff;
	float: left;
	clear: both;
	top: 7px;
	left: 7px;


	overflow: hidden;
}
#ElementsList ul li .content, #ElementsList ul li .content-exp {
	width: 407px;
	!width: 414px;
	margin-left: 7px;
	background: #EEE1B4;
	float: left;
	overflow: hidden;
	margin-bottom: 7px;
	background: url(../IMG/common/pattern-4.gif);
	border-left: 7px solid white;
	border-bottom: 7px solid white;
	height: 150px;
}
#ElementsList ul li .content-exp {
	height: auto;
}
#ElementsList ul li h3 {
	position: relative;
	display: block;
	font: 25px/28px   verdana, serif;
	color: #FBF8ED;
	letter-spacing: -1px;
	padding: 0px;
	left: 12px;
	margin: 0px;
}
#ElementsList ul li h4 {
	position: relative;
	width: 315px;
	height: 14px;
	display: block;
	font: bold 10px/11px verdana, sans-serif;
	color: white;
	padding: 0px;
	margin: 0px;
	left: 12px;
	top: 0px;
}
#ElementsList ul li p {
	font: 12px/17px  arial, verdana, sans-serif;
	color: #817A61;
	width: 340px;
	position: relative;
	display: block;
	left: 12px;
	margin: 0px;
padding-bottom: 20px;
}
#ElementsList ul li p a {
	font:  bold  12px/17px  arial, verdana, sans-serif;
	color: #817A61;
	text-decoration: none;
	border-bottom: 1px solid yellow;
}
#ElementsList ul li p a:hover {
	color: yellow;
}
#ElementsList .ButMore a, #ElementsList .ButLess a {
	font: 11px/200px verdana, sans-serif;
	color: #817A61;
	width: 60px;
	height: 50px;
	position: absolute;
	display: block;
	right: 0px;
	bottom: 0px;
	z-index: 10;
	background-image: url(list-box-but.gif);
	background-position: left 0px;
	overflow: hidden;
}
#ElementsList .ButMore a {
	background-position: left 0px;
}
#ElementsList .ButLess a {
	background-position: left -100px;
}
#ElementsList .ButMore a:hover {
	background-position: left -50px;
}
#ElementsList .ButLess a:hover {
	background-position: left -150px;
}
#ElementsList .content .ButMore, #ElementsList .content-exp .ButLess  {
	display: block;
}
#ElementsList .content-exp .ButMore, #ElementsList .content .ButLess  {
	display: none;
}
#ElementsList ul li span.price {
	font: 38px/40px    verdana, sans-serif;
	letter-spacing: -3px;
	color: #C9BC92;
	width: 400px;
	height: 70px;
	position: relative;
	display: block;
	text-align: right;
}
#ElementsList ul li span.price p {
	font: 13px/15px    verdana, sans-serif;
	letter-spacing: -1px;
	color: #C9BC92;
	width: 385px;
	position: absolute;
	display: block;
	top: 40px;
	text-align: right;
}

/* changes for news */
#ElementsList.ReceptionNews ul li span.date {
 	position: relative;
	display: block;
	font: bold 17px/20px  verdana, sans-serif;
	color: #C9BC92;
	letter-spacing: -1px;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	width: 395px;
	height: 30px;
	text-align: right;
}
#ElementsList.ReceptionNews ul li h3 {
	width: 360px;
	HEIGHT: 45PX;
	font: bold 18px/16px verdana, sans-serif;
	color: #990000;
	letter-spacing: 1px;
	margin: 20px 0px 0px 0px;
	line-height:25px;
}



