/*  CSS for checkout boxes  */
.checkoutBox {
	border: 1px groove rgb(190, 219, 216); 
	/*background-image: url(/images/input_bkgnd.gif); */
	color: rgb(41, 142, 131); 
	font-family: Arial,Verdana,Tahoma; 
	font-size: 11px; 
	height: 17px; 
	padding-left: 3px; 
	padding-top: 1px;
}

/*  CSS for 5links  */
a.5links:link {
	color: #178579;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.5links:visited {
	color: #178579;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.5links:hover {
	color: #2e90d6;
	font-weight: normal;
	text-decoration: underline;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*  CSS for text 12 normal  */
.text12-normal{
	color: #298e83;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*  CSS for text 12 bold  */
.text12-bold{
	color: #298e83;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*  CSS for text 11 normal  */
.text11-normal{
	color: #298e83;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*  CSS for text 11 normal light  */
.text11-normal-light{
	color: #5faaa2;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*  CSS for text 11 normal  */
.text11-red{
	color: #ff0202;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*  CSS for text 11 bold  */
.text11-bold{
	color: #298e83;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*  CSS for total bold  */
.total-bold{
	color: #ffffff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*  CSS for links 11  */
a.links11:link {
	color: #2e90d6;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a.links11:visited {
	color: #2e90d6;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a.links11:hover {
	color: #2e90d6;
	font-weight: normal;
	text-decoration: underline;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*  CSS for Temando quote text 11 normal  */
.temando-normal12{
	color: #3399ff;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.temando-bold12{
	color: #3399ff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.temando-bold13{
	color: #3399ff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.temando-quote-table{
	margin:6px 10px 10px 10px;
	padding:4px 4px 6px 4px;
	width:96%;
	background-color:#fff;
	border:solid 1px #3399ff;
}
