<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*** INCLUDE ***/
@import url('../../../base/000002/css/page_width.css');

/*** AC RESULT ***/
.ac_over {
    background-color: #c61b02;
    color:#FFFFFF;
}

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

/*** POPUP ***/
.banner_popup {
	border:10px solid #c91c03;
	border:10px solid rgba(201, 28, 3, 0.698);
}

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

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

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

.text_big {
	color:#000000;
}

.text_bigger {
	color:#000000;
}

.text_biggest {
	color:#000000;
}

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

.text_color_fault2 {
	color:#bc1300;
}

/*** BG_COLOR ***/
.bg_color_dark1 {
	background-color:#ab1903;	
}

.bg_color_dark2 {
	background-color:#c71b02;	
}

.bg_color_dark3 {
	background-color:#de280d;	
}

.bg_color_dark4 {
	background-color:#e9381d;	
}

.bg_color_dark4:hover {
	background-color:#e94b33;	
}

/*** CATEGORY BOX ***/
#box_cat_content {
	width:230px;
	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-bottom:none;
}

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

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

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

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

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

#cms_menu ul li {
    border-bottom: 1px dashed #EFEFEF;
    padding: 3px 0;
	margin:0;
	text-align:left;
}

#cms_menu ul li li {
    border-bottom: none;
    padding: 3px 0;
	margin:0;
	text-align:left;
}

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

#cms_menu a {
	font-size:13px;
	color:#000000;
}

#cms_menu a:hover {
	color:#d11a08;
	padding:0 0 0 5px;
}

/*** SLIDESHOW ***/
#slideshow_outer {
	width:746px;
	background-color:#FFFFFF;
	position:relative;
	overflow:hidden;
}

.frame_left {
	width:5px;
	height:250px;
	top:0;
	left:0;
	background-image:url("../image/slideshow_frame.png");
	background-position:0 0;
	background-repeat:no-repeat;
	position:absolute;
	z-index:1000;
}

.frame_right {
	width:5px;
	height:250px;
	top:0;
	right:0;
	background-image:url("../image/slideshow_frame.png");
	background-position:-5px 0;
	background-repeat:no-repeat;
	position:absolute;
	z-index:1000;
}

.frame_top {
	width:746px;
	height:1px;
	top:0;
	left:0;
	background-color:#d6d6d6;
	position:absolute;
	z-index:990;
}

.frame_bottom {
	width:746px;
	height:1px;
	bottom:10px;
	left:0;
	background-color:#d6d6d6;	
	position:absolute;
	z-index:990;
}

#banner_start_big_content {
	width:746px;
	height:250px;
	display:none;
}

#ud_shop_start #banner_start_big_content {
	display:block;
	padding-bottom:10px;
}

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

.nivo-controlNav {
    bottom: 10px;
    left: 10px;
    overflow: hidden;
    position: absolute;
    z-index: 99;
}

/*** BANNERS ***/
#banners_outer {
	width:746px;
	height:90px;
	background-color:#FFFFFF;
	border-bottom:solid 1px #e0e0e0;
}

#banners_bottom {
	width:746px;
	height:10px;
	background-color:#FFFFFF;	
}

.banner_element {
	width:244px;
	height:80px;
	margin-bottom:10px;
	float:left;	
}

.banner_element_s {
	width:1px;
	height:80px;
	margin:0 3px 10px 3px;	
	background-color:#e0e0e0;	
	float:left;	
}

/*** ART ***/
#content_art ul {
	margin:0;
	padding:0;
	list-style:none;	
}

#content_art {
	width:746px;
	background-color:#FFFFFF;
	position:relative;
	overflow:hidden;
}

#content_art #box_art_content {
	width:746px;
	height:230px;
	padding-top:20px;	
	position:relative;
	overflow:visible;
	padding-bottom:10px;
}

#content_art .box_art_element {
	width:186px;
	height:230px;
	padding:0;		
	float:left;	
}

#content_art .box_art_pic_table {
	width:186px;
}

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

#content_art .box_art_text6 {
	width:176px;
	margin:14px 5px 0 5px;
	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:center;
	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:26px;
	background-color:#000;
	float:right;
}

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

#content_art .box_art_details_middle {
	display:block;
	height:19px;
	padding:7px 2px 0 2px;
	float:left;
	background-image:url("../image/form_button_26.gif");
	background-repeat:repeat-x;
	background-position:0 -26px;
	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:26px;
	float:left;
	background-image:url("../image/form_button_26.gif");
	background-repeat:no-repeat;
	background-position:0 -52px;	
}

#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:0;
	left:0;
	position:absolute;
	z-index:10;
	background-color:#cf2006;
	text-align:center;
}

/*â design - ver2 â*/
.design_ver2 #content_art .box_art_content_title {
    font-size:13px;
    font-weight:bold;
    color:#FFFFFF;
}
/*â design - ver2 â*/

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

.jcarousel-prev {
	width:30px;
	height:28px;
	cursor:pointer;
	background-color:#cf2006;
	background-image:url("../image/next_prev_icon.png");
	background-position:0 -28px;
	background-repeat:no-repeat;
	position:absolute;
	z-index:100;
	right:31px;
	border-right:dotted 1px #FFFFFF;
	top:-20px;	
}

.jcarousel-next {
	width:30px;
	height:28px;
	cursor:pointer;
	background-color:#cf2006;
	background-image:url("../image/next_prev_icon.png");
	background-position:0 0;
	background-repeat:no-repeat;	
	position:absolute;
	z-index:100;
	right:1px;
	top:-20px;		
}

/*** 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:#de280d;
	border-top:solid 1px #7b1203;
	border-left:solid 1px #7b1203;
	border-bottom:solid 1px #a21a06;
	border-right:solid 1px #a21a06;
	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:#b71903;
}

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

/*** HORIZONTAL MENU ***/
#header_menu {
	height:40px;
    width:765px;
	margin:1px 0 0 0;
	overflow:hidden;
}

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

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

#header_menu a {
	display:block;
	width:auto;
	height:29px;
	float:left;
	text-align:center;
	border-right:solid 1px #ececec;
	padding:11px 20px 0 20px;
	background-image:url("../image/header_menu.gif");
	background-repeat:repeat-x;
	background-position:0 -40px;
	color: #6C6E71;
    font-family: arial;
    font-size: 15px;
	font-weight:normal;	
    /*text-transform: capitalize;*/
}

#header_menu li.selected_menu a {
	background-position:0 0;
}

#header_menu a:hover {
	text-decoration:none;
	color:#d11a08;
	background-position:0 0;
}

#header_menu strong {
	font-weight:bold;
}

/*** MONEY, LANG ***/
#header_money_lang {
	width:610px;
	height:31px;	
}

#box_money_content {
	width:170px;
	margin-top:8px;
	float:right;	
}

#box_money_content select {
    width:165px;
}

#box_money_content select.text_normal {
	font-size:14px;
} 
#box_lang_content {
	margin:0;
	float:right;
}

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

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

/*** HEADER NAV ***/
#header_nav {
	width:610px;
	height:15px;
	font-size:0;
	padding-top:4px;	
	margin:0 0 0 0;	
}

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

#header_nav li {
	margin:0;
	padding:0;
	display:inline;
}

#header_nav strong {
	font-weight:normal;
}

#header_nav a {
	padding:0 11px 0 11px;
	border-right:solid 1px #000000;
	color:#000000;
	font-size:13px;
	line-height:13px;
	font-variant:small-caps;
	text-decoration:none;
}

#header_nav li#header_nav_4 a {
	padding:0 0 0 11px;
	border:none;
}

#header_nav a:hover {
	color:#c61a02;
}

/*** CART ***/
#header_cart_left {
	width:6px;
	height:65px;
	float:left;
	background-image:url("../image/header_cart_bg.png");
	background-repeat:no-repeat;
	background-position:0 0;		
}
 
#header_cart_middle {
	width:188px;
	height:60px;
	padding:5px 0 0 0;
	float:left;
	cursor:pointer;
	background-image:url("../image/header_cart_bg.png");
	background-repeat:repeat-x;
	background-position:0 -65px;		
}

#header_cart_right {
	width:6px;
	height:65px;
	float:left;
	background-image:url("../image/header_cart_bg.png");
	background-repeat:no-repeat;
	background-position:0 -130px;	
}

#header_cart_content {
	width:188px;
	height:56px;
	background-image:url("../image/header_cart.png");
	background-repeat:no-repeat;
	background-position:5px 0;			
}

#box_cart_content {
    width:140px;
	height:40px;
	margin:5px 0 0 48px;	
}

.box_cart_empty {
	display:block;
    width:140px;
	font-size:13px;
	color:#d11a08;
	font-weight:bold;
	padding:15px 0 0 0;	
}

.box_cart_item .text_color_fault {
	display:block;
    width:120px;
	margin:0 0 2px 0;
	padding:6px 0 0 20px;
	font-size:13px;
	text-decoration:underline;	
	text-align:left;		
}

.box_cart_price {
    padding:0;
}

.box_cart_price .text_color_fault {
	display:block;
    width:120px;
	font-weight:bold;
	font-size:13px;
	color:#000000;
	padding-left:20px;
	text-align:left;		
}

/*** SEARCH ***/
#box_search_content {
	width:420px;
	height:33px;
	margin:0;
	padding:0 0 0 0;
	text-align:left;
	float:left;	
}

.box_search_field {
	width:385px;
	height:27px;
	float:left;
	padding:6px 0 0 0;	
}

.box_search_field label {
	width:80px;
	color: #6C6E71;
    font-family: arial;
    font-size: 14px;
	padding:2px 0 0 0;	
}

.box_search_field label .text_small, .box_search_field input.text_small {
	color: #6C6E71;
    font-family: arial;
    font-size: 14px;
}

.box_search_field input {
    width:290px;
    padding: 0 2px;
    box-sizing: border-box;
}

.box_search_button {
	width:26px;
	height:21px;
	padding-top:5px;
	float:right;
}

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

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

#header_advsearch {
	width:200px;
	height:26px;
	padding:7px 0 0 0;
	margin-left:20px;
	text-align:left;	
	float:left;	
}

#header_advsearch a {
	color: #6C6E71;
    font-family: arial;
    font-size: 12px;
    text-decoration: underline;
}

#header_advsearch a:hover {
	color:#c61a02
}

/*** DIV ***/
.page_hr {
	background-image:none;
	border:none;
	background-color:#d6d6d6;
}

#page_artdet_inquire #page_artdet_cart_text a {
	background-image:url("../image/cart_question.png");
}</pre></body></html>