body {
    font-family: Verdana;
    font-size: 12px;
    line-height: 150%;
    color: #323232;
}

img {
    border: 0px;
}

address {
    display: inline;
    font-style: normal;
}

h1 {
    position: relative;
    clear: both;
    /*color: #a51113;*/
    color: #282828;
    font-weight: bold;
    font-size: 18px;
    padding: 10px 20px;
    margin: 0px -20px 15px -20px;
    border-bottom: 1px dashed #EEEEEE;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

h2 {
    position: relative;
    clear: both;
    /*color: #47403d;*/
    color: #282828;
    font-weight: bold;
    font-size: 16px;
    margin: 20px -10px 10px -10px;
    border-bottom: 1px dashed #EEEEEE;
    padding: 10px;
}

h3 {
    position: relative;
    clear: both;
    color: #282828;
    font-weight: bold;
    font-size: 14px;
    margin: 10px -20px 0px -20px;
    padding: 5px 15px;
    border-bottom: 1px dashed #EEEEEE;
}

h3.order {
    background-image: url("/images/h3/order.png");
    background-position: 95% center;
    background-repeat: no-repeat;
}

h3.interesting {
    background-image: url("/images/h3/interesting.png");
    background-position: 95% center;
    background-repeat: no-repeat;
}

a, .link, a:visited {
    color: #a51113;
    text-decoration: none;
    cursor: pointer;
}

a:hover, .link:hover {
    text-decoration: underline;
}


input, select, textarea, button {
    border: 1px solid #47403d;
    padding: 3px;
    border-radius: 5px;
    font-family: Verdana;
    font-size: 13px;
}

input.button,
button {
    border: 0px;
    cursor: pointer;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;

    background: #ed1c24; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #ed1c24 0%, #b11116 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ed1c24), color-stop(100%,#b11116)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  #ed1c24 0%,#b11116 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  #ed1c24 0%,#b11116 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  #ed1c24 0%,#b11116 100%); /* IE10+ */
    background: linear-gradient(135deg,  #ed1c24 0%,#b11116 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1c24', endColorstr='#b11116',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    padding: 5px 8px;
}

input.button:hover,
button:hover {
    color: #FFFFFF;
    background: none;
    background-color: #cd0000;
}

textarea {
    height: 100px;
}

ul, ol {
    padding: 0px;
    margin: 0px 0px 0px 25px;
    list-style-position:  outside;
}

ul li {
    list-style: none;
    padding: 1px 2px 2px 13px;
    margin: 0px;
    position: relative;
}


ul.list-red li:before {
    content: "";
    width: 7px;
    height: 7px;
    top: 7px;
    margin-left: -12px;
    position: absolute;

    background: #ed1c24; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #ed1c24 0%, #b11116 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ed1c24), color-stop(100%,#b11116)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  #ed1c24 0%,#b11116 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  #ed1c24 0%,#b11116 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  #ed1c24 0%,#b11116 100%); /* IE10+ */
    background: linear-gradient(135deg,  #ed1c24 0%,#b11116 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1c24', endColorstr='#b11116',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

ul.list-grey li:before {
    content: "";
    width: 7px;
    height: 7px;
    top: 7px;
    margin-left: -12px;
    position: absolute;
    background-color: #47403d;
}

.red {
    color: #a51113;
}

.grey {
    color: #47403d;
}

.clear {
    clear: both;
}

.bold {
    font-weight: bold;
}

ul.tags {
    list-style: none;
    padding: 0px;
    margin: 0px 0px 0px 10px;
}

ul.tags li {
    display: inline;
    padding: 10px 10px 10px 0px;
    margin: 0px 10px 0px 0px;
    line-height: 200%;
    background-image: none;
    white-space: nowrap;
}


.s1 {
    font-size: 18px;
}

.s2 {
    font-size: 15px;
}

.s3 {
    font-size: 12px;
}