.article {
	width: 218px;
	margin: 5px 0px 5px 10px;
	padding: 0px;
	-moz-box-shadow: 0px 1px 4px #bbb;
	-webkit-box-shadow: 0px 1px 4px #bbb;
	box-shadow: 0px 1px 4px #bbb;
	border-radius: 5px;
	display:inline-block;
	vertical-align:top;
	background-color:rgb(247,247,247);
	height: 440px;
}	

.article h4.txt {
	background-color:#a31e20;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	margin: 0px;
	padding: 20px 10px 15px 10px;
	color: #fff;
	text-decoration:none;
	text-align:center;
	display:block;
	min-height: 80px;
	vertical-align:middle;		
	font-size:15px;
}

h4.txt a.h4 {
	color:#fff;
	font-size:18px;
}

a.p {
	display:block;				
	text-align:center;
}

.article p {
	padding: 15px;
	margin: 0px;	
	font-size:14px;
}

table.price {
	border-top : none;
	border-bottom : none;
	border-left:none;
	border-right: none;
	border-collapse:collapse;
	margin-left:16px;
	margin-top:16px;
	width:95%;
}

table.price td {
	border-top : none;
	border-left:none;
	border-right: none;
	border-bottom: 2px solid #B7B5B0

}


table.price h1 {
	font-size: 24px;
	color : #006BA8;
	margin: 12px 0 0 20px;
	padding: 0;	
	line-height:150%;
}

table.price h2 {
	font-size: 18px;
	color : #505050;
	margin: 0 0 5px 0;
	padding: 0;	
	line-height:150%;
}

table.price p.price {
	font-size: 22px;
	font-weight: bold;
	color : #A31E20;
	margin: 12px 0 0 20px;
	padding: 0 0 20px 0;	
	line-height:150%;
	
}

table.price img {
	font-size: 20px;
	color : #006BA8;
	margin: 10px;
	padding: 10px;	
	line-height:150%;
}
