#shoppingcart {
	clear: both;
	padding: 5px 0;
}

#ordersummary {
	clear: both;
	padding: 5px 0;
}

#col01 {
	float: left;
	width: 446px;
}

#col02 {
	float: right;
	width: 446px;
}

.thankyou {
	float: left;
	width: 304px;
	height: 50px;
	padding: 30px 0 0 170px;
}

.ordersteps {
	float: right;
	padding: 5px 0 10px 0;
	font-size: 12px;
	text-align: right;
}

.printpage {
	margin: 15px 10px 0 10px;
}

.linecomment {
	margin-left: 2px;
	padding-left: 2px;
	border-left: 2px solid;
	font-size: 11px; /*srs.3/5/2021. changed 10px*/
	color: #595959; /*srs.3/5/2021. changed #787878*/
	line-height: normal;
}

.ordercomments {
	width: 414px;
	min-height: 50px;
	padding: 15px;
	border: 1px solid #CCC;
}

/* !TABLES */

.cartTable thead td,
.cartTable tfoot td {
	background-color: #014689;
	height: 24px;
	color: #80A3C4;
	font-weight: bold;
	line-height: 11px;
}

.cartTable thead td.shorthdr {
	background: url(../images/catalog/rndtblhdr_short.gif) no-repeat left top;
	padding: 0;
	height: 8px;
}

.cartTable tfoot td.shortftr {
	background: url(../images/catalog/rndtblftr_short.gif) no-repeat left top;
	padding: 0;
	height: 8px;
}

.cartTable thead td.longhdr {
	background: url(../images/catalog/rndtblhdr_long.gif) no-repeat left top;
	padding: 0;
	height: 8px;
}

.cartTable tfoot td.longftr {
	background: url(../images/catalog/rndtblftr_long.gif) no-repeat left top;
	padding: 0;
	height: 8px;
}

.cartTable tbody td {
	padding: 4px;
	vertical-align: top;
/* 	border-bottom: 1px solid #FFF; */
}

.cartTable .lineno {
	background-color: #C0CCDF;	
}

.cartTable .deleteitem {
	background-color: #C0CCDF;
	vertical-align: middle;
}

.cartTable .odd {
	background-color: #FFF;
}

.cartTable .even {
	background-color: #EBEBEB;
}

.cartTable .totalbtm {
	padding: 0;
	height: 2px;
	background-color: #464646;
}

.cartTable .totals {
	height: 20px;
	padding-right: 10px;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
}

.cartTable .linetotal {
	background-color: #C0CCDF;
	vertical-align: top;
}

.cartTable .subtotal {
	background-color: #C9C9C9;
}

.cartTable .grandtotal {
	background-color: #819E10;
	color: #FFF;
}

.cartTable input.qty {
	width: 20px;
	border: 1px solid #80A3C4;
	font-size: 10px;
	text-align: center;
}

.cartTable img {
	border: 0;
}

.cartTable tbody td.dividerH {
	height: 3px;
	padding: 0;
	background: url(../images/catalog/dividerH.gif) repeat-x left top;
}

.shipTO,
.billTO,
.masterBillTO {
	float: left;
	width: 215px;
	font-size: 12px;
	line-height: normal;
}

.address {
	padding-left: 5px;
	border-left: 3px solid #CCC;
    min-height: 60px;
}

input.text {
	margin: 0;
	border: 1px solid #80A3C4;
	font-size: 12px;
	text-align: center;
}

textarea {
	border: 1px solid #80A3C4;
	font-size: 11px;
}
.orderstatusconfirm
{
border:1px solid #CCCCCC;
min-height:20px;
padding:5px;
}