body {
	background: #f1f1f1;
}

div#primary .box:first-child {
	display: none;
}

.box.finance .box-content {
	padding-bottom: 20px;
	overflow: hidden;
}

.box.finance h2 {
	font-size: 22px;
	line-height: 1.24em;
}

.finance .top,
.finance .promo,
.finance .steps,
.finance .banks {
	padding: 0 30px;
}

.finance .top {
	position: relative;
	min-height: 288px;
	box-shadow: 0 8px 10px 0px #e4e4e4;
}

.top .hero {
	position: absolute;
	top: 24px;
	right: 0;
}

.top .info {
	width: 370px;
	padding-top: 54px;
}

.top .info p {
	font-size: 16px;
	color: #666;
	line-height: 1.250em;
	margin-top: 7px;
}

.top .info .button {
	margin-top: 5px;
}

.bottom .promo {
	padding-top: 25px;
	padding-bottom: 20px;
	text-align: center;
	box-shadow: 0 8px 10px 0px #e4e4e4;
	background: #e4e4e4;
	background: -moz-linear-gradient(top,  #e4e4e4 0%, #f0f0f0 18%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4e4e4), color-stop(18%,#f0f0f0), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #e4e4e4 0%,#f0f0f0 18%,#ffffff 100%);
	background: -o-linear-gradient(top,  #e4e4e4 0%,#f0f0f0 18%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #e4e4e4 0%,#f0f0f0 18%,#ffffff 100%);
	background: linear-gradient(to bottom,  #e4e4e4 0%,#f0f0f0 18%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#ffffff',GradientType=0 );
	border-bottom: 1px solid #e4e4e4;
}

.bottom .promo img {
	vertical-align: middle;
	padding-right: 15px;
	margin-top: -8px;
}

.bottom .promo p {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
}

.bottom .steps {
	padding-top: 20px;
	background: #f0f0f0;
	background: -moz-linear-gradient(top,  #f0f0f0 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #f0f0f0 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #f0f0f0 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #f0f0f0 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #f0f0f0 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=0 );
	border-top: 1px solid #fff;
	*background: #fff;
}

.bottom .steps ul {
	padding-top: 10px;
}

.bottom .steps li {
	display: inline-block;
	width: 230px;
	margin-left: 22px;
	vertical-align: top;
}

.bottom .steps li:first-child {
	margin-left: 0;
}

.bottom .steps li p {
	font-size: 16px;
	color: #333;
	line-height: 1.250em;
}

.bottom .banks {
	padding-top: 40px;
}

.banks .column .rounded-corners {
    border: 1px solid #eaeaea;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 10px 0 10px 0;
    position: relative;

}

.banks .column .rounded-corners p{
    margin-bottom: 10px;
    padding-left: 10px;
}

.banks .column table {
    width: 100%;
}

.banks .column table th {
    font-weight: normal;
    padding: 7px 0 8px 15px;
    background: #f8f8f8;
    border-right: 1px solid #eaeaea;
}

.banks .column table th.no-interest {
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
    border-bottom: 1px solid #eaeaea;
    border-right: none;
    background: none;
    padding: 6px 0 8px 10px;
    width: 207px;
}

.banks .column table th.period {
    width: 40%;
}

.banks .column table th.amount {
    width: 60%;
}

.banks .column table td {
    border-top: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    padding-left: 15px;
    vertical-align: middle;
    height: 58px;
}

.banks .conditions {
    display: inline-block;
    padding-left: 20px;
    padding-bottom: 10px;
}

.box.services .title-bar {
    color: #fff;
    background: #afb0b2;
    text-shadow: 1px 1px 1px #999;
    background-color: #AFB0B2;
}

.box.services .title-bar h2 {
    font-weight: bold;
    font-size: 13px;
    line-height: 14px;
    padding: 5px 0 5px 12px;
}

.services ul {
	padding: 20px 0;
}

.services li {
	display: inline-block;
	width: 157px;
	border-left: 1px solid #ccc;
	padding: 0 20px;
}

.services li:first-child {
	border-left: none;
}

.services li h3 {
	font-weight: bold;
}

*+html .bottom .promo p,
*+html .bottom .steps li,
*+html .services li {
	zoom: 1;
    display: inline;
}