#cart{
	margin-top: 10px;
}

#cart td{
	padding: 10px;
}

#cart th{
	padding: 5px;
	background: #000;
	color: white;
}

#cart .prod-title{
	font-weight: bold;
	font-style: bold;
	color: #e2e2e2;
}

#cart .prod-description{
	font-size: 10px;
}





.checkout-links{
	float: right;
	width: 30%;
	text-align: right;
}
.shopping-links{
	width: 30%;
	text-align: left;
	float: left;
}




#cart_total{
	margin-top: 20px;
	margin-bottom: 10px;
	
}

#cart_total .row{
	width: 100%;
}

#cart_total .total-left{
	float: left;
	width: 78%;
	text-align: right;
	padding: 5px;
}

#cart_total .total-right{
	float: right;
	width: 19%;
	text-align: left;
	padding: 5px;
}

#cart_total .tax-value{
	
}

#cart_total .tax-label{
	
}

#cart_total .ship-value{
	border-bottom: 1px solid #ccc;
}

#cart_total .ship-label{
}

#cart_total .total-value{
	
}

#cart_total .total-label{
	
}



.checkout-left-col{
	width: 45%;
	float: left; 
}

.checkout-right-col{
	width: 45%;
	float: right;
	padding-right: 10px;
}



.formError{
	border: 1px solid red;
	  padding-left: 10px;
	  padding-right: 10px;
	  padding-bottom: 5px;
	  padding-top: 5px;
	  margin-top: 2em;
	  margin-bottom: 2em;
	  background-color: #f6d0d0;
	  font: bold smaller sans-serif;
	  color: red;
	  clear: both;
}

.flash-alert{
  border: 1px solid red;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
  margin-top: 4em;
  margin-bottom: 2em;
  background-color: #f6d0d0;
  font: bold smaller sans-serif;
  color: red;
  clear: both;
}
.flash-notice{
  border: 1px solid green;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
  margin-top: 4em;
  margin-bottom: 2em;
  background-color: #d8f6d0;
  font: bold smaller sans-serif;
  color: green;
  clear: both;
}
