#cart-img{
	background: url("../images/h-img-yj/icon-basket-red.png") no-repeat scroll right center;
	float: left;
	height: 65px;
	width: 50px;
	/*! margin-top: 10px; */
	/*! margin-right: 10px; */
}
#header-rdjkl {
	height: 150px;
	margin-bottom: 7px;
	padding-bottom: 4px;
	position: relative;
	z-index: 99;
}
#header-rdjkl #logo-rdjkl {
	position: absolute;
	top: 58px;
	left: 15px;
}
#language-rdjkl {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 300px;
	color: #000000;
	line-height: 17px;
}
#language-rdjkl img {
	cursor: pointer;
	margin-right: 5px;
}
#header-rdjkl #cart-rdjkl {
	position: absolute;
	top: 60px;
	right: 20px;
	min-width: 300px;
	z-index:98;
}
#header-rdjkl #cart-rdjkl .heading-rdjkl {
	float: right;
	margin-top: 15px;
	padding-left: 12px;
	padding-right: 14px;
	/*! background: #FFF; */
	position: relative;
	z-index: 1;
}
#header-rdjkl #cart-rdjkl .heading-rdjkl h4 {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}
#header-rdjkl #cart-rdjkl .heading-rdjkl a {
	color: #C08E00;
	text-decoration: none;
}
#header-rdjkl #cart-rdjkl .heading-rdjkl a span {
	/*! background: #FFFFFF url('../images/h-img-yj/arrow-down.png') 100% 50% no-repeat; */
	padding-right: 15px;
	font-size: 15px;
}
#header-rdjkl #cart-rdjkl .heading-rdjkl a span:hover {
color: #f00;
}
#header-rdjkl #cart-rdjkl .content-rdjkl {
	clear: both;
	display: none;
	position: relative;
	top: 5px;
	padding: 8px;
	min-height: 150px;
	border: 5px solid #FFD200;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	background: #FFF;
}
#header-rdjkl #cart-rdjkl.active .heading-rdjkl {
}
#header-rdjkl #cart-rdjkl.active .content-rdjkl {
	display: block;
}
#header-rdjkl #cart-rdjkl .checkout {
	text-align: right;
	clear: both;
}
#header-rdjkl #cart-rdjkl .empty-rdjkl {
	padding-top: 50px;
	text-align: center;
}
#header-rdjkl #search-rdjkl {
	position: absolute;
	top: 80px;
	right: 355px;
	/*! width: 220px; */
	z-index: 15;
}
#header-rdjkl .button-search-rdjkl {
	position: absolute;
	left: 0px;
	background: url('../images/h-img-yj/button-search.png') center center no-repeat;
	width: 28px;
	height: 28px;
	border-right: 1px solid #CCCCCC;
	cursor: pointer;
}
#header-rdjkl #search-rdjkl input {
	background: #FFF;
	padding: 1px 1px 1px 33px;
	width: 184px;
	height: 26px;
}
#header-rdjkl #welcome-rdjkl {
	position: absolute;
	top: 144px;
	right: 10px;
	z-index: 5;
	width: 298px;
	text-align: right;
	color: #999999;
}
.toplinks-rdjkl {
	height: 37px;
	padding: 0px 5px;
	background: #FFD200;
	border-bottom: 1px dashed #E2E2E2;
}
.toplinks-rdjkl div {
	float: right;
	margin-top: 10px;
	margin-right: 15px;
}
.toplinks-rdjkl a {
	text-align: right;
	float: left;
	display: block;
	padding: 0px 0px 0px 7px;
	color: #000000;
	text-decoration: none;
	font-size: 14px;
}
.toplinks-rdjkl a:hover {

	color: #f00;

}
.toplinks-rdjkl a + a {
	margin-left: 8px;
	border-left: 1px solid #000;
}
#menu-rdjkl {
	/*background: #1A1A1A;*/
	height: 42px;
	/*! margin-bottom: 10px; */
}
#menu-rdjkl ul {
	list-style: none;
	margin: 0;
	/*! padding: 0; */
}
#menu-rdjkl > ul > li {
	/*! position: relative; */
	float: left;
	z-index: 20;
	/*! padding: 6px 5px 5px 0px; */
}
#menu-rdjkl > ul > li:hover {
	background: #ccc;
	/*border-radius: 20px 20px 0 0;*/
}
#menu-rdjkl > ul > li > a {
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	/*! line-height: 14px; */
	text-decoration: none;
	display: block;
	/*! padding: 8px 15px 4px 15px; */
	/*! margin-bottom: 5px; */
	z-index: 6;
	position: relative;
	text-transform: uppercase;
}
#menu-rdjkl > ul > li:hover > a {
	color: #000 !important;
	/*background: white;*/
}
#menu-rdjkl > ul > li > div {
	/*! display: none; */
	background: #CCC;
	position: absolute;
	z-index: 5;
	/*! padding: 5px; */
	/*! margin-top: 5px; */
/*	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	background: url('../images/h-img-yj/menu.png');*/
}
#menu-rdjkl > ul > li:hover > div {
	/*! display: table; */
}
#menu-rdjkl > ul > li > div > ul {
	/*! display: table-cell; */
}
#menu-rdjkl > ul > li ul + ul {
	padding-left: 20px;
}
#menu-rdjkl > ul > li ul > li > a {
	/*! text-decoration: none; */
	/*! padding: 4px; */
	/*! color: #FFFFFF; */
	/*! display: block; */
	/*! white-space: nowrap; */
	/*! min-width: 120px; */
}
#menu-rdjkl > ul > li ul > li > a:hover {
	background: #2E73D6;
	color: #fff;
}
#menu-rdjkl > ul > li > div > ul > li > a {
	color: #000;
}
#content .content-rdjkl {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
#content .content-rdjkl .left {
	float: left;
	width: 49%;
}
#content .content-rdjkl .right {
	float: right;
	width: 49%;
}
.login-content .left .content-rdjkl, .login-content .right .content-rdjkl {
	min-height: 190px;
}
#header-rdjkl {
	/*! height:220px; */
	width: 100%;
	min-width: 1300px;
}
#header-rdjkl #logo-rdjkl {
	/*! top: 10px; */
}
#header-rdjkl #language-rdjkl {
	/*! left: 150px; */
	/*! top: -66px; */
	/*! color: #999; */
}
#header-rdjkl #currency {
	left: 150px;
	top: -44px;
	color: #999;
}
#header-rdjkl #currency a {
	border: 1px solid #CCC;
	color: #999;
}
#header-rdjkl #cart-rdjkl {
	/*! right: auto; */
	/*! left: 10px; */
	/*! top: 102px; */
}
#header-rdjkl #cart-rdjkl .heading-rdjkl {
	float: left;
}
#header-rdjkl #welcome-rdjkl {
	top:195px;
	right: auto;
	left: 10px;
	text-align: left;
}
#header-rdjkl #search-rdjkl {
	/*! top: 160px; */
	/*! right: auto; */
	/*! left: 10px; */
}
#header-rdjkl .links {
	display:none;
}
#menu-rdjkl > ul > li > div > ul > li > ul {
	padding-left:20px;
}
#menu-rdjkl, .org_cat-rdjkl, .toplinks-rdjkl {
	/*! display:none; */
}
#header-rdjkl .links {
	display:none;
}
#header-rdjkl #language-rdjkl, #header-rdjkl #currency {
	/*! width: 150px; */
}
#header-rdjkl #language-rdjkl {
	/*! left: 5px; */
	/*! top: 40px; */
}
#header-rdjkl #currency {
	left: 5px;
	top: 5px;
}
#header-rdjkl #search-rdjkl {
	/*! top:210px; */
	/*! right: 5px; */
	/*! width: 208px; */
}
#header-rdjkl #search-rdjkl input {
	width: 300px;
}
#header-rdjkl #cart-rdjkl {
	/*! top: 148px; */
	/*! right:0px; */
}
#header-rdjkl #cart-rdjkl .heading-rdjkl {
	margin-right:0px;
}
#header-rdjkl #welcome-rdjkl {
	top:240px;
	right: 5px;
	width: 200px;
}
#header-rdjkl .links {
	display:none;
}
.ul01_yj {
	position: relative;
	width:100%;
}
.li01_yj {
	float:left;
	position: static;
}
.li01_a_yj {
	padding:0px 20px;
	font-size: 15px;
	line-height: 42px;
             height: 42px;
             /*! border-left: 1px solid #1d1d1d; */
             text-decoration: none;
}
.li01_yj:hover  .li01_a_yj {
    color: #f90;
}
.show_div_yj {
	z-index:9999999;
	left:0px;
	position:absolute;
	width:100%;
	display:none;
	background-color:#fff;
	left: 0px;

}
.li02_yj {
	float:left;
	width:25%;
	/*border-bottom: 1px solid black;*/
}
.li02_a_yj {
	padding:7px 0px 7px 18px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size:15px;
	color:#000;
	display: block;
             text-decoration: none;
}
.li01_yj:hover .show_div_yj {
	display:block;
}
.li02_yj:hover {
	background-color: #000;
}
.li02_yj:hover .li02_a_yj {
	color: #fff;
}
.show_ul_yj {
	padding: 8px;
}

#header-main-jks86{
	background: url("../images/h-img-yj/bg666.jpg") no-repeat scroll top center;
}


