/**
 * 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 {
	left: 0;
}
.popup-win {
    margin: 0;
    background: #ffffff;
    border: 1px solid #ddd; 
	border-radius: 0;
	/*outline: 1px solid #ffffff;*/
	padding: 0;
	position: absolute;

	-moz-box-shadow: 12px 12px 22px rgba(0,0,0,0.2);
	-webkit-box-shadow: 12px 12px 22px rgba(0,0,0,0.2);
	box-shadow: 8px 8px 12px rgba(0,0,0,0.2);
	width: 150px;
	z-index: 3000;
}
.cart-dropdown-wrapper, #nav-cat ul ul {
	-moz-box-shadow: 12px 12px 22px rgba(0,0,0,0.2);
	-webkit-box-shadow: 12px 12px 22px rgba(0,0,0,0.2);
	box-shadow: 8px 8px 12px rgba(0,0,0,0.2);
}                          
.popup-win a, .popup-win a:link, .popup-win a:visited, .popup-win a:active {
	line-height: 25px;
	padding: 2px 10px;
	color: #828282;
}
.popup a, .popup p, .popup div {color: #555 !important;}

 .popup-win a:hover {
	text-decoration: none !important;
	background: #eee;
} 
.currency, .languages {
    position: relative;
}
.close-pic {
	cursor: pointer;
	margin: -3px -12px 0 0;
	padding: 3px;
	height: 18px !important;
	width: 18px !important;
	display: none;
}
#currPopup, #langPopup, #categoriesPopup {
    position: absolute;
}
#currPopup a, #langPopup a {display: block;}
.language-popup-links img {margin: -2px 5px 0 0;}
.hidden { 
	display: none; 
}
.list-popup {
	display: block;
    list-style-type:none;
    margin: 0px;
    padding: 0px;
}

.list-popup li {
	white-space: nowrap;
	line-height: 26px;
}
#categoriesPopup {
	display: none;
	position: relative;
	border: none;
	padding: 0 0 10px 0 !important;
}
#categoriesPopup a.category-links {display: block; padding: 5px 0;}
.pull-right {
	right: 0;
}