div, form, img {
    margin: 0;
    padding: 0;
    border: none;
}


.num_space {
    margin-left: 2px;
    font-size: 18px !important;
    font-weight: bold;
}

.discount_label
{
   background-image:url(../images/discount.png); 
   background-image: url("../images/discount.png");
   background-repeat: no-repeat;
   display: block;
   height: 80px;
   width: 80px;
   position: absolute;
   right: 1px;
   top: 1px;
}

#vk_like
{
  margin: 5px 0 !important;
}

.types_content
{
  clear: both;
}
.types_content a
{
  display: inline-block;
  float: left;
  width: 145px;
  margin: 10px;
  height: 85px;
  color: #0033cc;
}
.types_content a img
{
  margin: auto;
  display: block;
}
.types_content a span
{
  font-size: 1.2em;
  width: 100%;
  display: inline-block;
  text-align: center;
  text-decoration: underline;
}
.type_header
{
  text-align: left;
}
.type_header h1
{
  margin-bottom: 10px;
}
.middiv
{
  width: 250px;
}
.thumb
{
  text-decoration: none;
}
.thumb img
{
  display: block;
  margin-top: 3px;
}
body {
    margin: 0;
    padding: 0;
    font-size: 62.5%;
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
}
html {
    padding: 0;
    background: #FFF;
    color: #1a2027;
}
a {
    text-decoration: underline;
    color: #000;
}


#page {
    overflow: hidden;
    min-width: 1100px;
    max-width: 1750px;
}
#header {
    overflow: hidden;
    padding: 10px 5px;
    margin-bottom: 10px;
    border-bottom: solid 1px #e2e2e2;
}
#logo {
    font-size: 2.1em;
    font-weight: bold;
}
#slogan {
    font-size: 1.4em;
    font-family: Arial, Helvetica, Sans-serif;
    white-space: nowrap;
}
#footer {
    margin-top: 10px;
    margin-bottom: 50px;
    padding-top: 10px;
    border-top: solid 1px #e2e2e2;
}
#footer .content {
    text-align: center;
    font-size: 1.1em;
    color: gray;
}
#footer .content a {
    color: gray;
}

.left {float:left;}
.right {float:right;}
.marked {font-weight: bold;}
#logo .marked {color: #f15a22;}
#logo a {text-decoration: none; color: #1a2027;}
.logos {margin-top: 10px;}
.logos img {margin-left: 15px;}
.wrapper {overflow: hidden;}
.clear {clear: both;}
.mb20 {margin-bottom: 20px;}
h1 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 1.8em;
}

/* items */
.items .item {
    float: left;
    width: 192px; /* 960/5 */
    text-align: center;
}
.items .item .content {
    position: relative;
    width: 175px;
}
.item .image {
    display: block;
    text-decoration: none;
    border: solid 1px #DADADA;
}
.item .image img {
    width: 173px;
}
.item .button {
    display: block;
    background: #DADADA;
    color: #333;
    text-decoration: none;
    font-size: 1.3em;
    padding: 5px 3px;
    overflow: hidden;
    white-space: nowrap;
}
.item .title {
    display: block;
    font-size: 1.2em;
    text-decoration: underline;
    margin-top: 5px;
    color: #606060;
}

/* steps */
#wizard {
    margin: 15px 0;
    padding: 20px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
#wizard .content {

}
#wizard table.form {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
}
#wizard table.form td {
    margin: 0;
    padding: 2px 5px;
    border-collapse: collapse;
}
.backUrl, .divider, .pdf {
    font-size: 1.8em;
}
.hint {
    color: #808080;
    font-size: 1.2em;
    
}
.errorMessage {
    color: red;
    font-size: 1.2em;
}
