﻿.ticker{border: 2px solid #06F;
    margin-top: 10px;
    border-radius: 5px;
    height:300px !important;

}
.news-ticker{
    border: 0px solid #ccc;
    margin: 2px 0;
}
.news-ticker ul{
    padding: 0;
    list-style: none; height:300px;
}
.news-ticker li{
    padding: 20px;
    border-bottom: 1px dashed #ccc;
    margin-bottom:5px !important;
    height:auto !important;
}
.news-ticker li.odd{
    background: #fafafa;
}
.news-ticker li:after {
    content: '';
    display: block;
    clear: both;
}

.news-ticker a{
    font-size: 12px;
    font-weight: bold;
   color: #663300;
}
.news-ticker p {
    margin: 15px 0 0;
    font-size: 14px;
}

ul.news {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	height: auto;
	padding: 2px;
	list-style-type: none;
	overflow: hidden;
}

	ul.news li {
		margin: 0px 0px 5px 0px !important;
		padding: 0px 0px;
		float: left;
		width: 100%;
		height: auto;
		border-bottom: dashed 1px #ccc;
		list-style-type: none;
	}


		ul.news li div.wrap {
			text-decoration: none;
			float: left;
			width: 100%;
			height: auto;
			margin: 0px 0px 0px 0px;
			padding: 0px;
		}

			ul.news li div.wrap a.date
			 {
				text-decoration:none;
				color:#a5a5a5;
				font-weight:bold;
				float:left;
				margin:0px 0px 0px 0px;
			}
