/*
  disabling default styles
*/

html, body, h1, h2, h3, h4, h5, h6, img, blockquote, form, fieldset, label, p, ul, ol, li, dl, dd, dt { 
	padding: 0px;
	margin: 0px;
	border: 0px;
}

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
  color: #262626;
  background-color: #ffffff;
}
input, select, textarea, option, table {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
a {
  text-decoration: none;
}
h1, h2, h3 {
  font-size: 12px;
}

/*
  main layout
*/
.wrapper {
  width: 994px;
  margin: 0 auto;
}

#header {
}

#menu {
  background: transparent url(/img/header_bg.gif) repeat-x scroll top center;
  padding-top: 9px;
  margin-bottom: 15px;
}

#center {
  background: transparent url(/img/center_bg.jpg) repeat-x scroll top left;
}

#leftColumn {
  float: left;
  width: 354px;
  margin-right: 5px;
}

#rightColumn {
  float: left;
  width: 629px;
  padding-bottom: 50px;
}

#rightColumnInner {
 float: left;
  width: 592px;
  padding-left: 27px;
  padding-bottom: 50px;
}

#footer {
  padding-bottom: 5px;
}

/*
  header
*/

h1 {
  margin-top: 54px;
  margin-bottom: 18px;
  float: left;
}

h1 a {
  display: block;
  width: 542px;
  height: 85px;
  background: transparent url(/img/lsdp_logo.jpg) no-repeat scroll top left;
}

h1 a span {
  display: none;
}

#header .icons {
  margin-top: 141px;
  float: right;
  height: 22px;
}

#header .icons .iconSize {
  display: block;
  float: left;
  margin-top: 4px;
}

#header .icons .iconRss {
  display: block;
  float: left;
  margin-left: 16px;
}

#header .icons .iconSearch {
  display: block;
  float: left;
  margin-left: 16px;
  background:url('/img/icon_search.gif') no-repeat center center;
  width:20px;
  height:23px;
}

#header .icons .iconSearch:hover {
	background:url('/img/icon_search_on.gif') no-repeat center center;
}

#header .icons .iconSitemap {
	background:url('/img/icon_sitemap.gif') no-repeat center center;
	width:20px;
	height:20px;
}

#header .icons .iconSitemap:hover {
	background:url('/img/icon_sitemap_on.gif') no-repeat center center;
}

#header .icons .iconRss2 {
	background:url('/img/icon_rss.gif') no-repeat center center;
	height:23px;
	width:30px;
}

#header .icons .iconRss2:hover {
	background:url('/img/icon_rss_on.gif') no-repeat center center;
}

/*
  menu
*/
.menu {
  list-style-type: none;
  border-left: 1px solid #d1d1d1;
  height: 32px;
  float: left;
}

.menuSubmenu {
  margin-bottom: 22px;
}

.menu li {
  float: left;
}

.menu li a {
  display: block;
  color: #575757;
  font-size: 14px;
  font-weight: bold;
  height: 22px;
  padding: 9px 25px 0 25px;
  white-space: nowrap;
  overflow: hidden;
  border-right: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
}

.menu li a:hover {
  color: #ff0000;
  background: none;
}

.menu li.act a {
  color: #ff0000;
  border-bottom: 1px solid #ffffff;
  background-color: #ffffff;
}

.menu .submenu {
  list-style-type: none;
  display: none;
  position: absolute;
  padding-top: 4px;
}

.menu li:hover .submenu,
.menu ul.act {
  display: block;
}

.menu .submenu li {
  float: left;
}

.menu .submenu li a {
  color: #ff000c;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 11px 0px 11px;
  border: 0;
  height: 18px;
}

.menu .submenu li.act a {
  background-color: #ff000c;
  color: #ffffff;
}

.sub1 { margin-left: 0px; }
.sub2 { margin-left: -70px; }
.sub3 { margin-left: -180px; }
.sub4 { margin-left: -70px; }
.sub5 { margin-left: -70px; }
.sub6 { margin-left: -70px; }
.sub7 { margin-left: -620px; }


/*
  left
*/
.blockRed {
  background: #ff0000 url('/img/roze.gif') no-repeat left bottom;
  border-bottom: 1px solid #9b4242;
  margin-bottom: 5px;
}

.blockSilver {
  background-color: #e7e7e7;
  border: 1px solid #cdcdcd;
}

.favLinks {
  list-style-type: none;
  width: 265px;
  padding-top: 11px;
}

.favLinks li {
  padding-top: 3px;
}

.favLinks li a {
  font-size: 16px;
  color: #ececec;
  text-decoration: none;
  background-color: #87938e;
  text-align: right;
  display: block;
  height: 21px;
  padding: 3px 9px 0 9px;
}

.favLinks li a:hover {
	background: #2a2a2a;
	color: #b0b2b1;
}

.favBlock {
  margin: 21px 0 11px 14px;
  width: 251px;
  overflow: hidden;
}

.favBlock img {
  display: block;
}

.favBlock .fvb {
  display: block;
  background-color: #ff0000;
  color: #ffffff;
  padding: 1px 5px 0 8px;
  height: 16px;
  font-size: 11px;
  float: right;
  margin-top: -21px;
  position: relative;
}

.newsHeadline {
  background: transparent url(/img/headline_news.gif) no-repeat scroll 0px 30px;
  display: block;
  width: 272px;
  height: 23px;
  text-indent: -500px;
  padding-top: 30px;
  margin: 0 0 12px 14px;
}

.newsBlockFav {
  margin: 12px 10px 35px 10px;
}

.newsBlockFav .image {
  display: block;
  width: 334px;
  height: 207px;
  overflow: hidden;
}

.newsBlockFav .imageBorder {
  position: absolute;
}

.newsBlockFav .headline {
  font-size: 18px;
  color: #ffffff;
  display: block;
  margin: 8px;
 width: 318px;
}

.newsBlockFav .text {
  color: #ffffff;
  display: block;
  margin: 8px;
  line-height: 18px;
  width: 318px;
}

.newsBlockFav .links {
  margin: 12px 17px 0 8px;
}

.newsBlockFav .comments {
  display: block;
  float: left;
  clear: both;
  background-color: #393939;
  color: #ffffff;
  font-size: 9px;
  height: 15px;
  padding: 3px 8px 0 8px;
}

.newsBlockFav .comments:hover {
  text-decoration: underline;
}

.newsBlockFav .icon {
  float: right;
  display: block;
  width: 22px;
  height: 18px;
  margin-left: 5px;
  text-indent: -100px;
  overflow: hidden;
}

.newsBlockFav .iconVideo {
  background: transparent url(/img/icon_video_red.gif) no-repeat scroll top left;
}

.newsBlockFav .iconPhoto {
  background: transparent url(/img/icon_photo_red.gif) no-repeat scroll top left;
}

.newsBlock {
  margin: 0 16px 2px 16px;
  padding: 21px 15px 11px 13px;
  background-color: #f1f1f1;
  width: 294px;
}

.newsBlock .image {
  display: block;
  float: right;
  margin-left: 10px;
}

.newsBlock .headline {
  color: #cc0000;
  display: block;
  font-weight: bold;
}

.newsBlock .date {
  display: block;
  color: #010101;
  font-size: 11px;
  margin-top: 3px;
}

.newsBlock .text {
  color: #333333;
  display: block;
  line-height: 16px;
  margin-top: 6px;
}

.newsBlock .links {
  margin-top: 12px;
}

.newsBlock .comments {
  display: block;
  float: left;
  clear: both;
  background-color: #919191;
  color: #ffffff;
  font-size: 9px;
  height: 15px;
  padding: 3px 8px 0 8px;
}

.newsBlock .comments:hover {
  text-decoration: underline;
}

.newsBlock .icon {
  float: right;
  display: block;
  width: 22px;
  height: 18px;
  margin-left: 5px;
  text-indent: -100px;
  overflow: hidden;
}

.newsBlock .iconVideo {
  background: transparent url(/img/icon_video_silver.gif) no-repeat scroll top left;
}

.newsBlock .iconPhoto {
  background: transparent url(/img/icon_photo_silver.gif) no-repeat scroll top left;
}

.newsBlock:hover,
.newsBlockHover {
  background-color: #ffffff;
}

.newsBlock:hover .iconVideo,
.newsBlockHover .iconVideo {
  background: transparent url(/img/icon_video_white.gif) no-repeat scroll top left;
}

.newsBlock:hover .iconPhoto,
.newsBlockHover .iconPhoto {
  background: transparent url(/img/icon_photo_white.gif) no-repeat scroll top left;
}

.newsHeadlineMore {
  background: transparent url(/img/headline_more.gif) no-repeat scroll top left;
  display: block;
  width: 96px;
  height: 19px;
  text-indent: -300px;
  margin: 14px 0 12px 40px;
}

.newsMore {
  list-style-type: none;
  margin: 12px 15px 25px 10px;
}

.newsMore li {
  background: transparent url(/img/icon_newsmore.gif) no-repeat scroll 7px 3px;
  padding-left: 30px;
  padding-bottom: 7px;
}

.newsMore li a {
  color: #ffffff;
}

.newsMore li a:hover {
  text-decoration: underline;
}


.refAbout {
  background: transparent url(/img/icon_lsdp.gif) no-repeat scroll top left;
  margin: 20px 15px;
  font-size: 11px;
  color: #474747;
  padding-left: 40px;
}

.refAbout p {
  margin-bottom: 12px;
}

.refAbout a {
  color: #474747;
  text-decoration: underline;
}

.refAbout a:hover {
  text-decoration: none;
}

.refWriteUs {
  margin: 15px 0px 15px 55px;
}

.refWriteUs a {
  font-size: 14px;
  color: #474747;
}

.refWriteUs a:hover {
  text-decoration: underline;
}

.refCredits {
  list-style-type: none;
  width: 265px;
  margin: 30px 0;
}

.refCredits li {
  color: #7d7d7d;
  font-size: 10px;
  background-color: #f0f0f0;
  text-align: right;
  margin-bottom: 3px;
  padding-right: 3px;
}

.refCredits li.noimg {
  padding-top: 3px;
}

.refCredits li a {
  color: #7d7d7d;
  text-decoration: underline;
}

.refCredits li a.noline,
.refCredits li a:hover {
  text-decoration: none;
}

.refCredits li img {
  vertical-align: middle;
}


.sidemenu {
  float: right;
  list-style-type: none;
  margin-top: 17px;
  margin-bottom: 10px;
  min-height: 224px;
}

.sidemenu li {  }

.sidemenu li a {
  width: 250px;
  display: block;
  padding: 7px 17px 7px 10px;
  color: #ececec;
  text-align: right;
  font-weight: bold;
}

.sidemenu li.act a {
  background-color: #ececec;
  color: #ff0000;
}

.sidemenu li a:hover {
  background: #f58080;
  color: #fff;
}


.sidemenu .side-submenu li {
	list-style-type: none;
} 

.sidemenu .side-submenu li a {
	opacity: 0.8;
	filter:alpha(opacity=80)
}

.sidemenu li ul li a:hover, .sidemenu li ul li.act a {
	color:#ff0000;
	background:#fff !important;
	opacity:1.0 !important;
	filter:alpha(opacity=100)
}


.sideVoting {
  border: 1px solid #d1d1d1;
  background-color: #ffffff;
  margin-bottom: 12px;
  padding: 20px 20px 16px 16px;
}

.sideVoting .headline {
  border-bottom: 1px solid #c7c7c7;
  background: transparent url(/img/headline_voting.gif) no-repeat scroll top left;
  height: 19px;
  padding-bottom: 4px;
  display: block;
  text-indent: -200px;
  margin-bottom: 12px;
  overflow: hidden;
}

.sideVoting .question {
  color: #ff0000;
  font-weight: bold;
  font-size: 14px;
  display: block;
}

.sideVoting .answers {
  background-color: #efefef;
  list-style-type: none;
  padding: 5px 0px;
  margin: 7px 0;
}

.sideVoting .answers li {
  padding: 4px 7px;
}

.sideVoting .answers .vote {
  vertical-align: bottom;
}

.sideVoting .answers label {
  font-weight: bold;
}

.sideVoting .submit {
  border: 0;
  background-color: #ff000c;
  color: #ffffff;
  height: 21px;
  width: 90px;
  cursor: pointer;
}

.sideVoting .seeOther {
  float: right;
  color: #535353;
  margin-top: -16px;
}

.sideVoting .seeOther:hover {
  text-decoration: underline;
}

.sideVoting .results {
  background-color: #efefef;
  padding: 4px 12px 14px;
  margin: 7px 0 23px;
}

.sideVoting .resultContainer {
  border: 1px solid #ff0000;
  background-color: #ffffff;
  width: 240px;
  margin-top: 10px;
}

.sideVoting .resultValue {
  background-color: #ff0000;
  height: 8px;
  font-size: 0;
  overflow: hidden;
}

.sideVoting .answerText {
  color: #3c3c3c;
  display: block;
  margin-top: 3px;
}

.sideVoting .answerCount {
  color: #919191;
  font-size: 11px;
}

.sideLinksButtons {
  border: 1px solid #d3d3d3;
  background: #f7f7f7 url(/img/headline_links.gif) no-repeat scroll top right;
  margin-bottom: 10px;
  padding-left: 16px;
  padding-top: 4px;
}

.sideLinksButtons a {
  display: block;
  width: 258px;
  margin-bottom: 4px;
}

/*
  right
*/

.frontFlashNews {
  height: 353px;
  background-color: silver;
}

.frontButtons {
  margin-top: 5px;
}

.frontButtons a {
  display: block;
  float: left;
  border: 1px solid #c8c8c8;
  height: 49px;
  margin-right: 5px;
  text-indent: -300px;
  overflow: hidden;
}

.frontButtons .buttonVideo {
  background: transparent url(/img/button_video.jpg) no-repeat scroll top left;
  width: 211px;
}

.frontButtons .buttonVideo:hover {
  background: transparent url(/img/button_video_on.jpg) no-repeat scroll top left;
  width: 211px;
}

.frontButtons .buttonPhoto {
  background: transparent url(/img/button_photo.jpg) no-repeat scroll top left;
  width: 201px;
}

.frontButtons .buttonPhoto:hover {
  background: transparent url(/img/button_photo_on.jpg) no-repeat scroll top left;
  width: 201px;
}

.frontButtons .buttonComment {
  background: transparent url(/img/button_comment.jpg) no-repeat scroll top left;
  width: 201px;
  float: right;
  margin-right: 0px;
}

.frontButtons .buttonComment:hover {
  background: transparent url(/img/button_comment_on.jpg) no-repeat scroll top left;
  width: 201px;
  float: right;
  margin-right: 0px;
}

.frontNews {
  margin-top: 17px;
  border: 1px solid #848484;
  padding-left: 6px;
  width: 621px;
}

.frontNewsBlock {
  float: left;
  width: 149px;
  height: 235px;
  margin: 6px 6px 7px 0px;
  overflow: hidden;
  position: relative;
}

.frontNewsBlock img {
  display: block;
}

.frontNewsBlock .texts {
  display: block;
  padding: 6px 9px;
  width: 131px;
  height: 223px;
  background: transparent url(/img/front_news_bg.png) repeat scroll top left;
  position: relative;
  color: #ffffff;
}

.frontNewsBlock .headline {
  display: block;
  font-weight: bold;
  margin-bottom: 6px;
}

.frontNewsBlock .text {
  display: block;
}

.frontNews .navigation {
  background-color: #7f908a;
  padding: 7px 9px 5px 9px;
  margin-left: -6px;
}

.frontNews .navigation a {
  display: block;
  float: left;
  text-indent: -100px;
  overflow: hidden;
}

.frontNews .navigation .current {
  color: #f6f6f6;
  display: block;
  float: left;
  font-weight: bold;
  margin-right: 3px;
}

.frontNews .navigation .prev {
  width: 11px;
  height: 17px;
  background: transparent url(/img/arrow_prev.gif) no-repeat scroll top left;
  margin-right: 3px;
}

.frontNews .navigation .next {
  width: 11px;
  height: 17px;
  margin-right: 12px;
  background: transparent url(/img/arrow_next.gif) no-repeat scroll top left;
}

.frontNews .navigation .bullet {
  width: 9px;
  height: 10px;
  background: transparent url(/img/bullet.gif) no-repeat scroll top left;
  margin-right: 1px;
  margin-top: 4px;
}

.frontNews .navigation .bulletActive {
  background: transparent url(/img/bullet_active.gif) no-repeat scroll top left;
}

.frontLinks {
  margin-top: 40px;
}

.linksLists {
}

.frontLinksLists {
  float: left;
  width: 342px;
  margin-left: 6px;
  border-bottom: 1px solid #d3d3d3;
}

.linksLists .headline {
  font-size: 11px;
  font-weight: bold;
  border-bottom: 1px solid #d3d3d3;
  display: block;
  padding-bottom: 5px;
}

.linksLists .list {
  list-style-type: none;
  margin-bottom: 25px;
  width: 50%;
  float: left;
}

.linksLists .list li {
  margin: 6px 0 0;
  padding: 0 0 3px 40px;
}

.linksLists .list li.listIcon-1 { background: transparent url(/img/icon_list_1.gif) no-repeat scroll top left; }
.linksLists .list li.listIcon-2 { background: transparent url(/img/icon_list_2.gif) no-repeat scroll top left; }
.linksLists .list li.listIcon-3 { background: transparent url(/img/icon_list_3.gif) no-repeat scroll top left; }
.linksLists .list li.listIcon-4 { background: transparent url(/img/icon_list_4.gif) no-repeat scroll top left; }
.linksLists .list li.listIcon-5 { background: transparent url(/img/icon_list_5.gif) no-repeat scroll top left; }
.linksLists .list li.listIcon-6 { background: transparent url(/img/icon_list_6.gif) no-repeat scroll top left; }
.linksLists .list li.listIcon-7 { background: transparent url(/img/icon_list_7.gif) no-repeat scroll top left; }
.linksLists .list li.listIcon-8 { background: transparent url(/img/icon_list_8.gif) no-repeat scroll top left; }
.linksLists .list li.listIcon-9 { background: transparent url(/img/icon_list_9.gif) no-repeat scroll top left; }
.linksLists .list li.listIcon-10 { background: transparent url(/img/icon_list_10.gif) no-repeat scroll top left; }
.linksLists .list li.listIcon-11 { background: transparent url(/img/icon_list_11.gif) no-repeat scroll top left; }
.linksLists .list li.listIcon-12 { background: transparent url(/img/icon_list_12.gif) no-repeat scroll top left; }
.linksLists .list li.listIcon-13 { background: transparent url(/img/icon_list_13.gif) no-repeat scroll top left; }
.linksLists .list li a {
  color: #575757;
  font-size: 11px;
  text-decoration: none;
}

.linksLists .list li a:hover {
  text-decoration: underline;
}

.frontLinksButtons {
  float: right;
  border: 1px solid #d3d3d3;
  background-color: #f7f7f7;
  width: 258px;
  padding: 4px 4px 0px 4px;
}

.frontLinksButtons a {
  display: block;
  width: 258px;
  margin-bottom: 4px;
}

.frontNewspaper {
  margin-top: 25px;
  padding-left: 7px;
}

.frontNewspaper .headline {
  font-size: 16px;
  color: #595959;
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}

.frontNewspaper .paper {
  background-color: #d7d8d4;
  float: left;
  width: 114px;
  padding: 2px 2px 5px 2px;
  font-size: 11px;
  color: #595959;
  text-align: center;
  margin-right: 6px;
}

.frontNewspaper .paper img {
  display: block;
  margin-bottom: 5px;
}

.frontNewspaper .more {
  display: block;
  background: #e7e7e5 url(/img/arrow_more.gif) no-repeat scroll center right;
  font-size: 9px;
  color: #595959;
  text-align: right;
  padding: 2px 30px 2px 0px;
  margin: 3px 8px 0 0;
}

.frontCalendar {
  margin-top: 25px;
  padding: 0 6px;
}

/*
  right inner
*/

.breadcrumb {
  background-color: #fafafa;
  font-size: 11px;
  padding-left: 5px;
  margin-top: 16px;
}

.breadcrumb a {
  color: #9a9a9a;
  padding-right: 15px;
  background: transparent url(/img/arrow_bread.gif) no-repeat scroll center right;
  margin-right: 5px;
}

.breadcrumb a.current {
  color: #575757;
  background: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

#rightColumnInner h2, #rightColumnInner h2 a {
  font-size: 24px;
  color: #fb000c;
  font-weight: normal;
  margin-top: 24px;
  margin-bottom: 7px;
}

#rightColumnInner .subheading {
  font-size: 16px;
  color: #262626;
  margin-top: -7px;
  margin-bottom: 7px;
}

#rightColumnInner .actionButtons {
  float: right;
  margin-top: 28px;
}

#rightColumnInner .actionButtons .button {
  width: 21px;
  height: 17px;
  text-indent: -100px;
  display: block;
  overflow: hidden;
  float: left;
  margin-right: 8px;
}

#rightColumnInner .actionButtons .buttonPrint {
  background: transparent url(/img/icon_print.gif) no-repeat scroll center center;
}

#rightColumnInner .actionButtons .buttonEmail {
  background: transparent url(/img/icon_email.gif) no-repeat scroll center center;
}

.blockText {
  border: 1px solid #c7c7c7;
  background-color: #ffffff;
  padding: 17px 22px;
  margin-bottom: 8px;
  width: 546px;
}

.blockText p {
  line-height: 14px;
  margin-bottom: 15px;
}

.blockText a {
  color: #ff0000;
  text-decoration: underline;
}

.blockText a:hover {
  text-decoration: none;
}

.blockText h3 {
  font-size: 18px;
  color: #262626;
  border-bottom: 1px solid #c7c7c7;
  font-weight: normal;
  padding-bottom: 9px;
  margin-bottom: 11px;
}

.blockText .inlineHeading {
  border-bottom: none;
  padding-bottom: 0;
}

.blockText .floatingImage {
  float: left;
  margin: 0 10px 10px 0;
}

.blockText .blockAdd {
  border-bottom: 1px solid #c7c7c7;
  margin-bottom: 11px;
}

.blockText .blockAdd .images {
  float: left;
  margin-right: 15px;
}

.blockText .blockAdd .images a {
  border: 3px solid #b6b6b6;
  display: block;
  margin-bottom: 11px;
  float: left;
  clear: left;
}

.blockText .blockAdd .images a:hover {
  border: 3px solid #ff0000;
}

.blockText .blockAdd .text {
  float: left;
  width: 390px;
}

.blockText .blockAdd .text .name {
  display: block;
  font-weight: bold;
  margin: 11px 0;
}

.blockText .blockAdd .text .description {
  display: block;
}

.blockEU {
  border: 1px solid #c7c7c7;
  background: #ffffff url(/img/logo_eu_candidates.jpg) no-repeat scroll bottom right;
  padding: 17px 22px;
  margin-bottom: 9px;
}

.blockEU .photo {
  display: block;
  width: 135px;
  text-align: center;
  padding: 3px 3px 6px;
  color: #262626;
  font-weight: bold;
  float: left;
  margin-right: 26px;
  border: 1px solid #ffffff;
}

.blockEU .photo:hover {
  background-color: #ff0000;
  color: #ffffff;
}

.blockEU .photo img {
  display: block;
  margin-bottom: 3px;
}

.blockEU .info {
  float: left;
  width: 377px;
}

.blockEU .name {
  font-size: 18px;
  color: #262626;
}

.blockEU a {
  color: #262626;
}

.blockEU span a:hover {
  text-decoration: underline;
}

.blockEU p {
  margin-bottom: 12px;
}

.blockEU .contact {
  display: block;
  height: 16px;
  padding-left: 25px;
  margin-bottom: 8px;
}

.blockEU .phone {
  background: transparent url(/img/icon_contact_phone.gif) no-repeat scroll center left;
}

.blockEU .email {
  background: transparent url(/img/icon_contact_email.gif) no-repeat scroll center left;
}

.blockEU .web {
  background: transparent url(/img/icon_contact_web.gif) no-repeat scroll center left;
}

.blockEU .rss {
  background: transparent url(/img/icon_contact_rss.gif) no-repeat scroll center left;
}

.blockText .blockMember {
  display: block;
  width: 135px;
  text-align: center;
  padding: 3px 3px 6px;
  color: #262626;
  font-weight: bold;
  float: left;
  margin-right: 55px;
  margin-bottom: 25px;
  text-decoration: none;
}

.blockMember img {
  display: block;
  margin-bottom: 3px;
}

.blockMember span {
  font-weight: normal;
  display: block;
  font-size: 11px;
}

.blockMember:hover {
  background-color: #ff0000;
  color: #ffffff;
}

.blockText table {
  width: 100%;
}

.blockText table th {
  color: #6e6e6e;
  text-align: left;
  padding: 0 15px 9px 10px;
}

.blockText table td {
  padding: 6px 10px;
}

.blockText table .even td {
  padding: 10px 10px;
}

.blockText table .odd {
  background-color: #f4f4f4;
}

.blockText table a {
  color: #262626;
  text-decoration: none;
}

.blockText table a:hover {
  text-decoration: underline;
}

.blockComment {
  border: 1px solid #c7c7c7;
  background-color: #ffffff;
  padding: 17px 22px;
  margin-bottom: 8px;
}

.blockCommentArticle {
  background-color: #f7f7f7;
}

.blockCommentArticle .readComments {
  color: #ffffff;
  background-color: #949494;
  padding: 3px 20px;
  margin-left: 18px;
}

.blockCommentArticle .readComments:hover {
  text-decoration: underline;
}

.blockComment h3 {
  font-size: 18px;
  color: #575757;
  font-weight: normal;
  margin-bottom: 10px;
}

.blockComment ul {
  list-style-type: none;
}

.blockComment ul li {
  margin-bottom: 8px;
}

.blockComment label {
  display: block;
  color: #575757;
  margin-bottom: 2px;
}

.blockComment .text {
  width: 260px;
  border: 1px solid #c1c1c1;
  padding: 3px 1px;
}

.blockComment .textarea {
  width: 440px;
  height: 75px;
  border: 1px solid #c1c1c1;
  overflow: auto;
  padding: 3px 1px;
}

.blockComment .submit {
  border: 0;
  background-color: #ff000c;
  color: #ffffff;
  height: 21px;
  width: 90px;
  cursor: pointer;
}

.blockNews {
  border: 1px solid #c7c7c7;
  background-color: #ffffff;
  padding: 17px 22px;
  margin-bottom: 8px;
  width: 546px;
}

.blockNews .headline {
  color: #262626;
  font-size: 16px;
  font-weight: bold;
}

.blockNewsFirst .headline {
  color: #262626;
  font-size: 18px;
  font-weight: normal;
}

.blockNews .headlineComment {
  color: #ff0000;
  margin-left: 10px;
}

.blockNews .time {
  display: block;
  font-size: 11px;
  margin-bottom: 8px;
  clear: both;
}

.blockNews .content {
	text-align:justify;
}

.blockNews .bigImage {
  float: left;
  margin: 0 20px 10px 0;
}

.blockNews .bigImage {
	color:#777 !important;
	background:#fff !important;
}

.blockNews .bigImage span {
  padding-top:3px;
  max-width:200px;
  font-size:9px;
  display:block;
}

.blockNews .content p {
  line-height: 14px;
  margin-bottom: 15px;
}

.blockNews .content .object {
  margin-bottom: 15px;
}

.blockNews .content a {
  background-color: #ff0000;
  color: #ffffff;
}

.blockNews .content a:hover {
  background-color: #ffffff;
  color: #ff0000;
}

.blockNews .links {
}

.blockNews .comments {
  display: block;
  float: left;
  clear: both;
  background-color: #919191;
  color: #ffffff;
  font-size: 9px;
  height: 15px;
  padding: 3px 8px 0 8px;
}

.blockNews .comments:hover {
  text-decoration: underline;
}

.blockNews .icon {
  float: right;
  display: block;
  width: 22px;
  height: 18px;
  margin-left: 5px;
  text-indent: -100px;
  overflow: hidden;
}

.blockNews .iconVideo {
  background: transparent url(/img/icon_video_white.gif) no-repeat scroll top left;
}

.blockNews .iconPhoto {
  background: transparent url(/img/icon_photo_white.gif) no-repeat scroll top left;
}

.blockNewsWithThumb .thumbImage {
  float: left;
  margin-right: 12px;
}

.blockNewsWithThumb .content {
  float: right;
  width: 426px;
}

.blockNewsWithThumb .links {
  float: right;
  width: 426px;
}

.blockPaging {
  margin-bottom: 15px;
  margin-top: 20px;
  text-align: center;
}

.blockPaging a {
  color: #ff0000;
  padding: 2px 5px;
}

.blockPaging a.first {
  margin-right: 5px;
}

.blockPaging a.last {

}

.blockPaging a.prev {
  margin-right: 10px;
  vertical-align: middle;
}

.blockPaging a.next {
  vertical-align: middle;
  margin-right: 5px;
}

.blockPaging a.current {
  background-color: #ff0000;
  color: #ffffff;
}

.blockPaging a.page {  }

.blockPaging .total {
  display: block;
  border-top: 1px solid #e6e6e6;
  text-align: center;
  margin-top: 3px;
  padding-top: 3px;
}

.blockVoting {
  border: 1px solid #c7c7c7;
  background-color: #ffffff;
  padding: 17px 22px;
  margin-bottom: 8px;
  width: 546px;
}

.blockVoting .question {
  font-size: 18px;
}

.blockVoting .results {

}

.blockVoting .resultContainer {
  border: 1px solid #ff0000;
  background-color: #ffffff;
  width: 240px;
  margin-top: 10px;
  float: left;
  clear: both;
  margin-right: 12px;
}

.blockVoting .resultValue {
  background-color: #ff0000;
  height: 8px;
  font-size: 0;
  overflow: hidden;
}

.blockVoting .answerText {
  color: #3c3c3c;
  display: block;
  float: left;
  width: 292px;
  margin-top: 7px;
}

.blockVoting .answerCount {
  color: #919191;
  font-size: 11px;
}

.linkPicasa {
  background: #ffffff url(/img/logo_picasa.jpg) no-repeat scroll center center;
  height: 33px;
  width: 100px;
  text-indent: -300px;
  overflow: hidden;
  float: right;
  margin: -33px 70px 0 0;
  border-top: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
  border-left: 1px solid #c7c7c7;
}

.blockText .blockPhoto {
  display: block;
  width: 160px;
  padding: 3px 3px 6px;
  color: #323232;
  float: left;
  margin-right: 24px;
  margin-bottom: 25px;
  text-decoration: none;
}

.blockPhoto .date {
  font-weight: normal;
  display: block;
  color: #787878;
  display: block;
  border-bottom: 1px solid #c7c7c7;
  padding: 5px 5px 3px 5px;
}

.blockPhoto .title {
  display: block;
  color: #323232;
  padding: 2px 5px 2px 5px;
}

.blockPhoto:hover .date,
.blockPhoto:hover .title,
.blockPhoto:hover {
  background-color: #ff0000;
  color: #ffffff;
}

.blockVideo {
  border: 1px solid #c7c7c7;
  background-color: #ffffff;
  padding: 17px 22px;
  margin-bottom: 8px;
}

.blockVideo .headline {
  font-size: 14px;
  font-weight: bold;
  display: block;
  color: #262626;
  margin-bottom: 10px;
}

.blockVideo .info {
  float: right;
}

.blockVideo .buttonSource {
  display: block;
  float: left;
  padding: 5px 2px;
  border-bottom: 1px solid #b1b1b1;
}

.blockVideo .links {
  clear: both;
  padding-top: 14px;
}

.blockVideo .writeComment {
  color: #ffffff;
  background-color: #ff0000;
  padding: 3px 20px;
}

.blockVideo .readComments {
  color: #ffffff;
  background-color: #949494;
  padding: 3px 20px;
  margin-left: 10px;
}

.blockVideo .writeComment:hover,
.blockVideo .readComments:hover {
  text-decoration: underline;
}

.blockVideoList {
  margin-bottom: 15px;
}

.blockVideoThumb {
  display: block;
  width: 120px;
  padding: 3px 3px 6px;
  color: #262626;
  font-weight: bold;
  float: left;
  margin-right: 29px;
  margin-bottom: 25px;
  text-decoration: none;
}

.blockVideoThumb span {
  font-weight: normal;
  display: block;
  font-size: 11px;
}

.blockVideoThumb:hover {
  background-color: #ff0000;
  color: #ffffff;
}


/*
  footer
*/

.footerButtons {
  margin-left: 387px;
  margin-top: -41px;
  position: absolute;
}

.footerButtons a {
  display: block;
  float: left;
  height: 29px;
  background-color: #e7e7e7;
  color: #262626;
}

.footerButtons .buttonTop {
  background: #e7e7e7 url(/img/arrow_top.gif) no-repeat scroll center right;
  padding: 12px 40px 0 12px;
}

.footerButtons .buttonBack {
  background: #e7e7e7 url(/img/arrow_back.gif) no-repeat scroll center left;
  padding: 12px 12px 0 30px;
}

/*
  common elements
*/

.blockVideoList .blockNewLine,
.blockText .blockNewLine {
  clear: left;
}

.blockVideoList .blockLast,
.blockText .blockLast {
  margin-right: 0px;
}

.clear {
  display: block;
  clear: both;
  height: 0px;
  overflow: hidden;
  font-size: 0px;
}

.frontHotNews {
  border-bottom: 1px solid #D3D3D3;
  float: left;
  margin-left: 6px;
  width: 342px;
  margin-top: -19px;
}

.hotNewsHeadline {
  display: block;
  font-size: 14px;
  color: #7f908a;
  font-weight: bold;
  height: 16px;
}

.hotNewsItem {
  padding: 12px 8px 8px 8px;
  border: 1px solid #dadada;
  border-top: 1px solid #bbbbbb;
  margin-top: 3px;
  margin-bottom: 15px;
  width: 324px;
}

.hotNewsThumbnail {
  width: 63px;
  height: 63px;
  display: block;
  float: left;
  margin-right: 7px;
}

.hotNewsHeading {
  color: #0c0c0c;
  font-weight: bold;
}

.hotNewsComments {
  color: #ff0000;
}

.hotNewsText {
  color: #0c0c0c;
  display: block;
  width: 254px;
  float: right;
  margin-top: 7px;
}

.hotNewsHeading:hover,
.hotNewsComments:hover,
.hotNewsText:hover {
  text-decoration: underline;
}


/*
  sizes
*/

.frontHotNews {
  margin-top: -19px;
}

.hotNewsHeadline {
  font-size: 14px;
  height: 16px;
}

.hotNewsItem {
  font-size: 12px;
}


.hdn {
	display:none;
}

.sitemap ul {
	margin-left:20px;
}

.sitemap ul li {
	margin: 20px 0 4px 0;
}

.sitemap ul ul li {
	margin-top:4px;
}

.sitemap ul li a {
	display:block;
	text-decoration:none;
	color:#000;
	font-weight:bold;
}

.sitemap ul li a:hover {
	text-decoration:underline;
}

.sitemap ul ul li a {
	color:#ff0000;
	font-weight:normal;
}

.cssSmaller {
	background: url('/img/icon_size_1.gif') bottom center no-repeat;
	width:15px;
	height:15px;
}

.cssSmaller:hover, .cssSmallerAct {
	background: url('/img/icon_size_1_act.gif') bottom center no-repeat;
}

.cssBigger {
	background: url('/img/icon_size_2.gif') bottom center no-repeat;
	width:15px;
	height:15px;
}

.cssBigger:hover, .cssBiggerAct {
	background: url('/img/icon_size_2_act.gif') bottom center no-repeat;
}

.cssNormal {
	background: url('/img/icon_size_0.gif') bottom center no-repeat;
	width:15px;
	height:15px;
}

.cssNormal:hover {
	background: url('/img/icon_size_0_act.gif') bottom center no-repeat;
}


.newsletter {
	background:url('/img/prenumerata.gif') no-repeat;
	padding: 20px 0 40px 0;
	margin-top:10px
}

.nwsltrml {
	border:solid 1px #aaa;
	width:195px;
	padding:3px;
	margin:0;
	float:left;
	color:#777;
}

.nwsltrslct {
	width:100px;
	float:left;
	margin-left:7px;
	padding:2px;
	color:#777;
	border:solid 1px #aaa;
}

.nwsltrsbmt {
	background:url('/img/submitt.gif') no-repeat;
	width:28px;
	height:25px;
	float:left;
	border:0;
	margin-left:16px;
}