.productmenu {
	border-top: solid 2px #8cc63f;
	border-left: solid 2px #8cc63f;
	border-right: solid 2px #8cc63f;
	margin-top: 50px;
	margin-left: 20px;
	height: 25px;
	width: 204px;
}

.productmenuitem {
	height: 25px;
	line-height: 25px;
	width: 50%;
	text-align: center;
	float: left;
	font-weight: bold;
	cursor: pointer;
}

.productmenuitem:hover {
	cursor: pointer;
}

.sel {
	background: #8cc63f !important;
	color: #ffffff;
}

.notsel {
	background-image: url('../images/blackbg.png') !important;
	background-color: transparent !important;
	background-image: none;
	background-color: #000000;
	filter:alpha(opacity=50);

	color: #999999;
}

.producttable {
	margin-left: 20px;
	margin-right: 35px;
	padding: 15px;
	border: solid 2px #8cc63f;
	width: auto;

	background-image: url('../images/blackbg.png') !important;
	background-color: transparent !important;
	background-image: none;
	background-color: #000000;
	filter:alpha(opacity=50);




}

.overview {
}

.specs {
	display: none;  
}


.leftspecs {
	width: 47%;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
}

.rightspecs {
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
}

.productimage {
	border: solid 1px #8cc63f;
}

.productimagewrapper {
	width: auto;
	margin: 30px;
	text-align: center;
}

.coronaimg {
	margin: 15px;
	float: right;
}
	

.aurora {
	background: url('../images/aurora_bg.jpg') top left no-repeat;
}

.corona {
	background: url('../images/corona_bg.jpg') top left no-repeat;
}

.nova {
	background: url('../images/nova_bg.jpg') top left no-repeat;
}

.star {
	background: url('../images/star_bg.jpg') top left no-repeat;
}