#protocolsList h2{
	padding-top: 20px;
	padding-bottom: 16px;
}

#protocolsList ul {
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */
	width: 100%;
}

#protocolsList ul li {
	position: relative;
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */
	width: 120px;
	height: 120px;
	background-color: #ffffff;
	padding: 10px;
	margin: 0px 14px 18px 0px;
	
	vertical-align: top;

	border: 1px solid #d3d3d1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 2px #d3d3d1;
	-moz-box-shadow: 0px 0px 2px #d3d3d1;
	box-shadow: 0px 0px 2px #d3d3d1;

}

#protocolsList ul li.norightmargin{
	margin-right: 0px;
}

.protocolsList-img {
width: 100%;
height: 90px;
margin: 0px;
text-align: center;
}

.protocolsList-txt {
	height: 42px;
}

#protocolsList ul p{
padding: 0px;
width: 100%;
text-align: center;
}

#protocolsItem h2{
	padding-top: 10px;
	padding-bottom: 6px;
}

#protocolsItem{
	margin: 20px 0px;
	min-height: 150px;
}

.protocolsItem-img {
	margin-right: 18px;
	float: left;
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */
	vertical-align:top;
}
	
.protocolsItem-img img{
	border: 1px solid #d3d3d1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 2px #d3d3d1;
	-moz-box-shadow: 0px 0px 2px #d3d3d1;
	box-shadow: 0px 0px 2px #d3d3d1;	
}

