@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
}

#global {
	width: 1025px;
	margin: 0px auto;
	padding: 0px;
}

#header {
	margin-top: 15px;
}

#subnav {
	height: 45px;
	background-color: #FFFFFF;
	padding-bottom: 55px;
	z-index: 1000;
}

	#subnav label {
		width: 101px;
		display: block;
		float: left;
		margin-top: 8px;
	}

	#subnav select {
		width: 692px;
		margin-top: 5px;
		border: 1px solid #CCCCCC;
		font-size: 12px;
		padding: 1px;
		color: #646464
	}

#content {
	/*margin-top: 105px;*/
	width: 995px;
	display: flex;
	align-items: flex-start;
}

.content-area {
	width: 995px;
}

.with-tree .content-area {
	width: 705px;
}

.testnav {
	padding: 5px;
	text-align: center;
}

#categoryTreeArea {
	display: none;
	margin-right: 20px;
	/*padding: 10px;
	border: solid 1px #cccccc;*/
	width: 270px;
}

	#categoryTreeArea h3 {
		font-size: 15px;
		color: #0059AB;
		margin: 0 0 10px 0;
		font-weight: normal;
	}

.with-tree #categoryTreeArea {
	display: block;
}

#categoryTree div {
	padding: 4px 5px 0 0;
	cursor: pointer;
	white-space: nowrap;
}

	#categoryTree div:last-child {
		padding-bottom: 4px;
	}

	#categoryTree div i {
		display: inline-block;
		border-left: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		width: 8px;
		margin-right: 5px;
		margin-left: 7px;
		height: 8px;
		margin-bottom: 5px;
		vertical-align: top;
	}

	#categoryTree div span {
		display: inline-block;
		white-space: break-spaces;
	}

	#categoryTree div > div {
		display: none;
		margin-left: 20px;
	}

#categoryTree > div > div {
	margin-left: 0 !important;
}

#categoryTree div.open > div {
	display: block;
	font-weight: normal;
	color: #646464;
}


#categoryTree div.open {
	font-weight: bold !important;
}

#categoryTree div.active {
	color: #e96d23 !important;
	font-weight: bold !important;
}

#contentCategory h3 {
	font-size: 15px;
	color: #0059AB;
	margin: 0 0 10px 0;
	font-weight: normal;
}
