﻿/* Customer Quotes page */
.customerQuotes {

}
    .customerQuotes p {
        line-height: 18px;
        margin: 10px 0;
    }

/* Customers page */
.customers {

}    
    .customers h3 {
        padding:0px 0px 5px 0px;
        margin:0px;
    }
    .customers .customer {
		padding: 25px 0 15px 0;
		background: transparent url(/Images/Hr_578x9.png) no-repeat 0 0;
    }
        .customers .customer .logo {
            float: left;
            padding: 0 20px 0 0;
        }
        .customers .customer .copy {
            float: left;
            width: 450px;
        }
        
			.customers .customer .copy .links {
				padding-top:10px;
			}
			
				.customers .customer .copy .links div {
					float:left; 
					width:206px;
				}
			

/* Customer Details page */
.customerDetails .VideoPanel {
	margin:0px 0 20px 0;
}

.customerQuotesSeparator img {
	height:9px;
	width:578px;
}