/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5952 2007-03-03 06:18:46Z wel $
 */
.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;

	-moz-box-shadow: 1px 2px 3px #555555;
	-webkit-box-shadow: 1px 2px 3px #555555;
	box-shadow: 1px 2px 3px #555555;
	width: 150px;
}
.cart-dropdown-wrapper {
	-moz-box-shadow: 1px 2px 5px #555555;
	-webkit-box-shadow: 1px 2px 5px #555555;
	box-shadow: 1px 2px 5px #555555;
}                          
.popup-win a, .popup-win a:link, .popup-win a:visited, .popup-win a:active {
	line-height: 25px;
	padding: 2px 3px;
	color: #828282;
}
 .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: 82%;
	border: none;
	padding: 0 0 10px 0 !important;
	border-radius: 1px;
}
.popup-win a.category-top {
    background: url("../images/arrow.gif") no-repeat  0 center !important;
    color: #333333 !important;
    font: bold 12px arial;
    padding: 0 0 0 13px !important;
    text-decoration: none;
}