

td.cardDesignSection {

	background-color: #FFFFFF;
	color: #333333;
	
}

.sectionContainer {

	width: 100%;
	min-height: 85px;
	border: 1px solid #FF0000;
	background-color: #FFFFFF;
	padding: 5px;
	margin:5px;
}
 
.designLabel {

	color: #333333;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

.cartDesignHeading {

	font-size: 14px;
	font-weight: bold;
	margin-bottom:10px;
}


.cartDesignLabel {

	font-size: 10px;


}

.cartDesignValue {

	color: #000000;
	font-size: 10px;
	font-weight: bold;

}


