@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

ul, li, p, form, h1 {
	padding: 0px;
	margin: 0px;
	}

div#popupCategoryWrapper {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	float: left;
	margin-left: 4px;
	width: 714px;
}

div#popupContentWrapper {
	background-image: url(/images/bgCategories.png);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	width: 724px; /*574*/

}

div#popupWrapper {
	position: absolute;
	width: 574px; /*574*/
	display: block;
	top: 175px;
	left: 20%;
	z-index: 50;
}

div#popupSubcategories {
	width: 100%;
	float: none;
	clear: both;
	}

div#popupSubcategories .boxed {
	color: #817f80;
	}

div#popupHeader {
	width: 724px; /*574*/
	height: 33px;
	display: block;
	background-image: url(/images/bgCategoriesHeader.png);
	background-repeat: no-repeat;
}

div#popupHeader img {
	padding-top: 9px;
	padding-left: 15px;
	padding-right: 10px;
	}

h1.popupCategoryHeader {
	font-size: 12px;
	margin: 10px;
	color: #1f1eff;
	}

.popupCategoryHolder {
	width: 142px;
	overflow: hidden;
	float: left;
	}
	
.popupCategoryHolder ul {
	margin: 10px;
}
	
.popupCategoryHolder ul li {
	list-style-type: none;
	}
	
.popupCategoryHolder ul li a {
	text-decoration: none;
	color: #1f1eff;
	}
	
a.bold {
	font-weight: bold;
	}
	
a.brown {
	color: #861511 !important;
	}
	
.popupSubcategoryWrapper {
	width: 100%;
	float: none;
	clear: both;
	}

.popupSubcategoryHolder {
	width: 240px; /*190*/
	float: left;
	overflow: hidden!important;
	}

.boxed {
	padding: 15px;
	}
	
.keywords {
	padding: 15px;
	font-size:10px;
	color:#999999;
	}

div#popupFooter {
	width: 100%;
	clear: both;
	float: none;
	height: 20px;
	}
	
div#popupSelectedCategories {
	margin-left: 4px;
	padding-left: 10px;
	padding-top: 5px;
	font-size: 10px;
	}
	
img#popupWrapperClose {
	cursor: pointer;
}

		