body, html {
	background-color:#8eb7cb;
}

/*** TOOLTIP ***/
#dhtmltooltip {
	background-color:#e9f4fa;
	border:2px solid #b7d9f2;
	color:#3f75b3;
}

/*** TEXT_DEFAULT ***/
.text_smaller {
	color:#3568a7;
}
.text_small {
	color:#3568a7;
}
.text_normal {
	color:#3568a7;
}
.text_big {
	color:#3568a7;
}
.text_bigger {
	color:#3568a7;
}
.text_biggest {
	color:#3568a7;
}

/*** TEXT_COLOR ***/
.text_color_fault {
	color:#fd7718;
}
.text_color_other {
	color:#3568a7;
	font-variant:small-caps;
	text-decoration:underline;	
}
.text_color_white {
	color:#244367;
}
.text_color_akcio {
	color:#ff6a00;
}

/*** BUTTON ***/
.text_button input {
	background:transparent url(../image/button_bg.gif) repeat-x scroll 0 0;
	margin-top: 2px;
	margin-right:2px;
	height:20px;
	border:1px solid #b1d2f3;
	color:#FFFFFF;
}

#body .text_button input {
	background:transparent url(../image/button_bg.gif) repeat-x scroll 0 0;
	margin-top: 2px;
	margin-right:2px;
	padding-bottom:2px;
	height:20px;
	border:1px solid #b1d2f3;
	color:#FFFFFF;
}

.text_button input.text_small {
	padding-bottom:2px;
}

.text_button input:hover {
	background:transparent url(../image/button_bg_hover.gif) repeat-x scroll 0 0;
	height:20px;
	border:1px solid #b1d2f3;
	color:#FFFFFF;
}

#body .text_button input:hover {
	background:transparent url(../image/button_bg_hover.gif) repeat-x scroll 0 0;
	height:20px;
	padding-bottom:2px;
	border:1px solid #b1d2f3;
	color:#FFFFFF;
}

.box_login_field .text_small {
	color:#879eae;
} 

/*** LOGIN_ERROR ***/
.box_login_error {
	width: 170px;
	height:35px;
	background: transparent url(../image/error_bg.gif);
	background-repeat:no-repeat;
	background-position:top;	
	top:2px;
	text-align:center;
	position:absolute;
}

* html .box_login_error {
	margin-left:-85px;
}

*:first-child+html .box_login_error {
	margin-left:-85px;
}

.box_login_error .text_small .text_color_fault{
	color:#879eae;
}

/*** HORIZONTAL MENU ***/
#menu_content {
	margin:0;
	padding-top:15px;
	text-align:center;
}

#menu_content span.menu_div {
	color: #a8cad4;
	font-size: 13px;
	padding-left:3px;
	padding-right:3px;
}

#menu_content a {
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	color: #FFFFFF;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
}

#menu_content a:hover {
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	color: #a8cad4;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
}

/*** SEARCH ***/
#box_search_content{
	width:190px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 6px;
	padding-left: 128px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-align:left;
	float:left;
	overflow:hidden;
}

.box_search_field {
	padding-bottom:0px;
	padding-top:0px;	
}

.box_search_field label{
	display:none;
} 

.box_search_field label span.text_small{
	color: #FFFFFF;
	font-size:0px;	
} 

.box_search_field .text_input input{
	background-color: transparent;
	border: solid 1px #011535;
	padding-top:2px;
	padding-bottom:2px;
	font-size: 11px;
	width: 100px;
	color: #011535;	
}

.box_search_field span {
	float:left;
}

.box_search_field span.text_input{
	float:left;
}

.box_search_button{
	float: left;
	margin-left: 8px;
}

.box_search_button .text_button input {
	margin-top:0;
	margin-right:0;
}

/*** PROVIDER ***/
#box_provider {
	width:150px;
	overflow:hidden;
	text-align:left;
	padding-top:9px;
	float:left;
	padding-left:10px;
}

#box_provider a{
	font-size: 11px;
	color: #011535;
	letter-spacing:1px;
}

/*** DIV ***/
.page_hr {
	width:530px;
	height:1px;
	background-color:#b7d9f2;
	margin-bottom: 10px;
	margin-top: 10px;
	background-image:none;
}

/*** 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: #394251;
}

#bottomlink_content a.text_normal:hover {
	color: #FFFFFF;
}

#bottomlink_content span.text_normal {
	color: #394251;
}

/*** BG_COLOR ***/
.bg_color_light1 {
	background-color:#FFFFFF;	
}
.bg_color_light2 {
	background-color:#eaf3fa;	
}
.bg_color_light3 {
	background-color:#98c5e4;
}
.bg_color_light4 {
	background-color:#c7dced;
}
.bg_color_light4:hover {
	background-image: url(../image/light4_hover.gif);
	background-repeat: repeat;
}
.bg_color_dark1 {
	background-color:#96c3e4;	
}
.bg_color_dark2 {
	background-color:#b5d6f2;	
}
.bg_color_dark3 {
	background-color:#c7d6e0;	
}
.bg_color_dark4 {
	background-color:#c7d6e0;	
}
.bg_color_dark4:hover {
	background-image: url(../image/light4_hover.gif);
	background-repeat: repeat;
}

/*** BORDER ***/
.border_1 {
	border:1px #97c4e5 solid;	
}
.border_2 {
	border:1px #97c4e5 solid;	
}
.border_3 {
	border:2px #b7d9f2 solid;	
}

.page_artdet_cart_table img {
	border:1px #97c4e5 solid;
}

.page_artdet_frame_right{
	width: 8px;
	background-image: none;
}

.page_artdet_frame_left{
	width: 8px;
	background-image: none;
}

.page_artdet_frame_top {
	height: 8px;
	background-image: none;
}

.page_artdet_frame_bottom {
	height: 8px;
	background-image: none;
}

.page_artdet_frame_topleft {
	width: 8px;
	height: 8px;
	background-image: none;
}

.page_artdet_frame_topright {
	width: 8px;
	height: 8px;
	background-image: none;
}

.page_artdet_frame_bottomleft {
	width: 8px;
	height: 8px;
	background-image: none;
}

.page_artdet_frame_bottomright {
	width: 8px;
	height: 8px;
	background-image: none;
}
