#container {
	width:100%;
	margin: 0 auto;
	position:relative;
	text-align:center;
}

input[type=text], input[type=password], select, textarea {
	height:34px;
	border:1px solid #cbcbcb;
	font-size:12px;
	color:#2c3440;
	padding:0 10px;
}

textarea {
	padding:10px;
}

select {
	padding-right:0px;
}

input, button, select, textarea, input:focus, button:focus, select:focus, textarea:focus {
	outline:none;
}

input[type=button], input[type=submit], button {
	height:40px;
	border:none;
	background-image:none;
	transition:all 0.5s ease;
	background-color:#2189c6;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	width:100px;
	line-height:40px;
	cursor:pointer;
}

input[type=button]:hover, input[type=submit]:hover, button:hover {
	transition:all 0.5s ease;
	background-color:#2c3440;
}

/******************HEADER BEGIN******************/

#header {
	width:100%;
}

#header_top {
	width:1000px;
	margin:0 auto;
	height:102px;
	position:relative;
}

#header_logo {
	position:absolute;
	top:36px;
}

#header_login {
	position:absolute;
	right:0;
	top:68px;
}

#header_login ul li {
	list-style:none;
	float:left;
}

#header_login a.text_normal, #header_login a {
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	padding-left:40px;
	line-height:18px;
	transition:all 0.5s ease, background-position 1ms;
}

#header_login a.text_normal:hover, #header_login a:hover {
	text-decoration:none;
	color:#2189c6;
	transition:all 0.5s ease, background-position 1ms;
}

#header_login .login_first a.text_normal {
	padding-left:30px;
	background:url("../image/icon_login.png") no-repeat 0 1px transparent;
}

#header_login .login_first a.text_normal:hover {
	background-position:0 -49px;
	transition:all 0.5s ease, background-position 1ms;
}

#header_login strong {
	font-weight:bold;
}

#header_brands {
	position:absolute;
	top:0;
	right:0;
}

#header_container {
	width:1000px;
	height:80px;
	margin: 0 auto;
	background-color:#2c3440;
}

/*** MAINMENU BEGIN ***/

#mainmenu {
	width:638px;
	height:80px;
	float:left;
}

/*HOR MENU*/
.hor-menu, .hor-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.hor-menu li {
	position: relative;
}

.hor-menu li ul li {
	border:none;
}

.hor-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 5%;
	z-index: 99;
}

.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*/
#header_menu_content > ul {
	height: 54px;
	width: 960px;
}

#header_menu_content .hor-menu {
	float: left;
	margin-bottom: 0;
	white-space:nowrap;
}

#header_menu_content .hor-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.5);
	min-width: 160px;
	*width: 160px;
	z-index: 210;
	white-space:nowrap;
}

#header_menu_content .hor-menu li {
	background-color:#2c3440;
	background-position: center bottom;
	transition:0.5s;
}

#header_menu_content .hor-menu li:hover, #header_menu_content .hor-menu li.hor_menu_main_li_last:hover {
	background-color:#2189c6;
	transition:0.5s;
}

#header_menu_content .hor-menu li ul li:hover {
	background-image:none;
}

#header_menu_content .hor-menu a {
	text-decoration: none;
	font-size: 16px;
	color: #fff;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
	zoom: 1;
	display: block;
	padding: 0px;
	font-weight:bold;
}

#header_menu_content ul li a:hover, #header_menu_content ul li.sfHover a {
	color:#fff;
}

#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;
}

 strong {
	font-weight:bold;
}

.page_artlist_name_2 strong {
	font-weight:normal;
}

.hor_menu_main_a {
	position:relative;
	font-size:12px;
}

.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:10px 20px;
	font-weight:normal;
}

#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:#fff;
	background-color:#2189c6;
	transition:0.5s;
}

#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:10px 20px 10px 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 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;
}

/*** MAINMENU END ***/

#header_search {
	width:150px;
	margin:0 20px;
	float:left;
	margin-top:23px;
}

#header_search label {
	display:none;
}

#box_search_content.box_content {
	width:auto;
}

#header_search .box_search_field input {
	width:110px;
	height:34px;
	font-size:12px;
	color:#777;
	padding-left:10px;
	padding-right:0;
	float:left;
	border:none;
}

.box_search_field {
	padding:0;
}

#header_search .box_search_button input {
	width:30px;
	height:34px;
	border:none;
	background:url("../image/icon_search.png") no-repeat 0 7px #fff;
	font-size:0px;
	cursor:pointer;
	transition:none;
}

#header_search .box_search_button input:hover {
	background-position:0 -33px;
}

#header_cart {
	width:171px;
	border-left:1px solid #fff;
	background:url("../image/icon_cart.png") no-repeat 15px 27px #2189c6;
	float:left;
	height:80px;
	cursor:pointer;
	transition:all 0.5s ease, background-position 1ms;
}

#header_cart:hover {
	background-position:15px -33px;
	background-color:#2c3440;
	transition:all 0.5s ease, background-position 1ms;
}

.box_cart_item, .box_cart_price {
	text-align:left;
	padding-left:72px;
}

.box_cart_item a .text_small .text_color_fault {
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
}

.box_cart_price .text_small .text_color_fault {
	color:#fff;
	font-size:16px;
	font-weight:bold;
}

#box_cart_content {
	margin-top:22px;
}

.box_cart_empty {
	font-size:11px;
	color:#fff;
	text-transform:uppercase;
	padding-top: 10px;
	display: block;
	font-weight:bold;
}

/****************** HEADER END ******************/


/****************** CONTENT BEGIN ******************/

#slideshow {
	width:726px;
	height:350px;
	margin-bottom:2px;
	display:none;
}

#ud_shop_start #slideshow {
	display:block;
}

#content {
	width:100%;
	position:relative;
}

#content_top {
	font-size:0;
	height:0px;
	width:100%;
}

#content_container {
	width:1000px;
	margin: 0 auto;
}

#content_bottom {
	font-size:0;
	height:15px;
	width:100%;
}

/****************** RIGHT BEGIN******************/

#left {
	float:left;
	width:254px;
}

#box_left {
	width:254px;
	position:relative;
	z-index:10;
}

.box_left_top {
	font-size:0;
	width:254px;
	height:8px;
}

.box_left_title {
	width:254px;
	padding:25px 0 12px 0;
	margin-bottom:20px;
	text-align:left;
	border-bottom:1px solid #cbcbcb;
}

.box_left_title h3 {
	color:#2189c6;
	font-size:24px;
	text-transform:uppercase;
	font-weight:900;
	letter-spacing: -1px;
}

.box_left_container {
	width:254px;
	padding:0 0 15px 0;
	overflow:hidden;
}

/****************** RIGHT END******************/

/****************** CENTER BEGIN ******************/

#center {
	float:left;
	width:746px;
}

#body {
	width:726px;
	margin-left:20px;
	margin-top:20px;
	position:relative;
	z-index:1;
}

#body_title {
	width:726px;
}

#title_content {
	padding:14px 0 14px 0;
	/*margin-bottom:20px;*/
	width:100%;
	min-height: 30px;
	text-align:left;
	border-bottom:1px solid #cbcbcb;
}

#title_content h2 {
	float:left;
	margin:0;
	font-size:22px;
	font-weight:900;
	text-transform:uppercase;
	color: #2189c6;
}
#title_content h1 {
	float:left;
	margin:0;
	font-size:25px;
	font-weight:900;
	text-transform:uppercase;
	color: #2189c6;
}

#ud_shop_start #title_content {
	margin-top:20px;
	height: 135px;
}

#body_container {
	width:726px;
}

/****************** CENTER END ******************/

/****************** CONTENT END******************/

/****************** FOOTER BEGIN******************/

#footer {
	width:1000px;
	margin:0 auto;
	position:relative;
	text-align:left;
	border-top:1px solid #cbcbcb;
	border-bottom:1px solid #cbcbcb;
	padding:27px 0;
	height:114px;
}

#bottomlink_content {
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
}


#bottomlink_content ul {
	margin:0;
	padding:0;
}

#bottomlink_content li {
	display:inline;
}

/****************** FOOTER END******************/

/****************** PROVIDER BEGIN******************/

#provider {
	width:100%;
	position:relative;
}

#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;
}

/****************** PROVIDER END******************/
