@charset "utf-8";
/* CSS Document */

.clientsContainer { padding:10px 0px; }
.clientCategoryContainer{ margin-bottom:10px; }
.categoryHeaderContainer { background:url(../images/clients/client-header-tab-bg.gif) no-repeat top left; height:35px; width:996px; margin:0px auto; line-height:35px; }
.categoryHeaderContainer h3 { width:600px; float:left; font-size:15px; color:#fff; padding-left:15px; }

a.closePanArrow, a.openPanArrow { float:right; width:26px; height:28px; background:url(../images/clients/pannel-close-arrow.gif) no-repeat top left; margin:4px 10px 0px 0px; }
a.openPanArrow { background-image:url(../images/clients/pannel-open-arrow.gif);}
a:hover.closePanArrow, a:hover.openPanArrow { background-position:bottom left; }
.categoryItemsContainer { border:#2A2A2A 1px solid; padding:10px; width:971px; margin:0px auto; }
.categoryItemsContainer ul li { float:left; width:455px; padding:10px; }
.clientLogoContainer { width:166px; margin-right:10px; float:left; text-align:center; overflow:hidden; }
.clientLogoContainer a { display:block;}
.clientLogoContainer a img { border:2px #000 solid; padding:2px; }
.clientLogoContainer a:hover img { border:2px #161616 solid; }
.clientDetails { float:left; width:270px; }
.clientDetails a { display:block; font-weight:bold; }
