
/* -----------------------------------------------------------------------------
CSS RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{ background: transparent; border: 0; margin: 0; padding: 0;}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{vertical-align: baseline; }

table, tbody, tfoot, thead, tr, th, td { vertical-align: top; }

body                { line-height: 1; }
h1, h2, h3, h4, h5, h6 { clear: both; font-weight: normal; }
ol, ul              { list-style: none; }
blockquote          { quotes: none; }
blockquote:before, blockquote:after { content: ''; content: none; }
del                 { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table               { border-collapse: collapse; border-spacing: 0; }
a img               { border: none; }

section, article, header, footer, nav, aside, hgroup, form, fieldset {
  display: block;
  margin: 0;
  padding: 0;
}

.none, .nodisp      { display: none; }

/* -----------------------------------------------------------------------------
GLOBAL */

body {
  margin: 0 auto;
  padding: 0;
  font: 75%/1.667 "Verdana CE", Verdana, "Arial CE", Arial, "Lucida Grande CE", lucida, "Helvetica CE", Helvetica, sans-serif;
  color: black;
  background: #e5e5e5;
}

input, textarea, select, option, table input, table textarea, table select, table option {
  font-size: 100%;
  font-family: "Verdana CE", Verdana, "Arial CE", Arial, "Lucida Grande CE", lucida, "Helvetica CE", Helvetica, sans-serif;
}

/********************************* Typo & html elements ****************************/
p {
  margin: 0.75em 0 0.5em 0;
}

a {
  text-decoration: underline;
  color: #076877;
}

a:hover {
  text-decoration: none;
  color: #076877;
}

.middle a, .middle a:hover {
  color: #0a426e;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0.5em 0 0.5em 0;
  color: #043d6b;
}

h1, h2, .middle h3 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
}

h1 {
  font-size: 200%;
}

h2 {
  font-size: 200%;
  margin: 0 0 0.5em;
  font-weight: 700;
}

.right h2 {
  font-size: 191.7%;
  font-weight: 400;
  color: black;
}

h3 {
  font-size: 175%;
  color: black;
}

.middle h3 {
  font-weight: 500 !important;
}

h4 {
  font-size: 125%;
}

h5 {
  font-size: 108.3%;
}

h6 {
  font-size: 100%;
}

a img {
  border: 0;
}

acronym, abbr {
  font-size: 90%;
  letter-spacing: .07em;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

body[id] fieldset {
  margin: 0;
  padding: 0;
}

legend{
  padding: 0 0.5em;
  font-size: 140%;
  font-weight: bold;
  color: #000;
}

pre {
  font-family: courier;
  font-style: normal;
  font-size: 88%;
}

hr {
  margin: 11px 0 5px 0;
  height: 1px;
  border: 0;
  border-bottom: 1px solid #dedede;
}

fieldset label span {
  display: block;
  width: 15em;
  float: left;
}

fieldset label.checkbox span {
  display: inline;
  width: auto;
  float: none;
  padding-left: 0.5em;
}

#userinfo p {
  clear: both;
}

/****************************** basic layout elements *************************/
#page { /* hlavni element webu */
  position: relative;
  margin: 0 auto;
  text-align: left;
  width: 1000px;
  border: 0;
}

#wrap { /* obalujici element pro praci s pozadim */
  margin: 0;
  padding: 17px 0 0 0;
}

header {
  height: 227px;
  margin: 0;
  padding: 0;
}

.left { /* not used */
  float: left;
  width: 190px;
  margin: 0;
  padding: 0;
}

.right { /* kontejner pro pravy blok - matrjoska - nenastavovat padding */
  float: right;
  width: 269px;
  margin: 0;
  padding: 0;
}

.middle { /* kontejner pro stredovy blok - matrjoska - nenastavovat padding */
  margin: 0;
  width: 731px;
  float: left;
  clear: none;
}

footer {
}

.conin { /* vnitrni kontejner pro vsechny bloky - matrjoska - tady nastavit padding */
  margin: 0;
  padding: 0.5em 1em;
}

.cleaner, .clear, .cl {
  clear: both;
  height: 1px;
  font-size: 1px;
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
  visibility: hidden;
  display: block;
}

.hidden, .hdn {
  position: absolute;
  left: -2000px;
}

.nodsp {
  display: none;
}

#album, #download, #ocontent, #article {
  position: relative;
  width: 100%;
}

/* -----------------------------------------------------------------------------
LAYOUT */

/* -----------------------------------------------------------------------------
HEADER */

header {
  position: relative;
  background-color: white;
}

header .conin {
  margin: 0;
  padding: 0;
  position: relative;
}

/* LOGO */

header h1, header h1 a, header h1 span {
  display: block;
  width: 350px;
  height: 70px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

header h1 {
  background: url(../images/logo.png) no-repeat;
  overflow: hidden;
  position: absolute; top: 97px; left: 15px;
  z-index: 99;
}

header h1 a {
  cursor: pointer;
}

header h1 a:hover {
  text-decoration: none;
}

header h1 span {
  text-indent: -9999px;
}

/* EXMENU */

.exmenu {
  height: 43px;
  background: #e5e5e5;
}

.exmenu ul {
  margin: 0;
  padding: 0;
}

.exmenu ul li, .exmenu ul li a, .exmenu ul li span {
  display: block;
  height: 43px;
}

.exmenu ul li {
  list-style-type: none;
  margin-right: 1px;
  float: left;
}

.exmenu ul li a {
  line-height: 43px;
  text-decoration: none;
  color: #043d6b;
  background-color: #f2f2f2;
}

.exmenu ul li a:hover {
  text-decoration: underline;
  color: #043d6b;
  background-color: #ebebeb;
}

.exmenu ul li span {
  padding: 0 15px;
}

.exmenu ul li.active a, .exmenu ul li.active a:hover {
  text-decoration: none;
  background-color: white;
}

/* TMENU */

.tmenu {
  height: 43px;
  background: url(../images/tmenubg.png) bottom center no-repeat;
}

.tmenu ul {
  height: 40px;
  margin: 0;
  padding: 2px 0 0 15px;
}

.tmenu ul li, .tmenu ul li a, .tmenu ul li span {
  display: block;
  height: 40px;
}

.tmenu ul li {
  list-style-type: none;
  float: left;
}

.tmenu ul li a {
  line-height: 42px;
  text-decoration: none;
  text-transform: uppercase;
  color: black;
  text-align: center;
}

.tmenu ul li a:hover {
  text-decoration: underline;
  color: black;
}

.tmenu ul li span {
  padding: 0 12px;
}

.tmenu ul li.active a, .tmenu ul li.active a:hover {
  text-decoration: none;
  color: #076877;
}

/* MENU */

.menu {
  width: 100%;
  position: absolute; top: 187px; left: 0;
  clear: both;
  padding: 0;
  margin: 0;
  height: 40px;
}

.menu ul {
  height: 40px;
  margin: 0;
  padding: 0;
  color: white;
  background: #043d6c url(../images/mitem.png) repeat-x;
}

.menu ul li, .menu ul li a, .menu ul li span {
  display: block;
  height: 40px;
}

.menu ul li {
  list-style-type: none;
  float: left;
  background: url(../images/modd.png) 100% 0 no-repeat;
}

.menu ul li.last {
  background-image: none;
}

.menu ul li a {
  line-height: 40px;
  margin-right: 1px;
  text-decoration: none;
  color: white;
  text-align: center;
  font-size: 116.7%;
  font-weight: bold;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.menu ul li a:hover {
  text-decoration: underline;
  color: white;
  font-weight: bold;
}

.menu ul li span {
  padding: 0 15px;
}

.menu ul li.active a, .menu ul li.active a:hover {
  text-decoration: none;
  background: url(../images/mitemo.png) repeat-x;
}

/* LOGA */

.loga {
  width: 600px;
  height: 70px;
  position: absolute; top: 100px; right: 0;
  text-align: right;
}

.loga a, .loga a:hover {
  display: inline-block;
  margin-right: 15px;
  height: 66px;
  text-decoration: none;
}

/* SEARCH */

#search {
  position: absolute;
  top: 7px;
  right: 15px;
  z-index: 99;
  width: 255px;
  height: 27px;
  border: 0;
  overflow: hidden;
  background: url(../images/sin.png) 0 0 no-repeat;
}

#search:hover, #search:active, #search:focus {

}

#search .sin {
  display: block;
  float: left;
  border: 0;
  width: 186px;
  overflow: hidden;
  vertical-align: top;
  color: black;
  background: transparent;
  padding: 6px 0 6px 5px;
}

#search .sok {
  display: block;
  float: right;
  border: 0;
  width: 49px;
  height: 27px;
  overflow: hidden;
  color: white;
  background: url(../images/sok.png) 0 0 no-repeat;
  vertical-align: bottom;
  cursor: pointer;
  font-weight: bold;
}

#search .sok:hover, #search .sok:active, #search .sok:focus {
  background-position: 0 -28px;
}

/* LANGUAGE */

.lan {
  width: 64px;
  height: 17px;
  position: absolute;
  top: 12px;
  left: 666px;
  z-index: 99;
}

.lan a {
  display: inline-block;
  width: 20px;
  height: 17px;
  margin-right: 10px;
  line-height: 17px;
  overflow: hidden;
  text-decoration: none;
  text-indent: -9999px;
}

.lan a:hover {
  text-decoration: none;
}

.lan a.lan-cs_CZ {
  background: url(../images/lan-cz.png) 0 0 no-repeat;
}

.lan a.lan-en_US {
  background: url(../images/lan-en.png) 0 0 no-repeat;
  margin-right: 0;
}

/* LOGIN */

.hlg {
  width: 450px;
  height: 30px;
  position: absolute; top: -15px; right: 15px;
  z-index: 99;
  font-weight: bold;
  color: #333333;
}

.hlg span {
  display: block;
  margin-right: 20px;
  text-align: right;
}

.hlg a:hover {
}

.hlg a.lg {
  text-decoration: none;
  display: block;
  width: 19px;
  height: 19px;
  overflow: hidden;
  padding-left: 5px;
  float: right;
  text-align: center;
  line-height: 20px;
  color: #4f5253;
  cursor: pointer;
  text-indent: -9999px;
  background: url(../images/ico-logout.png) top right no-repeat;
}

.hlg a.lg:hover {
  text-decoration: none;
}

/******** preskoceni navigace ********/
a.hdn-nav {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -2000px;
  background: #fff;
  color: #000;
  padding: 0.5em;
  z-index: 0;
}
a.hdn-nav:active,a.hdn-nav:focus {
  z-index: 2000;
  margin-left: 0;
}

/* -----------------------------------------------------------------------------
SLIDER */

.slider-box {
  height: 206px;
  background: #e5e5e5 url(../images/slider-bg.png)top center no-repeat;
}

.slider-box .conin {
  padding: 22px 0 0 0;
}

/* ANIMATION */

.slider {
  width: 730px;
  height: 184px;
  float: left;
  background: white;
  position: relative;
}

.slider #hp_slider {
  padding: 15px;
}

.slider .perex-img {
  display: block;
  width: 236px;
  height: 153px;
  float: left;
  text-decoration: none;
}

.slider .perex-img:hover {
  text-decoration: none;
}

.slider .empty {
  background: url(../images/perex-img-empty.jpg) no-repeat;
}

.slider h2 {
  width: 400px;
  float: right;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 5px;
  padding-top: 0;
  line-height: 30px;
}

.slider .article-perex {
  float: right;
  width: 445px;
  margin: 0;
  padding: 0;
}

/* switch */

#hp_slider_switch {
  display: block;
  width: 40px;
  position: absolute; top: 25px; left: 271px;
}

#hp_slider .prev, #hp_slider .next {
  display: block;
  float: left;
  width: 15px;
  height: 19px;
  overflow: hidden;
  margin: 0 2px 0 0;
  padding: 0;
  border: 0;
  color: white;
  text-indent: -9999px;
  text-decoration: none;
  font-weight: bold;
  background-image: url(../images/slider-arrow.png);
  background-repeat: no-repeat;
  background-position: 4px 5px;
  background-color: #076877;
}

#hp_slider .prev:hover, #hp_slider .next:hover {
  background-color: #043d6b;
}

#hp_slider .next {
  background-position: -15px 5px;
}

/* HLOGIN */

.hlogin {
  width: 269px;
  height: 184px;
  float: right;
  color: white;
  background: #044070;
}

.hlogin .conin {
  padding: 8px 15px 0 14px;
}

.slider-box .hlogin h2 {
  margin: 0 0 15px 0;
  padding: 15px 0 0 14px;
  color: white;
  font-weight: 400;
}

.hlogin .bl {
  padding: 0 15px 0 14px;
}

.hlogin .line {
  margin-bottom: 5px;
  font-weight: bold;
}

* html .hlogin .line {
  padding-bottom: 5px;
  clear: both
}

.hlogin label {
  display: block;
  width: 60px;
  float: left;
  line-height: 27px; 
}

.hlogin span {
  display: block;
  width: 170px;
  height: 27px;
  float: right;
  overflow: hidden;
}

.hlogin span:hover, .hlogin span:active, .hlogin span:focus {
  background-position: 100% -59px;
}

.hlogin input {
  display: block;
  width: 160px;
  height: 27px;
  line-height: 27px;
  border: 0;
  padding: 0 5px 0 5px;
  background: white;
}

.hlogin br {
  clear: both;
}

.hlogin input.formbutton {
  display: block;
  width: 90px;
  height: 27px;
  float: right;
  overflow: hidden;
  border: 1px solid #1e919b;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  color: white;
  background: url(../images/btn.png) 0 0 repeat-x;
}

.hlogin input.formbutton:hover, .hlogin input.formbutton:active, .hlogin input.formbutton:focus {
  border: 1px solid #76be4a;
  background: url(../images/btn-hlg-o.png) 0 0 repeat-x;
}

.hlogin a {
  color: white;
  font-weight: bold;
}

.hlogin a:hover {
  color: white;
  font-weight: bold;
}

/* logged user */

.usr {
  margin-bottom: 10px;
  padding: 0 15px 10px 14px;
  font-weight: bold;
  background: url(../images/kmenu-dot.png) bottom center no-repeat;
}

.hlogin .usr h2 {
  margin-bottom: 5px;
  padding-left: 0;
}

.hlogin .submit {
  margin-top: 15px;
  text-align: right;
}

.hlogin .submit .btn {
  width: 90px;
  display: inline-block;
  padding: 0 5px;
  text-align: center;
  font-weight: bold;
  line-height: 25px;
  text-decoration: none;
  border: 1px solid #1e919b;
  background: url(../images/btn.png) 0 0 repeat-x;
}

.hlogin .submit .btn:hover {
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #76be4a;
  background: url(../images/btn-hlg-o.png) 0 0 repeat-x;
}

.hlogin .bl a {
  display: inline-block;
  width: 48%;
}

/* -----------------------------------------------------------------------------
LAYOUT */

/* -----------------------------------------------------------------------------
MAIN */


#main {
  position: relative;
  width: 100%;
  height: 1%;
  margin: 0;
  padding: 0;
  background: url(../images/mainbg.png) repeat-y;
}

#main .iwrap {
  margin: 0;
  padding: 0;
  background: url(../images/iwrap-bg.png) top center repeat-x;
}

.hp #main .iwrap {
  margin: 0;
  padding: 0;
  background: url(../images/iwrap-bg-hp.png) top center no-repeat;
}

/* -----------------------------------------------------------------------------
LEFT */

.left .conin {
  padding: 1em;
}

/* leve menu */
.left #menu ul {
  margin: 0;
  padding: 0;
}

.left #menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.left #menu li a {
  text-decoration: none;
}

.left #menu li a:hover {
  text-decoration: none;
}

/* -----------------------------------------------------------------------------
MIDDLE */

.breadcrumb {
  height: 35px;
  overflow: hidden;
}

.hp .breadcrumb {
  height: 24px;
}

.breadcrumb .conin {
  margin: 0;
  padding: 7px 15px 0 15px;
}

.breadcrumb a {
  color: #043d6b;
}

.breadcrumb a:hover {
  color: #043d6b;
}

.middle .conin {
  padding: 15px;
  position: relative;
}

.middle img {
  width: auto;
  max-width: 100%;
}

.perex_image {
  float: left;
  margin: 0 0.5em 0.5em 0;
}

.middle h3 {
  font-weight: bold;
}

.to-right {
  clear: right;
  margin-top: 0;
  padding-top: 0;
  float: right;
  color: silver;
}
a.to-top:link, a.to-top:visited {
  clear:both;
  margin:0;
  padding: 0;
  display: block;
  float: right;
  text-align: right;
}
a.to-top:hover {
  color: #000;
}
p.box {
  border: 1px black solid;
  padding: 4px;
  margin-right: 6px;
}
.middle table {
  border: 1px solid #d3d3d3;
  border-collapse: collapse;
  width: auto;
  max-width: 99%;
  padding: 0;
  margin: 0;
}
.middle table th {
  border: 1px solid #d3d3d3;
  padding: 5px;
  background-color: #f4f4f4;
}
.middle table td {
  border: 1px solid #d3d3d3;
  padding: 5px;
}
.middle table td p {
  padding: 0;
  margin: 0;
}
.article-perex {
  font-weight: bold;
  padding: 0;
  margin: 0.5em 0 1em 0;
}
.mw_field .article-perex {
  font-weight: normal;
}
.inline-nav {
  color: #3B3B3B;
  padding: 0.5em 1em;
}

.middle ul {
  list-style-position: outside;
  padding-left: 20px;
  margin-left: 0;
}
.middle ul li {
  list-style: none;
  margin: 0 0 0 10px;
  padding: 0 0 0 18px;
  background: url(../images/dot-li.png) 0 6px no-repeat;
}

.middle ol li {
  list-style-type: decimal;
  margin-left: 28px;
}
.middle ol ul li {
  list-style-type: disc;
}

.article-footer{
  text-align:right;
  font-style:italic;
  border-top:1px solid #f2f2f2;
}
.article-info{
  padding: 0;
  margin: 0.5em 0 0 0;
  text-align: left;
}

.full-story{
  display: block;
  float: right;
  padding: 0;
}

.top {
  text-align: right;
}

hr.separator{
  visibility: hidden;
}
.pager{
  padding: 0.5em;
  display: block;
  text-align: center;
}
div.detail{
  border: 1px solid #f2f2f2;
  margin-left: 0;
  padding: 0.5em 1em;
}
.res-head-title {
  color: #fff;
  margin: 0;
  padding: 0.25em 1em;
}
.res-head-title a {
  padding: 0.25em;
}

.nobg a{
  padding: 0.25em;
}
.current {
  padding: 0.25em;
}
.res-head-title .current{
  background: #dee;
  color: #000;
}

.arrow-right{
  background: transparent url('../images/ico_dale.gif') left center no-repeat;
  height: 20px;
  width: 20px;
  text-decoration: none;
}
.arrow-right span,.arrow-left span{
  visibility: hidden;
}
.arrow-left{
  background: transparent url('../images/ico_pred.gif') left center no-repeat;
  height: 20px;
  width: 20px;
  text-decoration: none;
}
.center{
  text-align: center;
}
.to_right{
  text-align: right;
  display: block;
}
.r-marg{
  background: transparent url('../images/ico_dale.gif') right top no-repeat;
  padding-right: 25px;
  margin-left: 0;
}
.l-marg{
  float: left;
  display: block;
  background: transparent url('../images/ico_pred.gif') left top no-repeat;
  margin-left: 0;
  padding-left: 25px;
}
.errorMsg{
  background: #feddda;
  border: 1px solid red;
  color: #f00;
  font-weight: bold;
  padding: 1em;
}
.img-to-right{
  float: right;
  margin: 0 0 0.5em 0.5em;
}
.img-to-left{
  float: left;
  margin: 0 0.5em 0.5em 0;
}
.photo {
  float: left;
  background: #e0e0e0;
  margin-right: 15px;
  margin-bottom: 15px;
  width: 168px;
  height: 185px;
  text-align: center;
}
* html .photo {
  width: 152px;
}
* html .middle img {
  max-width: none;
}
.photo p {
  margin: 0;
  padding: 0;
}
.photo p.photo-img {
  padding: 8px;
  padding-bottom: 0;
}
.photo a.text, .photo a.text:hover {
  color: #303030;
  font-size: 85%;
}
.photo .img img {
  border: 1px solid #fff;
  margin: 0;
  padding: 0;
}
.photo .sort_handle {
  cursor: move;
}
.nearphoto {
  text-align: center;
}
.inlinebox {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 6px 0 1px 0;
}
.inlinebox .p {
  display: block;
  float: right;
}

/* socialni weby */
#social-links {
  border: 1px solid #e3e2db;
  padding: 10px 0px 10px 10px;
  height: 16px;
  position: relative;
}
#social-links .social-title {
  float: left;
  width: 40%;
  font-weight: bold;
  font-size: 12px;
}

#social-links .social-btns {
  float: right;
  padding-right: 5px;
}
#social-links .social-btns a {
  position: relative;
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  overflow: hidden;
  padding: 0;
  margin-left: 3px;
  margin-right: 3px;
  text-decoration: none;
}
#social-links .social-btns a span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#social-links .social-btns a.delicious span {
  background: url('../images/social/delicious.png') no-repeat 0 0;
}
#social-links .social-btns a.fb span {
  background: url('../images/social/facebook.png') no-repeat 0 0;
}
#social-links .social-btns a.li span {
  background: url('../images/social/linkedin.png') no-repeat 0 0;
}
#social-links .social-btns a.linkuj span {
  background: url('../images/social/linkuj.png') no-repeat 0 0;
}
#social-links .social-btns a.twt span {
  background: url('../images/social/twitter.png') no-repeat 0 0;
}

#social-links .social-btns a.delicious,
#social-links .social-btns a.twt,
#social-links .social-btns a.fb,
#social-links .social-btns a.li,
#social-links .social-btns a.pridej {
  position: relative;
  top: -1px;
}

#social-links .social-btns a.li {
  margin-right: 6px;
}

#social-links .social-btns a.pridej {
  width: 125px;
  display: inline;
}

#social-links .social-btns a.pridej span {
  background: url('http://pridej.cz/i/pridej125c.gif') no-repeat 0 bottom;
}

#social-links .social-btns a.delicious:hover span {
  background: url('../images/social/delicious.png') no-repeat 0 bottom;
}
#social-links .social-btns a.fb:hover span {
  background: url('../images/social/facebook.png') no-repeat 0 bottom;
}
#social-links .social-btns a.linkuj:hover span {
  background: url('../images/social/linkuj.png') no-repeat 0 bottom;
}
#social-links .social-btns a.twt:hover span {
  background: url('../images/social/twitter.png') no-repeat 0 bottom;
}
#social-links .social-btns a.li:hover span {
  background: url('../images/social/linkedin.png') no-repeat 0 bottom;
}
#social-links .social-btns a.pridej:hover span {
  background: url('http://pridej.cz/i/pridej125c.gif') no-repeat 0 bottom;
}
#social-links .social-btns a.delicious span,
#social-links .social-btns a.fb span,
#social-links .social-btns a.li span,
#social-links .social-btns a.linkuj span,
#social-links .social-btns a.twt span,
#social-links .social-btns a.pridej span {
  _background-position: 0 -41px;
}


/* -----------------------------------------------------------------------------
TOOLBAR */

#tbbox {
  background: #eee;
  border: 1px solid #aaa;
  width: 240px;
  z-index: 1000;
}

#tb {
  text-align: center;
}

#tbbox .tbtitle {
  border-bottom: 1px solid #aaa;
  padding-left: 5px;
}

#tb div {
  padding: 5px;
}

#tb img {
  border: 0;
  margin: 0;
}

#tb a {
  text-decoration: none;
}

.tbheader {
  background: #ddd;
}

.tbheader strong {
  padding-left: 5px;
}

#tbhandle {
  cursor: move;
}

#tbclose, #tbmin {
  display: block;
  float: right;
  font-family: monospace;
  padding: 0 3px;
}

#tbclose {
  cursor: pointer;
  background: #800;
  color: #fff;
}

#tbclose:hover {
  background: #f00;
}

#tbmin {
  cursor: pointer;
  background: #666;
  color: #fff;
  margin-left: 5px;
}

#tbmin:hover {
  background: #999;
}

/************* inline ***********/
#inlinetoolbar {
	border: 1px solid #aaa;
	background: #eee;
	margin: -20px;
	padding: 5px;
}
#inlinetoolbar p.inlinetitle {
	color: black;
	font-weight: bold;
}
#article_edit label table {
  width: 99%;
}

/* -----------------------------------------------------------------------------
RIGHT */

.right .conin {
  margin: 0;
  padding: 0 0 15px 0;
}

.right .conin .br {
  padding: 0 15px 0 14px;
}

.rspace {
  height: 15px;
}

/* KMENU */

.kmenu {
  margin: 0 0 20px 0;
}

.kmenu ul {
  margin: 0;
  padding: 0;
}

.kmenu ul li, .kmenu ul li a, .kmenu ul li span {
  display: block;
}

.kmenu ul li {
  list-style-type: none;
}

.kmenu ul li a {
  height: 1%;
  text-decoration: none;
  color: white;
  font-weight: bold;
  background: #054376 url(../images/kmenu-dot.png) bottom center no-repeat;
}

.kmenu ul li a:hover {
  text-decoration: underline;
  color: white;
  font-weight: bold;
}

.kmenu ul li span {
  padding: 6px 15px;
}

.kmenu ul li.active a, .kmenu ul li.active a:hover, .kmenu ul li.menu-active a, .kmenu ul li.menu-active a:hover {
  color: black;
  text-decoration: none;
  background: url(../images/kmenu-o.png) repeat-y;
}

.kmenu ul li.menu-active li a, .kmenu ul li.menu-active li a:hover {
  color: white;
  background: #054376 url(../images/kmenu-dot.png) bottom center no-repeat;
}

/* 2nd level */

.kmenu li li a span, .kmenu li li a:hover span {
  background-image: url(../images/dot-li-white.png);
  background-repeat: no-repeat;
  background-position: 19px 12px;
}

.kmenu ul li li.active a span, .kmenu ul li li.active a:hover span,
.kmenu ul li li.menu-active a span, .kmenu ul li li.menu-active a:hover span {
  background-image: url(../images/dot-li.png);
  background-repeat: no-repeat;
  background-position: 19px 12px;
}

.kmenu li li span {
  padding-left: 34px;
}

/* 3nd level */

.kmenu ul li li.menu-active li a span, .kmenu ul li li.menu-active li a:hover span {
  background-image: url(../images/dot-li-white.png);
  background-repeat: no-repeat;
  background-position: 38px 12px;
}

.kmenu li li li a span, .kmenu li li li a:hover span {
  background-position: 38px 12px;
}

.kmenu ul li li li.active a span, .kmenu ul li li li.active a:hover span {
  background-position: 38px 12px;
}

.kmenu li li li span {
  padding-left: 54px;
}

/* FORUM */

.forum {
  margin: 0 0 20px 0;
}

.forum, .forum a, .forum span {
  display: block;
  height: 57px;
}

.forum a {
  font-size: 141.7%;
  text-decoration: none;
  line-height: 57px;
  color: white;
  background: url(../images/forum.png) 0 0 no-repeat;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.forum a:hover {
  text-decoration: none;
  color: white;
  background-position: 0 -57px;
}

.forum span {
  padding: 0 15px;
}

/* KALENDAR */

.block-calendar {
  margin: 0;
  margin-bottom: 20px;
}

.block-calendar .calendar, .block-calendar .calendar table {
  font-size: 100%;
}

.add-event {
  margin-bottom: 10px;
}

.block-calendar .calprev {
  display: block;
  overflow: hidden;
  text-decoration: none;
  background: url(../images/calendar-arrow.png) no-repeat 9px 2px;
  text-indent: -9999px;
}
.block-calendar .calprev:hover {
  background-position: 9px -43px;
}

.block-calendar .calnext {
  display: block;
  overflow: hidden;
  text-decoration: none;
  background: url(../images/calendar-arrow.png) no-repeat -39px 2px;
  text-indent: -9999px;
}
.block-calendar .calnext:hover {
  background-position: -39px -43px;
}


.block-calendar table {
  border-collapse: collapse;
  width: 100%;
}

.block-calendar table td {
  text-align: center;
  border: 1px solid #d3d3d3;
  background: white;
}

.block-calendar table td a {
  display: block;
  padding: 3px 2px;
  color: #000;
  text-decoration: none;
}

.block-calendar table th.selectedMonth a {
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  font-size: 108.3%;
}

.block-calendar table th.selectedMonth a:hover {
  text-decoration: underline;
}

.block-calendar table .calendarYH th,
.block-calendar table .calendarMH th {
  color: white;
  border-bottom: 0px;
  padding: 5px 0;
  text-align: center;
  background: #043d6b;
  border: 1px solid #0a223d;
  border-bottom: 0;
}

.block-calendar table .calendarYH th a,
.block-calendar table .calendarMH th a,
.block-calendar table .calendarYH th a:hover,
.block-calendar table .calendarMH th a:hover {
  color: white;
}

.block-calendar table .calendarWD th {
  text-align: center;
  font-weight: bold;
  padding: 6px 0;
  background: #f2f2f2;
  border-width: 0 1px;
  border-color: #d3d3d3;
  border-style: solid;
}

.block-calendar table td.calendarHeader, .block-calendar table td.calendarWeekNumber {
  font-weight: bold;
  color: #00599b;
  text-align: center;

}

.block-calendar table td.calendarHeader a, .block-calendar table td.calendarHeaderDay a, .block-calendar table td.calendarWeekNumber a {
  color: #00599b;
}

.block-calendar table td.calendarHeader a:hover, .block-calendar table td.calendarHeaderDay a:hover, .block-calendar table td.calendarWeekNumber a:hover {
  text-decoration: underline;
}

.block-calendar table td.calendarToday {
  background: #043d6b;
  color: white;
  font-weight: normal;
}

.block-calendar table td.calendarToday a {
  color: white;
  font-weight: normal;
}

.block-calendar table td.markedDay, .block-calendar table td.markedDay a,
.block-calendar table td.event, .block-calendar table td.event a {
  background: #cbe5e8;
  color: black;
}

.cal_day_hover {
  display: block;
  text-align: center;
  padding: 3px 2px;
}

.block-calendar table td .cal_day_hover a {
  padding: 0;
}

.cal_day_hover:hover {
  position: relative;
}

.cal_day_hover:hover .cal_day_hover_desc {
  display: block;
}

.cal_day_hover_desc {
  background: #FFFFFF;
  border: 1px solid #ccc;
  color: #000000;
  cursor: default;
  display: none;
  font-weight: normal;
  left: -90px;
  top: 25px;
  margin: 0;
  padding: 5px;
  position: absolute;
  width: 200px;
  z-index: 1000;
  text-align: left;
  border-radius: 5px;
}

.cal_day_hover_desc .cal_day_item {
  display: block;
  padding-left: 5px;
  margin-bottom: 5px;
}
.cal_day_hover_desc .last {
  margin: 0;
}
.block-calendar table td .cal_day_hover_desc .cal_day_item a {
  font-weight: bold;
  background: transparent;
  display: inline;
  color: #004B8D;
}
.cal_day_item_date {
  font-size: 0.85em;
}

.month_calendar td.event .marwel_seminar {
  border-left: 5px solid #B5121B;
}
.month_calendar td.event .marwel_mpo {
  border-left: 5px solid #007BB3;
}
.month_calendar td.event .marwel_sport {
  border-left: 5px solid #393;
}
.month_calendar td.event .marwel_kultura {
  border-left: 5px solid #B9E0F7;
}
.month_calendar td.event .marwel_jine {
  border-left: 5px solid #fc0;
}
.month_calendar td.event .marwel_skoleni {
  border-left: 5px solid #EF8C4F;
}

/* NOVINKY */

.novinky {
  margin-bottom: 10px;
}

.novinky p {
  margin: 0;
  padding: 0;
}

.novinky h3 {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

.novinky h3 a {
  font-weight: bold;
}

.novinky .item {
  margin-bottom: 15px;
}

/* -----------------------------------------------------------------------------
FOOTER */

footer {
  background: white url(../images/footer-bg.png) repeat-x;
}

footer .conin {
  padding: 15px;
}

footer .c1 {
  width: 335px;
  margin-right: 30px;
  float: left;
}

footer .c2 {
  width: 335px;
  float: left;
}

footer .c3 {
  width: 239px;
  float: right;
}

footer .c3 .bl {
  padding-top: 15px;
}

footer .c1 li, footer .c2 li {
  height: 1%;
  background: url(../images/dot-arrow-a.png) 0 8px no-repeat;
}

footer .c3 li {
  height: 1%;
  background: url(../images/dot-arrow-b.png) 0 6px no-repeat;
}

footer .c1 li a, footer .c2 li a {
  display: block;
  padding-left: 18px;
}

footer .c3 li a {
  display: block;
  padding-left: 15px;
}

footer .c4 {
  width: 100%;
  clear: both;

  background: #f4f4f4;
}

footer .c4 .article-content {
  margin: 0;
  padding: 13px 15px;
}

footer .c4 p {
  margin: 0;
  padding: 0;
}

footer .copy {
  float: left;
  margin-right: 30px;
}

footer .mw_field {
  float: left;
  margin-right: 15px;
}

footer .qcm {
  width: 269px;
  float: right;
  text-align: right;
}

footer .c5 {
 height: 115px;
 background: #e5e5e5 url(../images/publicita.png) 14px 15px no-repeat;
}

/****** search words plugin ******/
span.highlight_words {
  padding: 0 0.25em;
  border: 1px solid #0e3c66;
  background: #fc6;
}

/****** dictionary plugin *******/
.highlight_dict_words:hover {
  position: relative;
}
.highlight_dict_words span.h_word {
  border-bottom: 1px dotted #ccc;
  cursor: help;
}
.highlight_dict_words .dict_description {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 150px;
  border: 1px solid #ccc;
  padding: 5px;
  background: #fff;
  z-index: 1000;
  font-size: 0.9em;
  cursor: default;
}
.highlight_dict_words .dict_description a {
  display: block;
  float: right;
}

/************** chapters *********/
.article_chapter{
  padding: 1em;
  position: relative;
}
.article_chapter h3{
  margin-top: 0;
}
.article_chapter ul{
  margin-left: 0;
  padding-left: 0;
}
.article_chapter .prev{
  position: absolute;
  top: 0;
  left: 0;
  background: transparent url('../images/ico_pred.gif') left center no-repeat;
  display: block;
  float: left;
  padding-left: 25px;
  margin: 1em 0 0 1em;
}
.article_chapter .center{

}
.article_chapter .next{
  background: transparent url('../images/ico_dale.gif') right center no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  display: block;
  padding-right: 25px;
  margin: 1em 1em 0 0;
}
.article_chapter .top{
  display: block;
  text-align: center;
}
.article_chapter ul li{
  padding: 0.25em 0.25em 0.25em 1em;
  background-position: left center;
  background-image: none;
}

.article_chapter ul .ch-1{
  padding-left: 2em ;
}
.article_chapter ul .ch-2{
  padding-left: 3em ;
}
.article_chapter ul .ch-3{
  padding-left: 4em ;
}
.article_chapter ul .ch-4{
  padding-left: 5em ;
}
.article_chapter ul .ch-5{
  padding-left: 6em ;
}
.article_chapter ul .ch-6{
  padding-left: 7em ;
}
.article_chapter ul .ch-7{
  padding-left: 8em ;
}
.article_chapter ul .ch-8{
  padding-left: 9em ;
}
.article_chapter ul .ch-9{
  padding-left: 10em ;
}
.article_chapter ul .ch-10{
  padding-left: 11em ;
}
.article_chapter ul .ch-12{
  padding-left: 13em ;
}
.article_chapter ul .ch-13{
  padding-left: 14em ;
}
/**************  Hodnoceni­ pod clankem  **********/
.rating{
  margin-top: 2em;
  border-top: 1px solid #185B96;
  text-align: center;
}
.rating table{
  margin: 0 auto;
  border: 1px none #fff;
}
.rating table td{
  width: 3em;
  background: transparent;
  border: 1px none #fff;
}

/************** sitemap **********/
ul.sitemap {
  margin-left: 0;
  padding-left: 0;
}

ul.sitemap li {
  padding-left: 10px;
  margin-left: 20px;
}

ul.sitemap .lv-2 {
  font-weight: bold;
  font-size: 120%;
  margin-top: 0.5em;
}

ul.sitemap .lv-3 {
  font-weight: bold;
  margin-top: 0.5em;
}

/********************************* login  *****************************/
#login {
  background-color: #F9F9F9;
  padding: 10px;
  color: #343434;
}

#login #login_form {
  padding: 10px;
  border: 1px solid #b3b3b3;
  background-color: #fff;
  width: 95%;
  display: block;
}

#login label {
  clear: left;
  width: 17%;
  display: block;
  float: left;
  font-weight: bold;
  line-height: 1.2em;
}

#login #login_form input {
  width: 70%;
  display: block;
}

#login #lost_password {
  padding: 10px;
  width: 95%;
  display: block;
}

#login #lost_password input {
  width: 70%;
  display: block;
}

#login #login_form .submit_login input,
#login #lost_password .submit_login input {
  width: auto;
  font-size: 0.9em;
  display: block;
}

/******** delete confirm ***********/
.delete_confirm ul {
   width: 90%;
   background: #fff;
   border: 1px solid #cccccc;
   padding: 0;
   margin-left: 0;
}

.delete_confirm ul li {
  display: block;
  padding: 5px 0;
  padding-left: 10px;
  margin: 0;
  list-style-image: none;
  font-size: 0.9em;
}

.delete_confirm ul li.even {
  background-color: #ececec;
}

.delete_confirm #submit {
  background-color: #006600;
  color: #fff;
  padding: 5px 10px;
  font-weight: normal;
  text-align:center;
  border: 0px solid;
  margin-top: 5px;
  cursor: pointer;
}


.delete_confirm  #deny {
  background-color: #aa0000;
  color: #fff;
  padding: 5px 10px;
  font-weight: normal;
  text-align: center;
  border: 0px solid;
  margin-top: 5px;
  cursor: pointer;
}

.delete_confirm input:hover {
  text-decoration: underline;
}

.delete_confirm input {
  float: left;
  margin-right: 20px;
  overflow: visible;
  font-size: 0.9em;
}

/* QCM info */
.qcm-info {
  margin: 0 10px;
  text-align: right;
  font-size: 0.9em;
}
.qcm-info a {
  color: #666;
  text-decoration: none;
}
.qcm-info a:hover {
  text-decoration: underline;
}

/******** formatovani v editoru ***********/
.marker {
  background: #fdffc3;
  padding: 5px;
}

.pul-doleva{
  width: 46%;
  float: left;
  padding: 5px;
  margin: 1em 0;
}

.pul-doprava{
  width: 46%;
  float: right;
  padding: 5px;
  margin: 1em 0;
}

.bmk .bmk_body {
  clear: both;
  position: relative;
}

* html .bmk .bmk_title,
*+html .bmk .bmk_title {
  border-bottom: 1px solid #ddd;
}
* html .bmk .bmk_body .bmk_content,
*+html .bmk .bmk_body .bmk_content {
  border-bottom: 1px solid #ddd;
  top: -9px;
}

.bmk .bmk_header {
  position: relative;
  z-index: 1000;
}

.bmk .bmk_body .bmk_content {
  position: relative;
  top: -1px;
  padding: 1em;
  background: #ddd;
  border: 1px solid #aaa;
}

.bmk .visible {
  display: block;
}

.bmk .invisible {
  display: none;
}

.bmk .bmk_title {
  text-align: center;
  cursor: pointer;
  text-decoration: underline;
  padding: 5px;
  border: 1px solid #aaa;
  float: left;
  margin-right: 5px;
  width: 120px;
}

.bmk .bmk_title.active {
  background: #ddd;
  border-bottom: 1px solid #ddd;
}

.ph_left {
  float: left;
  margin: 0 10px 10px 0;
}
.ph_right {
  float: right;
  margin: 0 0 10px 10px;
}
.ph_center {
  text-align: center;
}

/************* modulove css *************/
/* obscura */
.admin-tools {
  border:1px solid silver;
  padding:.5em 1em;
  float:right;
  background:#F7F7F7;
}

.subalbums-box {
  float:right;
  border-left:1px solid silver;
  padding-left:10px;
  padding-bottom:10px;
  width:250px;
}
.photopaginator{
  clear:both;
  border-top:1px solid silver;
  padding-top:1em;
  margin:0 1em;
}

.subalbums paginator{
  width:100%;
}

.photo {
  display: block;
  float: left;
  padding:10px;
  margin:10px;
  background: #F7F7F7;
  width:150px;
  height:190px;
  text-align:center;
}
* html .photo {
  width:190px;
}

.photo img{
  padding-bottom:10px;
  margin:0 auto;
}

.pphoto {
  display: block;
  float: left;
  padding:5px;
  margin:0px;
  width:150px;
  text-align:center;
  padding-bottom: 0;
}

.pphoto img{
  margin:0 auto;
}

#album-name {
  float: right;
  width: 220px;
  text-align: right;
  padding-right: 10px;
  clear: both;
  border-bottom: solid #aaa 1px;
}

#pphoto-desc {
  margin: 5px;

}

.hidden {
  clear:both;
  visibility:hidden;
}
.go-top {
  float:none;
  width:100%;
  text-align:right;
}
.go-top a{
  text-align:right;
}
.photoblock{
  margin: 0 auto;
  text-align:center;
}
.obscura-edit label{
  clear:both;
  display:block;
  margin:1em 0 0 0;
}
.obscura-edit input, .obscura-edit textarea {
  clear:both;
  float:left;
  width:450px;
}

.obscura-edit input.radio {
  width: auto;
}

.obscura-edit input.submit {
  margin: 1em 1em 2em 1em ;
  padding:.5em 1em;
  width:auto;
  background:green;
  color:#fff;
}
.obscura-edit input.checkbox {
  clear:none;
  width:auto;
}
.obscura-edit label.checkbox {
  width:auto;
}

/* poslední verze z LE */
.listphoto{
  padding: 4px;
  background-color:#F0F0F0;
}

#ocontent h2 {
  margin-bottom: 10px;
}

#ocontent .photo {
  width: 150px;
  float: left;
  height: 200px;
  padding: 0 5px;
  text-align: center;
  display: block;
  margin: 10px 10px 10px 5px;
  display: block;
  background-color:#FFF;
}
* html #ocontent .photo {
  margin-right: 8px;
}

#ocontent .photo .photo-text {
  margin-top: 10px;
  text-align: left;
  padding: 0 10px;
  font-weight: bold;
}

#ocontent .photo .photo-text a {
  color: #558;
  text-decoration: underline;
  font-weight: bold;
}

#ocontent .photo img {
  margin:0;
  padding:0;
  border: 0;
}

.options-buttons .multiselect_chck {
  border:1px solid #00B400;
  height:100px;
  overflow:auto;
}

#obscura-dropbox {
  background: #eee;
  border: 2px dashed #ccc;
  height: 500px;
  right: 15px;
  position: absolute;
  top: 20px;
  width: 500px;
  z-index: 1500;
  border-radius: 10px;
  -moz-border-radius: 10px;
  color: #777;
  overflow: auto;
}

#obscura-dropbox.drag_over {
  border: 2px solid #060;
  background: #E1EFD1;
}

#obscura-dropbox #msg {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 450px;
  padding: 10px;
  text-align: center;
  background: #fff;
  border: 1px solid #ccc;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

#obscura-dropbox #msg.err {
  background: #FFF5EF;
}

#obscura-dropbox ul {
  margin: 0;
  padding: 10px;
  list-style-type: none;
}
#obscura-dropbox ul li {
  font-size: 10px;
  margin-bottom: 10px;
  position: relative;
}
#obscura-dropbox ul li img {
  float: left;
  margin-right: 10px;
  width: 120px;
}
#obscura-dropbox ul li .file_info {
  float: right;
  width: 320px;
}
#obscura-dropbox ul li .file_info div {
  margin-bottom: 4px;
}
#obscura-dropbox ul li .file_info .file_name {
  width: 320px;
  border: 1px solid #ccc;
}
#obscura-dropbox ul li .file_info .progress_bar {
  position: relative;
}
#obscura-dropbox ul li .file_info .progress_width {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  display: block;
  height: 100%;
  background: #C3DFB5;
}
#obscura-dropbox ul li .file_info .progress {
  position: relative;
  z-index: 210;
  display: block;
  background: transparent;
  text-align: center;
  color: #000;
}
#obscura-dropbox ul li .dlt {
  position: absolute;
  background: #b00;
  color: #fff;
  top: 0;
  right: 0;
  font-size: 10px;
  width: 12px;
  height: 12px;
  line-height: 12px;
  text-align: center;
  cursor: pointer;
}
#obscura-dropbox input.upload_btn,
#obscura-dropbox input.cancel_btn {
  width: 150px;
  margin: 10px;
}

/* neviditelne prvky */
#ocontent .notVisibleAlbum {
  background: #ddf;
}
#ocontent .notVisiblePhoto {
  background: #ddf;
}


/* download */
.download {
  width: 100%;
}
.download table, .download table td, .download table th {
	border: 0px;
	vertical-align: top;
}

.download th {
  text-align: right;
}

* html #download {
  width: 90%;
}

.download h3, .download h4 {
	margin: 0;
	padding: 0 5px 5px 0;
}

.download h4 {
	line-height: 1.2em;
	float: left;
	width: 150px;
	clear: left;
	font-size: 0.9em;
	font-weight: bold;
}

.download #file_new h4 {
  float: none;
  width: auto;
  font-size: 1.1em;
}

.download p.data {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	color: #4D4D4D;
}

.download p.data span{
	float: left;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	color: #4d4d4d;
	font-weight: normal;
}

.download img, .download form {
  margin: 0;
  padding: 0;
}
.download .frame {
  padding: 0px;
  /*width: 750px;*/
}
.download .breadcrumb {
  padding-bottom: 10px;
}
.download .editbox {
  /*background-color: #DDDDDD;*/
  margin-top: 5px;
  padding: 2px 2px 2px 2px;
  text-align: right;
  width: 105px;
}
.download .fl-left {
  float: left;
  padding-top: 5px;
  width: 99%;
}
.download .fl-right {
  float: right;
  padding-top: 5px;
}
.download .cleaner {
  clear: both;
}
.download .list {
  margin-top: 10px;
}
.download .desc {
  margin: 5px 5px 5px 0px;
  padding: 0px;
  float: left;
	clear: left;
}

.download .desc h4 {
  float: left;
	clear: left;
}

.download .desc p {
	clear: left;
	font-size: 0.9em;
	margin:  1px 0 1px 0;
}

.download .statistics {
  /*background-color: #F0F0F0;*/
  /*border-bottom: 1px solid black;*/
  margin: 5px 5px 5px 0px;
  padding: 5px 5px 5px 0px;
  font-size: 80%;
}
.download .half-size {
  width: 49% !important;
}
.download .divider {
  border-right: 1px solid black;
}

.download .button {
	border: 1px solid #aad400;
	background: #fff  url('../images/flash_download.png') right top no-repeat;
  width: 100%;
	margin: 0.5em 0 1em;
	display: block;
	float: left;
}

.download-back {
  text-align: right;
}

.download .button .data {
	color: #4d4d4d;
}

.download .button img {
	width: 48px;
	height: 48px;
	margin: 20px 20px;
	padding-right: 20px;
	float: left;
}

.download .button div.main-info {
	float: left;
	margin: 10px 0;
	width: 365px;
}

.download .button div.main-info h3 {
	line-height: 1.2em;
}

.download .button div.main-info h3 a {
	text-decoration: none;
}

.download .label {
  display: block;
  float: left;
  width: 55px;
}
.download .submit {
  width: 75px;
}
.download .top-bottom-margin {
  margin-top: 5px;
  margin-bottom: 5px;
}
.download .acenter {
  text-align: center;
}
.download .input-label {
  display: block;
  float: left;
  width: 90px;
}
.download .folder-inputs, .download .file-inputs {
  width: 400px;
}

.download .f-img {
  float: left;
  width: 20px;
}

.download .f-img img {
  vertical-align: bottom;
}
.download .f-name {
  display: block;
  float: left;
}

.download .l-item {
  margin-top: 5px;
}

.download .file-box {
  border: 1px solid #00B400;
  background: #F0FFF0 none repeat scroll 0%;
  min-width: 150px;
  padding: 1em 1em 1em 1em;
  margin: 1em 0em 0em 0em;
}
* html .download .file-box {
  width: auto;
}

.download .error {
  border: 1px solid #FF9900;
  background: #FFEEDD none repeat scroll 0%;
  padding: 1em 1em 1em 1em;
  margin: 1em 0em 0em 0em;
}

.download div.other-info {
	margin: 10px 0;
	float: left;
	display: block;
	font-size: 0.9em;
}

.download .preview {
  float: right;
  margin: 5px 0px;
}

.download .preview img {
	float: left;
	clear: left;
}

.download .detail {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 10px;
  width: 500px;
}

.download .detail li img {
  padding-right: 5px;
}

.download .detail .space {
  height: 20px;
}

.download .detail th {
  text-align: right;
  width: 70px;
}

.download .detail .icon {
  width: 40px;
  background-color: #fff;
  margin-bottom: 20px;

}

.download .detail h3, .download .detail h3 a {
  background-color: #fff;
}

.download .detail td a {
  background-color: #fff;
  margin: 0;
  padding: 0;
}

.download .ftype h4 {
  float: none;
  padding: 0;
}
.download .ftype p.data {
  margin-bottom: 1em;
}

.not_valid_yet {
  background-color: #FFFFDC;
}

.expired {
  background-color: #E2C5C5;
}

.hidden_version {
  background: #D9ECFF;
}

.hidden_file {
  background: #FED;
}

.f-state {
  color: gray;
}

.f-state-detail {
  float: right;
}

.download .l-item .f-state {
  float: right;
  padding-right: 10px;
}

#download-dropbox {
  background: #eee;
  border: 2px dashed #ccc;
  height: 500px;
  right: 15px;
  position: absolute;
  top: 20px;
  width: 500px;
  z-index: 1500;
  border-radius: 10px;
  -moz-border-radius: 10px;
  color: #777;
  overflow: auto;
}

#download-dropbox.drag_over {
  border: 2px solid #060;
  background: #E1EFD1;
}

#download-dropbox #msg {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 450px;
  padding: 10px;
  text-align: center;
  background: #fff;
  border: 1px solid #ccc;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

#download-dropbox #msg.err {
  background: #FFF5EF;
}

#download-dropbox ul {
  margin: 0;
  padding: 10px;
  list-style-type: none;
}
#download-dropbox ul li {
  font-size: 10px;
  margin-bottom: 10px;
  position: relative;
}
#download-dropbox ul li img {
  float: left;
  margin-right: 10px;
  width: 120px;
}
#download-dropbox ul li .file_info {
  float: right;
  width: 320px;
}
#download-dropbox ul li .file_info div {
  margin-bottom: 4px;
}
#download-dropbox ul li .file_info .file_name {
  width: 320px;
  border: 1px solid #ccc;
}
#download-dropbox ul li .file_info .valid_from,
#download-dropbox ul li .file_info .valid_to {
  width: 138px;
  border: 1px solid #ccc;
}
#download-dropbox ul li .file_info .progress_bar {
  position: relative;
}
#download-dropbox ul li .file_info .progress_width {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  display: block;
  height: 100%;
  background: #C3DFB5;
}
#download-dropbox ul li .file_info .progress {
  position: relative;
  z-index: 210;
  display: block;
  background: transparent;
  text-align: center;
  color: #000;
}
#download-dropbox ul li .dlt {
  position: absolute;
  background: #b00;
  color: #fff;
  top: 0;
  right: 0;
  font-size: 10px;
  width: 12px;
  height: 12px;
  line-height: 12px;
  text-align: center;
  cursor: pointer;
}
#download-dropbox input.upload_btn,
#download-dropbox input.cancel_btn {
  width: 150px;
  margin: 10px;
}

.hash-files li img {
  vertical-align: bottom;
}
/* search form */
/* search form */
#search_form_block {
  color: #000;
  margin-bottom: 20px;
}

#search_form_block .search-left {
  float: left;
  width: 48%;
}

#search_form_block .search-right {
  float: right;
  width: 48%;
}

#search_form_block a {
  color: black;
}

.left #search_form_block h2, #main .middle #search_result h2 {
  padding: 0;
}

#search_form_block .submit_search {
  text-align: right;
  margin-top: 10px;
}

#search_form_block #plugin_tabs {
  margin-top: 10px;
  position: relative;
  top: 2px;
  width: 100%;
  z-index: 10;
}

#search_form_block #plugin_tabs .search_tab {
  display: block;
  float: left;
  background: white;
  margin-right: 5px;
  padding: 5px 10px;
  border: 1px solid #d3d3d3;
}

#search_form_block #plugin_tabs .active {
  background: #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
}

#search_form_block #plugin_tabs .search_tab a {
  border: 0;
  background: transparent;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
}

#search_form_block #search_form {
  border-top: 0;
  background-color: #f4f4f4;
  border: 1px solid #d3d3d3;
  padding: 10px;
  position: relative;
  z-index: 5;
}

#search_form_block #search_form .wanted_text {
  width: 120px;
  display: block;
  float: left;
  font-weight: bold;
}

#search_form_block #search_form #wanted_text, #search_form_block #search_form #znacka {
  width: 230px;
  border: 1px solid #d3d3d3;
  padding: 3px 2px;
}

#search_form_block fieldset {
  border: 0;
}

#search_form_block #search_form h4 {
  font-size: 1em;
}

#search_form_block #search_form input[type =
"text"], #search_form_block #search_form textarea {
  border: 1px solid #d3d3d3;
}

#search_form_block #search_form .date-from img, #search_form_block #search_form .date-to img {
  vertical-align: middle;
}

/* tasks*/
table.tasks_list tr.task_line {
  cursor: pointer;
}

table.tasks_list tr.task_line:hover td {
  background: #eee;
}

table.tasks_list tr.task_detail td {
  background: #eee;
}


table.tasks_list tr.task_detail p {
  font-size: 1em;
}

table.tasks_list tr.task_detail .vice {
  float: right;
}

.new_task_form label {
  width: 18%;
  display: block;
  float: left;
  font-weight: bold;
  position: relative;
}

.new_task_form input,
.new_task_form textarea {
  width: 80%;
}

.new_task_form textarea {
  height: 12em;
}
.new_task_form input.tasksubmit {
  width: auto;
  float: right;
  position: relative;
}

.tasks_new_block a {
  background: #eee url('../../../modules/tasks/images/icons/task_add.gif') no-repeat 0 0;
  padding: 5px 5px 5px 25px;
  cursor: pointer;
  margin-top: 10px;
  float: left;
  position: relative;
}

#tasks_new_block_form {
  background: #eee;
  margin-top: 0;
}

#tasks_new_block_form form{
  padding: 5px;
}

/* dashboard */
* html .board_col,
* html .sort {
  position: static !important;
}

.board_col {
  padding-bottom: 20px;
}

.board .sort {
  padding-bottom: 10px;
  margin-bottom: 10px;
  background: url('../images/box-bg.png') repeat-x 0 bottom;
}

.cols_2 .board_col {
  width: 49%;
  float: left;
  margin-right: 1%;
}

.cols_3 .board_col {
  width: 32.4%;
  float: left;
  margin-right: 0.5%;
}

tr.under_thin td {
  border-top: 1px solid #cecece;
}

.header_box h3 {
  float: left;
  display: block;
	padding-left: 5px;
	font-size: 1em;
	margin: 5px 0 0;
}

.header_box {
  cursor: move;
	width: 100%;
}

.block_buttons {
  float: right;
}

.block_menu {
  text-align: right;
}

.drop {
  background: #333;
}

.board_content {
  width: 100%;
}

.board_content .conin {
  border: 1px solid #cecece;
  padding: 5px;
  overflow: auto;
  clear: both;
}

.board_content ul.dashboard-list {
  margin: -5px;
  padding: 0;
  list-style-type: none;
}
.board_content ul.dashboard-list li {
  background: #fff url('../images/dashboard/item.png') no-repeat 10px 8px;
  border: 0;
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
  width: 100%;
  margin: 0;
  cursor: pointer;
}
.board_content ul.dashboard-list li p {
  margin: 0;
  padding-left: 35px;
}
.board_content ul.dashboard-list li:hover {
  background-color: #fee6c4;
}
.board_content ul.dashboard-list li a {
  color: #AB0303;
  text-decoration: none;
}
.board_content ul.dashboard-list li a:hover {
  text-decoration: underline;
}
.board_content ul.dashboard-list li .info {
  font-size: 0.9em;
}
.board_content ul.dashboard-list li .show-details {
  float: right;
  cursor: pointer;
  display: none;
  padding-right: 5px;
}
.board_content ul.dashboard-list li:hover .show-details {
  display: block;
}
.board_content ul.dashboard-list li .details {
  float: right;
}
.board_content ul.dashboard-list li .details a {
  display: block;
  float: left;
  width: 57px;
  height: 15px;
  color: #000;
  text-decoration: none;
  font-size: 0.9em;
  padding: 2px 0 0 25px;
}
.board_content ul.dashboard-list li .details .view a {
  background: url('../images/dashboard/view.png') no-repeat 0 0;
  margin-right: 5px;
}
.board_content ul.dashboard-list li .details .edit a {
  background: url('../images/dashboard/edit.png') no-repeat 0 0;
}
.board_content .more-button {
  margin: 5px -5px -5px;
  padding: 5px;
}
.board_content .more-button a {
  display: block;
  background: url('../images/dashboard/more.png') no-repeat 0 0;
  width: 142px;
  height: 15px;
  color: #000;
  text-decoration: none;
  font-size: 0.9em;
  padding: 2px 0 0 25px;
}

.dashboard-obscura-list {
  padding: 5px;
}

.dashboard-obscura-list .item {
  width: 85px;
  height: 85px;
  float: left;
  margin: 0 10px 10px 0;
  font-size: 0.9em;
  border: 0px solid white;
}

/* inline gallery */
#inlineGalleryBg {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 900;
}
#inlineGallery {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 1000;
}
#inlineGallery img {
  border: 0;
}
#imgOuterBox {
  background: #fff;
  margin: 0 auto;
  padding: 10px;
  position: relative;
  width: 32px;
  height: 32px;
}
#galleryImg {
  height: auto;
  width: auto;
}
#galleryNav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
#prevImg,
#nextImg {
  display: block;
  height: 100%;
  outline: none;
  background: url('../images/blank.gif') no-repeat 0 0;
}
#prevImg {
  float: left;
  width: 49%;
}
#prevImg:hover {
  background: url('../images/left.gif') no-repeat 0 50%;
}
#nextImg {
  float: right;
  width: 49%;
}
#nextImg:hover {
  background: url('../images/right.gif') no-repeat right 50%;
}
#imgInfoBox {
  height: 35px;
  overflow: hidden;
}
#imgInfo {
  float: left;
  width: 80%;
  text-align: left;
}
#imgTitle {
  font-weight: bold;
  font-size: 1.1em;
  color: #888;
}
#imgClose {
  float: right;
  width: 20px;
  padding-top: 3px;
}
#customContentBefore,
#customContentAfter { /* custom content */
  background: #fff;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
}

#customContentBefore {
  text-align: left;
}

#customContentAfter {
  background: #eee;
}

.allowed {
  background-color: #3c0;
  border: solid 1px #fff;
}

.forbidden {
  background-color: #f00;
  border: solid 1px #fff;
}

/* google maps */
.middle .obscura_map img,
.middle .marwel_map img {
  max-width: none;
}

.google_map_div{
  width: 100%; 
  height: 300px;
}

/* js calendar */
div.calendar {
  z-index: 10000;
}

/* forum error */
.error-line {
  background: #f77878;
  display: block;
  padding: 5px;
}

/* formulare */
.form_row {
    height: 1%;
    border-top: 1px dotted #d3d3d3;
}
.form_div .submit {
    border-top: 1px dotted #d3d3d3;
    padding: 10px 0;
}
.form_row .lab {
    display: block;
    float: left;
    font-weight: bold;
    width: 30%;
}
.form_row .val {
    display: block;
    float: left;
    width: 70%;
}
.form_row .text input, .form_row select, .form_row textarea {
    border: 1px solid #d3d3d3D;
}
.form_row .text input, .form_row textarea {
    width: 99%;
}
.form_row textarea {
    height: 150px;
}
.form_row select {
    width: 100%;
}

/* mesicni kalendar */
.month_calendar {
  border-collapse: collapse;
  border: 1px solid #ccc;
  width: 100%;
}

.month_calendar th {
  text-align: center;
  background: #eee;
}

.month_calendar td {
  width: 12.5%;
}

.cal_day_hover {
  display: block;
  text-align: center;
}

.cal_day_hover:hover {
  position: relative;
}

.cal_day_hover:hover .cal_day_hover_desc {
  display: block;
}

.cal_day_hover_desc {
  background: #FFFFFF;
  border: 1px solid #ccc;
  color: #000000;
  cursor: default;
  display: none;
  font-weight: normal;
  left: -108px;
  top: 15px;
  margin: 0;
  padding: 5px;
  position: absolute;
  width: 200px;
  z-index: 1000;
  text-align: left;
  border-radius: 5px;
}

.cal_day_hover_desc .cal_day_item {
  display: block;
  padding-left: 5px;
  margin-bottom: 5px;
}
.cal_day_hover_desc .last {
  margin: 0;
}
.cal_day_hover_desc .cal_day_item a {
  font-weight: bold;
}

.month_calendar td.calendarToday {
  background-color: #ddd;
  font-weight: bold;
}
.month_calendar td.event {
  background-color: #D5EFE2;
}

/* title_perex_img_info */

.title_perex_img_info .item {
  padding-bottom: 11px;
  background: url(../images/line-dash.png) bottom left repeat-x;
}

.title_perex_img_info .last {
  background-image: none;
}

/* SUBMIT */

.middle input.submit, .right input.submit, .middle .btn, .right .btn, #main .hlasovat,
.middle .formButton, .right .formButton {
  border: 1px solid #076877 !important;
  margin-right: 5px;
  padding: 2px 3px;
  color: white;
  text-align: center;
  font-weight: bold;
  background: #076877 url(../images/btn.png) repeat-x;
  cursor: pointer;
  text-decoration: none;
}

.middle input.submit:hover, .right input.submit:hover, .middle .btn:hover, .right .btn:hover, #main .hlasovat:hover,
.middle .formButton:hover, .right .formButton:hover {
  border: 1px solid #043d6b !important;
  color: white;
  background: #2379b4 url(../images/btno.png) repeat-x;
  text-decoration: none;
}

/* INPUT */

input, select, textarea {
  border: 1px solid #d3d3d3;
  padding: 3px;
}

/* CONTACTS */

#contact-list table.contacts-table {
  width: 99%;
}

table.detail {
  width: 420px !important;
}

/* ANKETA */

.poll .poll-answer {
  margin: 0.25em 0;
}


/* KONFERENCE */
.notice, .warning, .error {
  padding: 5px;
}

p.notice {
  border: 1px solid green;
  color: green;
}

p.warning {
  background-color: orange;
  color: white;
  font-weight: bold;
}

p.error {
  background-color: red;
  color: white;
  font-weight: bold;
}

span.notice {
  color: green;
  font-weight: bold;
}

span.warning {
  color: orange;
  font-weight: bold;
}

span.error {
  color: red;
  font-weight: bold;
}

form.conference label {
  display: block;
  width: 300px;
  float: left;
}

form.conference input, form.conference select {
  display: block;
  float: left;
}

form.conference input.radio, form.conference input[type="radio"] {
  display: inline;
  float: none;
}

form.conference .wider {
  width: 300px;
}

form.conference .line {
  clear: left;
}

/* DISKUSE */

.post {
  margin: 10px 2px 10px 2px;
  padding: 0;
  overflow: auto;
  border-top: 3px solid #e5e5e5;
}
.post:hover {
  background: #f4f4f4;
}
.newpost {
  background: #ffefef;
}
.mine {
  background: #9ac260;
}
div.post-head {
  margin: 0px 0 0 0;
  padding: 5px 5px 2px 5px;
  background: #e5e5e5;
}

.post .discuss-body {
  padding: 10px;
}

.post img {
  height: 50px;
  float: right;
}
.post span.discuss-subject {
  font-weight: bold;
  display: block;
}
.post span.discuss-reply {
  display: block;
  padding: 0 0 3px 0;
  margin: 0;
  float: right;
}

.post .discuss-info {
  float: left;
}

.post span.discuss-user, .post span.discuss-date {
  color: #565656;
}
.discuss-subtree .post  {
  margin: 10px 2px 10px 18px;
}
.discuss-subtree .discuss-subtree .post  {
  margin: 10px 0px 10px 40px;
}
.discuss-subtree .discuss-subtree .discuss-subtree .post  {
  margin: 10px 0px 10px 60px;
}
.discuss-subtree .discuss-subtree .discuss-subtree .discuss-subtree .post {
  margin: 10px 0px 10px 80px;
}
.discuss-subtree .discuss-subtree .discuss-subtree .discuss-subtree .discuss-subtree .post {
  margin: 10px 0px 10px 100px;
}

.l-part {
  margin: 5px 0px 0px 0px;
  padding: 15px 15px 0px 15px;
  border: 1px solid #e5e5e5;
  border-bottom: 0px solid;
  background: #f4f4f4;
}
.l-part label, .r-part label {
  display: block;
}
.l-part input, .r-part textarea {
  width: 99%;
}
.r-part {
  margin: 0px 0px 5px 0px;
  padding: 0px 15px 15px 15px;
  border: 1px solid #e5e5e5;
  border-top: 0px solid;
  background: #f4f4f4;
}

/* GO-BOTTOM */

.go-bottom {
  display: block;
  width: 15px;
  height: 15px;
  position: absolute; top: 14px; left: 570px; z-index: 99;
  text-decoration: none;
  background: url(../images/go-bottom.png) 0 0 no-repeat;
}

.go-bottom {
  text-decoration: none;
}
/* google search */
.gsc-control-cse {
  font-family: Arial, sans-serif;
  border: 0;
  background-color: transparent;
  width: auto !important;
}
.middle .gsc-control-cse table {
  border: 0;
}
.middle .gsc-control-cse table td {
  background: transparent;
  border: 0;
}
input.gsc-input {
  border-color: #BCCDF0;
}
input.gsc-search-button {
  border-color: #666666;
  background-color: #CECECE;
}
.gsc-tabHeader.gsc-tabhInactive {
  border-color: #E9E9E9;
  background-color: #E9E9E9;
}
.gsc-tabHeader.gsc-tabhActive {
  border-top-color: #FF9900;
  border-left-color: #E9E9E9;
  border-right-color: #E9E9E9;
  background-color: #FFFFFF;
}
.gsc-tabsArea {
  border-color: #E9E9E9;
}
.gsc-results {
  width: 100% !important;
}
.gsc-webResult.gsc-result,
.gsc-results .gsc-imageResult {
  border-color: #FFFFFF;
  background-color: #FFFFFF;
}
.gsc-webResult.gsc-result:hover,
.gsc-imageResult:hover {
  border-color: #FFFFFF;
  background-color: #F5F8E1;
}
.gs-webResult.gs-result a.gs-title:link,
.gs-webResult.gs-result a.gs-title:link b,
.gs-imageResult a.gs-title:link,
.gs-imageResult a.gs-title:link b {
  color: #1A4D77;
}
.gs-webResult.gs-result a.gs-title:visited,
.gs-webResult.gs-result a.gs-title:visited b,
.gs-imageResult a.gs-title:visited,
.gs-imageResult a.gs-title:visited b {
  color: #1A4D77;
}
.gs-webResult.gs-result a.gs-title:hover,
.gs-webResult.gs-result a.gs-title:hover b,
.gs-imageResult a.gs-title:hover,
.gs-imageResult a.gs-title:hover b {
  color: #AF0202;
}
.gs-webResult.gs-result a.gs-title:active,
.gs-webResult.gs-result a.gs-title:active b,
.gs-imageResult a.gs-title:active,
.gs-imageResult a.gs-title:active b {
  color: #1A4D77;
}
.gsc-cursor-page {
  color: #1A4D77;
}
a.gsc-trailing-more-results:link {
  color: #1A4D77;
}
.gs-webResult .gs-snippet,
.gs-imageResult .gs-snippet,
.gs-fileFormatType {
  color: #000000;
}
.gs-webResult div.gs-visibleUrl,
.gs-imageResult div.gs-visibleUrl {
  color: #008000;
}
.gs-webResult div.gs-visibleUrl-short {
  color: #008000;
}
.gs-webResult div.gs-visibleUrl-short {
  display: none;
}
.gs-webResult div.gs-visibleUrl-long {
  display: block;
}
.gsc-cursor-box {
  border-color: #FFFFFF;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
  border-color: #E9E9E9;
  background-color: #FFFFFF;
  color: #1A4D77;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  border-color: #FF9900;
  background-color: #FFFFFF;
  color: #1A4D77;
}
.gs-promotion {
  border-color: #336699;
  background-color: #FFFFFF;
}
.gs-promotion a.gs-title:link,
.gs-promotion a.gs-title:link *,
.gs-promotion .gs-snippet a:link {
  color: #1A4D77;
}
.gs-promotion a.gs-title:visited,
.gs-promotion a.gs-title:visited *,
.gs-promotion .gs-snippet a:visited {
  color: #1A4D77;
}
.gs-promotion a.gs-title:hover,
.gs-promotion a.gs-title:hover *,
.gs-promotion .gs-snippet a:hover {
  color: #AF0202;
}
.gs-promotion a.gs-title:active,
.gs-promotion a.gs-title:active *,
.gs-promotion .gs-snippet a:active {
  color: #1A4D77;
}
.gs-promotion .gs-snippet,
.gs-promotion .gs-title .gs-promotion-title-right,
.gs-promotion .gs-title .gs-promotion-title-right *  {
  color: #000000;
}
.gs-promotion .gs-visibleUrl,
.gs-promotion .gs-visibleUrl-short {
  color: #008000;
}
.gsc-adBlock {
  background: #B8D9E1 !important;
  border: 1px solid #8AB2BD !important;
  padding: 5px !important;
}
         
/* Marwel - stavy */
/****** states *******/

.state_unfinished,
.state_hidden,
.state_before,
.state_after  {
  margin: 0;
  padding-top: 20px;
}
.state_unfinished {
  background:#D9ECFF url('../../../modules/marwel/images/state_unfinished.gif') no-repeat top right;
}
.state_hidden {
  background:#FFEEDD url('../../../modules/marwel/images/state_hidden.gif') no-repeat top right;
}
.state_before {
  background:#FFFFDC url('../../../modules/marwel/images/state_before.gif') no-repeat top right;
}
.state_after {
  background:#E2C5C5 url('../../../modules/marwel/images/state_after.gif') no-repeat top right;
}
