@charset "utf-8";
/* CSS Document */

.parners { margin:6px;
float:left;
width:600px;
border:solid 1px #CCC;
	
}

.parners:hover {
	background-color:#F4F4F4;d
}
.parners img{ float:left;
	
}
.parners a{ float:left;
margin:30px 0 0 10px;
text-decoration:none;
color:#900;
font-size:14px;
	
}
.parners a:hover{ text-decoration:underline;
color:#F00;
}
