/* progressbar */
.progressbar 						{ background: url(../interapy/img/progressbar/bg-progress.gif) 0 0 no-repeat; width: 642px;  display: block; height: 17px; overflow: hidden ; margin-bottom: 20px; cursor: default; }
.progressbar.grid2 					{ background: url(../interapy/img/progressbar/bg-progress-grid2.gif) 0 0 no-repeat; width: 318px;  display: inline-block; float: left; margin-right: 3px; }
.progressbar>span.progress 			{ background: url(../interapy/img/progressbar/progress-left.gif) 0 0 no-repeat; position:absolute;z-index: 1999; height: 17px; margin:0; padding: 0 0 0 2px;   display: inline-block;  }
.progressbar>span.progress>span 	{ position:absolute;z-index: 1999; margin:0; height: 17px;  padding: 0 2px 0 0; background: url(../interapy/img/progressbar/progress-right.gif) top right no-repeat #2eb2e4; display: inline-block; color: white;   }
.progressbar.completed>span>span	{ padding-right: 638px; }
.progressbar.grid2.completed>span>span	{ padding-right: 314px; }
.progressbar.last		{ margin-right: 0; }
span.progress-content 	{ position:absolute;display: inline-block;  z-index: 2000; margin: 0 10px; line-height: 16px; color: #99dbf4; }

