/**
 * @title		Signup styles : true weight, dukan program, paiement
 */

/**
 * @section		Signup steps
 */
#signup-steps {
	margin:10px 0; border-radius:10px;
	width:560px; height:60px;
	box-shadow:0 0 5px #666;
}
#signup-steps li {
	position:relative;
	float:left;
}
#signup-steps a, #signup-steps .nolink {
	display:block;
	padding-right:21px;
	background:url(/templates/nurun/images/btn/btn-sprite-3-steps.png) no-repeat 100% -350px; color:#fff;
	font-size:16px;
	text-decoration:none;
	line-height:1.2;
}
#signup-steps .nolink {cursor:default;}
#content #signup-steps h2 a, #content #signup-steps h2 .nolink {
	background-position:100% -210px;
	font-weight:normal;
	cursor:default;
}
#content #signup-steps h2 a span {cursor:default;}
#signup-steps a:hover, #signup-steps a:focus {background-position:100% -280px;}
#signup-steps em {
	display:block;
	height:60px;
	background:url(/templates/nurun/images/btn/btn-sprite-3-steps.png) no-repeat 0 -140px; color:#fff;
	line-height:1.2;
}
#signup-steps a:hover em, #signup-steps a:focus em {background-position:0 -70px;}
#content #signup-steps h2 em {background-position:0 0;}
#signup-steps li strong {
	float:left;
	padding-top:10px;
	color:#fff;
	font-size:36px; font-weight:normal;
}
#signup-steps li .img {
	float:left;
	margin-top:4px;
	width:25px; height:53px;
	background:url(/templates/nurun/images/btn/btn-sprite-3-steps.png) no-repeat 0 -210px;
}
#signup-steps  .step-1 .step-label, #signup-steps  .step-2 .step-label{ /* hack IE7 */
	*display:inline-block; /* hack IE7 */
}

#signup-steps  .step-1 .step-label{ /* hack IE7 */
	*height:40px; /* hack IE7 */
}

#signup-steps .step-label {
	display:table-cell;
	height:60px;
	vertical-align:middle;
	text-indent:10px;
}
#signup-steps .step-1 {
	z-index:15;
	margin-left:0;
	width:190px;
}
#signup-steps .step-2 {
	z-index:10;
	margin-left:-30px;
	width:250px
}
#signup-steps .step-3 {
	z-index:5;
	margin-left:-30px;
	width:180px;
}
#signup-steps .step-1 em {padding-left:15px;}
#signup-steps .step-2 em {padding-left:40px;}
#signup-steps .step-3 em {padding-left:40px;}
#signup-steps .step-3 a, #signup-steps .step-3 .nolink {
	padding-right:10px;
	background-position:100% -560px;
}
#signup-steps .step-3 a:hover, #signup-steps .step-3 a:focus {
	background-position:100% -490px;
}
#content #signup-steps .step-3 h2 a, #content #signup-steps .step-3 h2 .nolink {
	background-position:100% -420px;
}

/**
 * @section		Content
 */
#content strong,#content b {color:#A2246B;}
#content h3 {
	color:#A2246B;
	font-size:18px; font-weight:normal;
}