.eshop.eshopshowproduct {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}


#cartQty, .cqty {
	text-align: center;
}
#cartTotal, .amts {
	text-align: right;
}

.cart, #eshopshiprates {
	width:100%;
	border-top: solid 1px #c3dce3;
	border-left: solid 1px #c3dce3;
	border-collapse:collapse;
	background-color:#FFF;
}

.eshop.cart td, .eshop.cart th,
#eshopshiprates td, #eshopshiprates th {
	padding: 4px 6px;
	border-right: solid 1px #c3dce3;
	border-bottom: solid 1px #c3dce3;
}
.eshop.cart {
	font-size: 13px;
}
.eshop.cart tbody td {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #666;
}
.eshop.cart .stotal td.lb {
	color: #000000;
}

.cart caption {
	text-align:left;
	text-transform:uppercase;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	color: #a7ccd7;
}

.eshop_description {
	
}
.qty, .iqty {
	display:none;
}

.eshop.price {
	display:inline;
}

.eshopform {
	width:551px;
	overflow:hidden;
}
.eshopform input[type=text] {
	display: inline-block;
	width:551px;
	border-width: 0 0 1px 0;
	border-style: dotted;
	border-color: #000000;
	background:none;
	font-size: 14px;
	font-family: Georgia;
	font-weight:bold;
	padding: 0px 6px;
	margin-left: 3px;
	height:20px;
	overflow:visible;
}
.eshopform input[type=text]:focus {
	border-style:solid;
	outline:none;
}
.eshopform select {
	margin-left:3px;
}
.eshopform label {
	display:block;
	white-space: nowrap;
	margin-top:8px;
}
.eshopform br {
	display:none;
}
.eshopform textarea {
	display:block;
	width:540px;
	border:dotted 1px;
}
.eshopform textarea:focus {
	border:solid 1px;
	outline:none;
}
.eshopform .eshoppayvia {
	margin-top:8px;
}
.eshopform .eshoppayvia ul,
.eshopform .eshoppayvia ol,
.eshopform .eshoppayvia li {
	list-style: none;
	margin:0;
	padding:0;
}
.eshopform .eshoppayvia label {
	display:inline-block;
}
