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

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

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

/*** TEXT_COLOR ***/
.text_color_fault {
	color:#c72a4b;
}
.text_color_fault2 {
	color:#990000;
}
.text_color_other {
	color:#2aa2c7;
}

/*** BUTTON ***/
#left .text_button input ,#right .text_button input ,#body .text_button input  {
	background:transparent url(../image/button_bg.gif) repeat-x scroll 0 0;
	margin-top: 2px;
	margin-right:2px;
	height:18px;
	border:none;
	color:#FFFFFF;
}


#left .text_button input:hover ,#right .text_button input:hover ,#body .text_button input:hover{
	background:transparent url(../image/button_bg_hover.gif) repeat-x scroll 0 0;
	margin-top: 2px;
	margin-right:2px;
	height:18px;
	border:none;
	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;
}


/*** 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: #868686;
}

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

/*** LOGIN ***/
.box_login_field {
	padding-bottom:0px;
	width:195px;
	float:left;
}

.box_login_field label{
	padding-top:0px;
	width:45px;
	margin-right: 6px;
}

#box_login_content{
	width:480px;
	padding-top:13px;
	margin: 0;
	float:left;
	text-align:left;
	overflow:hidden;
}

.box_login_field .text_input input{
	background-color:transparent;
	border: none;
	border-style:none;
	width: 105px;	
}

.box_login_field .text_input input.text_small{	
	color:#00b9fc;
	text-transform:none;
	font-size:11px;	
}

.box_login_field .text_small {
	color: #FFFFFF;
	padding: 0px;
	text-transform:uppercase;
}

.box_login_button {
	float: left;
}

.box_login_button input {
	margin-left:17px;
	margin-top:-1px;
	width:60px;
	cursor:pointer;
	background-image:none;
	background-color: transparent;
	border:none;
	border-style:none;
}

.box_login_button input.text_small {
	color:#FFFFFF;
	text-transform:uppercase;
}

/*** LOGIN_ERROR ***/
.box_login_error {
	width: 306px;
	margin-top:17px;
	position:absolute;
} 

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

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

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

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

.box_login_error .text_small .text_color_fault{
	color:#00b9fc;
}

/*** LOGOUT ***/
.box_login_logout .box_login_button input {
	margin-left:410px;
}

.box_login_logout .box_login_error {
	width: 290px;
	height:17px;
	padding-top:7px;
	background-image:url(../image/logout_bg.gif);
	background-position:top;
	background-repeat: no-repeat;		
	top:209px;
	margin-top:0;
	position:absolute;
}

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

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

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

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


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

.box_search_field label{
	padding-top:0px;	
	width: 56px;
	margin-right: 6px;
} 

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

.box_search_field .text_small {
	color: #FFFFFF;
	padding: 0px;
	text-transform:uppercase;
}

.box_search_field .text_input input{
	width: 100px;
	background-color:transparent;
	border: none;
	border-style:none;
}

.box_search_field .text_input input.text_small{	
	color:#00b9fc;
	text-transform: none;
	font-size:11px;
}

.box_search_button{
	float: left;
}

.box_search_button input {
	width:60px;
	cursor:pointer;
	background-image:none;	
	background-color: transparent;
	border:none;
	border-style:none;
}

.box_search_button input.text_small {
	color:#FFFFFF;
	text-transform:uppercase;
}

/*** BG_COLOR ***/
.bg_color_light3 {
	background-color:#e3e1e1;
}
.bg_color_light4:hover {
	background-color:#e7f0f6;
}
.bg_color_dark1 {
	background-color:#085c7e;	
}
.bg_color_dark2 {
	background-color:#007098;	
}
.bg_color_dark3 {
	background-color:#2f8cad;	
}
.bg_color_dark4 {
	background-color:#2f8cad;	
}
.bg_color_dark4:hover {
	background-color:#1981a6;	
}


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

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

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

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

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

.page_artdet_frame_topleft {
	width: 9px;
	height: 9px;
	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: 9px;
	height: 9px;
	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: 9px;
	height: 9px;
	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: 9px;
	height: 9px;
	background-color: transparent;
	background-image: url(../image/frame_bottomright.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
}

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