/* i Want module classes */

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.iwantwrapper {
	clear: both;
	text-align: center;
	border: 1px solid white;
}

.iwantheadertext {
	color: #029CCA;
	font-size: 35px;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-weight: normal;
	
}

.iwantrow {
	clear: both;
	height: 160px;
	margin: 0px;
	padding: 0px;
}

.iwantoptionwrapper {
	width: 175px;
}

#iwantwizard {	
	text-align: left;
	font-size: 12px;
	height: 330px;
	margin: 0px;	
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding: 0px;
	width: 550px;
	overflow: hidden;
	position: relative;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}  

#iwantwizard .items {
	width: 10000em;	
	clear: both;	
	position:absolute;	
	margin: 0px;
	padding: 0px;
}

#iwantwizard .page {	
	padding:0px;
	margin: 0px;
	width: 550px;
	float: left;	
}

#iwantwizard .option{
	position: relative;	
	top: 0px;
	left: 0px;
	padding: 15px;
	cursor: pointer;
	width: 110px;
	height: 110px;
}

#iwantwizard .arrow {
	margin-top: 150px;
	cursor: pointer;
	float: left;
}

#iwantwizard .details {
	float: left;
	width: 200px;
	padding: 20px;
}


