/*
 *	Zen Tab v1.0
 *	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 *	(c) 2006 - Gregory Remington, www.mediatech.net
 * 	Some rights reserved, http://creativecommons.org/licenses/by-sa/2.5/
 */


/*******************/
/* Template Layout */
/*******************/

#main-content {
width:532px !important;
width:532px;
margin-right:14px !important;
margin-right:14px;
}

.wrapper {
	background-image: url(../images/content-left-right.gif);
	background-repeat: repeat-y;
}

#right-content {
 	float:right;
	position:relative;
	width:250px;
	margin-top:-17px;
	background-color:#EDEDED;
	text-align:left;
	}
	#right-content .news-list-item, #right-content .news-list-item-block  {
		border: 0px solid;
		margin-bottom:0px;
	}	
	#right-content .csc-header {
		background-image:url(../images/right-header.gif);
		border-bottom: 0px ;
		height:26px; 
		text-align:left;
	}
	#right-content h1 {
		font-size: 13px; color: #ffffff; text-transform: uppercase;
		padding-left:15px; padding-top:5px; 
		padding-bottom:5px;
		padding-bottom:0px !important;;

		border-bottom: 0px ;

		margin-bottom: 0px;		margin-top: 0px;
		background-image: none;
	}
	#right-content .news-list-item h5 {
		font-size:12px;
		height:25px;
		padding-left:15px;	padding-top:5px; padding-bottom:5px;
		margin-bottom: 0px; margin-top: 0px;
		background-image: none;
		}
	#right-content .news-list-item h5 a {	
		color:#394279;
		font-size:11px;	
	}
	#right-content .news-list-date {
		padding-left:15px;
		font-size:11px;	
		background-color:#EDEDED;
	}
	#right-content .news-list-item img {
		float:right;
		border:1px solid #EDEDED;
		}
		#right-content .news-list-item a:hover img  {
			border: 1px solid #75ab0f;
		}

	#right-content .bodytext {
		color:#333333;
		font-size:11px;	
	}
	#right-content .news-list-morelink { 
		display:block; padding-left:15px; padding-bottom:10px; margin-top:10px;  
		background-image:url(../images/arr-right.gif);
		background-repeat:no-repeat;
	}
	#right-content .news-list-morelink a {
		color:#2D3B58;
		font-weight:bold;
		font-size: 10px;
		font-family: verdana;
		text-transform: uppercase;
	}
	#right-content .tx-piapappnote-pi1 table, #right-content .tx-piapappnote-pi1 img, #right-content .tx-piapappnote-pi1 td{
		border:0px solid;
		font-size: 10px;
		vertical-align:top;
		padding-bottom: 0px; 
		font-family: verdana;
		color: gray;
	}
	#right-content .tx-piapappnote-pi1 b {
		color:black;
	}
	#right-content  .news-list-categoryDiv {
		display:none;
	}	
	#right-content .tx-piapappnote-pi1 img {
		margin-bottom:15px;	float:right;
		margin-right:0px;
	}
	#right-content .tx-piapappnote-pi1 table {
		width:240px; float:right;
		margin-bottom:20px;
	}
	#right-content .tx-piapappnote-pi1 a {
		font-size: 10px;
		display:block; 
		font-family: verdana;
	}
	
	#right-content #forum {
		height:235px; 
	}
	

	                                
#right-content img {
        margin: 0px;
}
#right-content a img  {
        border: 0px;
}


