/* Text style */

p {
  margin-top: 0px;
  margin-bottom: 0px;
}

body,  td, select, textarea, input  {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.dopFilm_tile{
        font-size: 16px;
        color: #330099;
        font-weight: bold;
}
.dopFilm_name {
  font-size: 13px;
  text-decoration: none;
  color: #6F6F6F;
}
.top_menu {
  font-family: Verdana;
  font-size: 12px;
  color: #001867;
}

.text_lite {
  font-size: 10px;
  color: #001867;
}

.text_let {
  font-size: 12px;
  color: #001867;
}

.text {
  font-size: 11px;
  color: #001867;
}

.text_name_film {
  font-size: 12px;
  color: #001867;
  margin-top: 5px;
  margin-bottom: 5px;
}

.title {
  font-size: 13px;
  color: #001867;
}

.text_small {
  font-size: 9px;
  color: #001867;
}


/* Link style */
a {
  color: #001867;
  text-decoration: none;
}

a:hover {
  color: #001867;
  text-decoration: none;
}


a.small {
  font-size: 10px;
  color: #001867;
  text-decoration: none;
}

a.small:hover {
  font-size: 10px;
  color: #001867;
  text-decoration: underline;
}

a.let {
  color: #001867;
  text-decoration: underline;
}

a.let:hover {
  color: #001867;
  text-decoration: none;
}


a.menu_item {
  color: #001867;
  text-decoration: none;
}

a.menu_item:hover {
  color: #001867;
  text-decoration: underline;
}

a.search {
  color: #001867;
  text-decoration: underline;
}

a.search:hover {
  color: #001867;
  text-decoration: none;
}

a.txt-black:hover {
  color: #3D3D3D;
  text-decoration: underline;
}

a.tab-o:hover {
  color: #FF7707;
  text-decoration: underline;
}


/* Form elements */

input.standart {
  border-color: #1D3162;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  font-size: 11px;
  background-color : #1D3162;
  color: #FFFFFF;
}

select.flat, textarea.flat, input.flat, select.error, textarea.error, input.error, textarea.code {
        border-style: solid;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-color : #FEC59F;
        font-size: 12px;
        background-color : #EB896E;
}

select.content, textarea.content, input.content  {
        border-style: solid;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-color : #3E71EB;
        font-size: 12px;
        background-color : #FFFFFF;
}

div.advert{
padding-top: 15px;
padding-bottom: 15px;
color:#E2442B;
font-size: 10pt;
font-weight: bold;
}
