#calc .alpha {
    margin: 0 0 0 30px !important;
}

div.table {
    display: none;
}

div.formorder {
    display: none;
}

.ves {
    float: left;
    width: 100%;
}
#totalCount,#total{
	margin-left: 15px;
	width: 68px;
	height: 26px;
	border: 1px solid #abadb3;
	padding: 0 3px;
}
.total-div{
	float:right;
	padding-right: 101px;
	width: 500px;
}
.vestab {
    float: left;
    width: 1150px;
    background-color: #e1e1e1 !important;
    border-radius: 10px;
    padding: 20px;
}

.vestab table tr th {
    text-align: left;
}

.vestab table tr td {
    padding: 10px 7px;
}

.vestab select {
    height: 26px;
    border: 1px solid #abadb3;
}

#calc input {
    width: 68px;
    height: 26px;
    border: 1px solid #abadb3;
    padding: 0 3px;
}

select#typeCover{
    width: 70px;
}

select#classStrength{
	width: 70px;
}

select#type  {
    width: 90px;
}

select#din {
    width: 200px;
}

select#diam,
select#length {
    width: 68px;
}

button#add {
    font-size: 12px;
}

.ubl {
    float: left;
    width: 100%;
    font-size: 16px;
    padding-left: 20px;
    margin-top: 15px;
}

.ubl a {
    display: block;
    float: left;
    margin: 0 35px 0 0;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    color: #000;
    height: 31px;
    padding-top: 5px;
}

.uexcel {
    background: url('img/uexcel.png') no-repeat;
    padding-left: 38px;
}

.uprint {
    background: url('img/uprint.png') no-repeat;
    padding-left: 40px;
}

.uadd {
    background: url('img/uadd.png') no-repeat;
    padding-left: 37px;
}

.usend {
    background: url('img/usend.png') no-repeat;
    padding-left: 49px;
}

.formorder {
    float: left;
    margin: 30px 0 0;
}

.formorder .frow {
    float: left;
    width: 100%;
    margin: 0 0 20px;
}

.formorder .flabel {
    float: left;
    width: 100px;
    font-weight: bold;
}

.formorder .fin input {
    width: 250px;
    height: 25px;
    border: 1px solid #abadb3;
}

.formorder button {
    margin: 0 0 0 260px;
}

.radio {
    font-size: 16px;
    margin: 0 0 30px;
}

.is {
    display: none;
}
.isknow {
    display: none;
}

.delrow {
    background: url('img/del.png') no-repeat;
    display: block;
    padding: 5px 0 0 27px;
    height: 27px;
    color: #000;
}

.delrowfloat {
    float: left;
}

#add {
    float: left;
    width: 22px;
    height: 22px;
    background: url('img/add.png') no-repeat;
    border: 0;
    margin: 0 5px 0 0;
}