/*Фон мини-профиля в Топике*/
.punbb .post .post-author {
background:url(http://savepic.ru/13916158.png) 0 0 repeat-y; /*Фон размножаемый по вертикали*/
overflow: visible!important;
margin:12px 0!important;
}
.punbb .post .post-author > ul {
background:url(http://savepic.ru/13938673.png) 0 top no-repeat,url(http://savepic.ru/13896702.png) 0 bottom no-repeat; /*Фон верха - низа*/
margin:-12px 0 -12px 0!important;
padding:26px 17px!important;
}
.tooltip {
position: relative;
}
.tooltip em {
display: none;
}
.tooltip:hover em {
font-family: arial;
font-size: 8px;
text-transform: uppercase;
letter-spacing: 1px;
display: block;
position: absolute;
background: #aacb30;
color: #698011;
padding: 10px 10px;
bottom: 13px;
right: 5;
box-shadow: 0 0 1px #ccc;
border-radius: 10px;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
-webkit-box-shadow: 0 0 1px #000000;
-moz-box-shadow: 0 0 1px #000000;
}
.tooltip:hover em i {
position: absolute;
bottom: -7px;
right: 5px;
border-top: 7px solid #698011;
border-left: 7px solid transparent;
display: block;
}
.renoheader {
background: #20191e;
}
.renoheaderhover {
width: 740px;
height: 246px;
opacity: 0;
transition-duration: 1s;
-moz-transition-duration: 1s;
-webkit-transition-duration: 1s;
-o-transition-duration: 1s;
margin-top: 415px;
margin-left: 65px;
position: absolute;
}
.renoheaderhover:hover {
color: #ededed;
width: 740px;
height: 246px;
background-color: #20191e;
opacity: 7;
}
.renoheadercontent {
width: 740px;
height: 246px;
background: #20191e;
color: #ededed; }
/* доп.поле1 */
.pa-fld1 {
width: 200px !important;
color: #9e9da0 !important;
font-size: 10.3px;
font-family: arial;
margin-bottom: -13px !important;
margin-left: -30px !important;
margin-top: -10px !important;
padding: 30px 30px 30px !important;
}