#price_list 
{
text-transform:uppercase;
font-size:36px;
}


#shopping-cart {
	margin: 40px;
}

#product-grid {
	
}

#shopping-cart table {
	width: 100%;
	background-color: #F0F0F0;
}

#shopping-cart table td {
	background-color: #FFFFFF;
}

.txt-heading {
	color: #211a1a;
	
	overflow: auto;
}

#btnEmpty {
	background-color: #0066FF;
	border: #d00000 1px solid;
	color: #FFFFFF;
	float: right;
	width:80px;
	height:33px;
	text-align:center;
	text-decoration: none;
	border-radius: 3px;
}

.btnAddAction {
    padding: 5px 10px;
    background-color: #000000;
    
    color: #000000;
    float: right;
    text-decoration: none;
    border-radius: 3px;
    cursor: pointer;
}

#product-grid .txt-heading {
	
}

.product-item {
	float: left;
	border:none;
	}



.clear-float {
	clear: both;
}


.tbl-cart {
	font-size: 0.9em;
}

.tbl-cart th {
	font-weight: normal;
}



.product-price {
	float:left;
}

.cart-action {
	float: right;
}

.continuebutton{
background-color:#FF0000;
color:#FFFFFF;
font-weight:bold;
text-transform:uppercase;
text-align:center;
float:left;
   
}

.product-tile-footer {
    
    overflow: auto;
}

.cart-item-image {
	width: 30px;
    height: 30px;
    
    padding: 5px;
    vertical-align: middle;
    margin-right: 15px;
}
.no-records {
	text-align: center;
	clear: both;
	margin: 38px 0px;
}