body, html {
	background-image:url(../image/html_pattern.gif);
	background-repeat: repeat-x;
	background-position:top;
	background-color:#7bcf29;
}

/*** TEXT_DEFAULT ***/
#left .text_smaller, #right .text_smaller {
	color:#1e5d0b;
	font-size:10px;
}
#left .text_small, #right .text_small {
	color:#1e5d0b;
	font-size:11px;
}
#left .text_normal, #right .text_normal {
	color:#1e5d0b;
}
#left .text_big, #right .text_big {
	color:#1e5d0b;
}
#left .text_bigger, #right .text_bigger {
	color:#1e5d0b;
}
#left .text_biggest, #right .text_biggest {
	color:#1e5d0b;
}

/*** BORDER ***/
.border_1 {
	border:1px #99dd90 solid;	
}
.border_2 {
	border:1px #99dd90 solid;	
}
.border_3 {
	border:2px #99dd90 solid;	
}

/*** TEXT_COLOR ***/
#body .text_color_fault {
	color:#078895;
}
#body .text_color_fault2 {
	color:#990000;
}
#body .text_color_other {
	color:#419735;
	text-decoration:none;
}

/*** TEXT_COLOR ***/
.text_color_fault {
	color:#FFFFFF;
}
.text_color_fault2 {
	color:#FFFFFF;
}
.text_color_other {
	color: #FFFFFF;
	text-decoration:underline;
}

/*** BUTTON ***/
#left .text_button input, #right .text_button input {
	background-color:#419735;
	border: none;
	margin-top: 5px;
	margin-left: 2px;
	padding-top:1px;
	padding-bottom:1px;
}

#left .text_button input:hover, #right .text_button input:hover {
	background-color:#1b940a;
}

#body .text_button input {
	background-color:#0a8c97;
	border: solid 1px #40c6b3;
	padding-top:1px;
	padding-bottom:1px;
}

#body .text_button input:hover {
	background-color:#1ca1ac;
}

#body .text_button input.text_small {
	color:#FFFFFF;
}

#left .text_button input.text_small, #right .text_button input.text_small{
	color:#FFFFFF;
}

#left .text_button input.text_normal, #right .text_button input.text_normal{
	color:#FFFFFF;
}

#body .text_button input.text_small, #body .text_button input.text_normal{
	color:#FFFFFF;
}

/*** TEXT INPUT ***/
#left .text_input input{
	background-color:transparent;
	border: solid 1px #b8f57d;
}

#right .text_input input{
	background-color:transparent;
	border: solid 1px #b8f57d;
}

#left .text_input select{
	background-color:transparent;
	border: solid 1px #b8f57d;
}

#right .text_input select{
	background-color:transparent;
	border: solid 1px #b8f57d;
}

#body .text_input input{
	background-color:#FFFFFF;
	border: solid 1px #d7ecee;
}

#body .text_input textarea{
	background-color:#FFFFFF;
	border: solid 1px #d7ecee;
}

#body .text_input select{
	background-color:#FFFFFF;
	border: solid 1px #d7ecee;
}

/*** BG_COLOR ***/
.bg_color_light1 {
	background-color:#FFFFFF;	
}
.bg_color_light2 {
	background-color:#f0f8f8;	
}
.bg_color_light3 {
	background-color:#d7ecee;
}
.bg_color_light4 {
	background-color:#f0f8f8;
}
.bg_color_light4:hover {
	background-color:#deffff;
}
.bg_color_dark1 {
	background-color:#319ea7;	
}
.bg_color_dark2 {
	background-color:#53aeb5;	
}
.bg_color_dark3 {
	background-color:#40c5b2;	
}
.bg_color_dark4 {
	background-color:#40c5b2;	
}
.bg_color_dark4:hover {
	background-color:#2bafa8;	
}

#left .bg_color_dark1, #right .bg_color_dark1 {
	background-color:#419735;	
}
#left .bg_color_dark2, #right .bg_color_dark2 {
	background-color:#61af56;	
}

/*** DIV ***/
.page_hr {
	width:530px;
	height:1px;
	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: #1e5d0b;
}

#bottomlink_content span.text_normal {
	color: #1e5d0b;
}

/*** BORDER ***/
.page_artdet_frame_right{
	width: 8px;
	background-image: url(../image/frame_right.gif);
	background-position: left;
	background-repeat: repeat-y;
}

.page_artdet_frame_left{
	width: 8px;
	background-image: url(../image/frame_left.gif);
	background-position: right;
	background-repeat: repeat-y;
}

.page_artdet_frame_top {
	height: 8px;
	background-image: url(../image/frame_top.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

.page_artdet_frame_bottom {
	height: 8px;
	background-image: url(../image/frame_bottom.gif);
	background-position: top;
	background-repeat: repeat-x;
}

.page_artdet_frame_topleft {
	width: 8px;
	height: 8px;
	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: 8px;
	height: 8px;
	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: 8px;
	height: 8px;
	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: 8px;
	height: 8px;
	background-color: transparent;
	background-image: url(../image/frame_bottomright.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
}

/*** HORIZONTAL MENUS ***/
#menu_content {
	width:944px;
	height:20px;
	padding-top:14px;
	padding-left:0;
	padding-right:0;
	padding-bottom:0;
	margin: 0;
	float:left;
}

* html #menu_content {
	width:868px;
}

#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: #066287;
	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: 145px;		
	float:left;
}

#menu_content span.menu_item_2 {
	display:block;
	width: 145px;			
	float:left;
}

#menu_content span.menu_item_3 {
	display:block;	
	width: 145px;		
	float:left;
}

#menu_content span.menu_item_4 {
	display:block;
	width: 145px;	
	float:left;
}

* html #menu_content span.menu_item_4 {	
	width: 144px;	
}

#menu_content span.menu_item_5 {
	display:block;	
	width: 145px;	
	float:left;
}

* html #menu_content span.menu_item_5 {	
	width: 142px;	
}

#menu_content span.menu_item_6 {
	display:block;
	width: 145px;				
	float:left;
}

* html #menu_content span.menu_item_6 {	
	width: 144px;
}

* html #menu_content span.menu_item_6 a {
	padding-left:10px;	
}

#menu_content2 {
	margin:0;
	padding-top:10px;
	text-align:right;
}

#menu_content2 span.menu_div {
	height:18px;
}

#menu_content2 a {
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	color: #288a19;
	font-size:12px;
	letter-spacing:0px;
	font-weight:normal;
	font-style:normal;
	padding-left:10px;
	padding-right:10px;
}

#menu_content2 a:hover {
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	color: #FFFFFF;
	font-size:12px;
	text-decoration:none;
	letter-spacing:0px;
	font-weight:normal;
	font-style:normal;
	padding-left:10px;
	padding-right:10px;	
}


/*** PROVIDER ***/
#box_provider {
	width:177px;
	padding-top:10px;
	padding-left:8px;
	font-size: 1px;
	text-align:left;
}

#box_provider a{
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	color: #288a19;
	font-size:12px;
	letter-spacing:0px;
	font-weight:normal;
	font-style:normal;
}

#box_provider a:hover{
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	color: #FFFFFF;
	font-size:12px;
	text-decoration:none;
	letter-spacing:0px;
	font-weight:normal;
	font-style:normal;
}

/*** LANG ***/
#box_lang_content {
	width:200px;
	margin: 0;
	padding-bottom: 0;
	padding-top: 0;
	float:left;
	text-align:center;
	overflow:hidden;
}

.box_lang_flag {
	border: none;
	margin-left:0px;	
	margin-right:6px;
	margin-top:0px;
	margin-bottom: 1px;
	border: dotted 1px #FFFFFF;	
}

.box_lang_flag_select {
	margin-left:0px;
	margin-right:6px;
	margin-top: 0px;
	margin-bottom: 1px;
	border: solid 1px #FFFFFF;
}

#box_lang_select {
	background-color:transparent;
	border: solid 1px #498fa8;	
	margin-top:1px;
	width: 120px;
	font-size:12px;
	color: #FFFFFF;		
}

/*** MONEY ***/
#box_money_content {
	width:200px;
	margin: 0;
	padding-bottom: 0;
	padding-top: 0;
	float:left;
	text-align:center;
	overflow:hidden;
}

#box_money_content .text_input select {
	height: 18px;
	background-color:#066488;
	border: solid 1px #498fa8;	
}

#box_money_content  .text_input select.text_normal {
	padding-top:1px;
	color:#FFFFFF;
}

/*** SEARCH ***/
.box_search_field {
	padding-bottom:0px;
	width:160px;
	float:left;
}

* html .box_search_field {
	width:133px;
}

.box_search_field label{
	display:none;
} 

.box_search_field label span.text_small{
	color: #f0d88a;
	font-size: 0px;
} 

#box_search_content{
	width:200px;
	margin: 0;
	text-align:left;
	float:left;
	overflow:hidden;
}

.box_search_field .text_small {
	color: #be5a02;
	padding: 0px;
}

.box_search_field .text_input input{
	width: 150px;
	height: 16px;
	background-color:transparent;
	border: solid 1px #498fa8;
}

* html .box_search_field .text_input input{
	width: 128px;
}


.box_search_field .text_input input.text_small{
	color:#FFFFFF;
	padding-top:1px;	
	font-size:11px;
}

.box_search_button{
	float: left;
}

.box_search_button input {
	width:27px;
	height:20px;
	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:#056c8a;
	font-size:0px;
	padding-top:8px;
}

