/*
#------------------------------------------------------------------------
# Orgman - 2012 template (for Joomla 1.5)
# Copyright (C) 2012 RBD. All Rights Reserved.
# @license - GNU/GPL, http://www.gnu.org/copyleft/gpl.html
# Author: RBD
#------------------------------------------------------------------------
*/

/* News Show Pro GK4 */ 
/* interface */
.moduletable-red .nsp_main .nsp_top_interface div, .moduletable-green .nsp_main .nsp_top_interface div  {background:#FFFFFF;padding:0 10px 5px 15px;right:0;top:8px;}

/* pagination */
.moduletable-red .nsp_main .nsp_top_interface div .pagination, .moduletable-green .nsp_main .nsp_top_interface div .pagination {margin:2px 0 0 0;}

.moduletable-red .nsp_main .nsp_top_interface div .pagination li, .moduletable-green .nsp_main .nsp_top_interface div .pagination li,
.moduletable-red .nsp_main .nsp_top_interface div .pagination li.active, .moduletable-green .nsp_main .nsp_top_interface div .pagination li.active {width:12px;height:11px;margin:3px 0 0 5px !important;}
.moduletable-red .nsp_main .nsp_top_interface div .pagination li {background:transparent url('../images/news_interface_red.png') no-repeat 50% 0 !important;}
.moduletable-green .nsp_main .nsp_top_interface div .pagination li {background:transparent url('../images/news_interface_green.png') no-repeat 50% 0 !important;}

.moduletable-red .nsp_main .nsp_top_interface div .pagination li.active, 
.moduletable-red .nsp_main .nsp_top_interface div .pagination li.active:hover,
.moduletable-red .nsp_main .nsp_top_interface div .pagination li:hover {background:transparent url('../images/news_interface_red.png') no-repeat 50% -11px !important;}
.moduletable-green .nsp_main .nsp_top_interface div .pagination li.active, 
.moduletable-green .nsp_main .nsp_top_interface div .pagination li.active:hover,
.moduletable-green .nsp_main .nsp_top_interface div .pagination li:hover {background:transparent url('../images/news_interface_green.png') no-repeat 50% -11px !important;}

/* buttons: prev & next */
.moduletable-red .nsp_main .nsp_top_interface .prev, .moduletable-red .nsp_main .nsp_top_interface .next {height:20px;width:20px;margin:0 0 0 4px;background:transparent url('../images/news_interface_red.png') no-repeat -62px 0;}
.moduletable-green .nsp_main .nsp_top_interface .prev, .moduletable-green .nsp_main .nsp_top_interface .next {height:20px;width:20px;margin:0 0 0 4px;background:transparent url('../images/news_interface_green.png') no-repeat -62px 0;}

.moduletable-red .nsp_main .nsp_top_interface .prev, .moduletable-green .nsp_main .nsp_top_interface .prev {background-position:0 -62px;}
.moduletable-red .nsp_main .nsp_top_interface .prev:hover, .moduletable-green .nsp_main .nsp_top_interface .prev:hover {background-position:0 -82px;}
.moduletable-red .nsp_main .nsp_top_interface .next, .moduletable-green .nsp_main .nsp_top_interface .next {background-position:0 -22px;}
.moduletable-red .nsp_main .nsp_top_interface .next:hover, .moduletable-green .nsp_main .nsp_top_interface .next:hover  {background-position:0 -42px;}

/* article layout */

/* Portal mode - additional styles */
/* portal mode 1 */

/* portal mode 2 */

/* portal mode 3 */

/* portal mode 4 */


/* JComments */
ul.jcomments-latest {margin:0;}
	ul.jcomments-latest li {line-height:1.5em;}
		ul.jcomments-latest li ul {margin:5px 0 !important;}
	ul.jcomments-latest h4 {margin:0;}
	ul.jcomments-latest .avatar {float:left;margin:5px 10px 5px 5px;}
		ul.jcomments-latest img {margin:0;padding:3px;border:1px solid #E5E5E5;}
	ul.jcomments-latest .rounded {border-radius:0;border:1px solid #E5E5E5;background:#F6F6F6;}
	ul.jcomments-latest .comment {clear:none;}
		ul.jcomments-latest a.title-comment {display:block;padding:0 0 2px 0;color:#2F2C2A;font-weight:700;}
		ul.jcomments-latest a.title-comment:hover {color:#CF1919;}
		ul.jcomments-latest .author, ul.jcomments-latest .date {display:inline;font-size:11px;}
			ul.jcomments-latest .author {margin-right:2px;}
			ul.jcomments-latest .date {padding-left:5px;border-left:1px solid #CCCCCC;}
		ul.jcomments-latest .jcomments-latest-readmore {font-size:11px;}