
table.price{
    /*font-family: Georgia, serif;*/
    font-family: Cambria, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;
    /*font-size: 14px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 1.2em;*/
    border-collapse:separate; /*collapse;*/
    text-align:center;
}


.price thead th{
    padding:10px;/*15px;*/
    vertical-align:middle;
    width:14%;
    color:#fff;
    text-shadow:1px 1px 1px #d31f26/*#D2A50E*/;
    border:1px solid #D24247;/*#DAB22F*/;
    border-bottom:3px solid #d31f26;
    background-color:#d31f26;
    background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.02, rgb(247,66,72)),
        color-stop(0.51, rgb(228,46,52)),
        color-stop(0.87, rgb(211,31,38))
        );
    background: -moz-linear-gradient(
        center bottom,
        rgb(247,66,72) 2%,
        rgb(228,46,52) 51%,
        rgb(211,31,38) 87%
        );
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius:5px 5px 0px 0px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}

tr.firstHeaderTableRow th{
	font-size:24px;
}

tr.secondHeaderTableRow th{
	-webkit-border-top-left-radius:0px;
    -webkit-border-top-right-radius:0px;
    -moz-border-radius:0px 0px 0px 0px;
    border-top-left-radius:0px;
    border-top-right-radius:0px;
}

tr.firstFootTableRow td{
	color: #d31f26;
    font-size:32px;
    text-align:center;
    padding:10px 0px;
    text-shadow:1px 1px 1px #444;
}

tr.firstFootTableRow th{
	font-size:18px;
    text-transform:uppercase;
    color:white;
    vertical-align: middle;
}

tr.secondFootTableRow td{
    text-align:center;
    padding:12px;
    text-shadow:1px 1px 1px #444;
}

.price thead th:empty{
    background:transparent;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}
.price thead :nth-last-child(1){
    border-right:none;
}
.price thead :first-child{
    border:none;
}

.price tbody th{
    color:#fff;
    vertical-align:middle;
    text-shadow:1px 1px 1px #d31f26;
    /*background-color:#d31f26;
    border:1px solid #DAB22F;
    border-right:3px solid #d31f26;
    padding:0px 10px;
    background:-webkit-gradient(
        linear,
        left bottom,
        right top,
        color-stop(0.02, rgb(252,200,29)),
        color-stop(0.51, rgb(227,178,18)),
        color-stop(0.87, rgb(208,167,31))
        );
    background: -moz-linear-gradient(
        left bottom,
        rgb(252,200,29) 2%,
        rgb(227,178,18) 51%,
        rgb(208,167,31) 87%
        );
    -moz-border-radius:5px 0px 0px 5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
    */
    background-color:transparent;
}

.price tbody td{
    padding:7px;
    text-align:center;
    vertical-align:middle;
    background-color:#FFDADB;
    border: 2px solid #FFDADB;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    color:black/*#666*/;
    text-shadow:1px 1px 1px #fff;
}
.price tbody span.check::before{
    content : url(../images/check0.png)
}

.price tbody span.phone::before{
    content : url(../images/phone.png) ;
}
.price tbody span.mail::before{
    content : url(../images/mail.png) ;
}
.price tbody span.manual::before{
    content : url(../images/manual.png);
}