.printversion {
	display: inline;
	float: right;
}

.path, .printversion {
	padding: 5px 5px 5px 5px;
	font-size: 88%;
	font-weight: bold;
	height: 38px;
	color: #999999;
}
.path a, .printversion a {
	font-weight: normal
}

.catalog {
	margin-top: 10px;
}
.catalog ul {
	list-style-image: url('../images/point_white.gif');
}
.catalog ul li ul {
	list-style-image: none;
	list-style-type: none;
}

.catalog ul a {
	font-weight: bold;
}
.catalog ul a:link, .catalog ul a:visited { color: #808080; }
.catalog ul a:hover, .catalog ul a:active { color: #026038; }
.catalog ul ul a{
	font-weight: normal;
}

.price {
	color: #008000;
	font-size: 120%;
	font-weight: bold;
}

.infotable td {
	font-size: 80%;
}
.infotable thead td, .infotable tr.thead td {
	font-weight: bold;
	padding: 5px 5px 12px 0px;
	background-image: url('../images/derevo_bg.gif');
	background-position: bottom;
	background-repeat: repeat-x;
}
.infotable tbody td {
	border-bottom: #cccccc 1px solid;
}

.insideimage, .insideimageleft, .insideimageright, .imageleft, .imageright { 
	margin: 0px 10px; 
	display: inline;
}

.insideimageleft, .imageleft { float: left; }
.insideimageright, .imageright { float: right; }
.insideimagecenter { text-align: center; }

div.insideimagecaption {
	font-size: 60%;
}

table.list, table.list tr td,  table.list tr th{
	border-collapse: collapse;
}

table.list tr td, table.list tr th {
	border: 1px solid #808080;
	padding: 3px;
}

table.list tr td.empty, table.list tr td.right{
	border: 0px solid #FFFFFF;
	padding: 3px;
}

table.list tr td.right{
	text-align: right;
}
