﻿/*//+=================================================================+
//|  File. . . . : home.css           
//|                                   
//|  Description :  home.css                                      
//|                                                                 
//|  Copyright 2006  Experian Limited, Talbot House, Talbot Street, 
//|                  Nottingham, NG1 5HF, ENGLAND                   
//|      telephone   int + 44 (0)115 9410 888                       
//|                                                                 
//|  The copyright to the computer program(s) herein is the         
//|  property of Experian Limited, ENGLAND.                         
//|  The program(s) may be used and/or copied only with the written 
//|  permission of Experian Limited or in accordance with the terms 
//|  and conditions stipulated in the agreement/contract under      
//|  which the programs have been supplied.                         
//+=================================================================+*/

/* Five Steps
---------------------------------------*/
.five-steps-capsule
{
    margin: 0 0 0 0;
}

.five-steps-capsule h2
{
    FONT-WEIGHT:bold; 
	font-size:medium; 
	color:#526788;
	font-family: Verdana, Arial, sans-serif;
	padding-top: 10px;
}

.five-steps{
	margin: 5px 0 0 0;
	padding: 0;
}

.five-steps-col-1 {
    width: 46px;
    padding: 0;
    margin: 0;
    background: none; 
} 
.five-steps-col-2 {
    width: 40px;
    padding: 0;
    margin: 0;
} 

.five-steps-col-3 {
    width: 150px;
    font-size: small;
    font-weight: bold;
    COLOR:#263884; 

    vertical-align: middle;
    padding: 0;
    margin: 0;
} 
.five-steps-col-4 {
    font-size: small;
    padding: 0;
    margin: 0;
    padding-left: 10px;
} 

.five-steps-odd-row, .five-steps-even-row{
    padding-bottom: -5px;
}

.five-steps-odd-row {
    background-color: #f5f7fd;
}

.five-steps-even-row {
    background-color: #e5ebf9;
}




