/**
 * Template designed by musheji.taobao.com / QQ:1853880795
 */
.block{
    display: block;
}
html > body #currPopup, html > body #langPopup {
	right: 20px;
}
.popup-win {
    margin: 0;
    background: #ffffff;
    border: 1px solid #CECECE;
	padding: 7px 15px 7px 14px;
	position: absolute;
	z-index: 3000;
	-moz-box-shadow: 0 1px 3px rgba(51,51,51,.3);
	-webkit-box-shadow: 0 1px 3px rgba(51,51,51,.3);
	box-shadow: 0 1px 3px rgba(51,51,51,.3);
	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 {
	font-size: 13px;
	color: #522c2c;
	display:block;
}
.categories-top-list a{  font-size:13px!important;}
 .popup-win a:hover {
	 color:#79b4ba;
	text-decoration: none !important;
}
.currency, .languages {
    position: relative;
}
.close-pic.float-right{ float: right;}
.close-pic {
	cursor: pointer;
	margin: 0px -9px 0 0;
	height: 22px !important;
	width: 22px !important;
}
#currPopup, #langPopup, #categoriesPopup {
    position: absolute;
	z-index: 3000;
}
#menu_more_popup .navigation-nav a{display: block; line-height: 26px; font-size: 12px;}
.hidden {
	display: none;
}
.list-popup {
	display: block;
    list-style-type:none;
    margin: 0px;
    padding: 0px;
}

.list-popup li {
	white-space: nowrap;
	line-height: 28px;
}

#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;
}
