.CardList LI {
	list-style: none;
	display: inline-block;
	height: 700px;
	width: 100%;
	margin: 5px;
	padding: 0;
}
.CardList .Card {
	height: 650px;
	width: 100%;
	margin: 10px auto;
	padding: 0px;
	text-align: center;
	vertical-align: top;
	background-color: #FFF;
    /*border-radius:20px;*/
    /*box-shadow: 0 0 20px -5px #bbb;*/
}

#FA_FourCol .Card:nth-child(n+2) {

	border-left:1px solid #efefef;

}


.CardList .Card_Title {
	display: block;
    width: 85%;
    height: 70px;
    margin: 15px auto;
    padding: 0px;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    color: #00478A;
}
.CardList .Card_SubTitle {
    display: block;
    width: 90%;
    height: 80px;
    margin: 5px auto;
    padding: 0px;
    font-size: 24px;
    line-height: 34px;
    color: #808080;
    font-weight: normal;
}
.CardList .Card_Desc {
	display: block;
    width: 80%;
    height: 135px;
    margin: 0 auto;
    padding: 0px;
    font-size: 18px;
    line-height: 26px;
    color: #808080;
    font-weight: normal;
}
.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 {
	display: none;
}
.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: 200px;
    background-repeat: no-repeat;
}
.CardList .Card_ImgB IMG {
	width: auto;
    height: 50px;
    display: inline;
    background-position: center center;
    background-size: cover;
    margin: 10px;}
.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 {color: #FFF;
    background-color: #c10230;
    padding: 20px 40px 20px 40px;
    display: inline-block;
    font-size: 20px;
	line-height: 24px;
    margin-top: 10px;
    width: 50%;
    background: linear-gradient(to right,black 50%,  #c10230 50%);
    background-size: 200% 100%;
    background-position:right bottom;
    margin-left:10px;
    transition:all .3s ease;
}

.CardList .Card_Link:hover {background-position:left bottom;}



@media only screen and (max-width:782px) {

	.CardList .Card_Desc {
		height: 85px;
	}
}
