H1, H2, H3
{
	text-transform: none;
}

IMG.screenshot
{
	float: right;
	height: 250px;
	margin: 0.5em;
}

P.igence
{
    font-weight: bold;
}

DIV.functions
{
	background: white;
	border: 1px solid #999;
	padding: 1em;
	margin: 0 2em 0 0;
	min-height: 270px;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -khtml-radius: 0.5em;
}

DIV.functions P
{
	margin-top: 0;
}

IMG.client-thumbnail
{    
    cursor: pointer;
    height: 5em;
    float: right;
    margin-top: 0em;
	margin-right: 2em;
	margin-left: 2em;
}

DIV#client-card
{
    z-index: 3000;
    display: none;
	position: absolute;
	right: 3em;
	top: 2em;
    box-shadow: 0 0 2em #444;
    -webkit-box-shadow: 0 0 2em #444;
    -moz-box-shadow: 0 0 2em #444;
	font-family: Arial, Helvetica, sans-serif;
}

.client
{
	float: left;
    margin: 0px 15px 15px 0px;
    font-size: 0.8em;
}

.summary
{
	width: 24em;
	background: white;
    padding: 0.5em;
	border: 1px solid #999;
}

.info
{
    height: 12em;
    overflow: hidden;
}

.summary DIV.logo
{
    height: 3em;
    line-height: 4em;
    vertical-align: middle;
}

.summary DIV.logo IMG
{
    max-height: 100%;
}

.summary DIV.link
{
    padding: 0.5em;
    height: 1em;
}

.summary DIV.link P
{
    text-align: center;
}

.summary P
{
	line-height: normal;
	margin: 0px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 0px;
	color: #333;
}

#expanded-screenshot
{
    z-index: 3;
    display: none;
	position: fixed;
    top: 2em;
    width: 80%;
    left: 10%;
    box-shadow: 0 0 2em #000;
    -webkit-box-shadow: 0 0 2em #000;
    -moz-box-shadow: 0 0 2em #000;
}


