.meteobox {}
.cinemabox {}
.newsletterbox {}
	.newsletterbox .label {
		width:185px;
		margin-bottom:3px;
		float:left;
		clear:both;
	}
	
	.newsletterbox .label span {
		display:block;
		float:left;
		width:60px;
	}
	.newsletterbox .label input {
		width:120px;
		border:1px solid #444;
	}	
	

.linksbox {}

	#layout #col_center .box .linksbox .box_title {
		height:32px;
		background:url(../images/box_head_links.jpg);
	}
		#layout #col_center .box .linksbox .box_title h2 {	
			color:#cfd8dc;
			font-size:16px;
			line-height:32px;
			padding-left:10px;
		}
		
	.linksbox ul {
		list-style: none;
		margin: 0px;
		padding:0px;	
	}
	
		.linksbox ul li {
			padding: 10px;
			border-bottom: 1px solid #ccc;
		}
			.linksbox ul li a {
				font-weight: bold;
				color:#6c8593;
			}
			.linksbox ul li a.menu {
				cursor: default;
			}
			.linksbox ul li ul li {
				display:inline;
				padding: 0px;
				border: none;
			}
				.linksbox ul li ul li a {
					color:#000;
					font-size:11px;
					font-weight:normal;
					border-left: 1px solid #000;
					padding: 0px 5px;
					text-transform: lowercase;
				}
				.linksbox ul li ul li.first a {
					border-left: none;
					padding-left: 0px;					
				}
				.linksbox ul li ul li a:hover {
					color:#6c8593;
				}