.store {
	background-image: url("/assets/img/galean/office.jpg");
}
.store .entry {
	overflow: auto;
	position: relative;
	z-index: 2;
	margin-top: 7%;
	height: 85%;
	background: white;
}
.store .tree {
	text-align: right;
	font-size: 18px;
	text-transform: uppercase;
}
.store .tree ul, .store .tree li {
	display: block;
}
.store .tree ul {
	height: 100%;
}
.store .tree li {
	cursor: pointer;
	overflow: hidden;
	line-height: 60px;
	position: relative;
}
.store .tree a {
	color: #444;
	margin-right: 60px;
}
.store .tree a:hover, .store .tree .articles a:hover {
	color: #8FD600;
}
.store .tree li span {
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
	right: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("/assets/img/galean/right.png");
}
.store .tree li span.open {
	background-image: url("/assets/img/galean/down.png");
}
.store .tree > ul > li {
	background: #FFDA85;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.store .tree ul li ul{
	display: none;
}
.store .tree > ul > li > ul  > li {
	background: #FFB460;
}
.store .tree > ul > li > ul  > li  > a {
	color: white;
}
.store .tree > ul > li > ul  > li  > span {
	background-image: url("/assets/img/galean/right_white.png");
}
.store .tree > ul > li > ul  > li  > span.open {
	background-image: url("/assets/img/galean/down_white.png");
}
.store .tree > ul > li > ul  > li  > ul > li {
	line-height: 30px;
}
.store .tree > ul > li > ul  > li  > ul > li > a, .store .tree .articles a {
	color: #444;
    line-height: 20px;
    text-decoration: underline;
    text-transform: none;
	display: inline-block;
	overflow: hidden;
	text-align: left;
	width: 50%;
	font-size: 15px;
}
.store .tree .articles b {
	font-weight: normal;
	float: right;
}
.store .tree .articles {
	background: white;
	padding: 15px 0;
}
.store .tree .articles li {
	background: white;
	line-height: 30px;
	border: none;
	cursor: default;
}
.store h1 {
	background: #FFDA85;
	font-weight: normal;
	text-align: right;
	font-size: 19px;
	text-transform: uppercase;
	padding: 20px 60px 20px 20px;
	border-bottom: 10px solid #ecb366;
}
.store .entry article {
	margin-top: 0;
}
.store .entry article .head {
	overflow: hidden;
	margin-top: 70px;
}
.store .entry article .head h2 {
	line-height: 45px;
	text-transform: uppercase;
	font-weight: normal;
	color: #CA1004;
}
.store .entry article .head img {
	float: left;
	height: 70px;
	margin-bottom: 30px;
}
.store .entry article .footer {
	text-align: right;
}
.store .entry article .footer a {
	color: #CA1004;
	text-transform: uppercase;
	text-decoration: underline;
}