/*
****************************************
*
*  (c) YZALIS 2009
*
****************************************
*/

.yz_clients {
  border:1px solid rgb(230,230,230);
  background:rgb(246,246,246) url(../images/bgr-box-trans.png) top repeat-x;
  width:240px;
  padding:10px;
  border-radius:0.5em;
  -webkit-border-radius:0.5em;
  -moz-border-radius:0.5em;
  margin-bottom:20px;
}

.yz_clients h2 {
  font-size:1.1em;
  font-weight:bold;
  color:rgb(234,71,42);
  margin:0 0 10px 0;
}


.yz_logosclients {
  height:60px;
}

.yz_logosclients .yz_client {
  position:absolute;
}

.yz_logosclients a.yz_linkmore {
  padding:2px 20px 4px 10px;
  float:right;
  display:block;
  text-decoration:none;
  color:rgb(230,230,230);
  background:rgb(75,75,77) url(../images/fleche_sidebaryzalis.png) 97% center no-repeat;
  width:80px;
  border-left:4px solid rgb(234,71,42);
  -moz-border-radius-bottomright:0.3em;
  -moz-border-radius-topright:0.3em;
  -khtml-border-radius-bottomright:0.3em;
  -khtml-border-radius-topright:0.3em;
  -webkit-border-bottom-right-radius:0.3em;
  -webkit-border-top-right-radius:0.3em;
  border-bottom-right-radius:0.3em;
  border-top-right-radius:0.3em;
}
.yz_logosclients a.yz_linkmore:hover {
  color:rgb(0,0,0);
  background-color:rgb(230,230,230);
}


.yz_clients .yz_img2 {
  margin-left:30px;
}