.page_hr {
	background: transparent url(../image/div.gif) repeat-x center;
}

/*** CALENDAR AND COUNTER ELEMENT ***/
.box_counter_element, .box_calendar_element {
	background-image: url(../image/num_elem.gif);
	padding-top: 2px;
	text-align: center;
	width: 22px;
	height: 16px;
}

/*** TEXT_COLOR ***/
.text_color_other {
	color: #448089;
}

.text_color_fault {
	color: #9d3737;
}

/*** BORDER ***/
.border_3 {
	border: double 3px #378f9d;
}

.page_artdet_frame_right{
	width: 3px;
	border-right: double 5px #378f9d;
	background-image:none;
}

.page_artdet_frame_left{
	width: 3px;
	border-left: double 5px #378f9d;
	background-image:none;	
}

.page_artdet_frame_top {
	height: 8px;
	border-top: double 5px #378f9d;
	background-image:none;	
}

.page_artdet_frame_bottom {
	height: 8px;
	border-bottom: double 5px #378f9d;
	background-image:none;	
}

.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;
}

/*** BG_COLOR ***/
.bg_color_light1 {
	background-color:#f1fafc;	
}
.bg_color_light2 {
	background-color:#dee5e8;	
}
.bg_color_light3 {
	background-color:#c7d9e0;
}
.bg_color_light4 {
	background-color:#F5F5F5;
}
.bg_color_light4:hover {
	background-color:#EDEDED;
}
.bg_color_dark1 {
	background-color:#55828d;	
}
.bg_color_dark2 {
	background-color:#94adb3;	
}
.bg_color_dark3 {
	background-color:#73929a;	
}
.bg_color_dark4 {
	background-color:#84abb5;	
}
.bg_color_dark4:hover {
	background-image: url(../image/bg_4_hover);
	background-repeat: repeat;	
}

.page_cat_main_outer {
	background-color:#73929a;	
}

