div#finance-hero {
    width: 580px;
    height: 291px;
    background: url(../images/finance/finance_banner.jpg) no-repeat;
}

/*Finance Calculator-----------------------*/

div#finance-container {
    width:538px;
}

div#main-content ul#finance {
    margin:10px 20px;
}

.financebox {
 width:538px;
 min-height:50px;
 background-color:#e8f0c3;
 float:left;
 position:relative;
 top:-50px;
 left:21px;
}

.financebox-head {
    background: url(../images/main_template/headbox.gif) no-repeat;
    height: 39px;
    width:538px;
}

.financebox-head h3 {
    margin:7px 0 0 135px;
    padding:0;
    font-size: 20px;
    font-weight:bold;
    color:#607A07;
    float:left;
}

.financebox-head h3 span {
    margin-left:77px;
    padding:0;
    font-size: 20px;
    font-weight:bold;
    float:left;
}

div#finance-container table {
    border:none;
    margin: 10px 0 15px 0;
}

div#finance-container table tr {
    border:none;
}

div#finance-container table td {
    border:none;
}

#finance-btn {
    background: url(../images/finance/finance_btn.jpg) no-repeat;
    float:right;
    font-size:0;
    height:28px;
    line-height:0;
    text-indent:-9999px;
    width:117px;
    border:none;
    position:relative;
    top:-20px;
    left:-95px;
}

.apply:hover {
    border:none;
}

.boxbottom {
    background: url(../images/main_template/boxbottom.gif) no-repeat bottom;
    height: 30px;
    width:538px;
}

.calc-icon {
    background: url(../images/finance/calculon.png) no-repeat;
    position:relative;
    top:-2px;
    left:1px;
    float:right;
    z-index:5000;
    height:60px;
    width:60px;
}

.CTA {
	background-color:#E8F0C3;
	border:1px solid;
	color:#F36500;
	cursor:pointer;
	font-weight:bold;
	padding:10px;
	text-align:center;
}

/* Large Numbers--------------------------*/

.number {
    color:#F36500;
    font-size:25px;
    font-weight:bold;
}

/* Conditions Text-------------------------*/

.conditions {
    font-size:10px;
    font-weight:bold;
}

/*Finance Form-------------*/

div#main-content h3.ffheader {
    margin: 0 0 2px 0;
    padding:0;
}

form#financeform {
        margin: 14px;
}

form#financeform fieldset {
        width: 548px;
        border: 1px solid #A1C81B;
        padding-bottom: 14px;
        padding-top:15px;
        margin-bottom: 5px;
        background-color:#E8F0C3;
}

form#financeform fieldset table.shoppingbasket {
		margin:10px 0 10px 0;
		width:548px;
}

form#financeform legend {
        border: 1px solid #A1C81B;
        padding: 0.2em 0.8em;
        font-weight: bold;
}

p.plabel {
        font-weight: bold;
        text-align: center;
        padding: 2px 0.8em 0 0;
        margin-top: 3px;
        width: 500px;
}

form#financeform label {
        font-weight: bold;
        text-align: right;
        padding: 0 0.8em 0 0;
        margin-top: 3px;
        width: 246px;
        display: block;
        float: left;
}

form#financeform select {
        margin-bottom:4px;
}

form#financeform p.leftspacing {
        margin-left: 275px;
}

form#financeform p.leftspacing input {
        width:163px;
}

form#financeform input, form#financeform textarea {
        margin-top: 2px;
        margin-bottom:6px;
        height:18px;
        width: 247px;
        border: 1px solid #A1C81B;
}

form#financeform input:hover, form#financeform textarea:hover {
        border-color: #FF9600;
}

form#financeform input:focus, form#financeform textarea:focus {
        border-color: #A1C81B;
}

form#financeform textarea {
        width: 20.6em;
}

form#financeform input#button {
        background: url(/images/main_template/contactform_btn.jpg) no-repeat scroll 0 0;
        border:medium none;
        float:right;
        font-size:0;
        height:29px;
        left:-44px;
        line-height:0;
        position:relative;
        text-indent:-9999px;
        top:5px;
        width:83px;
        cursor:pointer;
}

form#financeform input.radiotick {
        width: 20px !important;
        border: 0px;
}

a.formBtn {
	background-color:#607A07;
	color:#FFFFFF;
	float:right;
	padding:8px 15px;
	position:relative;
	right:13px;
	top:-2px;
}

a.formBtn:hover {
	background-color:#7E9F09;
	text-decoration:none;
	border:none;
}

label.radiolabel {
	display:block;
	float:left;
	font-weight:bold;
	margin-top:3px;
	padding:0 0.8em 0 0;
	text-align:left !important;
	width:100px !important;
}

table#financetable {
	margin-bottom: 0 !important;
	margin-left: 100px !important;
	margin-right: 0 !important;
	margin-top: 0 !important;
}

p#carddeposit {
	display: none;
}

.showcarddeposit {
	display: block;
}
