.togglebox1 {
	background: rgb(238,238,238); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */

	border: 1px solid #eee;
	border-radius:10px;
	overflow: hidden;
	width: 100%;
	clear: both;
	margin-top: 10px;
	line-height: 21px;
}
.togglebox1 .block {
	padding: 15px 20px;
}

.togglebox1 .block img {
	padding: 10px;
	float:left;
}

.togglebox-show .block img {
	padding: 10px;
	float:left;
}



.togglebox1 .block strong {
	font-size: 18px;
}
a.toggleclick {
	display: block;
	font-size: 18px;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #636363;
}

.togglebox-show {
	background: rgb(238,238,238); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */

	border: 1px solid #eee;
	border-radius:10px;
	
	overflow: hidden;
	width: 100%;
	clear: both;
	margin-top: 10px;
	line-height: 21px;
}
.togglebox-show .block {
	padding: 15px 20px;
}
.togglebox-show .block strong {
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
}