/**************** GETFIT PRESS LIST PAGE *******************/
.list_container{position:absolute; top:0px; left:50%; width:500px; height:500px; background-color:#eee;}

a{text-decoration:none;}

/*TITLE*/
.list_title{position:absolute; top:50px; left:50px; width:95%; height:60px; background-image:url('../images/backgrounds/titles/cyan_backgr_long.png'); background-repeat:no-repeat; background-color:#adc4be;}
.list_title div{position:relative; left:15px; top:15px; color:#fff;/*95241F;*/}

/*LIST CONTAINERS*/
.list_inner{position:absolute; top:120px; right:-8px;  padding-right:48px;  *padding-right:50px; /*padding-left:50px;*/ width:100%; height:500px; overflow-x:hidden; overflow-y:auto; /*background:#0f0;*/}

#list_element{position:relative; top:0px; left:90px; /*background:#00f;*/ margin-right:100px;}
#list_element ul{list-style:none; margin:0; padding:0; height:200px; overflow:hidden;}
#list_element li{padding:0px; padding-bottom:10px; margin:0; height:100px;}

/*LIST ITEMS*/
.list_el_cont{position:relative; top:0px; left:0px; height:100px;}
.list_el{position:absolute; top:0px; left:20px; height:100px; background-color:#eee; }

/*TEXTS*/
.day{position:relative; top:25px;}
.magazine{position:relative; top:25px; font-weight:bold; max-width:95%; height:20px; overflow:hidden;}
.title{position:relative; top:25px; /*background:#0f0;*/}
.title, .day, .magazine{padding-left:15px; padding-right:15px;}

/*BACKGROUNDS*/
.gray1{background-color:#bbb;}
.gray2{background-color:#ccc;}
.gray3{background-color:#ddd;}

/*PAGINAZIONE*/
.paginazione{position:absolute; top:82px; right:60px; display:block; width:35%;  text-align:right;}
.paginazione span{padding-right:10px;}

.filt_enable{color:#000; cursor: pointer;}
.filt_disable{color:#95241F; cursor:auto;}