#updatecart {
	margin-top:10px;
	clear:right;
}

#subtotal {
	display:none !important;
}

.responsiveTotal {
	display:inline-block !important;
	float:right;
}

.basket {
	display:none !important;
}

.basketItemsRepeater {
	display:inline-block !important;	
}

#basketContainer {
    float: left;
    width: 100%;
    padding: 0 5px;
}

.deliveryCost {
    float:right;
    text-align:right;
    padding:5px 0 3px 0;
}

.orderTotal {
    float:right;
    clear:both;
    text-align:right;
    font-size:110%;
    font-weight:bold;
}

.basketItemsGridview {
    display: none;
}

.basketItemsRepeater {
    float: left;
    width: 100%;
    margin: 10px 0 20px 0;
}
	
.basketItemsRepeater .name {
    float: left;
    width: 55%;
    padding: 3px;
}

.basketItemsRepeater .price {
    float: left;
    width: 20%;
    text-align: center;
    padding: 3px;
 }

.basketItemsRepeater .subTotal {
    float: left;
    width: 25%;
    text-align: center;
	padding: 3px;
}

.basketItemsRepeater .headerDetails {
    float: left;
    width: 100%;
	background: #eee;
}

.basketItemsRepeater .itemDetails {
     float: left;
     width: 100%;
}

.basketItemsRepeater .itemActions {
    float: left;
    width: 100%;
    padding: 5px 0 5px 0;
	border-bottom: 1px solid #cccccc;
}
										
.basketItemsRepeater .itemActions .qty {
    float: right;
	width: 50%;
	text-align:right;
}
													
.basketItemsRepeater .itemActions input[type="submit"] {
    padding: 2px 5px 	  !important;
	color:#000 		 	  !important;
	border:1px solid gray !important;
	background:lightgray  !important;
	font-size:14px 		  !important;
	border-radius:0px 	  !important;
}

.basketItemsRepeater .itemActions input[type="text"],
.basketItemsRepeater .itemActions input[type="number"] {
    text-align: center;
    padding: 2px;
	width: 28px;
}


.basketItemsRepeater .itemActions input[type="number"] {
	width: 50px !important;	
}

.basketItemsRepeater .itemActions .qtyLabel {
	height:30px;
    line-height:30px;
}
   
.delete {
    float: left;
    width: 50%;

}
        
.basketContinue {
	float: left;
    width: 100%;
    text-align: center;
}

#maintopleft,
#maintopright {
	width:100% !important;
}

