.su-lightbox{
	cursor:pointer;
}

.one-half:hover, .one-third:hover{
	transition: all 1s ease 0s;
	opacity:0.6;
}

.one-half{
	display:inline-block;
	width:49%;
	vertical-align:text-top;
	height:158px;
}
.one-half{
	margin-right:2%;
}
.one-half img{
	border: 1px solid #ddd7d7;
	box-shadow: 0 1px 3px #ddd;
}

.one-third{
	display:inline-block;
	width:32%;
	vertical-align:text-top;
}
.one-third{
	margin-right:1.5%;
}

.one-half a:hover, .one-third a:hover{
	-moz-transition: none;
   	-webkit-transition: none;
    	-o-transition: color 0 ease-in;
   	transition: none;
}

.my_donate_btn{
	margin-bottom:10px;
	border: 1px solid #ddd7d7;
	box-shadow: 0 1px 3px #ddd;
}
.center_img{
	text-align:center;
	width:100%;
	margin:20px auto;
	background-color: #fff;
	border: 1px solid #ddd7d7;
	box-shadow: 0 1px 3px #ddd;
}

.boxhead{
	color:#002159;
	font-size:22px;
	padding-bottom:8px;
	border-bottom: 1px solid #009c95;
	margin-bottom:10px;
}

.leftcol, .rightcol{
	display:inline-block;
	vertical-align:text-top;
	font-size:13px;
}

.leftcol{
	width:25%;
}

.rightcol{
	width:70%;
	color:#002159;
	padding-left:3px;
}

.rightcol a{
	color:#002159 !important;
	font-size:14px;
}
.tealemphasis{
	font-size:22px;
}
.bxdetail, .tealemphasis{
	color:#009c95;
}

.bxdetail{
	font-size:13px;
}

.one-third-pad{
	display:inline-block;
	width:30%;
	vertical-align:text-top;
	margin-right:4.5%;
}

.last{
	margin-right:0;
}