.orderItemList {
	border: 1px solid #bfbfbf;
	border-bottom: none;
	margin-bottom: 15px;
}

.orderItemList .head {
	padding: 18px;
	padding-bottom: 8px;
}

.orderItem {
	height: 82px;
	padding: 10px 18px;
	background-image: url(../img/orderItembg.png);
	background-repeat: repeat-x;
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	position: relative;
	margin-top: 10px;
}

.orderItemImg {
	float: left;
	width: 58px;
	/*border: 1px solid #adaeb2; */
	/*border-color: white #adaeb2 #adaeb2 white;*/
	margin-right: 10px;
}

/* Revert the H2 margin! */
.orderItemTxt h2 {
	margin-top: 0px !important;
}

.orderItemTxt {
	padding-bottom: 21px;
}

.orderItemButtons {
	position: absolute;
	bottom: 10px;
	right: 18px;
}

.orderItemButtons a, .cartSubmitBox a, .orderbutton {
	display: block;
	height: 21px;
	line-height: 21px;
	background-image: url(../img/orderbuttonbg.png);
	float: left;
	margin-left: 10px; 
	padding: 0px 10px;
	color: #fff;
	background-position: 0px 21px;
}

.orderbutton {
	margin-left: 0px;
}

* html .orderItemButtons a, * html .cartSubmitBox a, * html .orderbutton {
	padding-top: 2px;
	height: 19px;
	line-height: 19px;
}

.orderItemButtons a img, .cartSubmitBox a img, .orderbutton img{
	margin-right: 10px;
	height: 16px;
	vertical-align: middle;
}

.orderItemButtons a:hover, .cartSubmitBox a:hover, .orderbutton:hover {
	background-position: 0px 0px;
}

.summaryTable {
	border-collapse: collapse;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 15px;
	table-layout: fixed; 
}

div.borderBox .summaryTable {
	margin-bottom: 0px;
}

.summaryTable td {
	background-color: #ededed;
	border-bottom: 5px solid white;
	height: 56px;
	overflow: hidden;
}

.summaryTable .col1 {
	width: 40px;
}

.summaryTable .col2 {
	padding: 0px 10px;
}

#cart {
	border: 1px solid #bfbfbf;
	padding: 15px;
	
	position: relative;
}

.cartSubmitBox {
	position: relative;
	float: right;
	vertical-align: baseline;
	top: -21px;
}

.cartSubmitBox span {
	vertical-align: baseline;
}

#cart .col3 {
	text-align: right;
	padding-right: 20px;
	line-height: 56px;
}

#cart .col3 img {
	margin-left: 1px;
	vertical-align: middle;
	cursor: pointer;
}

#cart .lng_piece {
	margin: 0px 4px;
}

#cart .count {
	font-size: 18px;
	line-height: 60px;
	font-weight: bold;
	vertical-align: middle;
}

tr.orderRow {
	height: 56px;
	overflow: hidden;
}
