@import url("reset.css");
@import url("lightbox.css");
@import url("layout.css");
@import url("menu.css");
@import url("intro.css");

body {
  background: #b8b7b7 url("../img/bg.jpg") repeat-x;
  margin-top: 20px;
  font-size: 0.8em;
  font-family: tahoma, arial;
  line-height: 1.3em;
}

img {
  border: 0px solid white;
}
 
strong, .strong {
  font-weight: bold;
} 

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

#leftcolumn .tit {
  background: white;
  width: 195px;
  padding: 5px;
  display: block;
  font-weight: bold;
  border-bottom: 2px solid #ccc;
  border-top: 1px solid #ccc;
  margin-bottom: 10px;
  
}

#leftcolumn img.ico {
  margin: 0px 4px 0px 3px;
}

h1, h1.green {
  font-weight: bold;
  font-size: 1.4em;
  display: block;
  margin: 20px 20px 17px 20px;
}

h1.green {
  color: #39b44a;
}

h2 {
  margin: 25px 0px 15px 20px;
  text-transform: uppercase;
  font-weight: bold;
}

h2.red {
  color: red;
}

h2.no {
  margin: 0px 0px 15px 20px;
}

fieldset {
  margin: 20px ;
  border: 0px solid #ddd;
  width: 700px;
  padding: 30px;
}

textarea, input {
  background: #dcdcdc;
  border-left: 2px solid #bbb;
  border-bottom: 1px solid #bbb;
  border-top: 2px solid #bbb;
  border-right: 1px solid #bbb;
  font-family: tahoma;
}

input.button {
  background: #ed1c24;
  color: white;
  border: 1px solid #dd1c24; 
  padding: 4px 7px;
}

input {
  margin-bottom: 10px;
  padding: 2px;
  width: 200px;
  font-family: tahoma;
}

input.addr {
  width: 300px;
}

label.first {
  margin-right: 10px;
}

label.sec {
  margin-right: 17px;
}

label.third {
  margin-right: 53px;
  float: left;
}

label.four {
  float: left;
  margin-right: 39px;
  margin-bottom: 23px;
}

label.five {
  margin-right: 22px;
}

label.six {
  margin-right: 7px;
}

textarea {
  width: 610px;
  height: 170px;
  margin-bottom: 11px;
  font-size: 0.9em;
  font-family: tahoma;
}

p.right {
  text-align: right;
  margin: 0px;
}

p {
  margin: 0px 20px 20px 20px;
}

p em {
  font-weight: bold;
  color: #ed1c24;
}

.italic {
  font-style: italic;
}

.error, .info {
  color: red;
  text-align: center;
  padding: 5px;
  margin-bottom: 20px;
  border-top: 1px solid #ddd;
  border-bottom: 2px solid #ddd;
}

.info {
  color: black;
}

a, a:hover, a:visited {
  text-decoration: underline;
   color: #343434;
}

a:hover {
  text-decoration: underline;
  color: red;
}



#in1 {
  margin: 25px 0px 0px 23px;
  width: 374px;
  height: 138px;
  background: #b8b7b7 url("../img/in1.jpg") no-repeat;
}

#in2 {
  margin: 23px 0px 0px 23px;
  width: 381px;
  height: 136px;
  background: #b8b7b7 url("../img/in2.jpg") no-repeat;
}

#in3 {
  margin: 23px 0px 0px 23px;
  width: 375px;
  height: 137px;
  background: #b8b7b7 url("../img/in3.jpg") no-repeat;
}

#in1 h2, #in2 h2, #in3 h2 {
  text-transform: uppercase;
  font-size: 1.3em;
  padding: 13px 0px 0px 0px;
  color: #ed1c24;
  margin-bottom: 10px;
  margin-top: 0px;
}

#in1 ul, #in2 ul, #in3 ul {
  margin-left: 22px;
  font-weight: bold;
}

#in1 ul li, #in2 ul li, #in3 ul li {
  padding-left: 13px;
  background: url("../img/li.jpg") no-repeat 0px 9px;
}


.red {
  color: #ed1c24;
}

#leftcolumn ul {
  margin: 0px 0px 20px 10px;
  line-height: 2em;
}

#leftcolumn ul li {
  color: gray;
  background: url("../img/ul.jpg") no-repeat 0px 10px;
  padding-left: 10px;
}


#leftcolumn a, #leftcolumn a:hover, #leftcolumn a:visited {
  text-decoration: underline;
  color: red;
}

#leftcolumn a:hover {
  text-decoration: none;
  color: red;
}

#leftcolumn a.now, #leftcolumn a:hover.now, #leftcolumn a:visited.now {
  text-decoration: none;
  color: black;
}

#leftcolumn a:hover.now {
  text-decoration: underline;
  color: black;
}

img.left {
  margin: 0px 18px 20px 20px;
  float: left;
}

img.leftl {
  margin: 0px 0px 20px 20px;
  float: left;
}             

#rightcolumn ul.norm {
  margin: 0px 0px 20px 40px;
  list-style: square;
}

div.center {
  margin: 0 auto;
  width: 655px;
  margin-bottom: 18px;
}

table {
  margin: 20px;
  width: 764px;
}

table tr th {
  font-weight: bold;
  font-size: 0.9em;
  background: #ddd;
}

table tr th, table tr td {
  border: 1px solid #ddd;
  padding: 5px 3px 5px 3px;
}

table tr td.strong {
  background: #f1f1f1;
}

.gallery img {
  margin-left: 20px;
  margin-right: 10px;
  border: 1px solid #ddd;
  margin-bottom: 30px;
}

.gallerym img {
  margin: 0px 5px 25px 20px;
  border: 1px solid #ddd;
}

img.right {
  float: right;
  margin-right: 20px;
}

  

/* imges */

table.imges {
  margin: 1em 0;
  width: 100%;
  border: 0px solid white;
}

table.imges tr, table.imges td {
  border: 0px solid white;
  padding-right: 15px;
}

/* imges scroll styly */
div.scrollWindow {
  overflow: hidden; 
  position: relative;
}

img.abs {
  vertical-align: middle;
  margin-bottom: .25em;
}


.popt {
  background: #ddd;
  text-align: center;
  width: 300px;
  border: 2px solid #ccc;
  padding: 8px 4px;
  margin: 0px 0px 20px 20px;
  font-weight: bold;
  text-transform: uppercase;
}

img.news {
  float: left;
  margin: 0px 10px 20px 0px;
}

.ledka, .trojka {
  border: 1px solid #ddd;
  margin-left: 20px;
  margin-bottom: 20px;
  padding: 10px;
  width: 350px;
  float: left;
  font-size: 0.85em;
}

.ledka ul {
  margin-left: 110px;
}

.trojka ul {
  list-style-type: square;
  margin-left: 150px;
  padding-top: 13px;
}

.ledka img, .trojka img {
  float: left;
  margin: 0px 10px 10px 5px;
}

.vicer {
  margin-right: 25px;
}

.vyska {
  height: 217px;
}

table.presna {
  width: 372px;
}

.ledka ul {
  border-left: 1px solid #ddd;
  padding-left: 20px;
}

.akce {
  border: 1px solid #eee;
  border-bottom: 10px solid #eee;
  margin: 0 auto;
  margin-bottom: 25px;
  width: 743px;
  margin-right: 5px;
  padding: 10px;
  text-align: center;
  background: #f7f7f7;
}

.akce img {
  margin: 0 auto;
  margin-left: 20px;
  border: 2px solid #ddd;
  
}

.green {
  color: green;
}

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

p.vyjimka {
  width: 390px;
}

img.odkopl {
  margin-right: 60px;
}

img.odkoplm {
  margin-right: 30px;
}


#rightcolumn a.buy, #rightcolumn a:hover.buy, #rightcolumn a:visited.buy {
  text-decoration: underline;
  color: red;
  font-weight: bold;
  font-size: 1.2em;
}

#rightcolumn a:hover.buy {
  text-decoration: none;
  color: red;
}
