@import url(common.css);

/*Конструкция*/
#out{float:left;width:100%;margin:0 -230px 0 0;}
#in{margin:0 230px 0 0;}
#all{width:100%;}

/*Центральная колонка*/
#center{float:right;width:100%;margin:0 0 0 -230px;padding:0 0 0px;}
#center .out{margin:0 0 0 230px;padding:0 40px;}
#center .in{width:100%;}

/*Левая колонка*/
#left{display:block;float:left;width:230px;padding:0 0 0px;}
#left .out{width:100%;}
#left .in{}

/*Лучшие кейсы*/
dl.cases{width:100%;}
dl.cases dd{width:100%;overflow:hidden;}
dl.cases dd a{}
#main dl.cases dd img{float:left;display:inline;margin:0 1px 1px 0;}

/*Блоги сотрудников*/
dl.user td{padding:0 0 15px;}

dl.user td .img{position:relative;overflow:hidden;float:left;width:50px;height:50px;margin:0 10px 0 0;}
dl.user td .img span{position:absolute;left:0;top:0;width:100%;height:100%;background:url(../i/user.png) no-repeat;}

dl.user td a{font-family:tahoma;font-size:12px;color:#000 !important;}
dl.user td a span{font-size:10px;color:#777 !important;line-height:100%;}

dl.user td a:hover{background:#06f !important;}
dl.user td a:hover,dl.user td a:hover span{color:#fff !important;}