#featured-element {
    float: left;
    margin-right: 5px;
    width: 20px;
}

.blog-container {
	padding-top: 20px;
}
.blog-container > .r {
	width: 300px;
	float: right;
	margin-left: 22px;
}
.blog-container > .l {
	width: 618px;
	float: left;
}
.blog-container h2 {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #005d85;
	margin: 0 0 2px;
}
.blog-container h2 a {
	color: #005d85;
	text-decoration: none;
}
.blog-container h2 a:hover {
	text-decoration: underline;
}
.blog-container h2 a.box-hint-link {
	color: #237CBD !important;
}
.blog-container h3 {
	font-size: 13px;
	line-height: 24px;
	font-weight: normal;
	color: #666666;
	margin: 0;
}
.blog-container p {
	margin: 0;
}
.blog-container .read-more {
	font-weight: bold;
	line-height: 24px;
}

.blog-container hr.sep {
	border: none;
	border-top: 2px solid #dfdedf;
	margin: 18px 0;
}
.blog-container > .r hr.sep {
	border: none;
}
.blog-tabs hr.sep {
	border-color: #ededed;
	margin: 14px 0;
}

.blog-side-box {
}
.blog-side-box dt {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #005d85;
}
.blog-side-box dd {
	margin-top: 10px;
}
.blog-side-box.list dd {
	line-height: 24px;
	font-weight: bold;
	margin: 0;
}
.blog-side-box.authors dd > .l {
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 20px;
	padding-top: 5px;
	overflow: hidden;
}
.blog-side-box.authors dd > .l img {
	display: block;
	border: none;
}
.blog-side-box.authors dd > .r {
	overflow: hidden;
}
.blog-side-box.authors dd h3 {
	color: #333333;
	font-weight: bold;
}
.blog-side-box dd.view-all a {
	font-size: 13px;
	font-weight: bold;
	color: #0091c9;
	text-decoration: none;
}
.blog-side-box dd.view-all a:hover {
	text-decoration: underline;
}
.blog-side-box dd select {
	width: 250px;
}

.blog-post {
}
.blog-post h3 {
	margin-bottom: 14px;
}
.blog-post > .l {
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 12px;
	overflow: hidden;
}
.blog-post > .l img {
	width: 100px;
	height: 100px;
	display: block;
}
.blog-post > .r {
	overflow: hidden;
}
.blog-post.featured {
}
.blog-post.featured > .l {
	width: 300px;
	margin-right: 22px;
}
.blog-post.featured > .l img {
	width: auto;
	height: auto;
}
.blog-post.featured h1 {
	line-height: 24px;
	font-size: 18px;
	font-weight: bold;
	color: #005d85;
	margin: 0;
}
.blog-post.featured h2 {
	font-size: 13px;
	color: #333333;
	font-weight: bold;
}
.blog-post.featured h2 a {
	color: #333333;
}
.blog-post.featured h3 {
	margin-bottom: 26px;
}

.blog-tabs {
	margin-top: 65px;
}
.blog-tabs-head {
	height: 46px;
}
.blog-tabs-head ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.blog-tabs-head ul li {
	width: 33%;
	height: 46px;
	float: left;
	margin: 0 0 0 0.5%;
	background: #999999;
	border-radius: 4px 4px 0 0;
	line-height: 46px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	text-align: center;
	cursor: pointer;
}
.blog-tabs-head ul li:first-child {
	margin: 0;
}
.blog-tabs-head ul li.active {
	background: #f9f8f8;
	text-shadow: none;
	color: #666666;
}
.blog-tabs-body {
	padding: 30px 18px;
	background: #f9f8f8;
	background: -moz-linear-gradient(bottom, #efefef 0%, #f9f8f8 100%);
	background: -webkit-linear-gradient(bottom, #efefef 0%, #f9f8f8 100%);
	background: -o-linear-gradient(bottom, #efefef 0%, #f9f8f8 100%);
	background: linear-gradient(bottom, #efefef 0%, #f9f8f8 100%);
}
.blog-tabs-body > .inner {
	position: relative;
	overflow: hidden;
}
.blog-image {
	float: left;
	margin: 4px 10px 0 0;
}
.blog-article h3 {
	margin-bottom: 8px;
}
.blog-article p {
	margin: 0 0 24px;
}

#comments {
	margin-top: 20px;
}

#SubscribeForm {
	width: 480px;
}



.icon-inline {
	float: left;
	margin-right: 16px;
	cursor: pointer;
	line-height: 18px;
}
.icon-inline div {
	float: left;
}
.icon-inline .icon {
	margin: 2px 6px 0 0;
	cursor: pointer;
}

.icon.remove {
	width: 16px;
	height: 16px;
	background: url(../images/remove.gif);
}
.icon.reply {
	width: 16px;
	height: 16px;
	background: url(../images/reply.png);
}

.blog-comment {
	margin-top: 22px;
}
.blog-comment .title > .r {
	float: right;
	margin-left: 16px;
}
.blog-comment .title > .l {
	overflow: hidden;
	word-wrap: break-word;
	font-weight: bold;
}
.blog-comment .title .icon-inline {
	margin: 0 0 0 16px;
}
.blog-comment .title .icon-inline:first-child {
	margin: 0;
}
.blog-comment .descr {
	margin-top: 6px;
	word-wrap: break-word;
}
.blog-subanswer {
	margin-left: 24px;
}