/******** CSS For Previous Next Module ************/
/* Clear & Clearfix */
.clear{width:100%;height:0px;clear:both;font-size:0px;line-height:0px;}
.clearfix:after {content: ".";display: block; height: 0; clear: both; visibility: hidden;}
* html .clearfix {height: 1%;}
/* ======================================================================================= */
.action-view{padding-bottom:2px;width:100%;}
.action-view ul{width:100%;overflow:hidden;}
.action-view ul li{width:33%;text-align:center;float:left}
.action-view ul li.view-previous{text-align:left;}
.action-view .previous .previous-icon{background:url(../images/previousnext/previous.png) top left no-repeat;width:25px;height:25px;float:left;line-height:25px;}
.action-view .previous .previous-icon span{padding-left:30px;}
.action-view .up{overflow:hidden;float:left;width:100%;}
.action-view .up .up-icon{background:url(../images/previousnext/back.png) top center no-repeat; width:100%; height:25px;float:left;line-height:25px;}
.action-view .next .next-icon{background:url(../images/previousnext/next.png) top left no-repeat; width:25px; height:25px;float:right;line-height:25px;}
.action-view .next .next-icon span{padding-right:30px;}
.action-view ul li.view-next{text-align:right;}
.action-view ul li a{text-decoration:none;font-weight:bold;}
.action-view ul li a span{font-weight:normal;}