.row {
    float: left;
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #dcdcdc;
}
.first_row{
    margin:30px 0 0 0;
    float: left;
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #dcdcdc;
}
.last_row{
    float:left;
    width: 100%;
    height: 100px;
}
.quantity {
    float: left;
    width: 80px;
    font-size: 28px;
    padding: 20px 0 0 0;
    text-align: center;
}

.x {
    float: left;
    width: 50px;
    text-align: center;
    font-size: 23px;
    padding: 20px 0 0 0;
}

.name {
    float: left;
    width: 90px;
    text-align: center;
    padding: 13px 0 0 0;
    
}
.actions {
    width: 200px;
    padding: 30px 0 0;
    font-size: 12px;
}
.actions a{
    margin: 0 15px;
}

#content #upload .row .text, #content #upload .first_row .text{
	float: left;
    width: 200px;
    padding: 30px 0 0 0;
    color: #555;
}
#content .row .delivery {
    float: left;
    width: 600px;
    text-align: left;
    font-size: 17px;
    padding: 30px 0 0 0;
}

.sum {
    float: right;
    font-size: 20px;
    padding: 30px 0 0 0;
}

.order_price {
    float: left;
    width: 100%;
    height:100%;
}

.order_price .all {
    color: #32434E;
    font-size: 13pt;
    padding: 30px 0 0 0;
    float: left;
}

.order_price .price {
    color: #66bc29;
    font-size: 36px;
    padding: 20px 0 0 0;
    float: right;
}

.order_price .sum2 {
    float: left;
}

.order_price .coins {
    font-size: 19px;
    float: left;
    line-height: 27px;
}

.order_price .grn {
    color: #768289;
    float: left;
    font-size: 23px;
    margin: 15px 0 0 3px;
    line-height: 100%;
}
.discount {
	clear:right;
	color:red;
	float:right;
	margin:3px 18px 0 0;
}
.button {
   margin: 0 auto;
   position: relative;
   height: 60px;
   width: 217px;
   background: url( 'img/potpourri.png' ) -1321px 0 no-repeat;
   color: #fff;
   font-size: 20px;
   line-height: 45px;
   cursor: pointer;
    text-align:center;
   }
.partners-debug{
    height: 170px;
    border: 4px double #F0412A;
    overflow: auto;
    margin: 20px;
    padding: 10px;
    white-space:pre;
    clear:both;
    font-family: 'Courier New',Courier,monospace;
}