/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */
.content h3 {
	margin: 12px 0 9px 0;
}

.content h4 {
	margin: 10px 0 7px 0;
	font-size: 12px;
}

.content h5 {
	margin: 5px 0 2px 0;
}

.content h6 {
	margin: 3px 0 0 0;
	font-weight: normal;
	font-style: italic;
}

.content .csc-firstHeader {
	margin-top: 0;
}

.content hr {
	height: 1px;
	margin: 5px 0 3px 0 !important;
	margin: 0;
	border: 0;
	border-top: 1px solid #ccc;
}

.content a {
	color: #386f1b;
	text-decoration: underline;
}

.content a:hover {
	text-decoration: none;
}

.content ul {
	margin: 5px 0 5px 2px;
}
	
.content ul li {
	height: auto !important;
	height: 1px;
	padding-left: 10px;
	background: url(../images/bulletlist_standard.png) no-repeat 0 6px;
}

.content .contenttable-0 {
//	border: 0px solid #ccc;
	margin-left: 1px !important;
	margin-left: 0;
}

.content .contenttable-0 {

	margin-left: 1px !important;
	margin-left: 0;
}

.content .contenttable-0 .tr-even {
	background-color: #FFF;
}

.content .contenttable-0 td,
.content .contenttable-0 td {
	padding: 2px 4px;


}

.content .contenttable-0 th {
	background-color: #CCC;
}

/*  layout1 fixed 1 col */

.content .contenttable .contenttable-1 {
	margin-left: 1px !important;
	margin-left: 0;
}

.content .contenttable-1 {
	margin-left: 1px !important;
	margin-left: 0;
}

.content .contenttable-1 .tr-even {
	background-color: #FFF;
}

.content .contenttable-1 td,
.content .contenttable-1 td {
	padding: 2px 4px;

}

.content .contenttable-1 th {
	background-color: #CCC;
}

.content .contenttable-1 .td-0 {
   width: 90px;
}


.content .csc-textpic-intext-left-nowrap h3,
.content .csc-textpic-intext-left-nowrap h4,
.content .csc-textpic-intext-left-nowrap h5,
.content .csc-textpic-intext-left-nowrap h6,
.content .csc-textpic-intext-right-nowrap h3,
.content .csc-textpic-intext-right-nowrap h4,
.content .csc-textpic-intext-right-nowrap h5,
.content .csc-textpic-intext-right-nowrap h6 {
	margin-top: 0;
}

.content .csc-textpic-caption {
	font-style: italic;
}

#mainContent h3 {
	color: #386f1b;
}

#rightContent * {
	color: #fff;
}

.tx-indexedsearch .standardForm {
	padding-top: 9px !important;
}

.tx-indexedsearch-res {
	width: auto !important;
	width: 444px;
}


/*----------------------------------------
             Plugin tt_news
-----------------------------------------*/

#col2 .newsSingle h3 {
	margin: 0px 0 9px 0;
	color:#000;
        font-size:16px;
}

#col2 .newsSingle h3 {
	margin: 0px 0 9px 0;
	color:#000;
	font-size:16px;
}

#col2 .newsList .newsItem {
	margin-bottom: 10px;
}

#col2 .newsList h3 {
	margin: 0px 0 0px 0;
	
}

#col2 .news h3 a{
	color:#000;
}

#col2 .news .date {
	position: relative;
	padding-left: 10px;
}

#col2 .news .date img {
	position: absolute;
	left: 0 !important;
	left: -10px;
	top: 4px;
}

#col2 .news-single-img img{
	float:left;
	margin-right:5px;
	margin-bottom:10px;
}