#SCPage{
	overflow:hidden;
}
#SCPage #itemsBox{
	float:left;
    width: 100%;
}
#SCPage #totalBox{
	float:right;
	width:150px;
}


.itemsContainer{
	/*border:1px solid red;*/
}

.itemsContainer .row{
	overflow:hidden;
}
.itemsContainer .row .cell{
	float:left;
	margin:2px;
	border:1px solid #CCC;
	overflow:hidden;
	padding:5px 5px;
}

.itemsContainer .row.design .cell{
	height:110px;
}

.itemsContainer .row .name{
	width:250px;
	margin-left:0;
}
.itemsContainer .row .name .designImageWrap{
	padding:0px;
	border:none;
}

.itemsContainer .row .price{
	width:100px;
	text-align:center;
}

.itemsContainer .row .actions{
	width:100px;
	margin-right:0;
}

#SCPage .sellerRow{
	margin-top:0px;
	border-bottom:1px dotted #CCC;
	padding-bottom:5px;
    padding-left: 10px;
    padding-right: 10px;
}

.checkoutButton{
	text-decoration:none;
	font-size:1.3em;
	color:#EE0000;
}

#cs-account-details-edit, #cs-billing-details-edit, #cs-delivery-details-edit{
	display:none;
}

.LoadingIndicator {
	/*margin-left: 10px;*/
	float: left;
    margin-left: 400px;
    margin-top: -40px;
}
.form-text-input-qty {
    border: 1;
    padding: 3px;
    height: 20px;
    width: 23px !important;
}
#itemsBox h3 {
    background-color: #EBE9E6;
    height: 35px !important;
    border-bottom: #5A5B5B 1px dashed;
    border-left: #5A5B5B 1px dashed;
    border-right: #5A5B5B 1px dashed;
    padding: 8px;
}
#itemsBox .details-block, .sc-details-bottom {
    border-left: #5A5B5B 1px dashed;
    border-right: #5A5B5B 1px dashed;
}
#cs-billing-details-edit, #cs-delivery-details-edit {
    margin-right: 5px;
}