/* CSS Document */

#orderContents .col {
	float:left
}
#orderContents .col1 {
	width:47px;
}
#orderContents .col2 {
	width:265px;
    padding-right:10px
}
#orderContents .col2short {
	width:175px;
    padding-right:10px
}
#orderContents .col2a {
	width:315px;
    padding-right: 3px;
}
#orderContents .col3 {
	width:46px;
}
#orderContents .col4 {
	width:48px;
	text-align:right
}
#orderContents .col5 {
	width:53px;
	text-align:right;
    float:right
}
#orderContents .col6 {
	width:38px;
	text-align:center
}
#deliveryDetails .tableHeader,#orderContents .tableHeader {
	font-weight:700;
	font-size:13px;
    font-family: "museo-slab" , sans-serif;
}
#orderContents .itemRow {
	padding:5px 0;
	border-bottom: #817567 1px solid;
	
}
#orderContents .subtotalRow {
	color:#000 !important
}
#orderContents .updateQtyBtn {
	width:162px;
	display:block;
	margin-left:0 !important;
}

#orderContents .orderPanel_totalWithoutDisc{
    color:#7F7361;
    margin-right:8px;
    text-decoration: line-through

}