#products-window {
	width: 727px;
	height: 412px;
	position: absolute;
	top: 24%;
	left: 12px;
}

#products-share {
	position: absolute;
	top: 18px;
	right: 18px;
}

#products-window-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 727px;
	height: 412px;
	background-image:url(http://cdn.dolimg.com/franchise/the-lone-ranger/products/images/window.png);
}

#products-title {
	position: absolute;
	display: block;
	top: 19px;
	left: 21px;
}

#products-title-line {
	position: absolute;
	display: block;
	top: 57px;
	left: 22px;
}

#products-aside {
	width: 160px;
	position: absolute;
	top: 66px;
	left: 18px;
}

#products-content {
	width: 375px;
	height: 325px; /* was 295px */
	position: absolute;
	top: 69px;
	left: 180px;
	font-size: 13px;
	color: #FFF;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	line-height: 1.55em;
	overflow: hidden;
}

#products-content * { /* IE8 */
	filter: inherit;
}

#products-content-scroll {
	margin-left: 35px;
	width: 290px;
}

#products-content p {
	margin-top: 1em;
}

#products-content img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	
	-webkit-box-shadow: 0px 0px 3px 0px #000;
	-moz-box-shadow: 0px 0px 3px 0px #000;
	box-shadow: 0px 0px 3px 0px #000;
	
}

#products-content-scroll {
	width: 330px;
}

/* Leaf */
#products-leaf {
	position: absolute;
	top: 66px;
	left: 567px;
}

#products-leaf ul {
	list-style-type: none;
}

#products-leaf ul li {
	height: 35px;
	width: 142px;
	display: block;
	position: relative;
}

/* Aside */
#products-aside {
	position: absolute;
	top: 69px;
	left: 19px;
	height: 290px;
	width: 163px;
}

#products-aside * { /* IE8 */
	filter: inherit;
}

#products-aside ul li a.button {
	position: relative;
	display: block;
	width: 142px;
	height: 32px;
}

#products-aside ul {
	margin-top: 1px;
}

#products-aside ul ul {
	width: 140px;
	height: 0;
	overflow: hidden;
}

#products-aside ul.products-menu-subsection li {
	text-align: right;
	margin: 10px 0;
}

#products-aside ul#products-menu-section ul.products-menu-subsection a img {
	opacity: 0.55;
	filter: alpha(opacity=55);
	
	
	-webkit-transition-property: opacity;
  -webkit-transition-duration: 0.3s;
	-moz-transition-property: opacity;
  -moz-transition-duration: 0.3s;
	transition-property: opacity;
  transition-duration: 0.3s;
	
}

#products-aside ul#products-menu-section ul.products-menu-subsection a:hover img,
#products-aside ul#products-menu-section ul.products-menu-subsection li.active a img {
	opacity: 1;
	filter: alpha(opacity=100);
}

#products-aside ul#products-menu-section {
	margin-top: -2px;
}

ul#products-menu-section > li {
	margin-bottom: 4px;
}
