
#step-holder {
font-family: Tahoma;
	height:39px;
	margin-bottom: 20px;
}

#step-holder-with-related-informations {
                font-family: Tahoma;
                height:39px;
                float: left;
}

#table-content-left {
                float:  left;
                width: 71%;
                min-height: 400px;
}




.step-no {
	float:left;
	height:29px;
	width:18px;
	font-size: 18px;
	line-height: 18px;
	padding:10px 0 0 0;
	text-align: center;
        background-color: #FFF;
}

.step-no-off {
	float:left;
	height:29px;
	width:18px;
	font-size: 18px;
	line-height: 18px;
	padding:10px 0 0 0;
	text-align: center;
	color:#cbcbcb;
        background-color: #FFF;
}

.step-dark-left {
	float:left;
	 
	background: url(../images/chemin/step_dark_left.gif) no-repeat;
	height:27px;
	padding:13px 15px 0 25px;
	font-size: 13px;
	color:#fff;
	font-weight: bold;
}

.step-dark-left a{
	 
	font-size: 13px;
	color:#fff;
	font-weight: bold;
}

.step-dark-right {
	float:left;
	width:12px;
	background: url(../images/chemin/step_dark_right.gif) no-repeat;
	height:39px;
}
.step-dark-round {
	float:left;
	width:8px;
	height:39px;
	background: url(../images/chemin/step_dark_round.gif) no-repeat;
}

.step-light-left {
	float:left;
	height:27px;
	padding:13px 15px 0 25px;
	font-size: 13px;
	background: url(../images/chemin/step_light_left.gif) no-repeat;
	height:39px;
	color:#69A7CE;
	font-weight: bold;
}

.step-light-left a{
	 
	 
	font-size: 13px;
 
	color:#cbcbcb;
	font-weight: bold;
}
.step-light-right {
	float:left;
	width:11px;
	background: url(../images/chemin/step_light_right.gif) no-repeat;
	height:39px;
}
.step-light-round {
	float:left;
	width:8px;
	height:39px;
	background: url(../images/chemin/step_light_round.gif) no-repeat;
}

