/* CSS kod pishite v etom faile, chotobi pri ustanovke obnovlenii ne bilo problem  */
/* --------------------------------------- */
/* Here you can put custom css rules for your site */

.acenter {
    text-align: center;
}
h1, h2, h3, h4, h5, h6 {
    color: #263D7A;
    padding: 0px;
    margin: 11px 0px 10px;
}

.aleft img, img.aleft {
    float: left;
    margin: 0px 10px 0px 0px;
}

img.aright {
    float: right;
    margin: 0px 0px 0px 7px;
}
.img-responsive {
    margin:0 auto;
}

table.tbl {
    border-collapse: collapse;
    border-width: 7px 1px 1px;
    border-style: solid;
    border-color: #324985 #A9B1B6 #A9B1B6;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    float: left;
    font-size: 1em;
    margin: 6px 0px;
    text-align: justify;
    width: 100%;
}
table.tbl th {
    background: #E2E5E7 none repeat scroll 0% 0%;
    border-style: solid;
    border-color: #A9B1B6;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-width: 0px 1px 1px;
    padding: 4px;
    text-align: center;
}
table.tbl td {
    border: 1px solid #D4D5D5;
    padding: 4px;
    vertical-align: top;
}
table.tbl th p, table.tbl td p {
    margin: 0px;
    padding: 0px;
}

/*** hide form **/
.callback, div.order, div.order-block, div.ask_a_question {
	display:none !important;
}