﻿/*
	Client List Styles.
*/
.client 
{
	clear: both;
	
	height: 10.2em;
	margin-bottom: 2em;
}

.client .logo a 
{
	text-decoration: none;
}

.client .logo 
{
	float: left;
	text-align: right;
	border-top: solid 1px #c2c2c2;
	border-bottom: solid 1px #c2c2c2;
	border-right: solid 3px #b7b7b7;
	padding-right: 1em;
	height: 10.1em;
	width: 51.3%;
}

.client .desc 
{
	float: left;
	width: 41.0%;
	/*font-size: 0.69em;*/
	text-align: left;
	height: 6.9em;
	border-left: solid 1px #e1e1e1;
	padding-left: 2.5em;
	padding-top: 3.5em;
	
	background-color: rgb(248, 248, 248);
}

.titleImage 
{
	margin-top: 0.4em;
	margin-left: 0.35em;
}


.dataAndImage 
{
	float: left;
	width: 100%;
	clear: both;
}

.dataAndImage .dataItself 
{
	float: left;
	width: 40%;
}

.dataAndImage .dataImage 
{
	float: left;
	width: 58%;
	text-align: left;
}

