/* CSS Document - boxes news */
#boxes .news { padding-left: 15px; }
	
	#boxes .news h3 {
		color: #43AED5;
		font-weight: bold;
		font-size: 1.25em;
		border-bottom: 1px solid #EAEEF2;
		padding-left: 4px;
	}

	#boxes .news .item-news {
		border-bottom: 1px solid #EAEEF2;
		padding: 10px 20px 8px 5px;
	}
	
	#boxes .news .datum {
		color: #8A8A8A;
		font-weight: bold;
		margin-bottom: 3px;
	}
	
	#boxes .news h4 {
		color: #43AED5;
		font-size: 1.00em;
		font-weight: bold;
	}
	
	#boxes .news p { color: #686868; }

/* boxes title */
#content .boxes-title {
	width: 230px;
	float: left;
	margin-right: 8px;
	padding-bottom: 10px;
	overflow: hidden;
}

#content .white { background: url('./img/boxes_title/body_boxes_white.gif') 0 0 repeat-x; }

	#content .white .img,
	#content .blue .img_blue {
		background: url('./img/boxes_title/body_img_white.gif') 0 0 no-repeat;
		width: 221px;
		height: 124px;
		margin-top: 22px;
		margin-left: 4px;
	}
	
	#content .blue .img_blue { background: url('./img/boxes_title/body_img_blue.gif') 0 0 no-repeat; }
	
		#content .white .img img,
		#content .blue .img_blue img {
			padding-top: 9px;
			padding-left: 9px;
		}
		
		#content .blue .text { background:url('./img/boxes_title/body_img_blue_content.gif') 0 0 repeat-y; margin-top: -1px; }
			
		#content .white h3 {
			color: #43aed5;
			font-size: 1.17em;
			padding: 4px 10px 4px 30px;
			margin: 3px 10px;
		}
		
		#content .blue h3 {
			color: #fff;
			font-size: 1.17em;
			padding: 7px 10px 3px 50px;
			margin: 0px;
		}
		
		#content .blue .text p {
			margin: 9px 25px;
			color: #fff;
		}
		
		#content .white h3.otaznik { background: url('./img/boxes_title/ikon_otaznik.gif') 0 0 no-repeat; }				
			#content .white h3.vykricnik { background: url('./img/boxes_title/ikon_vykricnik.gif') 0 0 no-repeat; }
			#content .blue h3.kontakt { background: url('./img/boxes_title/ikon_kontakt.gif') 19px 0.18em no-repeat; }
			
		#content .boxes-title ul {
			list-style: none;
			margin: 10px;
		}
		
		#content .boxes-title ul li {
#			background: url('./img/boxes_title/ul_li.gif') 0 0.4em no-repeat;
			padding-left: 15px;
			margin-bottom: 5px;
			color: #686868;
			font-size: 0.92em;
		}
		
		#content .boxes-title p {
			margin: 10px;
			color: #686868;
			font-size: 0.92em;
		}
		
		#content .white a {
			color: #9ba600;
			font-weight: bold;
		}
		
			#content .blue a {
				color: #fff;
				font-weight: bold;
				margin-bottom: 10px;
			}
			
			#content .blue a.email {
				background: none;
				padding: 0;
				font-weight: normal;
				margin: 0;
			}
		
	#content .blue { background: url('./img/boxes_title/body_boxes_blue.gif') 0 0 repeat-x; }
	
	#content .blue .bottom_blue {
		background: #fff url('./img/boxes_title/bottom_blue.gif') 0 0 no-repeat;
		height: 30px;
	}
