/*** INCLUDE ***/
@import url('../../../base/000002/css/page_width.css');

/*** CART ***/
#cart_box {
	float:left;	
	width:230px;
	height:110px;
	background-image: url(../image/cart_bg.png);
	background-position:center bottom;
	background-repeat:no-repeat;
}

#cart_pic {
	width:95px;
	height:110px;
	float:left;
	cursor:pointer;
	background-image:url(../image/_cart_.png);
	background-repeat:no-repeat;
	background-position:15px 25px;
}

#cart_text {
	width:135px;
	height:110px;
	float:left;	
}

#box_cart_content {
	width:120px;
	height:50px;
	overflow:hidden;
	float:right;
	margin-top:58px;
}

#box_cart_content span.box_cart_empty {
	display:block;
	width:120px;
	height:20px;
	font-size:13px;
	font-weight:bold;
	text-align:left;
	color:#fff;
	margin:0 0 0 0;
	padding-top:15px;
}

#box_cart_content .box_cart_item span.text_color_fault {
	display:block;
	width:110px;
	padding-left:10px;
	height:20px;
	font-size:13px;
	font-weight:bold;
	text-decoration:underline;
	text-align:left;
	color:#fff;
	margin:3px 0 3px 0;
}

#box_cart_content .box_cart_price {
	padding:0;
	margin:0;	
}

#box_cart_content .box_cart_price span.text_color_fault {
	display:block;
	width:85px;
	height:20px;
	font-size:13px;
	font-weight:normal;
	text-align:center;
	color:#fff;
	margin-top:0px;
	margin-left:4px;	
}

/*** HORIZONTAL MENU TOP ***/

#header_menu_top {
	width:1000px;
	height:50px;
}

#header_menu_top_left {
	width:20px;
	height:50px;
	float:left;
	background-image: url(../image/menu_bg.png);
	background-position:0 0;
	background-repeat:no-repeat;
}

#header_menu_top_center {
	width:960px;
	height:50px;
	float:left;
	background-image: url(../image/menu_bg.png);
	background-position:0 -50px;
	background-repeat:repeat-x;
}

#header_menu_top_right {
	width:20px;
	height:50px;
	float:left;
	background-image: url(../image/menu_bg.png);
	background-position:0 -100px;
	background-repeat:no-repeat;	
}

#menu_content {
	width:960px;
	float:right;
	height:50px;
	overflow:hidden;
	text-align:left;
	white-space:nowrap;
}

#menu_content ul {
	margin:0;
	padding:0;
	list-style:none;
	padding-top:17px;
	padding-left:5px;
}

#menu_content li {
	display:inline;
	margin:0;
	padding-right:0px;
}

#menu_content li span.menu_item_inner {
	display:inline;
	width:auto;
	margin:0;
	padding:0 0 0 0;
}

#menu_content li a, #menu_content li a.text_normal {
	width:auto;
	margin:0;
	text-align:center;
	font-size:16px;
	padding:11px 27px 0 27px;
	font-family:Arial, Helvetica, sans-serif;
	color:#696969;
	background-image:url(../image/menu_border.png);
	background-repeat:no-repeat;
	background-position:bottom right;
}

#menu_content li:last-child a {
	background-image:none;	
}

#menu_content li a.text_normal {
	font-weight:normal;	
}

#menu_content li:hover a {
	color:#343434;
	text-decoration:none;
}

/*** HORIZONTAL MENU BOTTOM ***/

#header_menu_bottom {
	width:1000px;
	height:35px;
}

#header_menu_bottom_left {
	width:25px;
	height:35px;
	float:left;
	background-image: url(../image/menu_bottom_bg.png);
	background-position:0 0;
	background-repeat:no-repeat;
}

#header_menu_bottom_center {
	width:950px;
	height:35px;
	float:left;
	background-color:#343434;
}

#header_menu_bottom_right {
	width:25px;
	height:35px;
	float:left;
	background-image: url(../image/menu_bottom_bg.png);
	background-position:0 -35px;
	background-repeat:no-repeat;
}

#menu_content2 {
	width:557px;
	height:35px;
	overflow:hidden;
	text-align:left;
	float:left;	
}

#menu_content2 ul {
	margin:0;
	padding:0;
	list-style:none;
	padding-top:10px;
	font-size:0;
}

#menu_content2 li {
	display:inline;
	margin:0;
	font-size:0;
}

#menu_content2 li.login a.text_normal {
	font-weight:bold;
}

#menu_content2 li.remind a.text_normal {
	font-weight:bold;
}

#menu_content2 li span.menu_item_inner {
	display:inline;
	width:auto;
	margin:0;
	padding:0 0 0 0;
}

#menu_content2 li a, #menu_content li a.text_normal {
	width:auto;
	margin:0;
	text-align:left;
	font-size:12px;
	padding:10px 18px 0 18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	background-image:url(../image/menu_bottom_border.png);
	background-repeat:no-repeat;
	background-position:bottom right;
}

#menu_content2 li a.text_normal {
	font-weight:normal;	
}

#menu_content2 li:hover a {
	color:#CCC;
	text-decoration:none;
}

#menu_content2 li:last-child a {
	background-image:none;
}


/*** SEARCH + MONEY ***/

#money_search_outer {
	width:393px;
	height:35px;
	float:left;	
}

#money {
	width:183px;
	height:35px;
	float:left;
}

#search {
	width:210px;
	height:35px;
	padding:5px 0 0 0;
	float:left;	
}

#box_search_content {	
	width:210px;
    /*height:30px;*/
    height: 25px;
	background-image:url("../image/search_bg_big.gif");
	background-position:0 0;
	background-repeat:no-repeat;
    position: relative;
}

#box_search_content label {
	display:none;
}

#box_search_content .box_search_field {
	/*width:170px;*/
    width:100%;
    height: 25px;
	float:left;
	text-align:left;
	/*padding:6px 0px 0 10px;*/
    padding:0;
	margin:0;	
}

#box_search_content .box_search_field input {
	/*width:170px;*/
    width:100%;
    padding:0 30px 0 4px;
    box-sizing: border-box;
    height: 100%;
	border:none;
	border-width:0;
	background-color:transparent;
}

#box_search_content .box_search_field input.text_small {
	font-size:12px;
	color:#797777;
}

#box_search_content .box_search_button {
	width:27px;
	height:25px;
	position: absolute;
    top:0;
    right:0;
}

#box_search_content .box_search_button input {
	width:27px;
	height:25px;
	border:none;
	cursor:pointer;
	border-width:0;
	background-color:transparent;
}

#box_money_content select {
	width:112px;
	height:18px;
	float:right;
	margin:8px 50px 0 0;
}

#box_money_content .text_normal {
	color:#797777;
}

.ac_loading {
    background-position: right 28px center;
}

/*** SLIDESHOW ***/

#menu_bottom_space {
	width:996px;
	height:10px;
	background-color:#fff;
	border-left: 2px solid #d4d4d4;
	border-right: 2px solid #d4d4d4;		
}

#slideshow_box {
	width:996px;
	background-color:#fff;
	border-left: 2px solid #d4d4d4;
	border-right: 2px solid #d4d4d4;
	overflow:hidden;
	position:relative;	
}

#slideshow_frame_left {
	width:6px;
	height:245px;
	top:0;
	left:10px;
	position:absolute;
	background-image:url("../image/slideshow_frame.png");
	background-position:0 0;
	background-repeat:no-repeat;
	z-index:100;
}

#slideshow_frame_right {
	width:6px;
	height:245px;	
	top:0;
	right:10px;
	position:absolute;
	background-image:url("../image/slideshow_frame.png");
	background-position:-6px 0;
	background-repeat:no-repeat;	
	z-index:100;
}

#banner_start_big_content {
	padding-left:10px;
	padding-bottom:10px;
}

#banner_horizontal_1_content {
	width:305px;
	height:111px;
	padding:3px 0 0 3px;	
}

.nivo-controlNav a {
	background-color:#000;
	border: 1px solid #2c2b2b;
	color:#CCC;	
}

.nivo-controlNav a.active {
	background-color:#000;
	border: 1px solid #fe9716;
	color:#fff;	
}

/*** THREE BOX ***/

#slideshow_box_bottom {
	width:996px;
	height:130px;
	background-color:#fff;
	border-left: 2px solid #d4d4d4;
	border-right: 2px solid #d4d4d4;		
}

#three_box {
	width:976px;
	height:130px;
	margin:0 auto;
}

#three_box_1 {
	width:316px;
	height:130px;
	float:left;
	background-image:url(../image/box_bg.png);
	background-repeat:no-repeat;
}

#three_box_2 {
	width:316px;
	height:130px;
	float:left;	
	background-image:url(../image/box_bg.png);
	background-repeat:no-repeat;	
}

#three_box_3 {
	width:316px;
	height:130px;
	float:left;	
	background-image:url(../image/box_bg.png);
	background-repeat:no-repeat;	
}

#box_space {
	width:14px;
	height:130px;
	float:left;
	background-color:transparent;	
}

/*** CATEGORY ***/

#box_cat_content ul li {
    background-image: url("../image/box_cat_list_bg.png");
    background-position: 0 13px;
    background-repeat: no-repeat;
	border-bottom:1px solid #d6d6d6;
    padding: 11px 0 11px 23px;
}

#box_cat_content ul li li {
	background-image:none;
    padding: 9px 0 0 0;
	border:none;
}

#box_cat_content li .text_small {
	font-size:13px;	
}

/*** ARTDET ***/

.page_artdet_status_new {
    background-image: url("../image/product_new.png");
    background-repeat: no-repeat;	
}

.page_artdet_price_save {
    background-image: url("../image/product_discount.png");
    background-repeat: no-repeat;			
}

.page_artlist_price_akcio .text_color_fault {
	color:#F00;	
}

.page_tooltip_price_save {
    background-image: url("../image/product_discount.png");
    background-repeat: no-repeat;		
}

#box_container_shop_top #box_top_content .box_art_element {
	border-bottom:1px dotted #c9c9c9;
	padding-top:5px;
	padding-bottom:5px;	
}

#box_container_shop_art #box_art_content .box_art_element {
	border-bottom:1px dotted #c9c9c9;
	padding-top:5px;
	padding-bottom:5px;	
}

.page_cat_item_prodnum {
    background-image: url("../image/cat_list_prod.png");
    background-repeat: no-repeat;		
}

.page_cat_item_newnum {
    background-image: url("../image/cat_list_new.png");
    background-repeat: no-repeat;		
}

/*** DIV ***/
.page_hr {
	width:701px;
	height:2px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left:5px;
	background-color:#e6e6e6;
}

/*** CMS  MENU ***/
.box_left_container_cms {
	width:250px;
	padding:8px 0 8px 0;
	overflow:hidden;
	background-color:#f3f3f3;
	border-left:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;	
} 

.box_left_title_cms { 
	width:252px;
	height:10px;
	text-align:left;
	background-image:url(../image/box_left_title_cms_bg.png);
	background-repeat:no-repeat;	
}

#box_left_cms {
	width:220px;
	margin:0 auto;	
}

#box_left_cms ul {
	margin:0;
	padding:0;
	list-style:none;
}

#box_left_cms li {
	margin:0;
	padding:6px 0 6px 20px;
	text-align:left;
	border-bottom:1px solid #d6d6d6;
    background-image: url("../image/box_cat_list_bg.png");
    background-position: 0 10px;
    background-repeat: no-repeat;	
}

#box_left_cms li li {
	border:none;	
}

#box_left_cms a {
	font-size:15px;
	color:#696969;
	font-family:Arial, Helvetica, sans-serif;
}

#box_left_cms li:hover a {
	color:#343434;
	text-decoration:none;
}

#box_left_cms ul ul {
	padding:2px 0 0 6px;
}

.text_color_num1 .text_color1 {
	color:#fe9716;	
}

.page_contact_mod_table_outer {
	padding-left:8px;	
}

.page_contact_mod_2 {
	padding-left:3px;	
}

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

.box_calendar_element_select {
	background-image: url(../image/num_elem_select.gif);	
}

/*** PAGE DESIGN ***/
.page_artlist_item_3 .bg_color_light2 {
	background-color:#fed03d;	
}

.page_artlist_name_4 .bg_color_light2 {
	background-color:#fed03d;	
}

.page_artlist_name_4 .page_artlist_name_table_inner {
	height:28px;
	padding-top:2px;	
}

.page_artlist_cart_4 {
	background-color:#f3f3f3;	
}

.page_artlist_item .page_artlist_name .bg_color_light2 {
	background-color:#fed03d;	
}

.page_artlist_price_save_1 {
	background-image: url(../image/product_new.png);		
}

.page_artlist_price_save_1 {
	margin-left:660px;	
}

.page_artlist_item_5 .bg_color_light2 {
	background-color:#fed03d;		
}

.page_artlist_item_5_inner .page_artlist_price_save {
	background-image: url(../image/product_discount.png);	
}

.page_artlist_item_5_inner .page_artlist_status_new {
	background-image: url(../image/product_new.png);	
}

.page_artlist_cart_5 {
	background-color:#f3f3f3;	
}

.page_artlist_item_5_inner .page_artlist_stock_available {
	background-image: url(../image/product_stock_available.png);	
}

.page_artlist_item_5_inner .page_artlist_stock_unavailable {
	background-image: url(../image/product_stock_unavailable.png);	
}

.page_artdet_stock_unavailable {
	background-image: url(../image/product_stock_unavailable.png);
}

.page_artdet_stock_available {
	background-image: url(../image/product_stock_available.png);
}

.page_artlist_stock_table {
	background-color:#f3f3f3;	
}

/*** NEW CART ICON ***/
.page_artlist_cart_5 .page_artlist_cart_image, .page_artlist_cart_5 .page_artlist_cart_image_4, .page_artlist_cart_5 .page_artlist_cart_label {
	display:block;	
}

.page_artlist_cart_5 .page_artlist_cart_det_img, .page_artlist_cart_5 .page_artlist_cart_label_img {
	display:none;
}

.page_artlist_cart_5 .border_1 {
	border:none;	
}

.page_artlist_cart_5 .bg_color_light2 {
	background-color:transparent;
}

.page_artlist_cart_5 .page_artlist_cart_det {
    float: left;
    font-size: 0;
    height: 23px;
    margin: 10px 0 0 10px;
    position: relative;
    text-align: left;
	padding-left:4px;
	background-color:#fed03d;	
    width: auto;
}

.page_artlist_cart_5 .page_artlist_cart_label {
    float: right;
    font-size: 0;
    height: 23px;
    margin: 10px 10px 0 0;
    position: relative;
    text-align: left;
	padding-left:4px;
	background-color:#fed03d;	
    width: auto;
}

.page_artlist_cart_5 .page_artlist_cart_det_text, .page_artlist_cart_5 .page_artlist_cart_label_text {
	width:auto;	
    padding:0 4px 0 0;
    height: 23px;	
	background-color:#fed03d;			
}

.page_artlist_cart_5 a {
	width:auto;
    background-attachment: scroll;
    background-image:url("../image/page_artlist_cart_5.png");
    background-repeat:no-repeat;
    border: medium none;
    cursor: pointer;
    display: block;
    height:21px;
    margin:0;
    padding:5px 2px 0 24px;
	float:left;
	font-size:12px;
    color:#000000;
    font-weight:normal;
	text-decoration:none;
	text-align:center;					
}

.page_artlist_cart_5 .page_artlist_cart_det_text a {
    background-position:0 -38px;	
}

.page_artlist_cart_5 .page_artlist_cart_label_text a {
    background-position:1px 2px;	
}

.page_artlist_cart_image, .page_artlist_cart_image_4, .page_artlist_cart_label {
	display:none;	
}

.page_artlist_cart_button {
	display:block;
	width:75px;
	white-space:nowrap;
	font-size:0;
	vertical-align:top;
}

.page_artlist_cart_button_outer {
	display:block;
	width:75px;
}

.page_artlist_item_3 .page_artlist_cart_button_outer {
	margin-top:15px;
}

.page_artlist_cart_button a {
	width:auto;
    color: #000000;
    font-weight:normal;
	background-color:#fed03d;
    background-attachment: scroll;
    background-image:url("../image/page_artlist_cart_5.png");
    background-repeat:no-repeat;	
    background-position:2px 1px;	
    border: medium none;
    cursor: pointer;
    display: block;
    height:19px;
    margin:0;
    padding:4px 4px 0 23px;
	float:left;
	font-size:12px;
	text-decoration:none;
	text-align:center;		
}

/*** CALENDAR ***/
.box_calendar_header .bg_color_dark1 {
	background-color:#f0980f;	
}

.box_calendar_header .bg_color_dark2 {
	background-color:#f1a733;	
}

/*** 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:#ef960f;
	border-top:solid 1px #abadb3;
	border-left:solid 1px #abadb3;
	border-bottom:solid 1px #abadb3;
	border-right:solid 1px #abadb3;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	background-image:url("../image/artdet_cart.png");
	background-repeat:no-repeat;
	background-position:5px 4px;
	cursor:pointer;	
}

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

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

.page_artdet_price_save_1 {
	background-image: url("../image/product_discount.png");
}

/*** BOX OFF ***/
#box_container_shop_remind {
	display:none;	
}

.page_contact_payment_text {
	width:680px;	
}

#box_lang_select {
	width:100px;	
}

#lang_box .box_content {
	width:110px;
	overflow:hidden;
	white-space:nowrap;	
}

#ud_shop_forum_topic .page_artforum_element_message .text_normal {
	color:#343434;	
}

#ud_shop_artdet .page_artforum_element_message .text_normal {
	color:#343434;	
}

.page_page_blog_date .text_color_fault {
	color:#343434;	
}

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

#page_artdet_cofidis_credit_head, #page_artdet_otp_aruhitel_credit_head, #page_artdet_credit_head {
    border: 1px #b9b9b9 solid;
}