
.CardList LI {
	list-style: none;
	display: inline-block;
	height: 360px;
	width: 240px;
	margin-left: 30px;
	margin-right: 30px;
	padding: 0;
}
.CardList .Card {
	height: 380px;
	width: 240px;
	margin: 10px auto;
	padding: 0px;
	text-align: center;
	vertical-align: top;
	background-color: #F1F1F1;
	border-radius: 20px 0;
}
.CardList .Card_Title {
	display: block;
	width: 80%;
	height: 40px;
	margin: 20px auto 10px auto;
	padding: 0px;
	font-size: 16px; 
	font-weight:300;
	color: #000;
}
.CardList .Card_SubTitle {
	display: block;
	width: 100%;
	height: 30px;
	margin: 0 auto 5px auto;
	padding: 0px;
	font-size: 14px;
	color: #707070;
	font-weight: 100;
}
.CardList .Card_Desc {
	display: block;
	width: 100%;
	height: 95px;
	margin: 0 auto;
	padding: 0px;
	font-size: 16px;
	color: #808080;
	font-weight: normal;
	border-top: 1px solid #A8A8A8;
	border-bottom: 1px solid #A8A8A8;
}
.CardList .Card_Other {
	display: block;
	width: 100%;
	height: 40px;
	margin: 0 auto;
	padding: 0px;
	font-size: 16px;
	color: #808080;
	font-weight: normal;
	border-bottom: 1px solid #A8A8A8;
}
.CardList .Card_Featured_ON {
	background-color: #B30000;
	color: #FFF;
	font-weight: bold;
	font-size: 24px;
	z-index: 500;
	position: relative;
	top: 0;
	height: 30px;
}
.CardList .Card_Featured_OFF {
	height: 0;
	color: #FFF;
	font-weight: bold;
	font-size: 24px;
	z-index: 500;
	position: relative;
	top: 0;
}
.CardList .Card_Active {
	color: #A3A3A3;
	font-weight: bold;
	text-align: center;
	font-size: 24px;
	z-index: 500;
	position: relative;
	top: 0;
}
.CardList .Card_ImgA {
	width: 100%;
	height: 240px;
	background-position: center center;
	background-size: cover;
	border-radius: 20px  0 0 0;
}
.CardList .Card_ImgB IMG {
	width: auto;
	height: 50px;
	margin: 5px;
	display: inline;
	background-position: center center;
	background-size: cover;
}
.CardList .Card_Price {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 5px;
}
.CardList .Card_Price .Card_Dollar {
	display: inline-block;
	font-size: 50px;
	font-weight: bold;
}
.CardList .Card_Price .Card_Cents {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
	vertical-align: top;
}
.CardList .Card_Price .Card_Condition {
	display: inline-block;
	font-size: 20px;
	color: #8B8B8B;
	vertical-align: top;
}
.CardList .Card_Link {
	background-color: #AE1C29;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	z-index: 500;
	padding-top: 10px;
	display: block;
	height: 30px;
	width: 100%;
	border-radius: 0 0 20px 0;
}

.CardList .Card_Link:hover {
    background-color:#890e19;
    color:#FFC94A;}

