/****************************************************************************************************/
/*  Summary level shopping
/****************************************************************************************************/


.chkhead
{
	background: url(../images/chkhead.gif) no-repeat center top;
	font-weight:900;
	font-size:12px;
	color:black;
	margin-top:20px;
	padding-top:20px;
	padding-left:20px;
	text-align:left;
	height:50px;
	text-align:bottom;
}

.orderQTYLabel
{
	margin-top:5px;
	width:160px;
	text-align:right;
	padding:2px;
	border:none;
	font-size:13px;
	font-weight:bold;
	color: #424F60;
}

.orderQTY
{
	padding:3px;
	width:70px;
	font-size:16px;
	font-weight:bold;
	border:none;
	border-bottom:dotted 1px red;
	background-color:white;
	color: #424F60;
}

.orderTotalLabel
{
	margin-top:10px;
	width:160px;
	text-align:right;
	padding:2px;
	border:none;
	font-size:18px;
	font-weight:bold;
	color: #424F60;
}

.orderTotal
{
	margin-top:10px;
	font-family:arial;
	width:90px;
	border:none;
	border-top:solid 1px black;
	border-bottom:solid 2px black;
	font-size:18px;
}

.diagnostic
{
	visibility:hidden;
	font-size:12px;
	color:red;
	text-align:center;
	font-weight:200;
}



.msg
{
	visibility:hidden;
}



/****************************************************************************************************/
/*  Product level discount table
/****************************************************************************************************/


#Order
{
	padding:10px;
	width:340px;
	margin-left:-20px;
}

#Order li
{
	list-style-type:none;
}

.orderButtons
{
	text-align:center;

}



.orderDummyInput
{
	padding:1px;
	margin:2px;
	width:105px;
	font-size:13px;
	color: black;
	border:solid 1px #9F9F95;
	background-color:#EBEBE4;
}


.orderLabel
{
	padding:2px;
	width:210px;
	text-align:right;
	border:none;
	font-size:15px;
	color: #424F60;
	background-color:#F6F6F2;
}


.checkInput
{
	font-size:14px;
	letter-spacing:1px;
	margin:1px;
	color: black;
	border:solid 1px #9F9F95;
	padding-top:3px;
}


.checkInputH
{
	border:none;
	text-align:center;
}

.checkInputD
{
	border:none;
	background-color:#d5d5d1;
}




.address
{
	font-size:17px;
	font-weight:800;
	font-family:arial;
	color: black;
}

.contact
{
	padding:2px;
	border:none;
	font-size:12px;
	font-family:arial;
	color: black;
	background-color:#d5d5d1;
}


.discountMsg
{
	font-size:43:px;
}

#privacy
{
  background-color:white;
  padding:20px;
  margin:10px;
}