/*
## Cart Page
********************************************************************/

.cart_content {
    float: none;
    margin: auto auto 30px;
    width: 1130px;
}

.cartDestination {
  display: inline-block;
  border-right: 1px solid #ccc;  
  margin-left:500px;
  width: 649px;
  height: 150px;
  margin: 1px;
}

.cartOrderTotal {
  display: inline-block; 
  margin-left:1px;
  width: 268px;
  height: 150px;
  margin: 0px;
  float: right;  
}

.cartOrderTotalLabels {
  display: inline-block;
  margin-left:1px;
  width: 125px;
}

.cartOrderTotalValues {
  display: inline-block;
  margin-left:10px;
  width: 50px;
}

.mainCartLayer {
    margin-bottom: 0px;
    padding: 0px;	
}	

.cartDetailsInfo {
  display: inline-block;
  width: 805px;
  margin: 1px;
}

.cartSummary {
  display: inline-block;
  width: 290px;  
  float: right;
  margin-top: 80px;  
}

.cartSummaryHeader {
    border: 1px solid #ccc;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;	
    color: #666;
    margin-bottom: 0px;
    padding-top:15px;
    background-color: #29A3A3;	
}	

.cartSummaryInfo {
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;	
    color: #666;
    margin-bottom: 0px;
    padding: 5px;
	height: 200px;
}	

.summaryLayer1 {
  display: inline-block;
  width: 125px;
  margin: 1px;
}

.summaryLayer2 {
  display: inline-block;
  width: 125px;
  margin: 1px;
}

.summaryLayer3 {
  border-top: 1px solid #ccc;	
  display: inline-block;
  width: 280px;
  margin: 1px;
  height: 100px;  
}

#cartSummaryInfo .cartSubmitBtn {
	margin-top: 5px;
	margin-left: 0px;
	width: 200px;
    height: 50px;	
}

.cartOrderHeader {
    border: 1px solid #ccc;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;	
    color: #666;
    margin-bottom: 0px;
    padding-top:15px;
    background-color: #29A3A3;	
}		

.cartOrderNumber {
    margin-left: 15px;
}	

.cartProductAvailabilityMessage {
    margin-left: 450px;
    font-size: 18px; 
}	

.id-plate {
	color: #000099 !important;
	margin-top: 10px;
}
.id-plate1 {
	color: #FF0000 !important;
	margin-top: 10px;
}
/* #newRequestAddressStatus{ */
/* 	color: green; */
/* } */
p[id^=newRequestAddressStatus]
{	
	color: green;
}
.order-listbox p[id^=newIDPlate_] {
 	color: green;
}
.newRequestRoutingStatus{
	color: green;
}
p[id^=expediteFeeSuccessMsg]{
	color: green;
	margin: 0px!important;
	font-size: 14px;
}


