body, html {
	background-color: #000000;
}

/*** TEXT_DEFAULT ***/
.text_smaller {
	color:#FFFFFF;
}
.text_small {
	color:#FFFFFF;
}
.text_normal {
	color:#FFFFFF;
}
.text_big {
	color:#FFFFFF;
}
.text_bigger {
	color:#FFFFFF;
}
.text_biggest {
	color:#FFFFFF;
}

.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:#232323;
}

.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:#232323;
}

.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:#232323;
}


/*** INPUT ***/
.text_input select  {
	color:#232323;
}

.text_input textarea  {
	color:#232323;
}

/*** TEXT_COLOR ***/
.text_color_fault {
	color:#ffd30d;
}
.text_color_fault2 {
	color:#ffd30d;
}
.text_color_other {
	color:#ff6c18;
}
.text_color_akcio {
	color:#ffd30d;
}

#body .bg_color_light2 .text_color_fault, #body .bg_color_light3 .text_color_fault, #body .bg_color_light4 .text_color_fault {
	color:#8c7305;	
}

#body .bg_color_light2 .text_color_other, #body .bg_color_light3 .text_color_other, #body .bg_color_light4 .text_color_other {
	color:#9a3d08;	
}

.box_calendar_element .text_color_white {
	color:#232323;
}

.box_counter_element .text_color_white {
	color:#232323;
}

/*** HORIZONTAL MENU ***/
#menu_content {
	width:944px;
	height:20px;
	padding-top:23px;
	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;
	padding-top:30px;
	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: #ffd30d;
	font-size:11px;
	padding-top:30px;	
	letter-spacing:0px;	
	text-decoration:none;
	text-transform:uppercase;
	font-weight:normal;
	font-style:normal;
}

#menu_content span.menu_item_1 {
	display:block;		
	width: 156px;		
	float:left;
}

#menu_content span.menu_item_2 {
	display:block;
	width: 156px;			
	float:left;
}

#menu_content span.menu_item_3 {
	display:block;	
	width: 157px;		
	float:left;
}

#menu_content span.menu_item_4 {
	display:block;
	width: 157px;
	float:left;
}

#menu_content span.menu_item_5 {
	display:block;	
	width: 156px;	
	float:left;
}

#menu_content span.menu_item_6 {
	display:block;
	width: 157px;				
	float:left;
}

/*** PROVIDER ***/
#box_provider {
	width:170px;
	background-image:url(../image/box_left_container.gif);
	background-repeat: repeat-y;
	padding-left:14px;
	padding-right:14px;
	font-size: 1px;
	text-align:left;
}

#box_provider a{
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	color: #fcf9f0;
	font-size:10px;
	padding-left:15px;
	letter-spacing:0px;
	font-weight:normal;
	font-style:normal;
	text-transform:uppercase;
}

/*** SEARCH ***/
.box_search_field label{
	padding-top:0px;
	width: 0px;
	font-size: 0px;
} 

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

#box_search_content{
	width:132px;
	margin: 0;
	padding-left:0;
	padding-right:0;
	padding-top:6px;
	text-align:center;
	overflow:hidden;
}

.box_search_field .text_input input{
	background-color: transparent;
	border: solid 1px #FFFFFF;
	width: 100px;
	font-size:12px;
	color: #FFFFFF;	
}

.box_search_button input {
	background:transparent url(../image/button.gif) repeat-x scroll 0 0;
	margin-top: 2px;
	margin-right:2px;
	height:22px;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-top: none;
	border-bottom: none;
	color:#FFFFFF;
}

.box_search_button input.text_small {
	padding-bottom:4px;
}

.box_search_button input:hover {
	background:transparent url(../image/button.gif) repeat-x scroll 0 0;
	margin-top: 2px;
	margin-right:2px;
	height:22px;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-top: none;
	border-bottom: none;
	color:#ffd30d;
}

/*** TEXT INPUT ***/
.text_input input{
	background-color:transparent;
	border: solid 1px #FFFFFF;
}

.page_design_name_content .text_input select, .page_design_name_content .text_input input, .page_design_name_content .text_input textarea {
	color:#232323;
}

/*** BUTTON ***/
#left .text_button input, #right .text_button input {
	background:transparent url(../image/button.gif) repeat-x scroll 0 0;
	margin-top: 2px;
	margin-right:2px;
	height:21px;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-top: none;
	border-bottom: none;
	color:#FFFFFF;
}

#left .text_button input:hover , #right .text_button input:hover  {
	background:transparent url(../image/button.gif) repeat-x scroll 0 0;
	margin-top: 2px;
	margin-right:2px;
	height:21px;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-top: none;
	border-bottom: none;
	color:#ffd30d;
}

#body .text_button input {
	background:transparent url(../image/button.gif) repeat-x scroll 0 0;
	margin-top: 2px;
	margin-right:2px;
	padding-bottom:2px;	
	height:21px;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-top: none;
	border-bottom: none;
	color:#FFFFFF;
}

#body .text_button input:hover {
	background:transparent url(../image/button.gif) repeat-x scroll 0 0;
	margin-top: 2px;
	margin-right:2px;
	padding-bottom:2px;	
	height:21px;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-top: none;
	border-bottom: none;
	color:#ffd30d;
}

.text_button input.text_small {
	padding-bottom:2px;
}

/*** DIV ***/
.page_hr {
	width:530px;
	height:17px;
	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: #ffd30d;
}

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

/*** BG_COLOR ***/
.bg_color_light1 {
	background-color:#FFFFFF;	
}
.bg_color_light2 {
	background-color:#b5b5b5;	
}
.bg_color_light3 {
	background-color:#989898;
}
.bg_color_light4 {
	background-color:#cfcdcd;
}
.bg_color_light4:hover {
	background-color:#c5b87e;
}
.bg_color_dark1 {
	background-color:#535353;	
}
.bg_color_dark2 {
	background-color:#737373;	
}
.bg_color_dark3 {
	background-color:#999999;	
}
.bg_color_dark4 {
	background-color:#999999;	
}
.bg_color_dark4:hover {
	background-color:#98937b;	
}


/*** BORDER ***/
.page_artdet_frame_right{
	width: 8px;
	background-image:none;
	background-color:#000000;
}

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

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

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

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

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

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

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

/*** PAGE_ARTDET_TABS ***/
#page_tooltip_view_details_inner .text_big {
	color:#FFFFFF;	
}