#popup {
    height: 464px;
 width: 1054px;

    border: 1px solid black;
    margin: 261px auto;
    font-family: Arial;
}

.cont p:first-child {
    font-weight: bold;
}

a {
    text-decoration: none;
}

/*----------buttons-----------*/
.dob {
    width: 300px;
    height: 46px;
    background-color: white;
    border: 2px solid #5ca2c3;
    margin: 30px 0 0 33px;
	color: #5ca2c3;
	cursor:pointer;
}

.dob:hover {
   
    background-color: #5ca2c3;
	color: white;
}
.dob span
{
	color:inherit;
}

span {
    color: grey;
}

/*--------------------*/
.price {
    color: #e4b361;
    font-size: 19px;
}

#f {
    padding-top: 40px;
}

/*----------table-----------*/
table {
    border-bottom: solid 1px #cacaca;
    padding-top: 23px;
    padding-bottom: 7px;
}

tr td:first-child {
    width: 177px;
}

tr td:nth-child(2) {
    width: 171px;
}

tr td:nth-child(3) {
      width: 430px;
}
tr td:nth-child(3) span {
        padding: 0px 14px;
}

.imagetip
{
	position: relative;
}

tr td:nth-child(4) {
    width: 120px;
    padding-right: 16px;
}

tr td:last-child(4) {
    padding: 0 38px 0 20px;
}

tr td {
    padding-bottom: 22px;
    font-size: 15px;
}

tr {
    font-family: Arial;
}

tr td:first-child a {
    color: #3f3f3f;
    text-decoration: underline;
    font-weight: bold;
}

.content-popup {
    padding-left: 33px;
}

h4 {
    font-size: 20px;
    padding-top: 34px;
    color: black;
    font-family: Arial;
}

.clear {
    clear: both;
}

.foot {
    height: 104px;
}

/*----------counter-----------
.counter {
    width: 120px;
    height: 30px;
    background-color: white;
}

.minus,
.plus {
    width: 30px;
    height: 30px;
    float: left;
    border: none;
}

.count_all {
    width: 60px;
    height: 28px;
    float: left;
    display: inline-block;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    color: #4b4b4b;
}

.count,
.count_all span{
    position: absolute;
    margin-left: 15px;
    margin-top: -10px;
}
.count {
    width: 25px;
}

.count_all span {
    margin-left: 29px;
}

