@charset "utf-8";

/* ==================================================================
	tips.css
	
=================================================================== */


.topics ul.list{
	margin:25px 0 0 0;
}

.topics ul.list li{
	position:relative;
	border-bottom:1px dotted #b0b0b0;
	margin-bottom:20px;
}

.topics ul.list li p.date{
	font-size:85%;
	margin:0 0 25px 0;
	text-align:right;
}

.topics ul.list li h4{
	margin-bottom:8px;
	font-size:120%;
	padding:10px;
}

.topics ul.list li p.pdf{
	position:relative;
	margin:0 0 20px 20px;
	float:right;
}

.topics ul.list li p.pdf a{
	zoom:1;
	padding-left:22px;
	background:url(../../../images/flyer/pdf.gif) 0 0.2em no-repeat;
	height:19px;
}

.topics ul.list li p.pdf > a{
	height:auto;
	min-height:19px;
}


.topics ul.list li p.image img{
	box-sizing:border-box;
	margin:0 0 10px 0;
	border:1px solid #ccc;
	padding:1px;
}

.topics ul.list li span.icon{
	zoom:1;
	display:inline-block;
	background:#269e57;
	color:#fff;
	margin-left:3px;
	padding:3px 5px;
	line-height:1.1;
	font-size:12px;
	font-weight:100;
	font-size:85%;
}

.topics ul.list li span.new{
	display:inline-block;
	background:#F00;
	color:#fff;
	margin-left:3px;
	padding:3px 5px;
	line-height:1.1;
	font-size:85%;
}

.topics ul.list li span.icon.cat1{
	background:#ff5a00;
}
.topics ul.list li span.icon.cat2{
	background:#269e57;
}

ul.pager{
	margin:25px 0  25px 0;
}

ul.pager li{
	float:left;
}

ul.pager li.next{
	float:right;
}