﻿div.thumbcardcontainer {
	
	margin:5px auto;
	text-align:center;
}

div.thumbcard {
	display:inline-table;
	width:150px;
	height:190px;
	font-size:small;
	text-align:center;
	background-color:#ECEEE0;
	margin:4px 2px;
	vertical-align:top;	
    border-radius:4px;
}

div.thumbcard img {
	width:140px;
	height:140px;
/*	border:1px #212121 solid; */
}

div.thumbcardimage {
	display:block;
	width:142px;
	height:142px;
	background-color:#ECEEE0;
	margin:2px 2px 2px 2px;
}

div.thumbcardcaption {
	display:block;
	width:142px;
	height:44px;
	margin:2px 2px 0 2px;
	overflow:hidden;
}


div.thumbcardcaption strong {
	vertical-align:middle;
}
/*
div.thumbcard img:hover {
	border:1px #A0A060 solid;
}
*/

div.thumbcard a { 
	display:block; 
	padding:2px;
	border: 2px solid #ECEEE0;
	border-radius:4px;
	overflow:hidden;
}

div.thumbcard a:hover, 
div.thumbcard a:active {
/*	background-color:#A0A060; 
	color:#FFFFFF;	*/
	border:2px solid #A0A060;
	text-decoration:none;
}



@media (min-width: 640px) {
	div.thumbcard { width:208px; height:265px; font-size:medium; margin:12px 8px }
	div.thumbcard img { width:198px; height:198px }
	div.thumbcardimage { width:200px; height:200px }
	div.thumbcardcaption { width:192px; height:60px }
}
