@charset "utf-8";

/*******************************************************************************
 * =Boxes Raducu + specific headers for the article
 ******************************************************************************/

	.box-home {
		background:			#FFF url(../images2/bg_box_home.png) top center no-repeat;
		float:				left;
		font:				11px/1.5em Verdana, Geneva, sans-serif;
		height:				130px;
		margin:				0;
		margin-right:		4px;
		position:			relative;
		text-align:			center;
		width:				210px; }
				
			.box-home strong {
				font:					23px Georgia, "Times New Roman", Times, serif;}
			
			.box-home h2 {
				color:					#FFF;
				font:					italic 17px Georgia, "Times New Roman", Times, serif;
				height:					20px;
				margin:					7px 0px 15px; }
			
			.box-home h2 span {
				display:				inline;
				font:					bold italic 19px Georgia, "Times New Roman", Times, serif; }
				
			.box-home span.more {
				background:				#FFF url(../images2/btn_box_more.gif) top right no-repeat;
				font:					10px Verdana, Geneva, sans-serif;
				display:				block;
				padding:				5px 0px;
				margin:					3px;
				position:				absolute;
				bottom:					0;
				right:					0;
				width:					103px; }
				
				.box-home span.more a {
					color:					#FFF; }
					
				.box-home span.more a:hover {
					font-weight:			bold;
					text-decoration:		none; }
					
			.box-home span.price {
				background:				#FFF url(../images2/btn_box_price.gif) top left no-repeat;
				color:					#FFF;
				font:					10px Verdana, Geneva, sans-serif;
				display:				block;
				padding:				5px 0px;
				margin:					3px;
				position:				absolute;
				bottom:					0;
				left:					0;
				width:					87px; }
				
			.box-home span.important {
				color:					#0E8C3A;
	            font: 12px Verdana, Geneva, sans-serif;
				font-weight:			bold; }
	.last {
		margin-right: 0px;
	}
	
	.first {
		margin-left: 5px;
	}
	

