/*
 * 	CSS File for visitors
 */

#divRPAP{
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	clear: both;
	overflow: auto;
	/*margin-bottom: 20px;*/
	margin-top: 10px;
}
	#divRPAP h3{
		
	}
	#divRPAP ul{
		list-style: none;
		padding: 0;
		padding-top: 10px;
		border-top: solid 2px #f1f1f1;
		overflow: auto;
	}
		#divRPAP ul li{
			float: left;
			width: 33%;
			border-right: solid 1px #fff;
			margin-bottom: 10px;
			/*padding-bottom: 30px;
			padding-right: 10px;*/
			padding:5px 7px;
			/*height: 111px;*/
			overflow: hidden;
			cursor: pointer;
			text-align:left !important;
		}
			#divRPAP ul li img{
				padding-right: 5px;
			}
			#divRPAP ul li strong{
				padding: 0;
				font-size: 11px;
			}
			#divRPAP ul li a{
				text-decoration: none;
			}
			#divRPAP ul li p{
				padding: 0;
				margin: 0;
				color: #000;
				line-height:13px;
				text-align:justify !important;
			}
			
			#divRPAP ul li a p{
				font-weight:normal !important;
			}
			#divRPAP ul li a p:hover { text-decoration:none !important }
			
			#divRPAP ul li:hover{
				background: #f1f1f1;
				border-radius: 0 7px 7px 0;
			}
			#divRPAP ul li:hover strong{
				text-decoration: underline;
			}
.clear{
	clear: both;
}
@media screen and (max-width: 568px){
	#divRPAP ul li{ width: 100%; }
}
