#wizard {
	padding:			10px;
	margin-left:		90px;
	width:				550px;
	position:			relative;
}

.step:after, .layer:after{ 
	content: 			"."; 
	display: 			block; 
	height: 			0; 
	clear: 				both; 
	visibility: 		hidden; 
}
.step, .layer { 
	display: 			inline-block; 
	_height: 			1%; 
}
/* Hides from IE-mac \*/
.step, .layer { display: block; }
/* End hide from IE-mac */
.heading {
	font-size:			10pt;
	font-family:		verdana;
	#font-weight:		bold;
	color:				green;
	border-bottom:		0px solid #ddd;
	margin:				10px 0 0 15px;
}
.layer {
	#padding:			10px;
	width:				520px;
}
.step {
	-moz-border-radius:	5px;
	background:			#e0e0f0;
	border:				1px solid #221F20;
	margin-bottom:		10px;
}
.option, .option_selected, .option_blank {
	width:				100px;
	height:				15px;
	padding:			40px 0 0 0;
	border:				#ccc 1px solid;
	float:				left;
	margin-left:		10px;
	font-family:		helvetica;
	font-weight:		bold;
	font-size:			11pt;
	height:				23px;
	text-align:			center;
	margin-top:			10px;
	margin-bottom:		10px;
	
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}
.option_blank {
	border:				none;
}
.option {
	background:			#eee;
	cursor:				pointer;
	color:				#999;
}
.option_selected {
	background:			#555;
	cursor:				pointer;
	color:				#FFF;
}
.optionSlim {
	width:				50px;
}
#step4 {
	margin-top:			100px;
}
.layer_heading {
	background:			#FBD76D;
	border-color:		#221F20 #FBD76D #221F20 #221F20;
	border-right:		1px solid #FBD76D;
	border-style:		solid;
	border-width:		1px;
	float:				left;
	font-family:		Verdana;
	font-size:			12px;
	font-weight:		bold;
	left:				-94px;
	padding:			3px;
	position:			absolute;
	width:				97px;
}
.layer_heading_select {
	font-weight:		normal;
}
.tooltip {
	-moz-border-radius:	3px;
	background:			#FFFFCC;
	float:				left;
	margin:				10px;
	padding:			5px;
	width:				520px;
}
#microchip,#renesas,#st,#ti,#prog_guide,#tut_guide {
	height:				40px;
}
