/*CSS for cart.html*/
.cart
{
	list-style:none;
}
.subcategory
{
	width:480px;
	margin-left:20px;
}
.subcategory th td, .subcategory tr td
{
	border:1px dotted #d7dcde;
	color:transparent;
	
}

.prod_name{
	width:45%;
	padding:3px;
}
.prod_price
{
	width:15%;
	text-align:right;
	padding:3px 12px;
}
.prod_qty
{
	width:15%;
	padding-right:3px;
}
.prod_qty input[type=text].qty
{
	text-align:right;
	width:100%;
	height:25px;
	border:0px; 
	padding-right:3px;
}
.prod_qty input[type=text].qty:focus
{
	outline:0;
}
.prod_total
{
	width:15%;
	text-align:right;
	padding:3px;
}
.grand
{
	width:450px;
	margin-top:10px;
	padding-top:10px;
	border-top:1px solid black;
	text-align:right;
	font-weight:600;
}

#grand
{
	font-weight:500;
	color:transparent;
}
#checkout
{
	float:right;
	margin:20px 50px;
	padding:10px 20px;
	border-radius:20px;
}
.checkoutInvoice
{
	width:100%;
	margin-top:5px;
}
.checkoutInvoice tr th
{
	background:#d7dcde;
}
.checkoutInvoice tr th, .checkoutInvoice tr td
{
	border:1px dotted #d7dcde;
	padding:5px;	
}
.checkoutInvoice tr td
{
	text-align:right;
}
.checkoutInvoice tr th
{
	text-align:center;
}
.checkoutInvoice .prod_title
{
	text-align:left;
}
#contactInfo
{
	list-style:none;
	overflow:auto;
	margin-top:5px;
}
#contactInfo h3.h3
{
	font-style:10px;
}

#contactInfo input[type=text]
{
	width:200px;
	height:23px;
	border:1px solid #d7dcde
}
.order_det
{
	width:470px;
	float:left;
	padding:15px;
	border-right:1px solid black;
	margin:3px;
}
.contact_det
{
	width:300px;
	float:left;
	padding:15px;
	margin:3px;
}
#popupInvoice .head
{
	border-bottom: 1px solid #344251;
text-shadow: 1px 1px 0 #BAD3ED;
color: #344251;
margin-bottom:5px;
}