#content table.news {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 15px;
}
#content table.news.last {
	margin-bottom: 0;
}

#content table.news td {
	padding: 2px;
}

#content table.news tr.parent {
	background-color: #A7D2E0;
}

#content table.news tr.parent td.button {
	width: 14px;
	height: 16px;
}
#content table.news tr.parent td.button.withPicture {
	background: url(../picture/interface/plus.gif) center no-repeat;
	background-color: #A7D2E0;
	cursor: pointer;	
}

#content table.news tr.parent td.title {
	font-weight: bold;
	color: #005362;
}

#content table.news tr.parent td.title,
#content table.news tr.children td.description {
	width: 240px;
	padding-left: 10px;
}

#content table.news td.price {
	width: 64px;
	border-left: 2px solid #FFF;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}

#content table.news tr.description td {
	padding: 0;
	height: 1px;
}

#content table.news tr.description div.container {
	display: none;
}

#content table.news tr.description div.container img {
	float: right;
	margin-left: 10px;
}

#content table.news tr.children {
	background-color: #D3E8EF;
	border-bottom: 1px solid #FFF;
}

#content table.news .price input {
	border: 1px solid #CCC;
}

#content table.news .price a {
	border-bottom: none;
}

#content .plus {
	display: inline;
	vertical-align: middle;
}
