/**
 * 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;
	width: 50%;
}
.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;
	width: 150px;
	
}                          
.popup-win a, .popup-win a:link, .popup-win a:visited, .popup-win a:active {	line-height: 25px;	padding: 2px 3px;	color: #828282;display: block;}
 .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;
	width: 80%;
	text-align: center;
	float: left;
}

.list-popup li {
	white-space: nowrap;
	line-height: 40px;
}
#top_nav {position: relative;}
#categoriesPopup {width: 82%;border: none;padding: 0 0 10px 0 !important;border-radius: 1px;}
#search_popup{    width: 565px;}
a.category-top {
    background: url("../images/arrow.gif") no-repeat scroll 0 4px transparent !important;
    color: #333333 !important;
    font: bold 12px arial;
    padding: 0 0 0 13px !important;
    text-decoration: none;
}