
.clients_table_horizontal {
    width: 967px;
}
.clients_table_vertical {
    width: 790px;
}    
.item {
    min-height: 110px;
	background-color: #f0f0f0;
	margin: 2px;
	padding: 8px;
	display: block;
	background-position: top;
    border: 1px solid #9f9f9f;
    background-color: #fff;
    background-image: url(images/child_bg.jpg);
    background-repeat: repeat-x;
    background-position: top;
}
.item .image img {
    background-color: #fff;
    padding: 3px;
}
.item .image a {
    float: left;
	border: 2px solid #0061a1;
}
.item .image a:hover {
	border: 2px solid #aa2423;
}
.item .body {
    margin-left: 125px;
}
.item .title a,
.item .title a:link,
.item .title a:active,
.item .title a:focus,
.item .title a:visited {
    font-weight: bold;
    color: #444;
}
.item .title a:hover {
    color: #fff;
    background-color: #444;
}
.item .date {
    font-weight: bold;
    font-size: 0.8em;
    color: #777;
}

.item .news_date {
    font-weight: bold;
    font-size: 0.8em;
    color: #777;
}

.item .summary {
    font-size: 0.9em;
    line-height:normal;
    margin:4px 8px 0px 0px;
}
.item .price {
    font-weight: bold;
    color: #000;
}
.item .content a {
}
.clients td {

}

