@charset "UTF-8";
/* CSS Document */

#docson, #docsoff, #introductionon, #introductionoff { left:5px; }
#tipson, #tipsoff, #priceon, #priceoff { left:145px; }
#docs, #introduction { visibility:visible; }

.topright { left:130px; }
.tabset {
	position:absolute;
	top:5px;
	width:139px;
}
.ontab, .istab {
	background:#acf;
}
.ontab {
	color:#013;
}
.offtab {
	background:#4f7fcc;
	color:white;
}
.istab {
	position:absolute;
	top:25px;
	left:5px;
	width:294px;
	height:416px;
}

#choosecol {
	left:5px;
	width:304px;
}
#buycol {
	left:314px;
	width:154px;
}
#usecol {
	left:473px;
	width:304px;
}

.column {
	position:absolute;
	top:124px;
}
.label {
	display:inline;
	color:#fff;
	padding:3px 15px;
	margin:0;
}
.incolumn {
	position:relative;
	height:446px;
}
.label, .incolumn {
	background:#359;
}