#container { 
	width:100%;
	margin: 0 auto;
	position:relative;
	text-align:center;
}

input, select, textarea {
	outline:none;
}

input[type=text], input[type=password], select {
	height:24px;
	background-image:none;
	background-color:#fff;
	border:1px #303030 solid;
	padding:0 10px;
	font-size:11px;
}	

select {
	padding-right:0px;
}

input[type=button], input[type=submit] {
	font-size:10px;
	color:#fff;
	text-transform:uppercase;
	font-weight:normal;
	line-height:28px;
	min-width:108px;
	*width:108px;
	padding:0 15px;	
	background-image:none;
	background-color:#303030;
	border:none;
	cursor:pointer;
}

input[type=button]:hover, input[type=submit]:hover {
	background-color:#696969;
}

/******************HEADER BEGIN******************/

#header {
	width:1000px;
	margin:0 auto;
	position:relative;
	height:140px;
}

#header_container {
	height:104px;
	margin: 0 auto;
	width:750px;
	float:right;
}

#header_logo a {
	width:221px;
	height:86px;
	display:block;
	font-size:0px;
	margin-top:7px;
	margin-left:8px;
}

#header_top {
	float:left;
}

#header_login {
	width:600px;
	float:right;
	margin-top:16px;
	margin-right:20px;	
}

#header_login li {
	list-style:none;
	float:right;
	padding:0 18px;
}

#header_login a, #header_login a strong {
	font-size:11px;
	font-weight:normal;	
	color:#000;
}

#header_login a:hover {
	text-decoration:none;
	border-bottom:3px #ccc solid;
}

#header_login .login {
	border-right:1px #ccc solid;
	height:16px;
	line-height:11px;	
}

#header_login .login_last {
	height:16px;
	line-height:11px;	
}

#header_bottom {
	border-top:1px #ccc solid;
	border-bottom:3px #303030 solid;
	height:32px;
	width:970px;
	margin-left:15px;
}

#header_search label {
	display:none;
}

.box_search_field, .box_search_button {
	float:left;	
}

#box_search_content.box_content {
	width:400px;
}

.box_search_button input.text_small {
	font-size:0px;
	height:26px;
	width:40px;
	min-width:inherit;
	*width:auto;
	background:url("../image/search_button.png") no-repeat 0 0 #303030;
}

.box_search_button input.text_small:hover {
	background-color:#696969;
}

#header_cart, #header_search {
	float:right;
}

#header_cart {
	width:286px;
	height:40px;
	background:url("../image/header_cart_bg.png") no-repeat 0 0 transparent;
	cursor:pointer;	
	margin-top:16px;
}

.box_cart_item, .box_cart_price {
	float:left;
}

#box_cart_content {
	margin:13px 0 0 110px;	
}

#box_cart_content .text_small .text_color_fault {
	font-size:12px;
	font-weight:bold;
	color:#000;	
}

#header_search {
	margin-top:23px;
}

/*HOR MENU*/
.hor-menu, .hor-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.hor-menu li {
	/*position: relative;*/
}

.hor-menu ul {
	position: absolute;
	display: none;
	width:930px;
	left:15px;
	top:99%;
	padding:20px 20px;
	z-index: 99;
	background-color:#0d0d0d;
	-moz-column-count: 4;
	-moz-column-gap: 30px;
	-webkit-column-count: 4;
	-webkit-column-gap: 30px;
	column-count: 4;
	column-gap: 30px;
	background-color:#fff;
}

.hor-menu ul li:hover {
	background-image:none;
}

.hor-menu li:hover {
	color:#e11e8e;
}

.hor-menu > li {
	float: left;
}

.hor-menu li:hover > ul, .hor-menu li.sfHover > ul {
	display: block;
}

.hor-menu a {
	display: block;
	position: relative;
}

.hor-menu ul ul {
	top: 0;
	left: 100%;
}

/*HOR MENU SKIN*/

.text_small.box_cat_style0 {
	font-size:14px;	
	color:#000;
	line-height:32px;
}

.text_small.box_cat_style0:hover, #header_menu_content .hor-menu a:hover, #header_menu_content .hor-menu .box_cat_style0:hover a, #header_menu_content .hor-menu .box_cat_spec:hover {
	background-color:#303030;
	color:#fff;
}

.hor-menu li.sfHover .text_small.box_cat_style0 {
	background-color:#303030;
	color:#fff;
}

#header_menu_content .hor-menu li.sfHover a {
	color:#fff;
}

#header_menu_content > ul {
	height: 32px;
	width: 970px;
}

#header_menu_content .hor-menu {
	float: left;
	margin-bottom: 0;
}

#header_menu_content .hor-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.5);
	min-width: 120px; 
	*width: 120px;
	z-index: 210;
	white-space:nowrap;
}

#header_menu_content .hor-menu a {
	text-decoration: none;
	font-size: 14px;
	color: #000;
	zoom: 1;
	display: block;
	line-height:32px;
}

#header_menu_content .hor-menu ul a {
	font-size:13px;
}

#header_menu_content .hor-menu a:hover {
	background:url("../image/mainmenu_bg_hover.png") repeat-x 0 0 transparent;
}

#header_menu_content .hor-menu .menu_content_sub a {
	background: none;
	padding: 0;
	margin-top:0px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px #fff solid;
	margin-left:0px;
}

ul.menu_content_sub li:hover {
	background:url("../image/mainmenu_bg_hover.png") repeat-x 0 0 transparent;	
}

 strong {
	font-weight:bold;	
}

.page_artlist_name_2 strong {
	font-weight:normal;
}

.hor_menu_main_a {
	position:relative;	
	font-size:12px;	
}

.hor_menu_main_a, #header_menu_content .hor-menu .hor_menu_main_li ul li a, 
#header_menu_content .hor-menu .hor_menu_main_li_last ul li a,  .text_color_fault {
	color:#000;
}

#header_menu_content .hor-menu li.hor_menu_main_li a.hor_menu_main_a, 
#header_menu_content .hor-menu li.hor_menu_main_li, #header_menu_content .hor-menu li.hor_menu_main_li_last {
	background-color:transparent;
	background-image:none;
}

#header_menu_content .hor-menu li.hor_menu_main_li a.hor_menu_main_a {
	background-position:right 0;
	background-repeat:no-repeat;
}

#header_menu_content .hor-menu li.hor_menu_main_li:hover, #header_menu_content .hor-menu li.hor_menu_main_li_last:hover,
#header_menu_content .hor-menu li.sfHover, #header_menu_content .hor-menu li.hor_menu_main_li_last:hover {
	background-color:transparent;
}

#header_menu_content .hor-menu li.act_page {
	background-color:transparent;
	background-position:0 -94px;
	background-repeat:repeat-x;		
}

.box_cat_spec, .box_cat_style0, .box_cat_style1, .box_cat_style2 {
    cursor:pointer;
    text-indent:0;
}

#header_menu_content .hor-menu .hor_menu_main_li ul li a, #header_menu_content .hor-menu .hor_menu_main_li_last ul li a {
	text-align:left;	
	line-height:30px;
	min-height:20px;
	padding:0px 20px;
	font-weight:normal;
	/*border-left:1px #ccc solid;*/
}

#header_menu_content .hor-menu .hor_menu_main_li ul li a:hover, #header_menu_content .hor-menu .hor_menu_main_li_last ul li a:hover, #header_menu_content .hor-menu .hor_menu_main_li ul li a:active, #header_menu_content .hor-menu .hor_menu_main_li_last ul li a:active {
	color:#ffffff;
	background-color:#303030;
}

#header_menu_content .hor-menu .hor_menu_main_li ul li a.sf-with-ul, #header_menu_content .hor-menu .hor_menu_main_li_last ul li a.sf-with-ul {
	padding:2px 25px 2px 20px;
}

#header_menu_content .hor-menu .sf-sub-indicator {
	width: 15px;
	height: 14px;
	padding: 3px;
	top: 17px;
	right: 30px;
	font-size: 0;
	color: #f0f0f0;
	background-image: url("../image/mainmenu_dropdown_idle.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 150;
}

#header_menu_content .hor-menu .hor_menu_main_li ul .sf-sub-indicator, #header_menu_content .hor-menu .hor_menu_main_li_last ul .sf-sub-indicator {
	background: url("../image/arrow_grey.png") no-repeat 0px 10px transparent;
	top:4px;
}

#header_menu_content .hor-menu .hor_menu_main_li li a:hover, #header_menu_content .hor-menu .hor_menu_main_li_last li a:hover { background-color:none; }

#header_menu_content .hor-menu .hor_menu_main_li ul li a:hover .sf-sub-indicator {
	background: url("../image/arrow_white.png") no-repeat 0px 10px transparent;
	top:4px;	
}

.hor_menu_main_li_last a {
	background-image:none;
	background-position:right top;
	background-repeat:no-repeat;
}


/****************** HEADER END ******************/

/****************** CONTNET BEGIN ******************/

#content { 
	width:100%;
	position:relative;	
}

#content_top { 
	font-size:0;
	height:30px;
	width:100%;
}

#content_container { 
	width:1000px;
	margin: 0 auto;
}

#content_bottom { 
	font-size:0;
	height:15px;
	width:100%;
}

#slideshow {
	display:none;
	margin-left:15px;
	margin-bottom:30px;
}

#ud_shop_start #slideshow {
	display:block;
}

/****************** RIGHT BEGIN******************/

#left {
	float:left;
	width:254px;	
}

#ud_shop_start #left {
	display:none;
}

#box_left {
	width:254px;
	position:relative;
	z-index:10;
}

.box_left_top {
	font-size:0;
	width:254px;
	height:8px;
}

.box_left_title { 
	width:254px;
	height:30px;
	text-align:left;	
}

.box_left_title h3 { 
	color:#000000;
	font-size:18px;
	margin:0 0 0 15px;
	padding-bottom:4px;
	font-weight:normal;
	background:url("../image/sidebox_separator.png") no-repeat 0 bottom transparent;
}

.box_left_container {
	width:254px;
	padding:10px 0 40px 0;
	overflow:hidden;
}

#box_cat_expand {
	padding-top:0px;	
	display:none;
}
#box_cat_expand #box_cat_main ul {
	list-style:none;	
}
#box_cat_expand #box_cat_main li {
	font-size:14px;
	padding-left:10px;	
	text-align:left;	
}
#box_cat_expand #box_cat_main li .text_small {
	font-size:13px;
}


/****************** RIGHT END******************/

/****************** CENTER BEGIN ******************/

#center {
	float:left;
	width:746px;	
}

#ud_shop_start #center {
	display:none;
}

#body { 
	width:746px;
	position:relative;
	z-index:1;
}

#body_title { 
	width:746px;
	height:39px;
}

#title_content {
	width:716px;
	height:32px;
	text-align:left;
	padding-left:15px;
}

#title_content h2 {
	float:left;
	margin:0;
	font-size:18px;
	font-weight:normal;
	color: #000000;
	background:url("../image/sidebox_separator.png") no-repeat 0 bottom transparent;
	padding-bottom:4px;
	min-width:224px;
	*width:224px;
}

#body_container { 
	width:716px;
	padding-left:15px;
	padding-top:10px;
	padding-right:15px;
}

/****************** CENTER END ******************/

/****************** CONTENT END******************/

/****************** FOOTER BEGIN******************/

#footer { 
	width:970px;
	margin:0 auto;
	height:60px;
	position:relative;
	text-align:center;
	border-top:3px #303030 solid;
}

#bottomlink_content {
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	display:inline-block;
}


#bottomlink_content ul {
	margin:0;
	padding:0;
}

#bottomlink_content li {
	display:inline;
}

#footer_contanier {
	margin-top:30px;
}

.bottomlink_addon {
	display:inline-block;
	white-space: nowrap;
}

.bottomlink_addon a {
	font-size:12px;
	cursor:pointer;
	color:#000;
}

.bottomlink_addon:before {
    content: '|';
    padding-right: 4px;
    float: left;
    font-size: 12px;
}

#bottomlink_content #bottomlink_art {
	display:none;
}

/****************** FOOTER END******************/

/****************** PROVIDER BEGIN******************/

#provider { 
	width:100%;
	position:relative;
	height: 40px;
}

#provider_top { 
	height:15px;
	font-size:1px;
}

#provider_content {
	padding-bottom:5px;
	width:1000px;
	margin:0 auto;
}

#provider_content_left {
	width:539px;
	float:left;
	text-align:left;
	padding-top:4px;
	height:20px;
	padding-left:5px;
}

.provider_content_text {
	float:left;
	margin-right:5px;
	text-align:center;
	padding-right:3px;
	padding-left:3px;
	border: 1px solid #b2b2b2;
	background-color:#FFFFFF;
}
.provider_content_text a {
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	color:#666666;
}
.provider_content_text a:hover {
	text-decoration:none;	
}

#provider_content_right {
	width:400px;
	float:right;
	text-align:right;
	padding-right:20px;
}

/****************** PROVIDER END******************/
