html, body {
	background-color:#51493c;
	background-image:url(../image/html_top_pattern.gif);
	background-repeat:repeat-x;
	background-position:top;
}

#dhtmltooltip {
	background-color:#907445;
	border:2px solid #705230;
	color:#FFFFFF;
}

/*** HORIZONTAL MENU ***/
#menu_content {
	width:944px;
	height:43px;
	padding-top:0;
	padding-left:0;
	padding-right:0;
	padding-bottom:0;
	margin: 0;
	float:left;
}

#menu_content span.menu_div {
	display:none;
}

#menu_content a {
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	color: #FFFFFF;
	font-size:11px;
	letter-spacing:0px;
	text-transform:uppercase;
	font-weight:normal;
	font-style:normal;
}

#menu_content a:hover {
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	color: #FFFFFF;
	font-size:11px;
	letter-spacing:0px;	
	text-decoration:none;
	text-transform:uppercase;
	font-weight:normal;
	font-style:normal;
}

#menu_content span.menu_item_1 {
	display:block;		
	width: 152px;
	height:27px;
	padding-top:14px;
	margin-right:7px;
	background-image:url(../image/menu_button.gif);
	background-repeat: no-repeat;
	background-position:top;			
	float:left;
}

* html #menu_content span.menu_item_1 {
	margin-right:6px;
	padding-top:13px;	
}

#menu_content span.menu_item_1:hover {
	background-image:url(../image/menu_button_hover.gif);
	background-repeat: no-repeat;
	background-position:top;			
}

#menu_content span.menu_item_2 {
	display:block;		
	width: 152px;
	height:27px;
	padding-top:14px;
	margin-right:7px;	
	background-image:url(../image/menu_button.gif);
	background-repeat: no-repeat;
	background-position:top;			
	float:left;
}

* html #menu_content span.menu_item_2 {
	margin-right:6px;
	padding-top:13px;	
}

#menu_content span.menu_item_2:hover {
	background-image:url(../image/menu_button_hover.gif);
	background-repeat: no-repeat;
	background-position:top;			
}

#menu_content span.menu_item_3 {
	display:block;		
	width: 152px;
	height:27px;
	padding-top:14px;
	margin-right:6px;
	background-image:url(../image/menu_button.gif);
	background-repeat: no-repeat;
	background-position:top;			
	float:left;
}

* html #menu_content span.menu_item_3 {
	margin-right:5px;
	padding-top:13px;	
}

#menu_content span.menu_item_3:hover {
	background-image:url(../image/menu_button_hover.gif);
	background-repeat: no-repeat;
	background-position:top;			
}

#menu_content span.menu_item_4 {
	display:block;		
	width: 152px;
	height:27px;
	padding-top:14px;
	margin-right:6px;
	background-image:url(../image/menu_button.gif);
	background-repeat: no-repeat;
	background-position:top;			
	float:left;
}

* html #menu_content span.menu_item_4 {
	padding-top:13px;	
}

#menu_content span.menu_item_4:hover {
	background-image:url(../image/menu_button_hover.gif);
	background-repeat: no-repeat;
	background-position:top;			
}

#menu_content span.menu_item_5 {
	display:block;		
	width: 152px;
	height:27px;
	padding-top:14px;
	margin-right:6px;	
	background-image:url(../image/menu_button.gif);
	background-repeat: no-repeat;
	background-position:top;			
	float:left;
}

* html #menu_content span.menu_item_5 {
	padding-top:13px;	
}

#menu_content span.menu_item_5:hover {
	background-image:url(../image/menu_button_hover.gif);
	background-repeat: no-repeat;
	background-position:top;			
}

#menu_content span.menu_item_6 {
	display:block;		
	width: 152px;
	height:27px;
	padding-top:14px;	
	background-image:url(../image/menu_button.gif);
	background-repeat: no-repeat;
	background-position:top;			
	float:left;
}

* html #menu_content span.menu_item_6 {
	padding-top:13px;	
}

#menu_content span.menu_item_6:hover {
	background-image:url(../image/menu_button_hover.gif);
	background-repeat: no-repeat;
	background-position:top;			
}


/*** DIV ***/
.page_hr {
	width:530px;
	height:20px;
	margin-bottom: 10px;
	margin-top: 10px;
	background: transparent url(../image/div.gif);
	background-repeat:no-repeat;
	background-position:center;
}

/*** NUM_ELEM ***/
.box_counter_element, .box_calendar_element {
	background-image: url(../image/num_elem.gif);
	padding-top: 2px;
	text-align: center;
	width: 22px;
	height: 16px;
}

/*** BOTTOM TEXT ***/
#bottomlink_content a.text_normal {
	color: #b8a992;
	font-size:10px;
}

#bottomlink_content span.text_normal {
	color: #b8a992;
}

/*** SEARCH ***/
.box_search_field {
	padding-bottom:0px;
	width:125px;
	float:left;
}

.box_search_field label{
	display:none;
} 

.box_search_field .text_small {
	color: #c8c7c7;
	padding: 0px;
}

#box_search_content{
	width:180px;
	margin: 0;
	text-align:left;
	float:left;
	overflow:hidden;
}

.box_search_field .text_input input{
	background-color: transparent;
	border: none;
	padding-top:1px;
	font-size:11px;
	float:left;	
	width: 120px;
	color: #75763d;		
}

.box_search_button{
	float: left;
}

.box_search_button .text_button input {
	width:28px;
	height:20px;
	background-image: none;
	background-color: transparent;
	display:block;
	border:none;
	cursor:pointer;
}

.box_search_button .text_button input:hover {
	background-image: none;
}


.box_search_button .text_button input.text_small {
	color:#8b050e;
	font-size:0px;
	padding-top:9px;
}

#search_title {
	width:140px;
	text-align:left;
	margin-top:30px;
	position:absolute;
}

* html #search_title {
	margin-left:-180px;
}

*:first-child+html #search_title {
	margin-left:-180px;
}

#search_title h3 {
	color:#FFFFFF;
	font-size:12px;
}

/*** TEXT_DEFAULT ***/
#left .box_left_container .text_smaller {
	color:#FFFFFF;
	font-size:10px;		
}
#left .box_left_container .text_small {
	color:#FFFFFF;
	font-size:11px;	
}
#left .box_left_container .text_normal {
	color:#FFFFFF;
}

.text_smaller {
	color:#535353;
	font-size:10px;		
}
.text_small {
	color:#535353;
	font-size:11px;	
}
.text_normal {
	color:#535353;
}
.text_big {
	color:#535353;
}
.text_bigger {
	color:#535353;
}
.text_biggest {
	color:#535353;
}

/*** TEXT_COLOR ***/
.text_color_fault {
	color:#7b3e3e;
}
.text_color_fault2 {
	color:#7b3e3e;
}
.text_color_other {
	color:#686d35;
}
.text_color_akcio {
	color:#7b3e3e;
}

#left .text_color_fault {
	color:#f6cf68;
}
#left .text_color_fault2 {
	color:#f6cf68;
}
#left .text_color_other {
	color:#FFFFFF;
	font-variant:small-caps;
	text-decoration:underline;
}

/*** BUTTON ***/
.text_button input  {
	background:transparent url(../image/button.gif) repeat-x scroll 0 0;
	margin-top: 2px;
	margin-right:2px;
	cursor:pointer;
	height:18px;
	border:none;
}


.text_button input:hover{
	background:transparent url(../image/button_hover.gif) repeat-x scroll 0 0;
	margin-top: 2px;
	margin-right:2px;
	cursor:pointer;
	height:18px;
	border:none;
}

.text_button input.text_smaller, .text_button input.text_small, .text_button input.text_normal{
	color:#FFFFFF;
}

#body .text_button input {
	padding-bottom:3px;
	margin-top: 0;
	margin-right:0;	
}

#body .text_button input:hover {
	padding-bottom:3px;
	margin-top: 0;
	margin-right:0;		
}

#left .text_button input.text_small, #right .text_button input.text_small, #body .text_button input.text_small {
	padding-bottom:2px;
}

#left .box_left_container .text_input input.text_smaller, #left .box_left_container .text_input input.text_small, #left .box_left_container .text_input input.text_normal, #left .box_left_container .text_input select.text_smaller, #left .box_left_container .text_input select.text_small, #left .box_left_container .text_input select.text_normal {
	color:#535353;
}

/*** BG_COLOR ***/
.bg_color_light1 {
	background-color:#FFFFFF;	
}
.bg_color_light2 {
	background-color:#d9d497;	
}
.bg_color_light3 {
	background-color:#cdc88e;
}
.bg_color_light4 {
	background-color:#cdc88e;
}
.bg_color_light4:hover {
	background-color:#c2bd7e;
}
.bg_color_dark1 {
	background-color:#cdc88e;	
}
.bg_color_dark2 {
	background-color:#d9d497;	
}
.bg_color_dark3 {
	background-color:#e9e4a4;	
}
.bg_color_dark4 {
	background-color:#e9e4a4;	
}
.bg_color_dark4:hover {
	background-color:#eee793;	
}

.bg_color_light1 .text_smaller, .bg_color_light1 .text_small, .bg_color_light1 .text_normal, .bg_color_light1 .text_big, .bg_color_light1 .text_bigger, .bg_color_light1 .text_biggest{
	color:#705230;
}

.bg_color_light2 .text_smaller, .bg_color_light2 .text_small, .bg_color_light2 .text_normal, .bg_color_light2 .text_big, .bg_color_light2 .text_bigger, .bg_color_light2 .text_biggest {
	color:#705230;
}

.bg_color_light3 .text_smaller, .bg_color_light3 .text_small, .bg_color_light3 .text_normal, .bg_color_light3 .text_big, .bg_color_light3 .text_bigger, .bg_color_light3 .text_biggest {
	color:#705230;
}

.bg_color_light4 .text_smaller, .bg_color_light4 .text_small, .bg_color_light4 .text_normal, .bg_color_light4 .text_big, .bg_color_light4 .text_bigger, .bg_color_light4 .text_biggest {
	color:#705230;
}

.bg_color_dark1 .text_smaller, .bg_color_dark1 .text_small, .bg_color_dark1 .text_normal, .bg_color_dark1 .text_big, .bg_color_dark1 .text_bigger, .bg_color_dark1 .text_biggest{
	color:#705230;
}

.bg_color_dark2 .text_smaller, .bg_color_dark2 .text_small, .bg_color_dark2 .text_normal, .bg_color_dark2 .text_big, .bg_color_dark2 .text_bigger, .bg_color_dark2 .text_biggest {
	color:#705230;
}

.bg_color_dark3 .text_smaller, .bg_color_dark3 .text_small, .bg_color_dark3 .text_normal, .bg_color_dark3 .text_big, .bg_color_dark3 .text_bigger, .bg_color_dark3 .text_biggest {
	color:#705230;
}

.bg_color_dark4 .text_smaller, .bg_color_dark4 .text_small, .bg_color_dark4 .text_normal, .bg_color_dark4 .text_big, .bg_color_dark4 .text_bigger, .bg_color_dark4 .text_biggest {
	color:#705230;
}

#left .bg_color_light1 .text_smaller, #left .bg_color_light1 .text_small, #left .bg_color_light1 .text_normal, #left .bg_color_light1 .text_big, #left .bg_color_light1 .text_bigger, #left .bg_color_light1 .text_biggest{
	color:#705230;
}

#left .bg_color_light2 .text_smaller, #left .bg_color_light2 .text_small, #left .bg_color_light2 .text_normal, #left .bg_color_light2 .text_big, #left .bg_color_light2 .text_bigger, #left .bg_color_light2 .text_biggest {
	color:#705230;
}

#left .bg_color_light3 .text_smaller, #left .bg_color_light3 .text_small, #left .bg_color_light3 .text_normal, #left .bg_color_light3 .text_big, #left .bg_color_light3 .text_bigger, #left .bg_color_light3 .text_biggest {
	color:#705230;
}

#left .bg_color_light4 .text_smaller, #left .bg_color_light4 .text_small, #left .bg_color_light4 .text_normal, #left .bg_color_light4 .text_big, #left .bg_color_light4 .text_bigger, #left .bg_color_light4 .text_biggest {
	color:#705230;
}

#body .bg_color_dark1 .text_color_white, #body .bg_color_dark2 .text_color_white, #body .bg_color_dark3 .text_color_white, #body .bg_color_dark4 .text_color_white {
	color:#705230;
}

#right .bg_color_dark1 .text_color_white, #right .bg_color_dark2 .text_color_white, #right .bg_color_dark3 .text_color_white, #right .bg_color_dark4 .text_color_white {
	color:#705230;
}

#box_counter_content .bg_color_dark2 .text_color_white {
	color:#FFFFFF;
}

#box_calendar_content .box_calendar_day .bg_color_dark2 .text_color_white {
	color:#FFFFFF;
}


/*** BORDER ***/

.border_3 {
	border: none;	
}

#page_artref_content h4 {
	padding-bottom:20px;
}

.page_artref_product {
	padding-top:10px;
	padding-bottom:10px;
}

.page_artref_main {
	border-top:1px solid #cdc88e;		
}

.page_artref_table {
	border-bottom:1px solid #cdc88e;
}

.page_artdet_frame_right{
	width: 8px;
	background-image:none;
}

.page_artdet_frame_left{
	width: 8px;
	background-image:none;
}

.page_artdet_frame_top {
	height: 8px;
	background-image:none;
}

.page_artdet_frame_bottom {
	height: 8px;
	background-image:none;
}

.page_artdet_frame_topleft {
	width: 8px;
	height: 8px;
	background-image:none;
}

.page_artdet_frame_topright {
	width: 8px;
	height: 8px;
	background-image:none;
}

.page_artdet_frame_bottomleft {
	width: 8px;
	height: 8px;
	background-image:none;
}

.page_artdet_frame_bottomright {
	width: 8px;
	height: 8px;
	background-image:none;
}

/*** PROVIDER ***/
#box_provider {
	width:176px;
	background-image:url(../image/menu_container.gif);
	background-repeat: repeat-y;
	padding-left:17px;
	padding-right:5px;
	padding-top:2px;	
	font-size: 1px;
}

#box_provider a{
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;	
	color: #FFFFFF;
	padding-left:15px;
	padding-top:2px;
	background: url(../image/menu_content.gif) no-repeat;
	background-position: top left;	
	font-size:10px;
	letter-spacing:0px;
	font-weight:normal;
	font-style:normal;
	text-transform:uppercase;
}
