/* $Id: cors.css 18 2008-02-27 15:23:15Z edin.coralic $ */

.cors {
	
}

/* Multi */
.cors ul.list {
	margin:0;
	list-style-type: none;
}
.cors ul.list li {
	margin: 0 0 1.5em 0;
	height: 1%;
}
	.cors ul.list li .image {
		float: left;
	}
	.cors ul.list li .informations  {
		margin-left: 220px;
	}
	.cors ul.list li .informations .title {
		font-size: 1.6em;
		font-weight: bold;
		color: #1c587e;
		margin-bottom: 1em;
		display: block;
	}
	.cors ul.list li .informations .lead {
		font-size: 1.2em;
		line-height: 1.5em;
	}
	.cors ul.list li .informations .lead * {
		line-height: 1.5em;
	}
	.cors ul.list li .informations a.more {
		font-size: 1.2em;
		float: right;
		margin-top: 0.5em;
	}


/* Single */
.cors .cors-content  {
	float:left;
	width:325px;
	padding-right:20px;
	font-size:1.2em;
	line-height: 1.6em;
	border-right: 1px solid #adafb2	
}
.cors .cors-content * {
	line-height:1.7em;	
}


.cors .cors-right-holder {
	float:right;
	width:313px;
	padding-left:20px;
}
.cors .cors-right-holder form  dl dt  {
	width:120px;
	text-align:right;
}
.cors .cors-right-holder form input {
	width:180px;
}
.cors .cors-right-holder form textarea {
	width:180px;
}
	
