/**

 * 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 #CECECE; 

	border-radius: 5px;

	/*outline: 1px solid #ffffff;*/

	padding: 7px 15px 7px 14px;

	position: absolute;

	z-index: 3000;



	-moz-box-shadow: 1px 2px 5px #555555;

	-webkit-box-shadow: 1px 2px 5px #555555;

	box-shadow: 1px 2px 5px #555555;

	width: 150px;

	

}                          
#langPopup .list-popup.list-style-none a{ display:inline-block; padding:0 0 0 5px;}
.popup-win a, .popup-win a:link, .popup-win a:visited, .popup-win a:active {

	line-height: 26px;

	

	color: #333;

	display:block;

}

.categories-top-list a{  font-size:13px!important;}

 .popup-win a:hover {

	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: 26px;

}

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

}