﻿/*//+=================================================================+
//|  File. . . . : imageList.css           
//|                                   
//|  Description :  imageList.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.                         
//+=================================================================+*/

TABLE.image-list 
{
    width: 100%;
}

.image-list-heading td
{
    font-size: small;
    font-weight:bold;
    color:Black;
    padding-left: 10px;
}

.image-list-text-col{
    padding: 5px 5px 5px 10px;
    vertical-align:top;
} 

.image-list-text-col H2
{
	font-family: Verdana, Arial, sans-serif;
	color:#526788;
	font-size:large; 
    font-weight:normal;    
}
.image-list-light-row td, .image-list-dark-row td{
  border-bottom: solid 3px white;
  border-right: solid 3px white;
}

.image-list-blank-row td
{
    background-color: #ffffff;
    height: 8px;
}
.image-list-image-col {
    padding: 0;
    vertical-align: middle;
} 

.image-list-image-col IMG {
    /*width: 43px;*/
}

#clientQuotes .image-list-image-col {
    vertical-align: top;
    background: white;
}
#clientQuotes .image-list-image-col IMG {
    width: 120px;
    height: 90px;
    border: solid 2px #E6ECFA;
}

#clientQuotes 
{
    font-size: 90%;
}


#howToUseIntact .image-list tr
{
    height: 60px;
}

#howToUseIntact .image-list-image-col  
{
    /* - uncomment for top aligned images on 'how to use intact'
    vertical-align: top;
    padding-top: 8px;
    */
}

.image-list-end-col { 
  border-right:0 ! important;
}

.tell-me-more {
    font-size:xx-small;
    width:60px;
    padding:0;
    margin:0;
}

.tell-me-more IMG
{
    float:left;
    margin: 0 5px 0 0;
}

.image-list-light-row {
    background-color: #f5f7fd;
}

.image-list-dark-row {
    background-color: #e5ebf9; 
}

.bottomContainer
{
    height: 40px;
	position:relative;
}
.quoteCredit 
{
    margin-top:10px;
}
.quoteCompany 
{
    font-weight:bold;
}

.quoteSourceContainer
{
    float:left;
}
.quoteCaseStudy
{
    float:right;
    position:absolute;
	bottom:0;
    right:0;
}