html {
  height: 100%;
  margin-bottom: 0px;
}
form, div, span, li{
  margin: 0;
  padding: 0;
}

ul {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 26px;
  margin-left:  5px;
}

hr {
  height: 0 !important;
  height: 1px; /* wysokosc pod ie */
  color: #ccc; /* kolor pod ie */
  background: transparent;
  border-width: 1px 0 0 0;
  border-color: #CCC;
  border-style: dotted; 
}


img,table {
  border: none;
}

body {
  font-family: Arial, Tahoma, Verdana;
  line-height: 22px;
  margin: 0;
  font-size: 12px;
  padding: 0;
  color: #333;
  text-align: justify;
  background: #f0f0f0;
}

body.contentpane {
}

a:link, a:visited {
  text-decoration: none;
  font-weight: normal;
  color: #2593C1;
}

a:hover {
  text-decoration: none;
  font-weight: normal;
  color: #999;
}

p {
  font-size: 12px;
  color: #333;
  padding: 0px;
  margin: 0px;
  text-align: justify;
  margin-bottom: 5px;
}

input.button, button, input[type="submit"]{
    font-size: 12px;
    height: 30px; 
    line-height: 30px; 
    padding: 0px 20px; 
  cursor: pointer;
  color: #fff;
  vertical-align: middle;
  color: #fff;
  border: 1px solid #fff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background: #ED0204;
}


input.button:hover, button:hover, input[type="submit"]:hover{

  background: #AD0101;
}


.inputbox, input[type="text"], input[type="password"], input[type="email"] {
    width: 220px;
    color: #555;
    font-size: 12px;
    height: 22px;
    padding:2px 4px; 
    border: 1px solid #ccc;
    background: #FFF;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.textarea, textarea {
  width: 580px;
  height: 160px;
    border: 1px solid #ccc;
    color: #555;
    padding: 2px;
    font-size: 12px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.inputbox:hover, textarea:hover, input[type="text"]:hover {
    border: 1px solid #bbb;
    background: #fafafa;
}

/*****************************************/

/*** Template specific layout elements ***/
/*****************************************/

#page_bg{
  padding: 0;
  background: #fff url(images/bg.png) center top no-repeat;
}


#header {
  padding: 0;
  margin: 0 auto;
  width: 1000px;
}


#header_01{
  width: 230px;
  height: 85px;
  margin-top: 10px;
  float: left;
}

#header_02{
  width: 730px;
  height: 50px;
  float: right;
  margin-right: 22px;
}

#header_03{
  width: 750px;
  height: 40px;
  float: right;
}





#header_04{

  width: 1000px;
  height: 320px;
  float: left;
  background: none;

}


#footer_bg{

  background: #F0F0F0 url(images/footer.png) center top no-repeat;
}



#footer{

  margin: 0 auto;
  width: 1000px;

}


#footer1{

  margin: 0 auto;

  width: 1000px;

  padding: 25px 0 15px;
}

#footer2{

  margin: 0 auto;

  width: 980px;
  
  padding: 5px 10px;
  
  background: #fff;

  -webkit-border-radius: 10px;
  
  -moz-border-radius: 10px;

  border-radius: 10px;

}

#content{
  margin: 0 auto;
  width: 1000px; 
  padding: 5px 0px 0;
}

#content2{
  margin: 0 auto;
  width: 960px;
  padding: 15px 15px 0;
  background: url(images/content.png) center top no-repeat; 
}


#pillmenu{
  margin: 0px;
  padding: 0px;
  float: right;
}
#pillmenu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#pillmenu ul li{
  float:left;
  margin: 0 10px;
}
#pillmenu ul li a:link, #pillmenu ul li a:visited{
  font-size: 19px;
  line-height: 36px;
  padding-right: 22px;
  display:block;
  height: 36px;
  color: #666;
  font-weight: normal;
  font-family: Arial;
    background: url(images/menu.png) right top no-repeat;
    text-shadow: 1px 1px 1px white;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}

#pillmenu ul li:last-child a:link, #pillmenu ul li:last-child a:visited{
  background: none;
}

#pillmenu ul li.current, #pillmenu ul li:hover{

}

#pillmenu ul li.current a, #pillmenu ul li a:hover{

  color: #ED0204;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}


div#maincolumn {
  margin: 0;
  padding: 0;
  float: left;
  width: 550px;
}

div#leftcolumn {
  padding: 0;
  float: left;
  width: 200px;
  margin-left: 5px;
}

div#rightcolumn {
  padding: 0;
  float: left;
  width: 240px;
}


div#maincolumn2 {
  margin: 0;
  padding: 0;
  float: left;
  width: 755px;
  margin-left: 5px;
}

div#leftcolumn2 {
  padding: 0;
  float: left;
  width: 200px;
}


#leftcolumn .search_box{

  width: 182px;

  height: 31px;

  background: url(images/box_bg.png) center top repeat-x;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  border: 1px solid #ddd;
  
  padding: 2px 9px;
}

#leftcolumn .search_box input[type="text"]{

  width: 98px;

  height: 18px;

  background: none;

  border: none;
  
  background: url(images/hr.png) center bottom repeat-x;
  
  font-size: 12px;
  
  padding: 2px 6px;

}

#leftcolumn .search_box input[type="submit"]{

  width: 70px;
  
  padding: 0;

  height: 27px;

  background: none;

  border: none;
  
  color: #ED0204;
  
  font-size: 15px;
  
  text-align: center;
}



#leftcolumn2 .search_box{

  width: 182px;

  height: 31px;

  background: url(images/box_bg.png) center top repeat-x;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  border: 1px solid #ddd;
  
  padding: 2px 9px;
}

#leftcolumn2 .search_box input[type="text"]{

  width: 98px;

  height: 18px;

  background: none;

  border: none;
  
  background: url(images/hr.png) center bottom repeat-x;
  
  font-size: 12px;
  
  padding: 2px 6px;

}

#leftcolumn2 .search_box input[type="submit"]{

  width: 70px;
  
  padding: 0;

  height: 27px;

  background: none;

  border: none;
  
  color: #ED0204;
  
  font-size: 15px;
  
  text-align: center;
}


div.nopad {
  padding: 0 20px;

}




/*****************************************/

/*** Joomla! specific content elements ***/

/*****************************************/



/* headers */

div.componentheading {

  height: 22px;

  padding: 8px 0 0 10px;

}


h1, h2 {
  padding: 5px 0;
  font-size: 24px;
  line-height:30px;
  color: #ED0204;
  text-align: left;
  margin: 0 0 10px;
  font-family: Arial;
  background: url(images/hr.png) center bottom repeat-x;
  font-weight: normal;
}

h2 {
  font-size: 22px;
  line-height:24px;
  color: #ED0204;
  font-weight: normal;
}

.blog .items-leading h2, .blog-featured h2 {
  background: none;
  margin: 0;
}


h4{
  margin: 5px 0; 
  color: #ED0204;
  font-size: 14px;
  font-weight: normal;
}

h3, .contentheading {
  padding: 5px 0;
  margin: 5px 0;
  font-size: 17px;
  line-height: 20px;
  color: #ED0204;
}

a.readon {
  display: block;
  float: right;
  line-height: 14px;
  font-size: 10px;
  text-decoration: none;
  padding: 1px 2px 1px 2px;
}
a.readon:hover {
  color: #333;
}



/* form validation */

.invalid { border-color: #ff0000; }

label.invalid { color: #ff0000; }




/* menu links */

a.mainlevel:link, a.mainlevel:visited {

  padding-left: 15px;
  
  margin-left: 10px;
  
  
  margin-right: 10px;

  background: url(images/li2.html) center left no-repeat;
}

a.sublevel:link, a.sublevel:visited {

  padding-left: 5px;
  
  margin-left: 20px;
  
  margin-right: 10px;

  background: url(images/li2.html) center left no-repeat;
}

a.mainlevel:hover {



}



/* spacers */

span.article_separator {

  display: block;

  height: 20px;

}



.article_column {



}



.column_separator {

  

}



td.buttonheading {

  text-align: right;

  width: 0;

}



.clr {

  clear: both;

}



table.blog span.article_separator {

  display: block;

  height: 20px;

}







/* table of contents */

table.contenttoc {

  margin: 5px;

  border: 1px solid #ccc;

  padding: 5px;

}



table.contenttoc td {

  padding: 0 5px;

}





/* content tables */

td.sectiontableheader {

  color: #333;

  font-weight: bold;

  padding: 4px;

  border-bottom: 1px solid #666;

}



tr.sectiontableentry0 td,

tr.sectiontableentry1 td,

tr.sectiontableentry2 td {

  padding: 4px;

}



td.sectiontableentry0,

td.sectiontableentry1,

td.sectiontableentry2 {

  padding: 3px;

  color: #333;

  font-size: 10px;

}





/* content styles */

.contentpaneopen, table.contentpane {

  margin: 0;

  padding: 0;
  
  width: 100%;

}



table.contentpane td{

  text-align: left;

}



table.contentpane td.contentdescription {

  width: 100%;

}



table.contentpane  {

  text-align: left;

  float: left;

  width: 100%;

  margin: 8px;

}



table.contentpane ul li a .category {

  color: #FF8800;

}



table.contentpane ul li {

  color: #333;

}



table.contentpaneopen {

  margin: 2px 8px;

}



table.contentpaneopen li {

  margin-bottom: 5px;

}



table.contentpaneopen fieldset {

  border: 0;

  border-top: 1px solid #669933;

}






div.message {

  font-weight: bold;

  font-size : 14px;

  color : #c30;

  text-align: center;

  width: auto;

  background-color: #f9f9f8;

  border: solid 1px #d5d5d5;

  margin: 3px 0px 10px;

  padding: 3px 20px;

}



/* Banners module */




/* Text advert style */



.banneritem_text {

  padding: 4px;

  font-size: 11px;

}



.bannerfooter_text {

  padding: 0px;

  font-size: 11px;

  text-align: center;

}



/* System Messages */

/* see system general.css */



.pagination span { padding: 2px; }

.pagination a    { padding: 2px; }



/* Polls */

.pollstableborder td {

  text-align: left;

}



/* Frontend Editing*/

fieldset {

  margin: 0;

  border: none;

  margin-top: 15px;

  margin-bottom: 5px;

  padding: 10px;

}





.tool-title {

  padding: 0;

  margin: 0;

  font-size: 100%;

  font-weight: bold;

  margin-top: -15px;

  padding-top: 15px;

  padding-bottom: 5px;


}



.tool-text {

  font-size: 100%;

  margin: 0;

}



/* ****************************************************************************** */


div.box_header h3{
  font-size: 20px;
  text-align: center;
  margin: 0;
  padding: 0 0;
  color: #FFF;
  line-height: 33px;
}



div.box_header{
  width: 200px;
  height: 33px;
  background: url(images/menu_top.html) left top no-repeat;
}


#leftcolumn div.box_content{
  width: 200px;
  padding: 0px;
}


div.box_content ul{
  padding: 0px;
  margin: 0;
  list-style: none;
}

div.box_content ul li{
  width: 200px;
  padding: 0px 0px;
  margin: 0 0 3px;
  background: #f0f0f0 url(images/box_bg.png) left top repeat-x;

  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  border: 1px solid #ddd;
  
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}

div.box_content ul li:hover{
  border: 1px solid #aaa;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  background-position: 0px -10px;
}

div.box_content ul li a{
  padding-left: 26px;
  color: #777;
  font-size: 14px;
}


div.box_content ul li:hover a, div.box_content ul li.current a{
  color: #ED0204;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}

div.box_content2{

  padding: 0px;
  
}

div.box_bottom{
  width: 261px;
  padding: 3px 0px 0;
}



div.module-bez div.box_header{
  background: none;
  height: 0px;
  width: 200px;
}

div.module-bez div.box_content{
  background: none;
  width: 200px;
}

div.module-bez div.box_bottom{
  background: none;
  width: 200px;
}

#footer, #footer p, #footer a, #footer a:link, #footer a:visited{
  font-size: 11px;
  color: #999;
}

/* ++++++++++++++  pagination message ++++++++++++++ */


#system-message ul { 

  list-style: none;

  padding: 0;

  margin: 0;

}

#system-message dt { 

  display:none;

}

#system-message dd { 

  list-style: none;

  padding: 0;

  margin: 0;

}

#system-message ul li { 

  padding: 0;

  margin: 0;

  text-align:center;
  
  font-size: 14px;
  
  padding: 5px;

}



#system-message dd ul { 
  background: #fff; 
  border-top: 3px solid #FF0000; 
  border-bottom: 3px solid #FF0000;
  border: 1px solid #AAA;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 5px 0;
}


#system-message dd.message { 

  color: #0080C0
 
}

#system-message dd.error { 

  color: #FF0000; 
 
}


#system-message dd.notice{

  color: #0080C0
  
}

.pagination, #content .vm-pagination
{
        margin:10px 0 ;
        padding:10px 0 10px 0px;

}

.pagination ul, #content .vm-pagination ul
{
        list-style-type:none;
        margin:0;
        padding:0;
        text-align:center;
}

.pagination li, #content .vm-pagination li
{
        display:inline;
        padding:2px 5px;
        text-align:left;
        border:solid 0px #eee;
        margin:0 2px
}


.pagination li.pagination-start,
.pagination li.pagination-next,
.pagination li.pagination-end,
.pagination li.pagination-prev,
#content .vm-pagination li.pagination-start,
#content .vm-pagination li.pagination-next,
#content .vm-pagination li.pagination-end,
#content .vm-pagination li.pagination-prev{
  border:1px solid #DDD;
  padding:5px 7px;
}

.pagination li, #content .vm-pagination li{
  border: 1px solid #DDD;
  background: #f9f9f9;
  padding: 5px 15px;
  color: #666;
}


.pagination li a, #content .vm-pagination li a{
  font-weight: bold;
  color: #333;
}


.pagination li a:hover, #content .vm-pagination li a:hover{
  color: #666;
}

p.counter
{
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
  color: #333;
}


/* ++++++++++++++  pagination message ++++++++++++++ */



table.tabelka td, table.tabelka tr{

    border: 1px solid #ccc;
        vertical-align: middle;
        background-color: #fafafa;
}

table.tabelka td {
        padding: 0 5px;

}

table.tabelka th {
    border: 1px solid #ccc;
        background-color: #eaeaea;
        vertical-align: middle;
        text-align: left;
}

table.tabelka p, table.tabelka span{
        text-align: left;

}


/* --------------------------------------------------------------- */


#username-lbl, #password-lbl{
  display:block;
  float:left;
  width:100px;
}

.login-fields{
  margin-bottom: 5px;
}


#footer ul{
  list-style: none;
}


.tip{
  background: #eee;
  padding: 10px;
  opacity:0.8;
  filter:alpha(opacity=80);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  
}

.item-separator{
  background: url(images/hr.png) center bottom repeat-x;
  margin: 10px 0;
  height: 4px;
  clear: both;
}

dd.create{
  margin: 0;
  padding: 0;
  color: #aaa;
  font-size: 11px;
}

.article-info{
  margin: 0;
}

ul.actions{
  display: none;
}


div.mod-languages ul{
  text-align: right;
}

div.mod-languages ul li{
  margin: 0;
}

div.box_content ul.menu_easycatalog_kategorie_ li a span {
    padding-left: 7px;
    line-height: 39px
}


#footer img{
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  opacity: 0.4;
  
  -webkit-transition: all 500ms ;
  -moz-transition: all 500ms ;
  -ms-transition: all 500ms ;
  -o-transition: all 500ms ;
  transition: all 500ms ;
}

#footer img:hover{
  -webkit-transition: all 500ms ;
  -moz-transition: all 500ms ;
  -ms-transition: all 500ms ;
  -o-transition: all 500ms ;
  transition: all 500ms ;
  
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}


.article-info-term{
  display: none;
}

div.box_content ul.menu_easycatalog_kategorie_fr li a span {
    padding-left: 8px;
    line-height: 39px;
    font-size: 13px;
}


div.box_content ul.menu_easycatalog_kategorie_rus li a span {
    padding-left: 5px;
    line-height: 39px;
    font-size: 11px;
}

.menu_easycatalog_kategorie_rus li a, .menu_easycatalog_kategorie_fr li a {
    display: block;
    height: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
