/* * { border: 1px solid #999; } */

html, body {
  font-family: 'Trebuchet MS', Tahoma, Verdana, Arial; 
  font-size: 10pt;
  color: #000;
}


body { padding: 0; margin: 0; background: #000 }

.all { 
  background: #000 url(bg-snow.jpg) no-repeat top center; 
}

.column-left  { float: left;  width: 700px; padding: 0 0 0 50px; }
.column-right { 
  float: right; 
  width: 200px; 
  padding: 0 50px 0 50px;
  border-left: 2px solid #ccc;
}

.column-30 { width: 30% }
.column-50 { width: 50% }
.clear { clear: both; width: 100% }

.content { 
  width: 1100px; 
  margin: 0 auto; 
}

.content-top { 
  background: transparent url(head.jpg) repeat-x bottom center; 
  height: 177px;
}
.content-mid { 
  background: #fff url(bg.jpg) top center;  
  padding: 1em 0 2em 0;
  
}

#logo  { float: left;  margin-top: 24px;}
#lang  { float: right; margin-top: 50px; margin-right: 50px; }
#menu  { float: left;  margin-top: 10px; margin-left: 50px; }
#phone { float: right; margin-right: 50px; font-size: 16pt; margin-top: -10px; background: transparent url(tel.png) no-repeat left; padding-left: 40px;  }

#menu ul {
  margin: 0; padding: 0;
}

#menu ul li {
  display: inline;
}

#menu ul li a {
  color: #fff; 
  text-shadow: #000 0 0 2px;
  background-color: #333; 
  padding: 10px; 
  margin-right: 5px;
  text-decoration: none;
  border-radius: 4px 4px 4px 4px;
}

#menu ul li a:hover, #menu ul li .current {
  color: black; text-shadow: #fff 0 0 2px;
  background-color: red;
}



#lang ul {
  padding: 0; margin: 0;
}

#lang ul li {
  display: inline;
  margin-left: 10px;
}

#lang ul li a img, #lang ul li img {
  border: 2px solid #333;
  border-radius: 4px 4px 4px 4px;
}
#lang ul li a:hover img, #lang ul li .current img {
  border: 2px solid #ff0000;
  border-radius: 4px 4px 4px 4px;
}



#contactform th { vertical-align: top; padding-top: .7em; padding-right: 1em; }
#contactform td { vertical-align: top; padding-bottom: .5em; }
#contactform input, #contactform button, #contactform textarea  { border: 1px solid #666; padding: .5em 1em; -moz-border-radius:4px 4px 4px 4px; width: 500px; }
#contactform .button, #contactform button { color: #fff; background: #333; cursor: pointer; width: auto; }

#commentform th { vertical-align: top; padding-top: .7em; padding-right: 1em; }
#commentform td { vertical-align: top; padding-bottom: .5em; }
#commentform input, #commentform button, #commentform textarea  { border: 1px solid #666; padding: .5em 1em; -moz-border-radius:4px 4px 4px 4px; width: 95%; }
#commentform .button, #commentform button { color: #fff; background: #333; cursor: pointer; width: auto; }

h1 { color: #000; }
h2 { color: #444; }

a { color: #005ea9; text-decoration: underline; }
a:hover { color: #5b95c1; text-decoration: none; }
a:active { color: #ff0000; text-decoration: underline; }


.social { text-align: center; padding: 2em}





.news {
  width: 300px;
  height: 300px;
  float: left;
  margin-right: 3em;
  border-bottom: 2px solid black; 
  padding-bottom: 1em; 
  margin-bottom: 1em;
}
.through {
  border-bottom: 2px solid black; 
  padding-bottom: 1em; 
  margin-bottom: 1em;
}
.news .image, .through .image {
  height: 100px;
  -moz-border-radius:4px 4px 4px 4px;
  border: 1px solid #000;
}

.catalog{
  padding: 1em;
  margin-top: 2em;
  background: #000;
}
.catalog ul {
  margin: 0; padding: 0em;
  
}
.catalog ul li {
  width: 150px;
  display: inline-block;
  margin-right: 10px;
}
.catalog a { color: #fff; font-weight: bold; font-size: 14pt; text-decoration: none; }
.catalog a:hover { color: #ccc; }
.catalog b { color: #ff0000; }

.products a {
  width: 200px;
  height: 200px;
  vertical-align: middle;
  border: 2px solid #ccc;
  display: inline-block;
  padding: 2px;
  margin: 0 .5em .5em 0;
  text-align: center;  
  text-decoration: none;
  font-size: 14pt;
  color: #444;
}
.products .promoted {
  border: 2px solid red;
  color: red;
}
.products a:hover {
  border: 2px solid #000;
  color: black;
}

.products .image{
  height: 132px;
  border: 1px solid #ccc;
  -moz-border-radius:4px 4px 4px 4px;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
}


.pager { float: right; margin: 2em 0 1em 1em; }
.pager ul {
  margin: 0; padding: 0em;  
}
.pager ul li {
  display: inline;
  margin-right: 1em;
}
.pager ul li a {
  color: #fff; 
  text-shadow: #000 0 0 2px;
  background-color: #333; 
  padding: 3px; 
  text-decoration: none;
  border-radius: 4px 4px 4px 4px;
}

.pager ul li a:hover, .pager ul li .current {
  color: black; text-shadow: #fff 0 0 2px;
  background-color: red;
}

.comments .item {
  background-color: rgba(255,255,255,.7);
  margin-bottom: 2px;
  -moz-border-radius:4px 4px 4px 4px;
  padding: .5em 1em;
}
.comments .date {
  color: #666;
}


.breadcrump { margin: 2em 10px 2em 0; }
.product-details { float: left; width: 50%; }
.product-images  { float: right; text-align: right; width: 50%; }

.big-image { 
  display: inline-block;  
  border: 12px solid #dfdfdf;
  -moz-border-radius:4px 4px 4px 4px;
}
.big-image:hover {
  border-color: #fdfdfd;
}

.small-image { 
  display: inline-block;  
  width: 100px; height: 100px; 
  border: 3px solid #ddd;
  vertical-align: middle;
  background-color: #dfdfdf;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 3px;
}
.small-image:hover {
  background-color: #fff;
  border-color: #fff;
}


.error, .notice, .message, .error_list {
  list-style-type: none;
  -moz-border-radius:4px 4px 4px 4px;
  background: #FBF9EE;
  padding: 1em;
}

.error, .error_list {
  border:1px solid #CD0A0A;
  color: #CD0A0A;
}

.error_list {
  margin-top: 0;
  margin-bottom: .2em;
}

.notice {
  border:1px solid #FCEFA1;
  color: #363636;
}

.message {
  border:1px solid #66cc33;
  color: #363636;
}

.validationerror {
  position: absolute;
  color: red;
  padding: 8px;
  background: white;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

