@charset "utf-8";
/* CSS Document */


/* ***************************************
	RIVER
*************************************** */
#river,
.river_item_list {
    /*border-top:1px solid #dddddd;*/
}
.river_item p {
    margin:0;
    /*padding:0 0 0 21px;*/
    line-height:1.1em;
    min-height:17px;
}
.river_item a {
    color:#3d619f;
    font-weight:bold;
}
.river_item {
    border-bottom: 1px solid #DDDDDD;
    padding: 10px 0;
}
.river_item > div {
    /*float: left;
	min-height:31px;
	width: 455px;
	padding:6px 0px 6px 0px;*/
}
.river_item.odd > div {
    background-color:#E5EDCC;
}
.river_item > div.avatar {
    background-color: inherit;
    background-image: url("../../../mod/pactoTheme/images/flecha.jpg");
    background-position: 44px top;
    background-repeat: no-repeat;
    float: left;
    height: 40px;
    padding: 0 10px 0 0;
    width: 40px;
}
.river_item > div.clearfloat {
    clear:both;
    float:none;
    height: 0px;
    min-height:0px;
    padding:0px;
    background-color:inherit;
}
.river_item_time, .item_time {
    color:#84A53C;
}
/* IE6 fix */
* html .river_item p { 
    padding:3px 0 3px 20px;
}
/* IE7 */
*:first-child+html .river_item p {
    min-height:17px;
}
