﻿/* ========================== */
.ticker {
	width: 400px;
	height: 420px;
	overflow: hidden;
	border: 1px solid #DDD;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #DDD;
	text-align: left;
}

.ticker h3 {
	padding: 0 0 10px 10px;
	border-bottom: 1px solid #A7A7A7;
}

.ticker ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.ticker ul li {
	list-style: none;
	width:400px;
	height: 130px;
	border-bottom: 1px solid #D6CFB8;
	margin-top:5px;
	padding-bottom: 5px;
}
.tickimg{
	width: 120px;
	height: 120px;
	float: left;
	margin-right: 20px;
}
.tickimg img{
	margin:5px;
}
.tickitxt{
	width:360px;
	height:120px;
	margin-right: 30px;
	margin-top:10px;
}

.ticker li a {
	display:block;
	overflow:hidden;
	color: #003d7d;
	text-decoration: none;
}
.ticker a:hover {
    background: #f0f0f0;
}

