
/* fix problems with IE */

#content {
	position: static;
}
.panel h4 {
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 14px;
	 margin-bottom: 0;
}
.panel .content {
	padding-top: 0px;
	margin-top: 0px;
}

/* flyout menu */


ul.tree {
	padding: 25px 0 0 0;
	margin: 0px;
}

ul.tree li {
	list-style: none;
}

ul.tree li a {
	font-size: 10px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	display: block;
	margin: 3px -10px 3px -12px;
	padding: 3px 20px 3px 14px;
	width: 129px;
}
ul.tree li a.parent {
	background-image: url(../images/FlyoutArrow.png);
	background-position: 150px 5px;
	background-repeat: no-repeat;
}
ul.tree li a:hover {
	background-color: #787167;
	color: #ffff66;
	text-decoration: underline;
}


ul.tree li ul {
	background-color: #3f3325;
	border-bottom: solid 1px #2e251c;
	border-right: solid 1px #2e251c;
	position: absolute;
	left: 146px;
	z-index: 155;
	padding: 3px 0 3px 0;
	visibility: hidden;
	display:none;
}

ul.tree li ul li a {
	margin: 0;
	padding: 3px 12px 3px 12px;
	color: #ffffee;
	white-space: nowrap;
	width: auto;
}

ul.tree li ul li a:hover {
	background-color: #84715a;
}
.product-view-style1 .product-purchase {
    background-color: transparent;
    border: 0 solid gray;
    margin-top: 5px;
}