table.grupa {
    display: block;
    border: 0;
}

table.grupa td {
    border: 0;
    padding: 1px;
    width: 163px;
    text-align: left;
    font-weight: bold;
    font-size: 12px;
}

table.grupa td a {
    padding: 2px;
}

table.grupa td a.selected {
    background-color: #374c8d;
    color: white;
}

.produktAddToBasket {
    float: right;
    width: 120px;
    text-align: right;
}

.produktGroupHeader {
    display: block;
    font-weight: bold;
    font-size: 12px;
}

.produktSubgroupHeader {
    display: block;
    font-size: 11px;
    margin-left: 25px;
}

.produktPanel {
    margin: 15px;
    width: 100%;
    display: block;
}

table.produktPropertiesPanel {
    margin: 0px;
    width: 250px;
    text-align: left;
}

.contactUs {
    font-style: italic;
    color: red;
}

.afterLogin {
    font-style: italic;
    color: #a6a6a6;
}

.produktDescriptionHeader, .produktAttachmentsHeader {
    font-weight: bold;
    font-size: 12px;
    display: block;
}

table.fototable {
    border: 0px;
}

td.fotocell {
    border: solid 1px #dcdedf;
    text-align: center;
    vertical-align: middle;
    width: 200px;
    height: 120px;
}

td.fotoNav {
    width: 40px;
}

td.fotoDescription {
    text-align: center;
}

.dr-tree-h-text span {
	width: 200px;
	border: 2px solid red;
}

.dr-tree-i-hl, .rich-tree-node-highlighted, .dr-tree-i-sel, .rich-tree-node-selected{
	border: none;
}

td.dr-tree-h-text, td.rich-tree-node-text{
	width: 200px;
}

.pageSelected{
	margin: 0px 3px 2px 0px; 
	font-weight: bold;
	border: 1px solid black;
	padding: 3px;
	background-color: #003366;
	color: white;
}

.pageNotSelected{
	margin: 0px 3px 2px 0px; 
	border: 1px solid black;
	padding: 2px;
	background-color: white;
	color: #003366;
}

.pagesDiv{
	padding-bottom: 7px;
}

.groupSelected {
	font-weight: bold;
}

.groupNotSelected {
	font-weight: normal;
}

