@charset "UTF-8";
/* Bothal Consultants CSS Document
Formatting of the right side of the page
for information boxes
21.04.2014 */

/* Define the right side panel */
#right_side{width: 180px; 
            float:right; 
            margin: 0;
            padding:0 10px 10px 10px;}

/* Define the information boxes */
.info_box{
	text-align:center;
	font-size:x-small;
	width:165px;
	margin-bottom:10px;
	overflow:hidden;
	border:2px solid #E6E6E6;
	padding: 5px;
}

.info_box h3{background-color: #E6E6E6;
			 padding:2px 0px;
			 border: 1px solid #B3B3B3;
			 font-size:small;}

/* Centre the image */
.info_box img{margin: 5px auto 5px auto;
			  display:block;
			  padding:5px 0px;}