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

.banner_popup {
	border:10px solid #900404;
	border:10px solid rgba(144, 4, 4, 0.698);
}

/*** ARTDET CART ***/
#page_artdet_cart_image {
	display:none;
}

#page_artdet_cart_text a {
	display:block;	
	width:138px;
	height:23px;
	padding:9px 0 0 32px; 
	margin-left:15px;
	text-align:center;
	background-color:#aa0505;
	border-top:solid 1px #450101;
	border-left:solid 1px #450101;
	border-bottom:solid 1px #580101;
	border-right:solid 1px #580101;
	background-image:url("../image/artdet_cart.png");
	background-repeat:no-repeat;
	background-position:4px 4px;
	cursor:pointer;	
}

#page_artdet_cart_text a:hover {
	text-decoration:none;
	background-color:#940404;
}

#page_artdet_cart_text a:active {
	text-decoration:none;
	background-color:#750202;
}

#body #page_artdet_cart_text a.text_small {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;	
	text-transform:uppercase;	
}

/*** HORIZONTAL MENU ***/
#hor_menu {
	width:912px;
	float: left;
	margin:0;
	padding-top:13px;
	text-align:center;
}

#hor_menu span.menu_div {
	font-size: 12px;
	color:#FFFFFF;
	padding-left:10px;
	padding-right:10px;
}

#hor_menu a {
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	color: #FFFFFF;
	font-size:14px;
	letter-spacing:0px;
	font-weight:normal;
	font-style:normal;
}

#hor_menu a:hover {
	color: #ffce49;
	font-size:14px;	
}

/*** SEARCH ***/
#header_search_outer {
	width:240px;
	height:37px;
	float:right;
	position:relative;
}

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

#box_search_content label {
	display:none;	
}

#box_search_content .box_search_field {
	width:199px;
	padding:0 0 0 0;
	text-align:left;
	float:left;
}

#box_search_content .box_search_button{
	float: left;
}

#box_search_content .box_search_field .text_input input{
	width: 185px;
	background-color:transparent;
	border:solid 2px #edece5;	
}

#box_search_content .box_search_field .text_input input.text_small {
	font-size:14px;
	padding:0 0 1px 3px;
	color:#FFFFFF;
}

#box_search_content .box_search_button {
	width:41px;
	height:22px;
	float:left;	
}

#box_search_content .box_search_button .text_button input {
	display:block;
	width:41px;
	height:22px;
	background-image:url("../image/search_button.gif");
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:0 0;
	border:none;
	border-width:0;
	background-color:transparent;
	margin:0;
	padding:0;
	cursor:pointer;
}

#box_search_content .box_search_button input.text_small {
	font-size:0;
	color:#850a04;
}

#adv_search {
	width:170px;
	bottom:0;
	padding:0;
	left:0;
	position:absolute;
	text-align:left;
	z-index:10;	
}

#adv_search a {
	color:#ffce49;
	font-size:12px;
}

#adv_search strong {
	font-weight:normal;
}

/*** CART ***/
#header_cart{
	width: 170px;
	margin:15px 12px 0 0;
	cursor:pointer;
	float:right;
}

#shop_cart {
	width:53px;
	height:55px;
	float:left;
	padding:0;
	margin:0;
	background-image:url("../image/shop_cart.gif");
	text-align:left;
}

#box_cart_content{
	width: 108px;
	text-align: left;
	float:right;
	overflow:hidden;
}

#box_cart_content span.box_cart_empty {
	display:block;
	width:108px;
	padding:17px 0 0 0;
	font-size:14px;
}

#box_cart_content .box_cart_item span.text_color_fault {
	display:block;
	width:108px;
	padding:7px 0 3px 0;
	text-align:center;	
	font-size:14px;
	text-decoration:underline;	
}

#box_cart_content .box_cart_price {
	padding:0;	
}

#box_cart_content .box_cart_price span.text_color_fault {
	display:block;
	width:108px;
	text-align:center;
	font-size:12px;
	color:#50493C;
}

/*** LOGIN ***/
#header_login_content{
	width:185px;
	height:72px;
	margin:0 0 0 15px;
}

#box_login_content {
	width:185px;	
	padding:12px 0 0 0;
}

#box_login_content label {
	display:none;
}

#box_login_content .box_login_field {
	width:185px;
	padding:0 0 3px 0;
	text-align:left;
}

#box_login_content .box_login_field input {
	width:178px;
	background-color:transparent;
	border-top:solid 1px #6a6b6c;
	border-left:solid 1px #6a6b6c;
	border-right:solid 1px #95979a;
	border-bottom:solid 1px #95979a;
}

#box_login_content .box_login_field input.text_small {
	font-size:12px;
	padding:0 0 1px 3px;
}

#box_login_content .box_login_button {
	text-align:right;
}

#box_login_content .box_login_button input {
	background-color:transparent;
	border:none;
	border-width:0px;
	cursor:pointer;
}

#box_login_content .box_login_button input.text_small {
	font-size:12px;
}

#box_login_content .box_login_button input:hover.text_small {
	color:#7b0202;
}

#box_login_content .box_login_error {
	padding:5px 0;
}

#box_login_content .box_login_error .text_small {
	font-size:11px;	
}

/*** CATEGORY ***/
#box_cat_content li {
	padding:0;
	margin:0;	
}

#box_cat_content ul li {
	padding:2px 0;
	margin:0;	
}

#box_cat_content ul ul {
	padding:2px 0 0 5px;	
}

#left #box_cat_content .text_small, #right #box_cat_content .text_small {
	font-size:12px;	
}

.box_cat_spec, .box_cat_style0, .box_cat_style1, .box_cat_style2 {
    text-indent:0px;
}

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

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

/*** TEXT_DEFAULT ***/
#body .text_smaller {
	color:#50493c;
}
#body .text_small {
	color:#50493c;
	font-size:11px;	
}
#body .text_normal {
	color:#50493c;
}
#body .text_big {
	color:#50493c;
}
#body .text_bigger {
	color:#50493c;
}
#body .text_biggest {
	color:#50493c;
}

#left .text_smaller, #right .text_smaller {
	color:#FFFFFF;
}
#left .text_small, #right .text_small {
	color:#FFFFFF;
	font-size:11px;	
}
#left .text_normal, #right .text_normal {
	color:#FFFFFF;
}
#left .text_big, #right .text_big {
	color:#FFFFFF;
}
#left .text_bigger, #right .text_bigger {
	color:#FFFFFF;
}
#left .text_biggest, #right .text_biggest {
	color:#FFFFFF;
}

/*** INPUT ***/
#left .text_input input, #right .text_input input  {
	color:#50493c;
}

#left .text_input select, #right .text_input select  {
	color:#50493c;
}

#left .text_input textarea, #right .text_input textarea  {
	color:#50493c;
}

#left .text_button input, #right .text_button input  {
	color:#750202;
}

/*** TEXT_COLOR ***/
#body .text_color_fault {
	color:#aa0505;
}
#body .text_color_fault2 {
	color:#aa0505;
}
#body .text_color_other {
	color:#648643;
}
#body .text_color_akcio {
	color:#febd42;
}
#left .text_color_fault, #right .text_color_fault{
	color:#ffce49;
}
#left .text_color_fault2, #right .text_color_fault2 {
	color:#ffce49;
}
#left .text_color_other, #right .text_color_other {
	color:#FFFFFF;
	text-decoration:underline;
}

/*** BORDER ***/
.border_1 {
	border:1px #50493c solid;	
}
.border_2 {
	border:1px #50493c solid;	
}
#left .border_1, #right .border_1 {
	border:1px #760202 solid;	
}
#left .border_2, #right .border_2 {
	border:1px #760202 solid;	
}

.border_3 {
	border: none;	
}

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

.page_artref_table {
	border-bottom:1px solid #d2d1ce;
}

.page_artdet_frame_right{
	width: 8px;
	border-right:solid 1px #50493c;
	background-image:none;
	background-color:#f3ede3;
}

.page_artdet_frame_left{
	width: 8px;
	border-left:solid 1px #50493c;
	background-image:none;
	background-color:#f3ede3;
}

.page_artdet_frame_top {
	height: 8px;
	border-top:solid 1px #50493c;
	background-image:none;
	background-color:#f3ede3;
}

.page_artdet_frame_bottom {
	height: 8px;
	border-bottom:solid 1px #50493c;
	background-image:none;
	background-color:#f3ede3;
}

.page_artdet_frame_topleft {
	width: 8px;
	height: 8px;
	border-top:solid 1px #50493c;
	border-left:solid 1px #50493c;
	background-image:none;
	background-color:#f3ede3;
}

.page_artdet_frame_topright {
	width: 8px;
	height: 8px;
	border-top:solid 1px #50493c;
	border-right:solid 1px #50493c;
	background-image:none;
	background-color:#f3ede3;
}

.page_artdet_frame_bottomleft {
	width: 8px;
	height: 8px;
	border-bottom:solid 1px #50493c;
	border-left:solid 1px #50493c;
	background-image:none;
	background-color:#f3ede3;
}

.page_artdet_frame_bottomright {
	width: 8px;
	height: 8px;
	border-bottom:solid 1px #50493c;
	border-right:solid 1px #50493c;
	background-image:none;
	background-color:#f3ede3;
}


/*** BG_COLOR ***/
.bg_color_light1 {
	background-color:#FFFFFF;	
}
.bg_color_light2 {
	background-color:#f3e8d6;	
}
.bg_color_light3 {
	background-color:#f0dcba;
}
.bg_color_light4 {
	background-color:#f3e8d6;
}
.bg_color_light4:hover {
	background-color:#e9ddca;
}
.bg_color_dark1 {
	background-color:#8c2a05;	
}
.bg_color_dark2 {
	background-color:#a3350c;	
}
#left .bg_color_dark1, #right .bg_color_dark1 {
	background-color:#760202;	
}
#left .bg_color_dark2, #right .bg_color_dark2 {
	background-color:#9e1919;	
}
.bg_color_dark3 {
	background-color:#b0653d;	
}
.bg_color_dark4 {
	background-color:#b0653d;	
}
.bg_color_dark4:hover {
	background-color:#945432;	
}


#left .bg_color_light1 .text_smaller, #left .bg_color_light1 .text_small, #left .bg_color_light1 .text_normal, #left .bg_color_light1 .text_big, #left .bg_color_light1 .text_bigger, #left .bg_color_light1 .text_biggest{
	color:#50493c;
}
#right .bg_color_light1 .text_smaller, #right .bg_color_light1 .text_small, #right .bg_color_light1 .text_normal, #right .bg_color_light1 .text_big, #right .bg_color_light1 .text_bigger, #right .bg_color_light1 .text_biggest{
	color:#50493c;
}

#left .bg_color_light2 .text_smaller, #left .bg_color_light2 .text_small, #left .bg_color_light2 .text_normal, #left .bg_color_light2 .text_big, #left .bg_color_light2 .text_bigger, #left .bg_color_light2 .text_biggest{
	color:#50493c;
}
#right .bg_color_light2 .text_smaller, #right .bg_color_light2 .text_small, #right .bg_color_light2 .text_normal, #right .bg_color_light2 .text_big, #right .bg_color_light2 .text_bigger, #right .bg_color_light2 .text_biggest{
	color:#50493c;
}

#left .bg_color_light3 .text_smaller, #left .bg_color_light3 .text_small, #left .bg_color_light3 .text_normal, #left .bg_color_light3 .text_big, #left .bg_color_light3 .text_bigger, #left .bg_color_light3 .text_biggest{
	color:#50493c;
}
#right .bg_color_light3 .text_smaller, #right .bg_color_light3 .text_small, #right .bg_color_light3 .text_normal, #right .bg_color_light3 .text_big, #right .bg_color_light3 .text_bigger, #right .bg_color_light3 .text_biggest{
	color:#50493c;
}

#left .bg_color_light4 .text_smaller, #left .bg_color_light4 .text_small, #left .bg_color_light4 .text_normal, #left .bg_color_light4 .text_big, #left .bg_color_light4 .text_bigger, #left .bg_color_light4 .text_biggest{
	color:#50493c;
}
#right .bg_color_light4 .text_smaller, #right .bg_color_light4 .text_small, #right .bg_color_light4 .text_normal, #right .bg_color_light4 .text_big, #right .bg_color_light4 .text_bigger, #right .bg_color_light4 .text_biggest{
	color:#50493c;
}


/*** PAGE_ARTDET_TABS ***/
#body .page_artdet_tabs .text_small {
	color: #FFFFFF;
}
#body .page_contact_tabs .text_small {
	color: #FFFFFF;
}

#page_artdet_inquire #page_artdet_cart_text a {
	background-image:url("../image/cart_question.png");
}