/* menu color cursor over */
.menu_over { 
	background-color: #ededed;
}

/* menu color level1 */
.menu_backgr_1 {
	background-color: #c1a88d;
}

/* menu color level2 */
.menu_backgr_2 {

	background-color: #d9c9b8;
}

/* menu color level3 */
.menu_backgr_3 {

	background-color: #EDE8E1;
}

/* menu color level4 */
.menu_backgr_4 {
	background-color: #efefef;
}

/* menu text style */
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

/* actual menu text style */
.menu_actual {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #853700;
	text-decoration: none;
}
/* background color highlited parts */
.highlite_backgr {

	background-color: #e9aa11;
	/*background-color: #e9aa11;*/
}

/* background color darker parts */
.dark_backgr {

	background-color: #a48f78;
	background-color: #c1a88d;

}

/* background color main, middle color */
.main_backgr {

	background-color: #dfd3c4;
}

/* background color side, light color */
.side_backgr {

	background-color: #e7ded3;
}

/* background color side-top, light color with logo */
.side_top {

	background-image: url(../images/exc_logo_brown2.png);
	background-color: #e7ded3;
}

/* dot separation line, colored */
.dot_line {
	background-image: url(../images/dot_line_orange.gif);
	background-repeat: repeat-x;
}

/* dot separation vertical line, colored */
.dot_vline {
	background-image: url(../images/dot_vline_orange.gif);
	background-repeat: repeat-y;
	background-position:center;
}

/* dot separation line, white */
.dot_line_white {
	background-image: url(../images/dot_line_white.gif);
	background-repeat: repeat-x;
}

/* actual tab style, right side */
.tab_in {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-position: center center;
	display: block;
	border-top: 1px solid #dfd3c4;
	border-right: 1px solid #dfd3c4;
	border-bottom: 1px solid #c1a88d;
	border-left: 1px solid #dfd3c4;
	float: left;
	text-transform: uppercase;
	margin-right: 4px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
}

/* nonactual tab style, right side */
.tab_out {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-position: center center;
	display: block;
	float: left;
	border: 1px solid #dfd3c4;
	text-transform: uppercase;
	margin-right: 4px;
	text-decoration: none;
	font-weight: bold;
	background-color: #ad977f;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
}

.main_backgr_1 {
	background-color: #ebdece;
}
.prod_element_kilincs {
	background:#e9e9e9;
}
.prod_element_kilincs:hover {
	background:#d4d4d4;
}
.prod_element_ajto {
	background:#dfd3c4;
}
.prod_element_ajto:hover {
	background:#eeeeee;
}
.prod_filter {
	background:#eeeeee;
}
.prod_highlite {
    position:absolute;
    top:-4px;
    right:12px;
    width:82px;
    height:82px;
    background:url(../images/ribbon.png) no-repeat right top;
}