/* vatalogues.css */

#content .box_large {
	position: relative;
	
	width: 306px;
	margin-right: 30px;
}

#content .box_large img {
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	display: block;
	padding: 2px;
}

#content .box_large .text {
	position: absolute;
	left: 3px;
	top: 216px;
	
	display: block;
	height: 47px;
	width: 300px;
}

#content .box_large .text h4 {
	color: #6b6b77;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	
	margin: 7px 0 0 15px;
}

#content .box_large .text a {
	background-image: url(/fileadmin/web/images/common/icons/arrow_link.grey.gif);
	background-repeat: no-repeat;
	background-position: right center;
	
	position: absolute;
	right: 10px;
	bottom: 2px;
	
	color: #4B4B4B;
	font-size: 10px;
	padding-right: 20px;
	margin-bottom: 5px;
}
