table.basket {
	width:100%;
	border:solid 1px #eeeeee;
	padding:0;
	margin:0;
	border-collapse: collapse;
}
table.basket td {
	vertical-align:middle;
	text-align:center;
}
table.basket thead {
	background:#F7F9FA;
	text-align:center;
	line-height:40px;
}
table.basket tr, table.basket td {
	border:solid 1px #eeeeee;	
}
table.basket .pImage {
	width:10%;
	border-left:solid 0;
}
.bsPic {
	border-left:solid 0 !important;
}
.bsPic  img {
	border:solid 0;
	max-width:50px;
	vertical-align:middle;
    border-radius: 5px;
}
table.basket .pTitle {
	width:35%;
	border-right:solid 0;
	text-align:right;
}
table.basket .pPrice {
	width:20%;
}
table.basket .qty {
	width:10%;
}

table.basket .condition {
	width:15%;
}
table.basket .condPrice {
	width:15%;
}
table.basket .condQTY {
	width:20%;
}
table.basket tbody tr td {
	padding:10px;
}
.pTitleBody {
	border-right:solid 0 !important;
	text-align:right !important;
}
table.basket tr:nth-child(even) {background: #dcdfa2}
table.basket tr:nth-child(odd) {background: #FFF}

table.basket2 {
	width:100%;
	border:solid 1px #eeeeee;
	padding:0;
	margin:0;
	border-collapse: collapse;
	margin-bottom:20px;
}
table.basket2 td {
	vertical-align:middle;
	text-align:center;
	padding:5px;
}
table.basket2 th {
	vertical-align:middle;
	padding:5px;
}

table.basket2 tr, table.basket2 td {
	border:solid 1px #eeeeee;	
}
.mprdTitle {
	white-space:nowrap;
	border-right:solid 0;
	border-left:none;
}
.basket2 tr th  {
	color:#81AE40;
}
.basket2 tr td, .basket2 tr th  {
	border-right:solid 0 !important;
	border-left:solid 0 !important;
}
.mprdPic img {
	max-width:45px;
	max-height:45px;
    border: none;
    border-radius: 5px;
}
.mprdDel {
	font-size:1.8em;
	color:red;
}
table.basket2:nth-child(even) {background: #dcdfa2}
table.basket2:nth-child(odd) {background: #c4ffd7
}

.basketTextArea {
    font-size: 1.1em;
    line-height: 2.3em;
}

.deliveryBox {
    margin-top: 1em;
    color: #353535;
}

.deliveryBox option {
    font-size: 1em;
}
.deliveryBox option:hover {
     background-color: #53A318;
    color: #FFFFFF;
 }

.tableSoorat {

}

.width50 {
    width: 50%;
}
.commentUser {

}
.commentAdmin {
	margin: 1em;
    font-size: 1em;
    border-radius: 5px;
    padding: 5px;
}

.invoiceFinal {
    margin-top: 2em;
}