#site-header{
	background-image: url(/static/images/technitrader/site-header-bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;

	width: 670px;
	height: 230px;

	margin-left: 10px;
	clear: left;
}
#site-header object{
	display: block;

	width: 660px;
	height: 220px;
}
#side-panel{
	width: 260px;
	margin-right: 12px;

	float: right;

	font-size: 10px;
}
.content.left{
	background-image: url(/static/images/right-border-blur.png);
	background-position: right;
	background-repeat: repeat-y;

	margin-right: 280px;
	padding-right: 25px;
}
ul.main-menu{
	background-image:url(/static/images/technitrader/main-menu-background.jpg);
}
ul.main-menu a{
	color: #515345;

	padding-left: 20px;
	padding-right: 20px;
}
ul.main-menu li:hover{
	background-image:url(/static/images/technitrader/main-menu-background-hover.jpg);
}
.scroll-all{
	font-size: 12px;
	position: absolute;
}
.lode-paths{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.lode-path-topics{
	background-image: url(/static/images/big-box.png);
	background-repeat: no-repeat;
	padding: 20px;

	height: 600px;
}
.lode-path-topics-options{
	float: left;
	margin-right: 15px;
}
.lode-path-topics-options ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.lode-path-options{
	height: 530px;
	width: 450px;

	float: left;
	margin-right: 15px;
}
.lode-path-options h2{
	position: absolute;
	left: 50px;
	
	margin: 0px;
	z-index: 2;
}
.lode-path-options ul{
	top: 40px;
}
.lode-path-options .scroll-arrow{
	width: 450px;
	height: 40px;

	background-color: white;
	background-position: left center;

	position: absolute;
}
.lode-path-options .scroll-next{
	background-image: url(/static/images/icons/arrow2-down.png);
	bottom: 0px;
}
.lode-path-options .scroll-next:hover{
	background-image: url(/static/images/icons/arrow2-down-hover.png);
}
.lode-path-options .scroll-prev{
	background-image: url(/static/images/icons/arrow2-up.png);
	top: 0px;
}
.lode-path-options .scroll-prev:hover{
	background-image: url(/static/images/icons/arrow2-up-hover.png);
}
.lode-path-options .scroll-all{
	top: 10px;
	right: 60px;
	z-index: 3;
}
.statement{
	background-image: url(/static/images/technitrader/education-key.jpg);
	background-repeat: no-repeat;
	background-position: 50px 50px;

	height: 130px;
}
#video-player .player{
	width: 100%;
	height: 400px;
}
#video-player .player object{
	display: block;
	
	width: 900px;
	height: 400px;
}

#library ul{
	list-style: none;
	padding: 0px;
	margin: 0px;

	position: relative;
	z-index: 1;

	top: -8px;
}
#library h2{
	clear: left;
	color: white;
	background-color: #b6a190;

	padding: 8px;
	padding-bottom: 12px;
	font-weight: bold;

	width: 875px;

	margin-left: 10px;
	margin-bottom: 0px;
}

#guide{
	font-size: 18px;

	padding: 20px;
	padding-top: 10px;
}
#guide select{
	width: 510px;
	height: 40px;

	padding: 10px;

	border-style: none;
	background-image: url(/static/images/technitrader/guide-me-select-background.png);
}
#guide option{
	margin-bottom: 5px;
}
img.me10-gold-bar{
	margin-top: 60px;
}
.comments{
	margin-top: 15px;
}
.comment{
	background-color: #f4f2fa;
	padding: 10px;
	margin-bottom: 15px;
}
.comment .date{
	font-size: 10px;
	text-align: right;
}
.comment p div{
	font-size: 12px;
	text-align: right;
}
.trading-nuggets .nugget{
	width: 30%;
	float: left;

	padding: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.trading-nuggets img{
	display: block;
}
.trading-nuggets .view-larger{
	clear: right;
	float: right;
	font-size: 12px;
}
.trading-nuggets .details{
	font-size: 12px;
	margin-top: 10px;
}
.trading-nuggets .details h2{
	margin-bottom: 5px;
	font-size: 18px
}
.trading-nuggets .nugget .item .name{
	font-size: 18px;
	font-weight: bold;

	border-bottom-style: solid;
	border-bottom-width: 1px;

	padding-bottom: 5px;
	margin-bottom: 5px;
}

.trading-nuggets .nugget .item .price{
	float: right;
	margin-bottom: 10px;
}
.trading-nuggets .named-add-to-cart,.trading-nuggets .add-to-cart,.trading-nuggets .type-header{
	clear: right;
	float: right;
}

.trading-nuggets .navigation{
	border-right-style: solid;
	border-right-width: 1px;

	padding-right: 15px;
	margin-right: 15px;

	width: 150px;
	float: left;
}
.trading-nuggets .navigation img{
	margin-bottom: 5px;
	border-style: solid;
	border-width: 1px;
}