
#body-right .products .box .content {
	background: none;
}

ul.products-list {
	list-style-type: none;
}
ul.products-list li {
	margin: 0 11px 0 0;
	padding: 0;
	width: 170px;
	float: left;
	background: url('/dsg/line.gif') repeat-x bottom left;
	overflow: hidden;

	min-height: 210px;
	height: auto !important;
	height: 210px;
}
ul.products-list-indexed li {
	margin: 0;
	float: none;
	clear: both;
	padding: 0.5em 0;
	min-height: 0;
	height: auto !important;
}
ul.products-list li.min-height-partner {
	min-height: 230px;
	height: auto !important;
	height: 230px;
}
ul.products-list-indexed li.min-height-partner {
	min-height: 0;
	height: auto !important;
}
ul.products-list li.spacer {
	clear: both;
	float: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: auto;
	background: none;

	min-height: 2em;
	height: auto !important;
	height: 2em;
}
ul.products-list-indexed li.spacer {
	display: none;
}
ul.products-list li a.image {
	display: block;
	border: 1px solid #e9e9e9;
	height: 100px;
	margin-bottom: 0.5em;
	background: url('/dsg/x.gif') no-repeat center center;
}
ul.products-list-indexed li a.image {
	background-color: #fff;
}
ul.products-list li a.title {
	display: block;
	overflow: hidden;
	color: #21297a;
	text-decoration: none;
	height: 2.5em;
}
ul.products-list-indexed li a.title {
	font-weight: bold;
	height: auto;
}
ul.products-list li a.title:hover {
	text-decoration: underline;
}
ul.products-list li a.order {
	float: right;
	display: block;
	width: 29px;
	height: 29px;
	background: url('/dsg/basket-add.jpg') no-repeat;
	margin-top: 0.7em;
}
ul.products-list li div.price1 {
	color: #888888;
	margin-top: 0.7em;
}
ul.products-list li div.price2 {
	color: #ff0000;
}
ul.products-list li div.price3 {
	color: #21297a;
}
ul.products-list li div.discount {
	color: #07670c;
}







/* single product */
div.single {

}
div.single div.image {
	float: left;
	width: 255px;
	height: 255px;
	background: url('/dsg/x.gif') no-repeat center center;
	border: 1px solid #e9e9e9;
}
div.single div.info {
	margin-left: 270px;
}
div.single div.info2 {
	clear: both;
	padding-top: 2em;
}
div.single div.info div.price {
	width: 200px;
	margin: 0 auto;
	padding-bottom: 0.5em;
	background: url('/dsg/line.gif') repeat-x bottom left;

	min-height: 33px;
}

div.single div.info div.price a.order {
	display: block;
	float: right;
	width: 29px;
	height: 29px;
	background: url('/dsg/basket-add.jpg') no-repeat;
	margin-top: 5px;
}
div.single div.info div.price div.price1 {
	color: #888888;
	padding-top: 0.5em;
	background: url('/dsg/line.gif') repeat-x top left;
}
div.single div.info div.price div.price2 {
	color: #ff0000;
}
div.single div.info div.price div.discount {
	color: #07670c;
}










/* groups */
div.groups-list {

}
div.groups-list a {
	display: block;
	background: url('/dsg/arrow-black.gif') no-repeat 0 4px;
	padding: 2px 0 2px 10px;
	text-decoration: none;
	font-weight: bold;
}
div.groups-list a:hover {
	text-decoration: underline;
}