
/* shop */

/* CSS Document */

#cpCart {
	border-bottom: 1px solid #a5a5a5;
	background-color: none;
	margin: 0 0 4px;
	padding: 0px;
	width: 580px;
}
.cpCartSpacer {
	border-bottom: 1px solid #a5a5a5;
	width: 580px;
	height: 20px;
}
#cpCart H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bolder;
	color: #000099;
	font-size: 14px;
	line-height: 16px;
	margin-top: 6px;
	margin-bottom: 10px;
}
#cpCart H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bolder;
	color: #666666;
	font-size: 12px;
	line-height: 16px;
	margin:0px 0 6px;
}
#cpCart H4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bolder;
	color: #000099;
	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 #000099;
	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 #000099;margin: 3px;
}
#cpCart select {
	height:24px;
	border: 1px solid #000099;
	margin: 3px;
	font-size: 11px;
	line-height:11px;
	padding:4px;
}
#cpCart input.button {
	background-color: #000099;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	height:24px;
	margin:0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9D9DFF;
	border-right-color: #222222;
	border-bottom-color: #222222;
	border-left-color: #9D9DFF;
}
#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;}

#cpCart li {
	margin: 2px 20px;
	padding: 0px;
	list-style-type: none;
	font-size: 8.5pt;
	line-height: 12pt;
	color: #444444;
	text-align: left;
	display: block;
	padding: 2px 18px 2px 20px;
	width: auto;
	background-image: 	url(../pix/bk-features.gif);
	background-repeat: no-repeat;
}

.tblCart {}

.tblCart td {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	padding: 4px;
}
.tblCart th {
	font-size: 11px;
	font-weight: bold;
	color: #66666;
	border-top: 1px solid #000099;
	border-bottom: 1px solid #000099;
	padding-top: 4px;
	padding-bottom: 4px;
}
.tblCart input {
	border: 1px solid 000099;
	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 #000099;
	border-bottom: 1px solid #000099;
	padding-top: 4px;
	padding-bottom: 4px;
}


