﻿.content-box .content-box-inner {
	position: static;
	/*padding: 12px 23px 17px 23px;*/
}

/* Links */

.links {
	border-top: dotted 2px #c6c8d4;
	margin-top: 29px;
}

.links .row {
	overflow: hidden;
	clear: both;
	padding-top: 30px;
}

* html .links .row { height: 1%; }

.links .link {
	width: 227px;
	float: left;
	overflow: hidden;
	margin-right: 30px;
}

.links .last {
	margin-right: 0;
}

* html .links .link { height: 1%; }

.links .link .image {
	float: left;
	width: 71px;
	margin-right: 12px;
}

.links .link .text {
	float: left;
	width: 144px;
	color: #666;
	font-size: 11px;
	margin: 0;
	line-height: normal;
}

.links .link .noimage {
	width: 227px;
}

.links .link strong {
	color: #333;
	text-transform: uppercase;
}