@charset "utf-8";
/* struct.css Copyright 2006-2011 (c) by BT-Group (info@bt-group.lt)
   All Rights Reserved.
*/

.struct .categories {
	font-family:Tahoma;
	color:#444444;
	margin-left:-3px;
}
.struct .categories a{
	display:block;
	text-decoration:none;
	color:#444444;	
}
.struct .categories a:hover {
	text-decoration:underline;
}
.struct .categories table .im {
	background:url('/img/style/eshop/arrows.png') no-repeat 5px 2px;
}
.struct .categories table table .im {
	background:url('/img/style/eshop/subarrow.png') no-repeat 5px 5px;
}
.struct .categories table table table .im {
	background:url('/img/style/eshop/subsubarrow.png') no-repeat 5px 5px;
}
.struct .categories a.sel {
	color:#5E9450;
}
.struct .categories .title {
	font-weight:bold;
	padding:0px;
}

.struct .subcats {

}
.struct .subcats .im {
	padding-top:5px;
}
.struct .subcats .im img {
	width:4px;
	height:4px;
}
.struct .subcats .title {
	font-weight:normal;
}

