#clearBasket, #checkOut, .subFromCart {
 display: none;
}
.hPb {
    display: none;
}

.top-btn {
padding-top: 20px;
padding-right: 10px;
}
.table-align-center{
	text-align: center;
	vertical-align:center;
}

#calc-cost-transport-cost-send, #calc-cost-transport, #send-order, #checkOut, .addCart {
    background: #cffcb8;
    padding: 7px 7px;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    text-decoration: none;
    border: solid 1px #30cd00;
    cursor: pointer;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: 
    -moz-linear-gradient(0% 100% 90deg, #cffcb8, #aff19b);
    background: 
    -webkit-gradient(linear, 0% 0%, 0% 100%, from(#aff19b), to(#cffcb8));
    
	box-shadow: inset 0 1px 0 0 #FFFFFF;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	border-bottom: 1px solid rgba(0,0,0,0.25); 
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}
#send-cancel, #clearBasket, .subFromCart {
    background: #fdc5c5;
    padding: 7px 7px;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    text-decoration: none;
    border: solid 1px #73C8F0;
    cursor: pointer;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: 
    -moz-linear-gradient(0% 100% 90deg, #fdc5c5, #fdacac);
    background: 
    -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fdacac), to(#fdc5c5));
    
    box-shadow: inset 0 1px 0 0 #FFFFFF;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	border-bottom: 1px solid rgba(0,0,0,0.25); 
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}
#calc-cost-transport-cost-send:hover, #calc-cost-transport:hover, #send-cancel:hover, #send-order:hover, #clearBasket:hover, #checkOut:hover, .addCart:hover, .subFromCart:hover { 
background: #2E69E3; 
background: -moz-linear-gradient(0% 100% 90deg, #2E69E3, #59C2FF);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#59C2FF), 
to(#2E69E3));
}

 #calc-cost-transport-cost-send:active, #calc-cost-transport:active, #send-cancel:active, #send-order:active, #clearBasket:active, #checkOut:active, .addCart:active, .subFromCart:active {
background: #2E69E3; 
background: -moz-linear-gradient(0% 100% 90deg, #2E69E3, #59C2FF);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#59C2FF), 
to(#2E69E3));
box-shadow: inset 1px 1px 0 0 #004A7F;
-moz-box-shadow: inset 1px 1px 0 0 #004A7F;
-webkit-box-shadow: inset 1px 1px 0 0 #004A7F;
padding: 6px 6px 6px 6px;
}

#mask {
    position:absolute;
    left:0;
    top:0;
    z-index:9000;
    background-color:#000;
    display:none;
    }
#boxes .window {
    position:fixed;
    left:0;
    top:0px;
    -top: 40px;
    width:440px;
    height:200px;
    display:none;
    z-index:9999;
    padding: 20px;
    overflow: hidden;
    }  
#boxesCostSend .windowCostSend {
    position:fixed;
    left:0;
    top:0px;
    -top: 40px;
    width:440px;
    height:200px;
    display:none;
    z-index:9999;
    padding: 20px;
    overflow: hidden;
    }  
#boxes #dialog {
    width:830px; 
    height:650px;
    padding:10px;
    background-color:#ffffff;
    }  
#boxesCostSend #dialogCostSend {
    width:360px; 
    height:450px;
    padding:10px;
    background-color:#ffffff;
    } 
.topCostSend {
    position:absolute;
    left:0;
    top:0;
    width:360px;
    height:20px;
    background: #aff19b;
    padding: 8px 20px 6px 10px;
    }
.top {
    position:absolute;
    left:0;
    top:0;
    width:820px;
    height:20px;
    background: #aff19b;
    padding: 8px 20px 6px 10px;
    }
.close {
    float:right;
    }
.content {
    padding-top: 0px;
}
#basket{
   width: 180px;
   height: 200px;
   right: 0px;
   position: fixed;
   top: 34%;
   z-index: 2000;
   background: #fff;
}