body, html {
	background: transparent url(../image/html_pattern.gif);
	background-repeat:repeat;
	background-position:top left;
}

#content_container_outer {
	background: transparent url(../image/container_pattern.gif);
	background-repeat: repeat-x;
	background-position:top left;
}

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

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

/*** LANG ***/
#box_lang_content {
	width:290px;
	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;
}

.box_lang_flag_select {
	margin-left:0px;
	margin-right:6px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: dotted 1px #e7d1a3;
}

#box_lang_select {
	width: 150px;
	border: solid 1px #be5a02;
	font-size: 11px;
	color: #be5a02;		
}

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

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

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

#box_search_content{
	width:152px;
	margin: 0;
	padding-left:68px;
	padding-top:24px;
	text-align:left;
	float:left;
	overflow:hidden;
}

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

.box_search_field .text_input input{
	background-color: transparent;
	border: none;
	width: 126px;
	font-size:12px;
	color: #be5a02;	
}

.box_search_button{
	float: right;
}

.box_search_button input {
	width:20px;
	height: 20px;
	cursor:pointer;
	background-color: transparent;
	border:none;
}

.box_search_button input.text_small {
	padding-bottom:10px;
	font-size:0px;
	color: #f2b226;
}

/*** LOGIN ***/
#login_title {
	width:125px;
	float:left;
	text-align:right;
}

#login_title h3{
	padding:0;
	padding-top:24px;
	font-size: 11px;
	color:#be5a02;
}

.box_login_field {
	padding-bottom:0px;
	padding-top:3px;
	padding-left:22px;
	width:124px;
	float:left;
}

.box_login_field label {
	float:left;
	padding-top:0px;
	width:0px;
	font-size:0px;
	display:none;
} 

.box_login_field label span.text_small{
	color: #f0d88a;
	font-size: 0px;
} 

#box_login_content{
	width:330px;
	padding-top:21px;
	margin: 0;
	float:right;
	text-align:left;
	overflow:hidden;
}

.box_login_field .text_input input{
	background-color: transparent;
	border: none;
	width: 124px;
	font-size:12px;
	color: #be5a02;		
}

.box_login_field .text_small {
	color: #be5a02;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-top: 0;			
}

.box_login_button {
	float: left;
}

.box_login_button input {
	width:20px;
	height: 20px;
	cursor:pointer;	
	background-color: transparent;
	border:none;
}

.box_login_button input.text_small {
	padding-bottom:13px;
	font-size:0px;
	color: #f2b222;
}

/*** LOGOUT ***/
.box_login_logout .box_login_button input {
	width:22px;
	height: 38px;
	border:none;
	top:20px;
	margin-left:297px;
	position:absolute;
	z-index:20;
}

.box_login_logout .box_login_error {
	width: 330px;
	height:38px;
	background-image:url(../image/logout_bg.gif);
	background-repeat: no-repeat;
	background-position:bottom left;	
	top:20px;
	position:absolute;
}
.box_login_logout .box_login_error span{
	display:block;
	width:160px;
	padding-top:10px;	
	float:left;
	text-align:right;
}

.box_login_logout .box_login_error_sub span{
	display:block;
	padding-top:10px;
	width:160px;
	float:right;
	text-align:left;	
}

/*** LOGIN_ERROR ***/
.box_login_error {
	width: 330px;
	height:16px;
	margin-top:-15px;
}

.box_login_error span{
	display:block;
	width:160px;
	float:left;
	text-align:right;
}

.box_login_error_sub span{
	display:block;
	width:160px;
	float:right;
	text-align:left;	
}

.box_login_error .text_small .text_color_fault{
	color:#701800;
}


/*** BACKGROUND_COLOR ***/
.bg_color_light1 {
	background-color:#f7f7f2;	
}
.bg_color_light2 {
	background-color:#f1ebe2;	
}
.bg_color_light3 {
	background-color:#c9bba2;
}
.bg_color_light4 {
	background-color:#f1ebe2;
}
.bg_color_light4:hover {
	background-color:#e5e0d8;
}
.bg_color_dark1 {
	background-color:#6e5035;	
}
.bg_color_dark2 {
	background-color:#826f4d;	
}
.bg_color_dark3 {
	background-color:#b09668;	
}
.bg_color_dark4 {
	background-color:#b09668;	
}
.bg_color_dark4:hover {
	background-color:#a08960;	
}

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

/*** TEXT_COLOR ***/
.text_color_fault {
	color:#9e510d;
}
.text_color_fault2 {
	color:#9e510d;
}
.text_color_other {
	color:#3d7f00;
}

/*** BORDER ***/
.border_1 {
	border:1px #c9bba2 solid;	
}
.border_2 {
	border:1px #c9bba2 solid;	
}
.border_3 {
	border: none;	
}

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

.page_artref_table {
	border-bottom:1px solid #f0dec8;
	border-left:1px solid #f0dec8;
	border-right:1px solid #f0dec8;	
}

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

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

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

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

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

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

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

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


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