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

/*** BACKGROUND ***/
html, body {
    background-position:center top;
    background-repeat:repeat;
}

/*** STATUS ***/
.page_artlist_status_new {
    background-image: url("../image/product_new.png");
}

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

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

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

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

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

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

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

.page_artdet_price_save {		
    background-image: url("../image/product_discount.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");
}

/*** POPUP ***/
.banner_popup {
	border:10px solid #7cc118;
	border:10px solid rgba(124, 193, 24, 0.698);
}

/*** TEXT_DEFAULT ***/
.text_smaller {
	color:#787878;
	font-size:10px;
}

.text_small {
	color:#787878;
	font-size:11px;
}

.text_normal {
	color:#787878;
	font-size:12px;
}

.text_big {
	color:#787878;
}

.text_bigger {
	color:#787878;
}

.text_biggest {
	color:#787878;
}

/*** TEXT_COLOR ***/
.text_color_fault {
	color:#be0f02;
}

.text_color_other {
	color:#73a725;
}

/*** BORDER ***/
.border_1 {
	border:1px #7f7f7f solid;	
}

.border_2 {
	border:1px #cccccc solid;	
}

.border_3 {
	border:2px #cccccc solid;	
}

/*** CMS MENU ***/
#cms_menu {
	width:236px;
	margin:0 auto;	
}

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

#cms_menu ul ul {
	padding:0 0 0 8px;
}

#cms_menu li {
	margin:0;
	padding:0;
	text-align:left;
}

#cms_menu a {
	font-size: 13px;
	text-decoration:none;
	color:#787878;
}

#cms_menu a:hover {
	color:#535353;
}

/*** FIX PAGE DESIGN ***/
.page_artlist_name_inside_2 {
	height:41px;
	margin-bottom:3px;
}

/*** PARTNERS ***/
.box_partner_content_table {
	width:1000px;
	padding:2px 0;	
}

.box_partner_content_table td {
	padding:0 4px;
	font-size:11px;	
}

/*** HEADER MENU ***/
#header_menu_left {
	width:3px;
	height:42px;
	float:left;
	background-image:url("../image/header_menu.gif");
	background-repeat:no-repeat;
	background-position:0 0;	
}

#header_menu_content {
	width:994px;
	height:42px;
	float:left;
	background-image:url("../image/header_menu.gif");
	background-repeat:repeat-x;
	background-position:0 -42px;		
}

#header_menu_right {
	width:3px;
	height:42px;
	float:left;
	background-image:url("../image/header_menu.gif");
	background-repeat:no-repeat;
	background-position:0 -84px;					
}


/*** LOGIN ***/
#header_login {
	width:620px;
	padding:12px 0 0 0;
	float:right;	
}

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

#login_title {
	width:120px;
	height:16px;
	padding:2px 0 0 24px;
	float:left;
	text-align:left;
	background-image:url("../image/header_icons.png");
	background-repeat:no-repeat;
	background-position:0 2px;		
}

#login_title h3{
	font-size:11px;
	padding:3px 0 0 0;
	color:#8f8f8f;	
}

.box_login_field {
	padding:3px 0 0 6px;
	width:184px;
	height:21px;
	background-image:url("../image/form_input.png");
	background-repeat:no-repeat;
	background-position:0 0;	
	float:left;
}

#box_login_pass {
	position:relative;	
}

#shop_pass_login {
	top:3px;
	left:6px;
	position:absolute;
	z-index:5;
}

#shop_pass_temp {
	top:3px;
	left:6px;
	position:absolute;
	z-index:10;	
}

.box_login_field label{
	padding-top:0px;
	display:none;
} 

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

.box_login_field .text_input .text_small {
	font-size:14px;	
	color:#8f8f8f;		
}

.box_login_button {
	float: left;
	padding-left:4px;
	background-image:url("../image/form_button_23.png");
	background-repeat:no-repeat;
	background-position:0 0;		
}

.box_login_button .text_button{
	display:block;
	padding-right:4px;
	background-image:url("../image/form_button_23.png");
	background-repeat:no-repeat;
	background-position:right -46px;		
}

.box_login_button input {
	width:auto;
	height:23px;
	padding:0 3px 0 3px;
	display:block;
	background-image:url("../image/form_button_23.png");
	background-repeat:repeat-x;
	background-attachment:scroll;
	background-position:0 -23px;	
	border-style:none;
	border:none;
	cursor:pointer;
	padding:0;
	margin:0;
}

.box_login_button input.text_small {
	color:#FFFFFF;
	font-weight:bold;
	padding-bottom:3px;
}

.box_login_error {
	width:380px;
	height:24px;
	overflow:hidden;
	float:left;
	text-align:center;
}

.box_login_error span.text_color_fault {
	display:block;
	width:190px;
	height:19px;
	padding-top:5px;
	float:left;
}

.box_login_error .box_login_error_sub span.text_color_fault {
	width:170px;
	padding-left:10px;
	text-align:left;
}

/*** MONEY ***/
#box_money_content {
	width:170px;
	margin-top:8px;
	float:left;	
}

#box_money_content select {
    width:165px;
}

#box_money_content select.text_normal {
	font-size:14px;
}

/*** HEADER NAV ***/
#header_nav {
	width:640px;
	height:20px;
	font-size:0;
	margin:12px 18px 0 0;	
}

#box_remind_content {
	width:auto;
	margin:0;
    overflow:visible;
    text-align:left;	
}

#header_nav ul {
	margin:0;
	padding:0;
	list-style:none;
	text-align:right;	
}

#header_nav li {
	margin:0;
	font-size:13px;
	padding:0 15px 0 40px;
	display:inline;
}

#header_nav li.header_nav_div {
	padding:0 1px 0 0;
	border-left:solid 1px #dcdcdc;
}

#header_nav li#header_nav_1 {
	padding:0 15px 0 0;	
}

#header_nav li#header_nav_2 {
	background-image:url("../image/header_icons.png");
	background-repeat:no-repeat;
	background-position:20px -16px;	
}

#header_nav li#header_nav_3 {
	background-image:url("../image/header_icons.png");
	background-repeat:no-repeat;
	background-position:20px -32px;		
}

#header_nav li#header_nav_4 {
	padding:0 0 0 40px;	
	background-image:url("../image/header_icons.png");
	background-repeat:no-repeat;
	background-position:20px -48px;		
}

#header_nav strong {
	font-weight:normal;
}

#header_nav a {
	color:#8f8f8f;
	font-size:13px;
	text-decoration:none;
}

#header_nav a:hover {
	color:#80c71c;
}

/*** SEARCH ***/
#header_search_lang {
	width:658px;
	height:31px;
	margin:10px 0 0 0;			
}

#box_search_content {
	width:212px;
	height:24px;
	margin-top:5px;
	float:right;
	overflow:hidden;	
}

#box_search_content label {
	display:none;	
}

.box_search_field {
    /*padding:3px 0 0 6px;*/
    padding: 0 12px 0 12px;
	width:161px;
	height:24px;
	background-image:url("../image/form_input.png");
	background-repeat:no-repeat;
	background-position:0 0;	
	float:left;
}

.box_search_field .text_input .text_small {
    color: #8F8F8F;
    font-size: 14px;
}

.box_search_field .text_input input {
    background-color: transparent;
    border: 0 none;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    height:24px;
    outline:none;
}

.ac_results.small_search_box .ac_price {
    font-size:11px;
}

.ac_results {
    border-color: #e7e7e7;
}

.box_search_button {
	width:20px;
	height:24px;
	margin:2px 0;
	float:left;
}

.box_search_button input {
	width:20px;
	height:20px;
	cursor:pointer;
	border:none;
	border-width:0;
	background-color:transparent;
	background-attachment:scroll;
	background-image:url("../image/search_button.png");
	background-repeat:no-repeat;
	background-position:0 0;	
}

.box_search_button input.text_small {
	font-size:0;
	color:#FFFFFF;
}

/*** LANG ***/
#box_lang_content {
	margin:0;
	float:left;
}

#box_lang_select {
	margin-top: 8px;
	font-size:14px;	
}

.box_lang_type_flag {
	width:220px;
	height:31px;
	overflow:hidden;	
}

/*** HORIZONTAL MENU ***/
#header_menu_content {
	height:42px;
    width:994px;
	overflow:hidden;
}

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

#header_menu_content li {
	margin:0;
	padding:0;
}

#header_menu_content a {
	display:block;
	width:auto;
	height:30px;
	float:left;
	color:#FFFFFF;
	font-size:14px;
	text-align:center;
	border-right:solid 1px #73b417;
	padding:12px 12px 0 12px;
	background-image:url("../image/header_menu.gif");
	background-repeat:repeat-x;
	background-position:0 -200px;
}

#header_menu_content li.selected_menu a {
	background-position:0 -126px;
}

#header_menu_content a:hover {
	text-decoration:none;
	background-position:0 -126px;
}

#header_menu_content strong {
	font-weight:normal;
}

/*** SLIDESHOW ***/
#banner_start_big_content {
	display:none;
}

#ud_shop_start #banner_start_big_content {
	display:block;
}

#slideshow_banners {
	width:1000px;
	height:370px;
	background-image:url("../image/slideshow_bg.gif");
	background-repeat:no-repeat;
	background-position:0 0;	
	margin:0 auto;
    background-color: #fff;
}

#slideshow {
	width:740px;
	height:370px;
	float:left;
}

#banner_start_big_content .nivo-caption {
 	z-index:8;
}

.nivo-controlNav a.active {
    background-color: #7dc018;
    color: #FFFFFF;
}

.nivo-controlNav a {
    background-color: #FFFFFF;
    border: 1px solid #7dc018;
    color: #7dc018;
}

/*** BANNERS ***/
#banner_right_1_content, #banner_right_2_content {
	display:none;	
}

#ud_shop_start #banner_right_1_content, #ud_shop_start #banner_right_2_content {
	display:block;	
}

#banners {
	width:254px;
	height:370px;
	float:right;
}

.banner {
	width:254px;
	height:120px;
	background-image:url("../image/banners.gif");
	background-repeat:no-repeat;
}

#banner_1, #banner_3 {
	background-position:0 0;
}

#banner_2 {
	background-position:0 -120px;
}

#banners .banner_space {
	width:254px;
	height:5px;		
}

.banner_title {
	width:222px;
	padding:12px 0 4px 20px;
	text-align:left;	
}

/*** CART ***/
#cart_banner {
	width:254px;
	height:120px;
	background-image:url("../image/cart_banner.png");
	background-repeat:no-repeat;
	background-position:0 0;		
}

#cart_banner .banner_title a {
	color:#FFFFFF;
	font-size:18px;
	text-transform:uppercase;
	text-decoration:underline;
	font-weight:bold;
}

#cart_banner .banner_title a .menu_cart_item {
	display:none;
}

#box_cart_content {
	width:165px;
	height:70px;
	padding:0 75px 0 0;
	position:relative;
}

#box_cart_content .box_cart_button {
	bottom:0;
	right:0;
	position:absolute;
	z-index:10;
}
#ud_shop_cart #box_cart_content .box_cart_button {
	display:none;	
}

#box_cart_content .box_cart_button .text_button input {
	background-color:transparent;
	border:none;
	border-width:0px;
	cursor:pointer;	
}

#box_cart_content .box_cart_button .text_button input.text_small {
	color:#325402;
	font-weight:bold;
	text-transform:uppercase;
	font-size:13px;	
}

#box_cart_content .box_cart_button .text_button input:hover.text_small {
	color:#FFFFFF;
}

.box_cart_empty {
	display:block;
	width:165px;
	padding:10px 0 0 0;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	font-size:13px;		
}

.box_cart_item {
	width:155px;
	padding:8px 0 0 0;	
}

.box_cart_item .text_color_fault {
	color:#325402;
	font-weight:bold;
	text-align:center;
	font-size:13px;		
}

.box_cart_price {
	width:165px;
	padding:5px 0 0 0;
	text-align:center;		
}

.box_cart_price .text_color_fault {
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	font-size:13px;			
}

/*** ART ***/
#content_art {
	width:990px;
	margin:12px auto;
	border:solid 5px #efefef;
    background-color:#fff;
}

#content_art #box_art_content {
	width:980px;
	height:227px;
	position:relative;
	overflow:visible;
	border:solid 5px #efefef;
}

#content_art .box_art_element {
	width:195px;
	height:227px;
	border-right:solid 1px #f6f6f6;
	padding:0;		
	float:left;	
}

#content_art .box_art_pic_table {
	width:195px;
}

#content_art .box_art_element .border_2 {
	border:none;	
}

#content_art .box_art_text5 {
	width:176px;
	margin:10px 10px 0 9px;
	border-top:dashed 1px #cccccc;
}

#content_art .box_art_name_table_outer {
	height:44px;
	margin:4px 0 8px 0;	
}

#content_art .box_art_name_table {
	width:176px;	
	height:44px;	
}

#content_art .box_art_name_table .text_small {
	font-size:12px;
	font-weight:normal;	
}

#content_art .box_art_price {
	width:93px;
	height:23px;
	padding:6px 0 0 0;
	float:left;
	text-align:left;
	overflow:hidden;		
}

#content_art .box_art_price .text_small {
	font-size:13px;
	font-weight:bold;	
}

#content_art .box_art_details {
	width:83px;
	height:29px;
	float:right;
	overflow:hidden;	
}

#content_art .box_art_details_outer {
	display:block;
	width:auto;
	height:29px;
	float:right;
}

#content_art .box_art_details_left {
	display:block;
	width:4px;
	height:29px;
	float:left;
	background-image:url("../image/form_button_29.png");
	background-repeat:no-repeat;
	background-position:0 0;	
}

#content_art .box_art_details_middle {
	display:block;
	height:21px;
	padding:8px 2px 0 2px;
	float:left;
	background-image:url("../image/form_button_29.png");
	background-repeat:repeat-x;
	background-position:0 -29px;
	text-transform:uppercase;
	text-decoration:none;
}

#content_art .box_art_details_middle .text_small {
	font-size:10px;
	color:#FFFFFF;
	font-weight:bold;
}

#content_art .box_art_details_right {
	display:block;
	width:4px;
	height:29px;
	float:left;
	background-image:url("../image/form_button_29.png");
	background-repeat:no-repeat;
	background-position:0 -58px;	
}

#content_art .simply-scroll-list li img {
    display:inline;
}

#content_art .box_art_content_title {
	width:auto;
	height:22px;
	padding:6px 16px 0 16px;
	top:-19px;
	left:-10px;
	position:absolute;
	z-index:10;
	background-color:#efefef;
	text-align:center;

}

/*↓ design - ver2 ↓*/
.design_ver2 #content_art .box_art_content_title {
    font-size:13px;
    font-weight:bold;
    color:#7cc119;
}
/*↑ design - ver2 ↑*/

#content_art .box_art_content_title h3{
	font-size:13px;
	font-weight:bold;
	color:#7cc119;
}

/*** DIV ***/
.page_hr {
	height:3px;
	background-color:#efefef;
	background-image:none;
	border:none;
}

/*** NUM_ELEM ***/
.box_counter_element, .box_calendar_element {
	background-image: url(../image/num_elem.gif);
}

/*** CATEGORY BOX ***/
#box_cat_content {
	width:236px;
	margin:0 auto;	
}

#box_cat_content li {
    margin:0;
    padding:0;
}

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

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

#box_cat_content ul li {
	padding:3px 0 3px 0;
	border-bottom:dashed 1px #efefef;
}

#box_cat_content ul li li {
	border:none;
}

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

.box_cat_style0:hover, .box_cat_style1:hover, .box_cat_style2:hover, .box_cat_style0:hover a, .box_cat_style1:hover a, .box_cat_style2:hover a {
	color:#535353;
}

/*** BOTTOM TEXT ***/
#bottomlink_content a.text_normal {
	color: #73a725;
}

#bottomlink_content span.text_normal {
	color: #73a725;
}

/*** 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: 29px;
    margin: 7px 0 0 7px;
    position: relative;
    text-align: left;
	padding-left:4px;
	background-image:url("../image/form_button_29.png");
	background-repeat:no-repeat;
	background-position:0 0;	
    width: auto;
}

.page_artlist_cart_5 .page_artlist_cart_label {
    float: right;
    font-size: 0;
    height: 29px;
    margin: 7px 7px 0 0;
    position: relative;
    text-align: left;
	padding-left:4px;
	background-image:url("../image/form_button_29.png");
	background-repeat:no-repeat;
	background-position:0 0;	
    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: 29px;	
	background-image:url("../image/form_button_29.png");
	background-repeat:no-repeat;
	background-position:right -58px;		
}

.page_artlist_cart_5 .page_artlist_cart_det_text span, .page_artlist_cart_5 .page_artlist_cart_label_text span {
    display: block;	
	width:auto;
    height:29px;
    margin:0;
	padding:0;	
    background-image:url("../image/form_button_29.png");
    background-repeat:repeat-x;
	background-position:0 -29px;			
}

.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:8px 2px 0 24px;
	float:left;
	font-size:12px;
    color:#FFFFFF;
    font-weight:normal;
	text-transform:uppercase;	
	text-decoration:none;
	text-align:center;					
}

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

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

/***/
.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_left {
	display:block;
	width:4px;
	height:23px;
	float:left;
	background-image:url("../image/form_button_23.png");
	background-repeat:no-repeat;
	background-position:0 0;			
}

.page_artlist_cart_button a {
	width:67px;
    color: #FFFFFF;
    font-weight: bold;
    background-attachment: scroll;
    background-image: url("../image/form_button_23.png");
    background-position: 0 -23px;
    background-repeat: repeat-x;
    border: medium none;
    cursor: pointer;
    display: block;
    height:19px;
    margin:0;
    padding:4px 0 0 0;
	float:left;
	font-size:12px;
	text-decoration:none;
	text-align:center;		
}

.page_artlist_cart_button_right {
	display:block;
	width:4px;
	height:23px;
	float:left;
	background-image:url("../image/form_button_23.png");
	background-repeat:no-repeat;
	background-position:0 -46px;			
}

/*** BG_COLOR ***/
.bg_color_dark1 {
	background-color:#5d9214;	
}
.bg_color_dark2 {
	background-color:#6ba120;	
}
.bg_color_dark3 {
	background-color:#7ab32c;	
}
.bg_color_dark4 {
	background-color:#7bbf19;	
}
.bg_color_dark4:hover {
	background-color:#74b910;	
}

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

#page_artdet_cart_text a {
	display:block;	
	width:138px;
	height:22px;
	padding:10px 0 0 32px; 
	margin-left:15px;
	text-align:center;
	background-color:#7ec51a;
	border-top:solid 1px #5a910b;
	border-left:solid 1px #5a910b;
	border-bottom:solid 1px #6dae12;
	border-right:solid 1px #6dae12;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	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:#93d635;
}

#page_artdet_cart_text a:active {
	background-color:#7ebb28;
}

/*** DIALOG BUTTON ***/
.overlay_info button {
	background-position:0 -180px;
	border-color: #598058 #405c40 #405c40 #598058;	
}
.overlay_info button:hover {
	background-position:0 -200px;		
}
.overlay_info button:active {
	background-position:0 -220px;
}

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