/* CSS Document */

#cpCart {
	border-bottom: 1px solid #a5a5a5;
	background-color: #F1F1F4;
	margin-left:3px;
	margin-bottom: 4px;
	padding: 0px;
	width: 472px;
}
#cpCart H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bolder;
	color: #009797;
	font-size: 14px;
	line-height: 16px;
	margin-top: 6px;
	margin-bottom: 10px;
}
#cpCart H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bolder;
	color: #757575;
	font-size: 12px;
	line-height: 16px;
	margin:0px;
	margin-left:8px;
}
#cpCart H4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bolder;
	color: #009797;
	font-size: 12px;
	line-height: 16px;
	margin-top: 6px;
	margin-bottom: 12px;
}
#cpCart H5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bolder;
	color: #444444;
	font-size: 14px;
	line-height: 16px;
	margin-top: 6px;
	margin-bottom: 12px;
}
#cpCart P {
	font-size: 12px;
	line-height: 19px;
	margin-top: 6px;
	margin-bottom: 12px;
}
.tblCart td  {
	font-size: 11px;
	font-weight: bold;
	color: #757575;
	border-bottom: 1px solid #009797;
	padding-top: 4px;
	padding-bottom: 4px;
	
}
#cpCart P#error {
	font-size: 12px;
	font-weight:bold;
	color:#FF0000;
	line-height: 19px;
	margin-top: 6px;
	margin-bottom: 12px;
}
#cpCart input { height:17px;border: 1px solid #009797;margin: 3px;
}
#cpCart select {
	height:24px;
	border: 1px solid #009797;
	margin: 3px;
	font-size: 11px;
	line-height:11px;
	padding:4px;
}
#cpCart input.button {
	background-color: #009797;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	border-top: 1px solid #BBFFFF;
	border-right: 1px solid #004848;
	border-bottom: 1px solid #004848;
	border-left: 1px solid #BBFFFF;
	height:24px;
	margin:0px;
}
#cpCart input.button#checkout {
	background-color: #C5673A;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	border-top: 1px solid #FFE3B9;
	border-right: 1px solid #CC3300;
	border-bottom: 1px solid #CC3300;
	border-left: 1px solid #FFE3B9;
	height:24px;
}
#cpCart input.button:Hover, #cpCart input.button#checkout:Hover  {
	background-color: #757575;
	font-size: 11px;
	font-weight: bold;
	color: #eeeeee;
	border: 1px solid #444444;
	height:24px;
}
#cpCart input.checkbox {border:0px;}
.tblCart {}

.tblCart td {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	padding-top: 4px;
	padding-bottom: 4px;
}
.tblCart th {
	font-size: 11px;
	font-weight: bold;
	color: #757575;
	border-top: 1px solid #009797;
	border-bottom: 1px solid #009797;
	padding-top: 4px;
	padding-bottom: 4px;
}
.tblCart input {
	border: 1px solid 009797;
	padding: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 11px;
}

.tblCart input.check {
	border:0px;
	padding: 0px;
}
/**/
.tblCustomer td {
	font-size: 12px;
	line-height:12px;
	font-weight: normal;
	color: #000000;
}
.tblCustomer  H6 {
	font-size: 12px;
	line-height:12px;
	font-weight: normal;
	color: #000000;
	margin:0px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.tblCustomer th {
	font-size: 11px;
	font-weight: bold;
	color: #757575;
	border-top: 1px solid #009797;
	border-bottom: 1px solid #009797;
	padding-top: 4px;
	padding-bottom: 4px;
}
