html, body {
	background-image:url(../image/html_pattern.gif);
	background-repeat: repeat-x;
	background-position:top;
	background-color:#3e3c3d;
}

#dhtmltooltip {
	background-color:#e1e0de;
	border:1px solid #e8690b;
	color:#5a5859;
}

/*** TEXT_DEFAULT ***/
.text_smaller {
	color:#5a5859;
	font-size:10px;
}

.text_small {
	color:#5a5859;
	font-size:11px;
}

.text_normal {
	color:#5a5859;
}

.text_big {
	color:#5a5859;
}

.text_bigger {
	color:#5a5859;
}

.text_biggest {
	color:#5a5859;
}

/*** TEXT_COLOR ***/
.text_color_fault {
	color:#e0690b;
}

.text_color_other {
	color:#6a5d16;
}

.text_color_akcio {
	color:#ff801d;
}

/*** BORDER ***/
.border_3 {
	border: none;	
}

.border_2 {
	border:1px #e0690b solid;	
}

#body .border_2 {
	border:1px #535353 solid;	
}

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

/*** BOTTOM TEXT ***/
#bottomlink_content a.text_normal {
	color: #FFFFFF;
}

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

/*** BORDER ***/
.page_artdet_frame_right{
	width: 10px;
	background-image: url(../image/frame_right.gif);
	background-position: left;
	background-repeat: repeat-y;
}

.page_artdet_frame_left{
	width: 10px;
	background-image: url(../image/frame_left.gif);
	background-position: right;
	background-repeat: repeat-y;
}

.page_artdet_frame_top {
	width: 10px;
	background-image: url(../image/frame_top.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

.page_artdet_frame_bottom {
	width: 10px;
	background-image: url(../image/frame_bottom.gif);
	background-position: top;
	background-repeat: repeat-x;
}

.page_artdet_frame_topleft {
	width: 10px;
	height: 10px;
	background-color: transparent;
	background-image: url(../image/frame_topleft.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right bottom;
}

.page_artdet_frame_topright {
	width: 10px;
	height: 10px;
	background-color: transparent;
	background-image: url(../image/frame_topright.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left bottom;
}

.page_artdet_frame_bottomleft {
	width: 10px;
	height: 10px;
	background-color: transparent;
	background-image: url(../image/frame_bottomleft.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right top;
}

.page_artdet_frame_bottomright {
	width: 10px;
	height: 10px;
	background-color: transparent;
	background-image: url(../image/frame_bottomright.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
}

/*** LOGIN_ERROR ***/
.box_login_error {
	width: 170px;
	height:26px;
	background: transparent url(../image/error_bg.gif);
	background-repeat:no-repeat;
	background-position:top;	
	padding-top:1px;
	top:0px;
	text-align:center;
	position:absolute;
}

*:first-child+html .box_login_error { 
	margin-left: -85px;
}

* html .box_login_error { 
	margin-left: -85px;
}

.box_login_logout .box_login_error {
	position: static;
	margin-bottom: 5px;
}

*:first-child+html .box_login_logout .box_login_error { 
	margin-left: 0;
}

* html .box_login_logout .box_login_error { 
	margin-left: 0;
}

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

.box_search_field label{
	display:none;
} 

.box_search_field label span.text_small{
	color: #3e3c3d;
	font-size: 0px;
} 

#box_search_content{
	width:205px;
	float:left;
	text-align:left;
	overflow:hidden;
}

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

.box_search_field .text_input input{
	width: 156px;
	height: 16px;
	margin-top:5px;
	background-color:transparent;
	border: solid 1px #fe6801;
}

.box_search_field .text_input input.text_small{
	color:#e9e8e9;
	padding-top:1px;	
	font-size:11px;
}

.box_search_button{
	float: left;
}

.box_search_button input {
	width:34px;
	height:31px;
	display:block;
	background:transparent url(../image/search_button.gif) no-repeat scroll 0 0;
	border-style:none;
	border:none;
	cursor:pointer;
}

.box_search_button input.text_small {
	color:#3e3c3d;
	font-size:0px;
	padding-bottom:8px;
	padding-right:18px;
}


/*** CATEGORY BOX***/

#box_cat_content {
	width:170px;
}

#box_cat_content ul li{
	padding:2px 0 3px 0;
	border-bottom:1px dotted #a3a3a2;	
}

#box_cat_content li ul li{
	background-image: none;
	border-bottom: none;	
}

#box_cat_content .text_small{
	font-size:12px;
}		

#box_cat_content ul li .text_small{
	padding-left:18px;
}

#box_cat_content ul li a.text_small{
	padding-left:0;
}

#box_cat_content ul li ul li .text_small{
	padding-left:0;
}

#box_cat_content ul li ul {
	padding-left:8px;
}

#box_cat_content ul li .box_cat_spec a.text_small{
	padding-left:18px;
}

/*** ART BOX***/

#box_art_content .box_art_element {
	border-bottom:1px dotted #a3a3a2;
	margin:0 0 5px 0;
	padding: 0 0 5px 0;
}

/*** TOP BOX***/

.box_top_num {
	vertical-align:middle;
	padding-top:0;
	text-align:center;
}

.box_top_text {
	padding:5px 0 0 3px;
	width:147px;
}

#box_top_content .box_top_element_1 .box_top_num {
	background-color:#f9e1ca;
}

#box_top_content .box_top_element_1 .box_top_text {
	background-color:#f9ece0;
}

#box_top_content .box_top_element_2 .box_top_num {
	background-color:#f8d5b3;
}

#box_top_content .box_top_element_2 .box_top_text {
	background-color:#f9e1ca;
}


