/* Форма поиска */

#news_list #search_form .content {
	margin-top: 13px;
	width: 415px;
}

	/* Заголовок */

	#news_list #search_form #title {
		width: 330px;
	}

	/* Область ввода */

	#news_list #search_form textarea {
		width: 330px;
		height: 100px;
	}
	
	/* Набор полей */
	
	#news_list #search_form fieldset {
		width: 326px;
	}
	
		#news_list #search_form fieldset select {
			width: 260px;
		}

/* Блок новости */

#news_list .new {
	position: relative;
	width: 100%;
	clear: both;
}

	/* Панель действий */

	#news_list .new .actions_panel {
		position: absolute;
		top: 18px;
		right: 0;
		padding-left: 15px;
		background: #fff;
	}
	
		/* Изображение */
	
		#news_list .new .actions_panel img {
			vertical-align: middle;
		}

	/* Дата добавления */

	#news_list .new .created {
		margin-left: 10px;
	}

	/* Картинка */

	#news_list .new .image {
		float: left;
		margin-right: 20px;
	}
		
		#news_list .new .image img {
			width: 150px;
		}

	/* Текст */

	#news_list .new .text {
		margin-left: 170px;
	}

	/* Связанные банки */

	#news_list .new .firms {
		margin-left: 170px;
		padding: 5px;
		color: #555; 
		font-size: 11px;
		text-align: left;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		background: #eee;
		overflow: hidden;
	}
	
		/* Пропуск между банками */
	
		#news_list .new .firms .tab {
			padding: 0 15px;
		}

/* Название */

#new_add #title, #new_edit #title {
	width: 440px;
}

/* Область ввода */
	
#new_add .zend_form textarea, #new_edit .zend_form textarea {
	width: 440px;
	height: 150px;
}

/* Набор полей */
	
#new_add .zend_form fieldset, #new_edit .zend_form fieldset {
	width: 436px;
}

	#new_add .zend_form fieldset select, #new_edit .zend_form fieldset select {
		width: 370px;
	}

/* Описание фотографии */

#new_add .zend_form #fieldset-image_properties .description, #new_edit .zend_form #fieldset-image_properties .description {
	padding-right: 30px;
	color: #888;
	font-size: 11px;
}

/* Блок новости */

#new_view #new {
	position: relative;
	width: 100%;
}

	/* Панель действий */

	#new_view #new .actions_panel {
		position: absolute;
		top: 18px;
		right: 0;
		padding-left: 15px;
		background: #fff;
	}
	
		/* Изображение */
	
		#new_view #new .actions_panel img {
			vertical-align: middle;
		}

	/* Дата добавления */

	#new_view #new .created {
		margin-left: 10px;
	}

	/* Главная картинка */

	#new_view #new .main_image {
		position: relative;
		float: left;
		margin-right: 20px;
		margin-bottom: 15px;
	}

		#new_view #new .main_image .main {
			width: 150px;
		}

		/* Удаление */

		#new_view #new .main_image .delete_cover_block {
			position: absolute;
			top: -3px;
			right: -5px;
			padding: 2px 4px 3px;
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border: 1px solid #777;
			background: #fff;
		}
		
			/* Ссылка */
			
			#new_view #new .main_image .delete_cover_block a {
				margin: 0 2px;
			}

	/* Связанные банки */

	#new_view #new .firms {
		padding: 5px;
		color: #555; 
		font-size: 11px;
		text-align: left;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		background: #eee;
		overflow: hidden;
	}
	
		/* Пропуск между банками */
	
		#new_view #new .firms .tab {
			padding: 0 15px;
		}
		
/* Фотографии */

#new_view #images {
	clear: both;
}

	/* Список изображения */
	
	#new_view #images .list {
		margin-top: -5px;
	}

	/* Блок изображения */
	
	#new_view #images .image_block {
		float: left;
		position: relative;
		margin-right: 20px;
		margin-top: 20px;
	}
	
		/* Фото */

		#new_view #images .image img {
			height: 150px;
		}

		/* Действия */
	
		#new_view #images .image_block .images_actions {
			position: absolute;
			top: -3px;
			right: -5px;
			padding: 3px 5px;
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border: 1px solid #777;
			background: #fff;
		}
		
			/* Ссылка */
			
			#new_view #images .image_block .images_actions a {
				margin: 0 2px;
			}

/* Комментарии */

#new_view #comments {
	clear: both;
}

/* Комментарий */

#new_view #comments .comment {
}

	/* Автор */
	
	#new_view #comments .comment .author {
		margin-bottom: 5px;
	}
		
		/* Имя */
		
		#new_view #comments .comment .author .name {
			padding: 2px 4px;
			font-weight: bold;
			background: #eee;
		}
		
		/* Действия */
		
		#new_view #comments .comment .author .comments_actions {
			margin-left: 10px;
		}
	
	/* E-mail и дата создания */
	
	#new_view #comments .comment .created_and_email {
		color: #777;
		font-size: 11px;
		margin-bottom: -5px;
	}
	
/* Автор */

#new_comment_add #author, #new_comment_edit #author {
	width: 440px;
}

/* E-mail */

#new_comment_add #email, #new_comment_edit #email {
	width: 240px;
}

/* Область ввода */
	
#new_comment_add .zend_form textarea, #new_comment_edit .zend_form textarea {
	width: 440px;
	height: 150px;
}

/* Форма поиска */

#new_view #comments #search_form .content {
	margin-top: 13px;
	width: 415px;
}

	/* Автор */
	
	#new_view #comments #search_form #author {
		width: 330px;
	}
	
	/* E-mail */
	
	#new_view #comments #search_form #email {
		width: 240px;
	}
	
	/* Область ввода */
		
	#new_view #comments #search_form textarea {
		width: 330px;
		height: 120px;
	}