/**
 * Template designed by musheji.taobao.com / QQ:1853880795
 */
.block{
    display: block;
}
html > body #currPopup, html > body #langPopup {
	right: 0;
}
.popup-win {
    margin: 0;
    background: #ffffff;
    border: 1px solid #ddd;
	padding: 7px 15px 7px 14px;
	position: absolute;
	z-index: 3000;
	-moz-box-shadow:0 3px 5px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow:0 3px 5px rgba(0, 0, 0, 0.25);
	box-shadow:0 3px 5px rgba(0, 0, 0, 0.25);
	width: 150px;
	
} 
#cart_popup.popup-win{ width:100% !important; box-sizing: border-box; border-radius:0; border:none; text-align:center; padding:16px 0;}                         
.popup-win a, .popup-win a:link, .popup-win a:visited, .popup-win a:active {
	
	
	color: #333;
	display:block;
}
.categories-top-list a{  font-size:13px!important;}
 .popup-win a:hover {
	 color:#D21044;
	text-decoration: none !important;
} 
.currency, .languages {
    position: relative;
}
.close-pic {
	cursor: pointer;
	margin: 0px -9px 0 0;
	height: 22px !important;
	width: 22px !important;
}
#currPopup, #langPopup, #categoriesPopup {
    position: absolute;
	z-index: 3000;
}
.hidden { 
	display: none; 
}
.list-popup {
	display: block;
    list-style-type:none;
    margin: 0px;
    padding: 0px;
}

.list-popup li {
	white-space: nowrap;
	line-height: 28px;
}
#top_nav {
	position: relative;
}
#categoriesPopup {
	width: 100%;
	border: none;
	padding:0 !important;
	border-radius: 1px;
}
a.category-top {
    background: url("../images/arrow-right.png") no-repeat scroll right center / 8px 12px;
    color: #333333 !important;
    font: bold 12px arial;
    padding: 0 !important;
    text-decoration: none;
	text-transform:capitalize;
}