﻿.wrapper .main .content { float: left; width: 300px; margin: 0; padding: 25px; border: none; }

.wrapper .main .right-content { float: right; width: 400px; }

.news-items { float: right; background: #fff; padding: 20px; -moz-box-shadow: 3px 3px 3px #ccc; -webkit-box-shadow: 3px 3px 3px #ccc; box-shadow: 3px 3px 3px #ccc; }
.item { float: left; width: 220px; margin: 0 6px 6px 0; }
.item .heading { background-color: #BCBEC0; font-size: 11pt; color: #004B44; padding: 5px 10px; }
.item .heading a { color: #fff; float:right; }
.item .description { min-height: 30px; background-color: #E6E7E8; font-size: 9pt; padding: 5px 10px; }

.wrapper .main .bottom-content { background-color: #fff; margin-bottom: 10px; }
.wrapper .main .middle-content { clear: both; padding: 20px; background-color: #F1F2F2; border-top: 1px solid #e3e2e1; border-bottom: 1px solid #e3e2e1; }
.wrapper .main .middle-content .box-mid { padding: 0 8px 0 3px; width: 702px; margin: 0; }

.wrapper .main .forum-search { position: relative; color: #fff; padding: 10px; background: #00a69a; margin-bottom: 30px; }
.wrapper .main .forum-search h3 { color: #fff; border-bottom: 1px solid #fff; }
.wrapper .main .forum-search p { font-size: 10pt; line-height: normal; letter-spacing: -1px; }
.wrapper .main .forum-search a { color: #fff; text-decoration: none; }
/*
.wrapper .main .forum-search .label { position:absolute; bottom: 52px; letter-spacing: -1px; }
.wrapper .main .forum-search .searchbox { position:absolute; bottom: 11px; height: 16px; }
.wrapper .main .forum-search .searchbtn { position:absolute; bottom: 3px; right: 8px; }
*/

.wrapper .main .forum-latest { }
.wrapper .main .forum-latest p { padding: 0; }
.wrapper .main .forum-latest .forum-topic { background: #F1F2F2 url(../images/layout/plus-light.gif) no-repeat top left; padding:0 0 20px 25px; margin:3px 0 10px 0; }
.wrapper .main .forum-latest .alt { background: #E6E7E8 url(../images/layout/plus-dark.gif) no-repeat top left; margin:10px 0 10px 0; }
.wrapper .main .forum-latest .forum-topic p { padding: 0; line-height: normal; font-size: 10pt; }
.wrapper .main .forum-latest .forum-topic p.title { font-size: 12pt; color: #007168; padding-top: 3px; }

.clear { clear: both; }
