@charset "utf-8";
/* steps.css Copyright 2006-2011 (c) by BT-Group (info@bt-group.lt)
   All Rights Reserved.
*/

/*.steps {
}

.steps .step,.steps .sel,.steps .disabled {
	height:70px;
	padding:6px;
	border:1px solid #CCCCCC;
	font-size:12px;
	font-weight:bold;
	padding-bottom:8px;
}
.steps .step {
	background-color:#EBEBEB;
	cursor:pointer;
	color:#444;
}
.steps .sel {
	background-color:#f8f8f8;
	color:#444;
}
.steps .disabled {
	background-color:#dFdFdF;
	color:#888;
}
.steps .step .nr,.steps .sel .nr,.steps .disabled .nr {
	font-size:34px;
	font-weight:bold;
}*/

.steps {
	font-size:24px;
	color:#5BB45C;
}

.disabled .steps {
	color:#999;
}

.disabled .steps-block {
	width:321px;
	background:url(/img/style/images/steps-block-disabled.png) no-repeat;
	height:86px;
	color:#666;
} 

.sel .steps-block {
	background:url(/img/style/images/steps-block-sel.png) no-repeat;
	width:321px;
	height:86px;	
}