/**
 * CSS styles for CLinkPager.
 *
 * @author Qiang Xue <qiang.xue@gmail.com>
 * @link http://www.yiiframework.com/
 * @copyright 2008-2010 Yii Software LLC
 * @license http://www.yiiframework.com/license/
 * @since 1.0
 */
 
			.pager{
			clear:both;float:right;
			}
ul.yiiPager
{
	 overflow: hidden; width: 100%; padding: 0 0 15px; color: #55bb44;;
	  overflow: hidden; position: relative; float: roght; list-style: none;clear:both; margin: 10px 0px; padding: 0;   text-align: center;
}

ul.yiiPager li
{
	float: left; border-left: 1px solid #dfdfdf; font-size: 1.1em;background:#eee;text-align:center
	 overflow: hidden; position: relative; float: left; list-style: none; margin: 0; padding: 0; border: 1px solid #dfdfdf; background: #f8f8f8; text-align: center;
}
 

ul.yiiPager .page a
{
	 display: block; float: left; min-width: 31px; height: 22px; padding: 0 3px; color:#666;; line-height: 22px; 
}
ul.yiiPager .next a
{
	 display: block; float: left; min-width: 31px; height: 22px; padding: 0 3px; color: #55bb44;;; line-height: 22px; 
}
ul.yiiPager .previous a
{
	 display: block; float: left; min-width: 31px; height: 22px; padding: 0 3px; color: #55bb44;;; line-height: 22px; 
}

ul.yiiPager a:hover
{
	 
}

ul.yiiPager .selected a 
{
	   background: none repeat scroll 0 0 #666 !important;
    color: #fff !important;
}
ul.yiiPager .active a 
{
	   background: none repeat scroll 0 0 #666;
    color: #fff;
}

ul.yiiPager .hidden a
{
	border:solid 1px #DEDEDE;
	color:#888888;
}

/**
 * Hide first and last buttons by default.
 */
ul.yiiPager .first,
ul.yiiPager .last
{
	display:none;
}
.news-a article {
    border-top: 1px dashed #e5e5e5;
    min-height: 122px;
    padding: 26px 160px 9px 149px;
    position: relative;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, div {
    display: block;
}
* {
    transition: color 0.2s ease 0s, background-color 0.2s ease 0s;
}

.news-a article:last-child {
    
     border-bottom: 1px dashed #e5e5e5;
      border-bottom-style: solid;
}
div.loading {
    background-color: #eee;
    background-image: url('loading.gif');
    background-position:  center center;
    background-repeat: no-repeat;
    opacity: 1;
}
div.loading * {
    opacity: .8;
}
