form#cal {
    float: left;
    padding: 0;
    background: url(../im/cal.png) right bottom no-repeat;
	cursor:default;
    -background: url(../im/calie2.png) right bottom no-repeat;
    position: relative;
    margin: 60px 0 150px 150px;
	-zoom:1;
	min-width: 250px;

}

form.step0 div.next, form.step1 div.next{
	display:none;
}

form#cal div.opacityfon {
    position: absolute;
    top: -30px;
    left: -30px;
    background: #020202;
    opacity: 0.68;
    width: 100%;
    height: 100%;
}

form#cal h2 {
    margin: 10px 0 20px;
    height: 20px;
    padding: 0;
    position: relative;
}.ff2 form#cal h2 {
	width:200px;
}

h2.brand {
    background: url(../im/titlebrand.png) 0 0 no-repeat;
}

h2.model {
    background: url(../im/titlemodel.png) 0 0 no-repeat;
}

h2.autoparam {
    background: url(../im/titleautoparam.png) 0 0 no-repeat;
}

h2.orderparam {
    background: url(../im/titleorderparam.png) 0 0 no-repeat;
}

h2.person {
    background: url(../im/titleperson.png) 0 0 no-repeat;
}

form#cal span.corner {
    position: absolute;
    display: block;
}

form#cal span.corner.topright {
    top: -60px;
    right: 0;
    background: url(../im/cal.png) right 0 no-repeat;
    width: 30px;
    height: 60px;
    font-size: 0;
    line-height: 0;
}

form#cal span.corner.bottomleft {
    bottom: 0;
    left: -60px;
    background: url(../im/cal.png) 0 bottom no-repeat;
    width: 60px;
    height: 30px;
    font-size: 0;
    line-height: 0;
}

form#cal div.main {
    background: url(../im/cal.png) 0 0 no-repeat;
    padding: 10px 0 40px 30px;
    float: left;
    top: -60px;
    left: -60px;
    min-width: 250px;
	position:relative;
	margin:0 -30px -30px 0;
	cursor:default;
}

form#cal ul.list {
    float: left;
    padding:0;
	width:145px;
	*zoom:1
}

form#cal ul.list li {
    padding: 0;
    margin: 0 0 2px 0;
    float: left;
    clear: left;
	height:22px;
	cursor:pointer;
	    min-width: 80px;
}


form#cal ul.elite {
	border-left:1px solid #ccc;
	height:360px;
	padding-left:20px;
}

form#cal ul.list li a {
    display: block;
    height: 22px;
    color: #fff;
    text-decoration: none;
    line-height: 21px;
    position: relative;
    left: 20px;
    padding: 0 20px 0 0;
    min-width: 60px;
	background:none;
	white-space:nowrap;
	cursor:pointer;
}

form#cal ul.list li.active {
    background: url(../im/tab1.png) 0 0 no-repeat;
}

form#cal ul.list li.active a {
    background: url(../im/corner2.png) right 0 no-repeat;
}

form#cal ul.list li:hover {
    background: url(../im/tab1.png) 0 0 no-repeat;
}

form#cal ul.list li:hover a {
    background: url(../im/corner2.png) right 0 no-repeat;
}

form#cal table {
    float: left;
    margin-bottom: 0;
}
form#cal.step2 table {
	width:820px;
}form#cal.step3 table {
	width:410px;
}.ff2 form#cal.step4 table {
	width:310px;
}.ie form#cal.step2 table {
	margin-right:-80px;
}

form#cal th {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    padding: 10px 20px;
    border: none;
}

form#cal th span {
    font-size: 11px;
    display: block;
    font-family: Tahoma;
}

form#cal td {
    font-size: 14px;
    font-family: Tahoma;
    color: #fff;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    padding: 10px 20px;
    white-space: nowrap;
    border: none;
	height:45px;
	*height:25px;
}.safari form#cal td {
	height:25px;
}

form#cal td label {
    margin: 0 25px 0 0;
    cursor: pointer;
    display: inline-block;
    height: 22px;
    padding: 0 0 0 15px;
	cursor:pointer;
}.ff2 form#cal td label {
	float:left;
	display:block;
	height:24px;
}

form#cal td label input.radio {
    position: relative;
    margin: 0 0 0 -10px;
    top: -1px;
}.ff3 form#cal td label input.radio {
    top: 1px;
}

form#cal td label span {
    display: inline-block;
    height: 18px;
    padding: 2px 10px 2px 5px;
    position: relative;
    left: 20px;
    margin-left: -20px;
	cursor:pointer;
}.ff2 form#cal td label span {
	display:block;
}

form#cal td label.active {
    background: url(../im/tab1.png) 0 0 no-repeat;
}

form#cal td label:hover {
    background: url(../im/tab1.png) 0 0 no-repeat;
}

form#cal td label.active span {
    background: url(../im/corner2.png) right 0 no-repeat;
}

form#cal td label:hover span {
    background: url(../im/corner2.png) right 0 no-repeat;
}

form#cal td input.text {
    border: 1px solid #999;
    background: none;
    text-align: center;
    display: inline-block;
    width: 160px;
    padding: 2px;
    font-family: Tahoma;
    font-size: 14px;
    color: #fff;
    position: relative;
    top: -3px;
}

form#cal td select {
    border: 1px solid #999;
    display: block;
    width: 167px;
    font-family: Tahoma;
    font-size: 14px;
    position: relative;
    top: -2px;
}.ff3 form#cal td select {
    top: -4px;
    color: #fff;
    background: none;
}

form#cal td select option {
    background: none;
    display: block;
    padding: 2px 2px 0;
    font-family: Tahoma;
    font-size: 14px;
    background: none;
    color: #000;
}

form#cal div.pager {
    clear: both;
    padding: 0;
    position: relative;
    top: 20px;
}

.ff2 form#cal div.pager {
	width:300px;
	margin:0 auto;
}

form#cal div.next {
    background: url(../im/button1.png) 0 0 no-repeat;
    margin: 0;
    position: absolute;
    right: 30px;
    top: 0;
	cursor:pointer;
}

form#cal.step3 div.next {
    opacity: 1;
}

form#cal.step3 div.next a {
    cursor: pointer;
}

form#cal div.next a {
    height: 21px;
    display: block;
    color: #fff;
    text-decoration: none;
    line-height: 20px;
    font-size: 13px;
    position: relative;
    left: 12px;
    padding: 0 30px 0 0;
    background: url(../im/corner3.png) right 0 no-repeat;
    float: left;
    cursor: pointer;
}

form#cal div.prev {
    background: url(../im/button1.png) right 0 no-repeat;
    margin: 0;
    position: absolute;
    top: 0;
    left: 30px;
}

form#cal div.prev a {
    height: 21px;
    display: block;
    color: #fff;
    text-decoration: none;
    line-height: 20px;
    font-size: 13px;
    position: relative;
    left: -12px;
    padding: 0 0 0 30px;
    background: url(../im/corner4.png) 0 0 no-repeat;
    float: left;
}

div.slider {
    width: 165px;
    position: relative;
    top: -3px;
    background: url(../im/slider.png) 0 23px no-repeat;
}

form#cal div.arrow {
    background: url(../im/icoinput.png) 148px center no-repeat;
    border: 1px solid #999;
}

form#cal div.arrow input {
    top: 0;
    border-bottom: none;
    border-left: none;
    border-top: none;
    border-right: 1px solid #999;
    padding-left: 20px;
    width: 120px;
    margin-right: 20px;
}

div#sliderprice, div#sliderengineval, div#sliderenginepower, div#slidermileage {
    display: none;
}

/*
 slider
 */
div.ui-slider {
    position: relative;
    height: 13px;
    margin: 0 6px 0 7px;
    cursor: pointer;
}

a.ui-slider-handle {
    background: url(../im/sliderhandler.png) 0 0 no-repeat;
    width: 13px;
    height: 13px;
    display: block;
    position: absolute;
    margin-left: -7px;
}

/*
 select
 */
form#cal td select.srReplacedSelect {
    width: 1px;
    position: absolute;
    left: -999em;
}

ul.srList {
    list-style: none;
    padding: 0;
    /* лучше всего техника работает
     для элементов фиксированной ширины
     хотя при некоторых дополнителных
     требованиях к изображению и небольшом
     изменение стилей ее можно применять
     и для резиновых select`ов */
    width: 164px;
    margin: 0;
    border: 1px solid #999;
    height: 22px;
    position: relative;
    top: -3px;
    background: url(../im/icoselect.png) right center no-repeat;
}

ul.srCollapsed {
    overflow: hidden;
}

ul.srList li {
    display: none;
    background: #525252;
    line-height: 21px;
    padding: 0 22px 2px 10px;
    cursor: default;
    white-space: normal;
    width: 134px;
    margin-left: -1px;
    border-bottom: 1px solid #999;
}

ul.srList li.srHoverLi {
    background: #333;
}

ul.srBlur li.srSelectedLi {
    display: block;
    background: none;
}

ul.srFocus li.srSelectedLi, ul.srHoverUl li.srSelectedLi {
    display: block;
    background: none;
}

ul.srExpanded li.srSelectedLi {
    display: block;
    background: #333;
}

ul.srExpanded {
    position: relative;
    /* при разворачивании списка,
     нужно выдвинуть его на первый
     план, иначе другие элементы будут
     перекрывать опции */
    z-index: 1000;
}

ul.srExpanded li {
    display: block;
}

div.hidden {
    display: none;
}

div.buttonnext {
    background: transparent url(../im/button1.png) no-repeat scroll 0 0;
    margin: 0;
    position: absolute;
    right: 30px;
    top: 0;
}

div.buttonnext input {
    background: transparent url(../im/corner3.png) no-repeat scroll right 0;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 13px;
    height: 21px;
    left: 12px;
    line-height: 20px;
    padding: 0 30px 0 0;
    position: relative;
    text-decoration: none;
    border: none;
    font-family: Tahoma;
    cursor: pointer;
}.ff3 div.buttonnext input {
    padding-bottom: 4px;
}

/*
франшиза
*/

form#cal td select#franval, input#creditval, span#bank, span#fran{
	display:none;
	font-family:Tahoma;
	font-size:14px;
}

input#creditval{
	position:relative;
	border:1px solid #999;
	background:none;
	padding:2px;
	font-size:14px;
	font-family:Tahoma;
	margin-top:-2px;
	color:#fff;
	* top:-2px;
}

form#cal td select#franval, form#cal td select#mar{
	position:relative;
	border:1px solid #999;
	background:none;
	padding:0;
	font-size:14px;
	font-family:Tahoma;
	margin-top:0;
	top:0;
	color:#fff;
	width:160px;
	*background:#333;
}

form#cal td select#mar{
	top:-2px;
	width:165px;
}

form#cal td select#franval option, form#cal td select#mar option{
	color:#fff;
	background:#333;
}
input#creditval{
	width:385px;
}

span#bank, span#fran{
	padding:0 5px;
	position:relative;
	* top:-3px;
}

div#frantip{
	display:inline;
	padding:0 5px;
	position:relative;
	cursor:pointer;
}

div#frantip div{
	display:none;
	background:#fff;
	padding:10px;
	position:absolute;
	color:#333;
	width:200px;
	top:22px;
	font-size:11px;
	white-space:normal;
}

div.carinfo{
	padding-bottom:20px;
}

