/**
 * Author: Krzysztof Piwowar
 * Created on: 2007-04-19
 * Version: 1.0 
 *
 * Type: CSS Document
 * Name: sub_nowosci_lista.css
 * Description: CSS file for nowosci_lista.php page
 *
 * Modyfication: 2007-06-21
 */

		#content #menuleft #menuheader h3 {
			width: 72px;
			height: 13px;
			background: transparent url("../images/sub/nowosci/h3.png") top left no-repeat;					
		}
		
		#content .newsblock {
			margin-bottom: 15px;
			padding-bottom: 15px;
			background: transparent url("../images/sub/nowosci/bg_line_dot.gif") bottom left repeat-x;	
		}
		
		#content .noline {
			background: none;
		}
			
			#content .newsblock p.text {
				height: 60px;
			}
			
			#content .newsblock p.timeandlink span {
				color: #666;
				font-size: 11px;
				float: left;
			}
			
				#content .newsblock p.timeandlink a {
					color: #8fbd36;
					font-weight: bold;
					text-decoration: underline;
					float: right;
				}
			
			
			#content .newsblock h3 {
				margin-bottom: 10px;
			}
			
				#content .newsblock h3 a {
					color: #005e82;
					text-decoration: none;
				}
				
				#content .newsblock h3 a:hover {
					text-decoration: underline !important;
				}			
						
			#content .newsblock img.leftimg {
				margin: 0 10px 4px 0;
				border: 3px solid #979680;
				float: left;
			}
			
			#content .newsblock img.rightimg {
				margin: 0 0 4px 10px;
				border: 3px solid #979680;
				float: right;
			}
				
				
		
		