
/* Greeting Card Catalog Presentation */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#clearcode {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#cardCat {
	display: block;
	width: 600px;
	text-align: center;
	margin-top: 0px;
	margin-left: 0px;
}

#cardContent {
	clear:both;
	position: relative;
	width: 800px;
	font-size: .8em;
	border-top: 1px #0000FF solid;
	background-color: #FFFFFF;
}

#cardLeftColumn {
	position: relative;
	float: left;
	width: 120px;
	padding-right: 10px;
	text-align: center;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
}

#cardLeftColumn p{
	text-align:left;
}

#cardMainColumn {
	width: 620px;
	float: left;
	padding: 0px;	
	text-align: left;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#cardSingleColumn {
	clear:both;
	display: block;
	width: 745px;
	text-align:center;
	margin: 0 auto;

}

#SingleColumn {
	clear:both;
	display: block;
	width: 745px;
	text-align:left;
	margin: 0 auto;

}

#cardListMain {
	clear: both;
	width: 600px;
	padding: 4px;
	margin: 8px;
	border-bottom: 1px #0000FF solid;
}

#cardListMain img{
	border-top: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
	border-right: 2px #999999 solid;
	border-bottom: 2px #999999 solid;
}

#cardListLeft {
	width:49%;
	float: left;
	margin: 0;
	padding: 0;
}

#cardListRight {
	width: 49%;
	float: right;
	margin: 0px;
	padding: 0;
}


