/*
    Author: Alexander Dovnar (ec.sufit@gmail.com), http://psd2html.biz/ All Rights Reserved.
 */

* {
margin: 0px;
padding: 0px;
border-collapse: collapse;
}

body {
background: #f3f3f3;
font-family: Arial;
font-size: 11px;
color: #000;
}

td {
vertical-align: top;
}

img {
border: 0px;
}

a {
color: black;
text-decoration: underline;
}

a:hover {
text-decoration: none;
}

.clear {
  clear: both;
}

#wrapper {
background: url(../img/topBg.gif) left top repeat-x;
text-align: center;
}

#basis {
width: 930px;
margin: 0 auto;
text-align: left;
}

#top {
background: url(../img/header-bg.png) left top no-repeat;
height: 174px;
}
#top .top-link {
display: block;
overflow: hidden;
text-indent: 500px;
width: 240px;
padding-top: 5px;
height: 15px;
position: absolute;
top: 75px;
margin-left: 677px;
}

#content {
}

#content .search-block {
width: 440px;
height: 50px;
padding: 20px 0 0 20px;
background: url(../img/search-bg.png) left top no-repeat;
}
#content .search-block input.text {
width: 322px;
padding: 2px 0px;
margin-right: 5px;
}
#content .search-block input.submit {
padding: 0px 3px;
width: 86px;
}
#content .search-block table td {
padding-top: 4px;
padding-right: 5px;
vertical-align: middle;
}
#content .search-block a {
color: white;
font-weight: bold;
text-decoration: none;
}
#content .search-block a:hover {
text-decoration: underline;
}

#content .links {
list-style: none;
float: left;
padding: 15px 7px 0px 7px;
}
#content .links li {
background: url(../img/bul.png) left 4px no-repeat;
padding-left: 8px;
padding-bottom: 5px;
clear: both;
}
#content .links a {
color: #0069df;
font-size: 13px;
}

#content .content-block {
background: url(../img/text-top-bg.gif) #fff left top no-repeat;
float: left;
margin-top: 20px;
margin-left: 8px;
}
#content .content-block .block-bottom-bg {
width: 609px;
background: url(../img/text-bottom-bg.gif) left bottom no-repeat;
padding: 10px 0px 20px 30px;
}
#content .content-block .listing {
font-size: 18px;
}
#content .content-block .listing a {
color: #0069df;
}

#content .content-block .content-item, #content .content-block .category-item {
float: left;
width: 263px;
padding: 20px 40px 20px 0px;
}
#content .content-block .content-item h1 {
font-size: 14px;
font-weight: bold;
}
#content .content-block .content-item a {
color: #00a571;
}

#content .content-block .content-item .img-wrapper, #content .content-block .category-item .img-wrapper {
border: 3px solid #bbbaba;
float: left;
}
#content .content-block .content-item .img-wrapper img, #content .content-block .category-item .img-wrapper img {
clear: both;
}

#content .content-block .category-item h1 {
color: black;
font-size: 14px;
font-weight: bold;
}

#content .content-block .blog-video {
padding: 20px 40px 20px 0px;
}
#content .content-block .blog-video td {
padding-right: 10px;
}
#content .content-block .blog-video h1 {
font-size: 14px;
font-weight: bold;
color: #00a571;
margin-top: 10px;
}
#content .content-block .blog-video p {
margin-bottom: 10px;
}
#content .content-block .blog-video a {
color: #0069df;
}
#content .content-block .blog-video .img-wrapper {
border: 3px solid #bbbaba;
float: left;
}
#content .content-block .blog-video .img-wrapper img {
clear: both;
}

#content .voting {
width: 261px;
height: 45px;
background: url(../img/vote-bg.gif) left top no-repeat;
margin-top: 10px;
padding-top: 12px;
text-align: center;
}
#content .voting a {
margin-right: 4px;
}

#content h1 {
font-size: 14px;
font-weight: bold;
color: #00a571;
margin-top: 10px;
}

#content .unne-application h1, #content .unne-application p  {
margin-bottom: 10px;
}

#content .recherche h1, #content .recherche-item  {
margin-bottom: 36px;
}
#content .recherche-item h3 {
font-size: 12px;
color: #398eef;
font-weight: bold;
}
#content .recherche-item h3 a {
text-decoration: none;
color: #398eef;
}

#content .unne-application .text {
width: 240px;
padding: 3px 0px;
margin-right: 3px;
}
#content .unne-application option {
width: 223px;
padding: 3px 0px;
}

#content .right-column {
float: left;
width: 240px;
padding-left: 40px;
margin-top: 25px;
}
#content .right-column h2 {
font-size: 18px;
font-weight: normal;
color: #0069df;
margin-top: 25px;
margin-bottom: 15px;
}

#content .right-column ul {
margin-bottom: 25px;
font-size: 14px;
margin-left: 10px;
}
#content .right-column li {
background: url(../img/bul.png) left 5px no-repeat;
padding-left: 10px;
padding-bottom: 1px;
list-style: none;
}
#content .right-column a.partners-link {
font-size: 18px;
color: #00a571;
}

#footer {
width: 896px;
height: 69px;
background: url(../img/bottom-bg.gif) left top no-repeat;
margin: 20px 0px 20px 8px;
padding: 0 15px;
}
#footer img {
margin-top: 15px;
float: left;
}
#footer .copyright {
font-family: Tahoma;
font-size: 10px;
color: #0069df;
float: right;
margin-top: 20px;
text-align: right;
}
#footer .copyright a {
color: #0069df;
}

.error {color:#FF0000; padding: 3px 0 3px 0;}
