.background {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 10pt;
}

.page-title {
	/* user <p> tag, not <span> for centering text */
	font-size: 14pt;
	color: #00008B;
	text-align: center;
	font: bolder;
}

.product-table {

	border-collapse: collapse;
	border: thin;
	border-spacing: 1px;
	border-bottom-width:thin;
	border-style:solid;
	

	}

.product-table-x-mark {
	font-size: larger;
	color: #00008B;
	font-weight: bold;
	text-transform: uppercase;
}

.product-table-title {
	background-color: #CCE6FF;
	font-size: 10pt;
}	

.product-table-qty-box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
}

a{
	text-decoration: none;
	text-align: left;
	color: #00008B;
}
a:hover {
	

	
	color: Red;
	}
a:active {
	color: Red;
}
.product-sub-heading {
	font-weight: bold;   
	font-size: smaller;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E8F4FF;
}
.everyothercellbg {
	background-color: #EBEBEB;
}
