/*--------------------------------------------------*/
/* Calculators 					                    */

	#calculator {
		background: #003366 url("../../img/global/cornerBlueTopLeft.gif") no-repeat 0 0;
		width: 100%;
	}

		#calculator form fieldset.submit {
			background: url("../../img/rates/calculatorSubmit.gif") no-repeat 0 100%;
		}

			/*--------------------------------------------------*/
			/* Tabs							                    */

				#calculator .tabs {
					background: #738fab url("../../img/global/calculatorTab2.gif") no-repeat 100% 0;
					border-bottom: 1px solid #fff;
				}

				#calculator .tabs li.active {
					border-bottom: 1px solid #738fab;
					width: auto;
				}

				#calculator .tabs li.active a {
					background: #738fab url("../../img/global/calculatorTab.gif") no-repeat 0 0;
					padding-left: 11px;
				}

			/*--------------------------------------------------*/
			/* Description					                    */
			
				#calculator form .description {
					padding: 11px 8px;
				}

			/*--------------------------------------------------*/
			/* Borrowing calculator			                    */

				#calculator #borrowing fieldset.applicant {
					width: 267px;
				}

				#calculator #borrowing fieldset.last {
					width: 268px;
				}

					#calculator #borrowing .row .label {
						width: 160px;
						padding-right: 10px;
					}

					#calculator #borrowing .row .input input {
						width: 60px;
					}

			/*--------------------------------------------------*/
			/* Affordability Calculator			                */

				#calculator #affordability fieldset .row .radio {
					width: 220px;
				}
				
   .lstProducts 
   {
	  width: 280px !important;
	  float: none !important;
	}
	
	.lstTerm
	{
		float: left !important;
		margin-right: 0px !important;
	}
	
	.validatorProductList
	{
		float: none !important;
	}