#groups-tree {
	margin:0;
	padding:10px 0 0 0;
}

h1 {
	color:#000000;
	font-size:25px;
	font-weight:normal;
	padding:15px 0 5px 0;
	margin:0;
}

h2 {
	padding:0 0 25px 0;
}

/* картинки */
#images {
	float:left;
	width:450px;
	
}

#images #image-main {
	float:left;
}

#images #image-main img {
	margin-bottom:2em;
	padding:5px;
	border:1px solid #C2C2C2;
}

#images #images-other {
	margin-left:20px;
	float:left;
	width:110px;
	text-align:center;
}

#images #images-other img {
	border:1px solid #C2C2C2;
	margin-bottom:10px;
}

/* div с картинкой корзины и ссылкой "купить" */
#price-buy {
	float:left;
	width:300px;
}

#price-buy #price-rur-cash {
	font-size:28px;
	color:#000;
	margin-bottom:35px;
}

#price-buy #price-left, #price-buy #prices-right {
	float:left;
}

#price-buy #prices-right .price {
	padding-bottom:0.5em;
	padding-left:2em;
}

#price-buy #buy-image {
	float:left;
	padding-right:20px;
}

#price-buy #buy-text {
	float:left;
	margin-bottom:35px;
}

#price-buy #buy-text a {
	line-height:2.8em;
	text-align:center;
	font-size:1.6em;
	color:#005298;	
}

/* таблица с коротким описанием */
#description-short {
	width:450px;
}

#description-short table.description-short {
	margin-bottom:5px;
}

#description-short-text {
	color:#000;
	margin-top:1em;
}

/* характеристики */
.description-properties-title {
	color:#000;
	text-decoration:none;
	padding:0;
	margin:25px 0 15px 0;
	font-weight:normal;
	font-size:18px;
}

#properties-left {
	width:485px;
	float:left;
	padding-bottom:20px;
	margin-right:30px;
}

#properties-right {
	width:485px;
	float:left;
	padding-bottom:25px;
}

/* свойства а-ля в яндексе */
table.yandex-properties {
}

table.yandex-properties td {
	vertical-align:bottom;
	padding-top:5px;
}

table.yandex-properties th {
	text-align:left;
	font-size:14px;
	padding:25px 0 0 0;
}

table.yandex-properties td.property {
	font-weight:normal;
	padding:12px 30px 0px 0px;
	background:transparent url(/images/dots.gif) repeat-x scroll right bottom;
	width:180px;
}

table.yandex-properties td.property span {
	background-color:white;
	line-height:1.2em;
}

table.yandex-properties td.value {
	color:#000;
}