.tex-body {
	margin: 0;
	padding: 0;
}
.tex-box {
	background-color: #e3e3d7;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 14px;
	height: auto;
	line-height: 1.2;
	margin: 0;
	max-width: 315px;
	min-height: 380px;
	min-width: 200px;
}
.tex-box .cf {
	clear: both;
}
.tex-box-header {
	min-height: 26px;
	padding: 10px;
}
.tex-box-logo {
	display: inline-block;
	float: left;
	height: 26px;
	line-height: 26px;
}
.tex-box-logo img {
	max-width: 132px;
	width: 100%;
}
.tex-box-link {
	color: #1D4E6E;
	float: right;
	font-size: 11px;
	height: 26px;
	line-height: 26px;
	text-align: right;
}
.tex-box-link a {
	color: #1D4E6E;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
}
.tex-box-main-title {
	background-color: #1D4E6E;
	color: #ffffff;
	padding: 10px 14px;
}
.tex-box-main-image a img {
	border: 0 none;
	display: block;
	height: auto;
	margin: 0;
	width: 100%;
}
.tex-box-main-title a {
	color: #ffffff;
	text-decoration: none;
}
.tex-box-other {
	border-bottom: 1px dotted #c4c4ba;
	color: #51514f;
	font-size: 12px;
	line-height: 16px;
	padding: 8px 14px;
}
.tex-box-other:last-child {
	border-bottom: 0 none;
}
.tex-box-other-icon {
	color: #1D4E6E;
	float: left;
	font-size: 12px;
	width: 15px;
}
.tex-box-other-title {
	color: #51514f;
	padding-left: 15px;
}
.tex-box-other-title a {
	color: #51514f;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.tex-box-link a:hover,
.tex-box-main-title a:hover,
.tex-box-other-title a:hover {
	text-decoration: underline;
}
@media (max-width: 320px) {
	.tex-box-header {
		text-align: center;
	}

	.tex-box-logo,
	.tex-box-link {
		float: none;
		display: inline-block;
	}
}