@charset "utf-8";

.slideTogglebox {
	display: none;
}

.themeController {
/* 	position: absolute; */
/* 	top: 0px; */
/* 	right: 0px; */
/* 	z-index: 120; */
/* 	height: 50px; */
}

.themeController ul:after {
	content: '';
	display: block;
	clear: both;
}

.themeController ul {
/* 	background-color: #ffcc00; */
}

/* .themeController ul li.clearBoth { */
/* 	width: 100%; */
/* 	clear: both; */
/* 	float: none; */
/* 	background: none; */
/* 	border-bottom: 1px dotted #bfb9ac; */
/* } */

.themeController ul li .mainOption a {
	padding: 12px 0px 18px 50px;
	display: block;
	background: url(../imgs/themeMarkerIcon.png) top left no-repeat;
	font-family: 'Open Sans', sans-serif;
	/*font-weight:700;*/
	font-size: 20px;
	color: #000000;
	text-decoration: none;
}

.themeController ul li ul {
	display:none;
	position:absolute;
	top:41px;
	left:0px;
	display: none;
	float: right;
	max-height: 500px;
	width: 768px;
	background-color: #ECE7D9;
	z-index: 1005;
	-moz-box-shadow:    0px 3px 5px 0px #3A4147;
  	-webkit-box-shadow: 0px 3px 5px 0px #3A4147;
  	box-shadow:         0px 3px 5px 0px #3A4147;
  	overflow-y: scroll;
  	overflow-x: hidden;
}

.themeController ul li {
	background: none;
	height: 50px;
}

.themeController ul li ul li {
	float: left;
	background: none;
	width: 365px;
	height: auto;
	margin-left: 10px;
}

.themeController ul li ul li.clearBoth {
	width: 100%;
	clear: both;
	float: none;
	background: none;
	border-bottom: 1px dotted #bfb9ac;
}

.themeController ul li ul li:hover {
	background-color: #d7d5d0;
}

.themeController ul li ul li.active {
	background-color: #a49e8e;
}

.themeController .block {
	padding: 5px 10px 10px 0px;
	overflow: hidden;
}

.themeController .block h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 20px;
	padding: 0px 0px 9px 10px;
	color: #000;
}

.themeController ul li ul li.active .block h3 {
	background: url(../imgs/themeActiveIcon.png) top left no-repeat;
	padding-left: 25px;	
}

.themeController .block p {
	color: #000;
	line-height: 150%;
	font-family: 'Open Sans', sans-serif;
	margin-left: 10px;
}

.themeController .block img {
	float: left;
	margin-right: 10px;
	margin-bottom: 2px;
}

.themeController .block a p {
	color: #000;
	text-decoration: none;
}

.themeController ul li ul li .block a p {
	color: #000;
	text-decoration: none;
}

.themeController ul li ul li.active .block p,.themeController ul li ul li.active .block p a,.themeController ul li ul li.active .block p a:hover {
	color: #000;
}

.menuClass {
	padding-top: 15px;
}

/* @charset "utf-8"; */

/* .slideTogglebox { */
/* 	display: none; */
/* } */

/* .themeController { */
/*  	position: absolute; */
/*  	top: 50px; */
/*  	left: 10px; */
/*  	display: none; */
/*  	z-index: 1002; */
/* } */

/* .themeController ul { */
/* 	background-color: #ECE7D9; */
/* 	max-height: 500px; */
/* 	overflow-y: scroll; */
/* } */

/* .themeController ul li.clearBoth { */
/* 	width: 100%; */
/* 	clear: both; */
/* 	float: none; */
/* 	background: none; */
/* 	border-bottom: 1px dotted #bfb9ac; */
/* } */

/* .themeController ul li { */
/* 	display: block; */
/* 	float: left;	 */
/* 	overflow-x: auto; */
/* 	width: 768px;	 */
/* } */

/* .themeController ul li { */
/* 	background: none; */
/* } */

/* .themeController ul li { */
/* 	float: left; */
/* 	background: none; */
/* 	width: 365px; */
/* 	height: auto; */
/* 	margin-right: 10px; */
/* } */

/* .themeController ul li:hover { */
/* 	background-color: #d7d5d0; */
/* } */

/* .themeController ul li.active { */
/* 	background-color: #a49e8e; */
/* } */

/* .themeController .block { */
/* 	padding: 5px 10px 10px 0px; */
/* 	overflow: hidden; */
/* } */

/* .themeController .block h3 { */
/* 	font-family: 'Droid Sans', sans-serif; */
/* 	font-weight: 400; */
/* 	font-size: 20px; */
/* 	padding: 0px 0px 9px 10px; */
/* } */

/* .themeController ul li.active .block h3 { */
/* 	background: url(../imgs/themeActiveIcon.png) top left no-repeat; */
/* 	color: #ffffff; */
/* 	padding-left: 25px; */
/* } */

/* .themeController .block p { */
/* 	line-height: 150%; */
/* 	font-size: 12px; */
/* 	margin-left: 10px; */
/* } */

/* .themeController .block p img { */
/* 	float: left; */
/* 	margin-right: 10px; */
/* 	margin-bottom: 5px; */
/* } */

/* .themeController .block p a { */
/* 	color: #000000; */
/* 	text-decoration: none; */
/* } */

/* .themeController ul li .block p a { */
/* 	color: #5c3d00; */
/* 	text-decoration: none; */
/* } */

/* .themeController  ul li.active .block p,.themeController ul li.active .block p a,.themeController ul li.active .block p a:hover */
/* 	{ */
/* 	color: #fff; */
}