/*-- most popular top rated etc background color --*/
div.CI_eCardCollection {
	font-family: "Arial", sans-serif;
	background: #7bc86e;
	margin-top: 4px;
}
/*-- most popular top rated etc background color --*/
/*-- most popular top rated etc headerbar color --*/
div.CI_eCardCollection div.CI_header {
	background: #d10f0f;
	padding: 3px;
	font-weight: bold;
}
/*-- most popular top rated etc headerbar color --*/
div.CI_eCardCollection div.CI_viewfull,
div.CI_eCardCollection div.CI_category {
	color: #000;
}

div.CI_eCardCollection td.CI_card {
	font: normal 8pt "Arial", sans-serif;
	text-align: center;
}

div.CI_eCardCollection td.CI_card img.CI_thumb {
	margin: 5px;
	max-width: 100px;
	max-height: 66px;
	border: 1px solid black;
}

div.CI_eCardCollection a {
	color: #000;
	text-decoration: none;
}

div.CI_eCardCollection div.CI_caption {
	font-size: 8pt;
	color: #000;
}

div.CI_toggler:hover {
	cursor: pointer;
	text-decoration: underline;
	color: white;
}

div.ecard_thanksgiving {
	background: #F9A8B2;
}

