body  {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvitica, sans-serif;
	font-size: 12px;
}

html a:active { outline:none;}
:focus {-moz-outline-style: none;}

img {
  border: 0;
}

a {
  color: #3ab2ff;
  text-decoration: none;
}

a:visited {
  color: #3ab2ff;
  text-decoration: none;
}

a:hover {
  color: #3ab2ff;
 text-decoration: underline;
}


.blue {
	background-color: #7fd8ff;
}

.head {
  height: 140px;
}

.foot {
  height: 85px;
  margin-top: 30px;
}

.fleft {
  float: left;
}

.flags {
	position:relative 
}
.flags-container{
	position:absolute;
	left:0;
	top:0;
}
.flags-container p {
margin:0;
padding-bottom:2px;
}
.fright {
  float: right;
}

.none, .clear {
  float: none;
  clear: both;
}

.main {
  margin-left: 29px;
  margin-right: 19px;
  width: auto;
  min-width: 955px;
}


.underhead {
  width: 100%;
  height: 37px;
  background-image: url(../img/underhead.png);
  background-repeat: no-repeat;
  background-position: top left;
}

.login {
  width: 333px;
  height: 47px;
  background-image: url(../img/login.png);
  background-repeat: no-repeat;
  background-position: top left;
  margin-left: 75px;
  text-align: center;
  color: white;
}

.login div {
  padding-top: 1px;
  padding-bottom: 1px;
}

.login a, .login a:hover, .login a:visited {
  color: white;
  text-decoration: none;
  font-size: 11px;
}

.head input {
  border: 0px;
  color: #888888;
  width: 89px;
  background-color: white;
}

.head input#login {
/*  background-image: url(../img/input_login.png);*/
  background-repeat: no-repeat;
  background-position: top left;
}

.head input#password {
/*  background-image: url(../img/input_password.png);*/
  background-repeat: no-repeat;
  background-position: top left;
}

.head input#submit {
  background-color: #9fe738;
  color: black;
  width: 63px;
  height: 18px;
}

.head input#search_text {
  color: black;
  width: 150px;
}

.head input#search_submit {
  background-color: #9fe738;
  color: black;
  width: 55px;
}

.langs {
  height: 35px;
  width: 227px;
  background-image: url(../img/langs.png);
  background-repeat: no-repeat;
  background-position: top left;
  text-align: center;
  padding-top: 1px;
}

.langs a, .langs a:hover, .langs a:visited {
  margin-left: 5px;
  margin-right: 5px;
  color: white;
}

.langs a:hover {
	text-decoration:none;
	color: white;
}
.menu {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
}

.menu a, .menu a:visited, .menu a:hover  {
  margin-right: 20px;
  color: white;
  text-decoration: none;
}


.search {
  clear: right;
  margin-top: 20px;
}

.foot {
  padding-top: 5px;
  padding-bottom: 5px;
}

.copyright, copyright a {
  color: white;
  font-size: 11px;
  font-weight: normal;
}

.copyright a:visited {
  color: white;
  text-decoration:underline;
}
.copyright a:hover {
  color: white;
  text-decoration:none;
}
.lmenu {
  margin-top: 10px;
  margin-bottom: 15px;
  width: 226px;
}

.t {
  background-image: url(../img/t.png);
  background-repeat: repeat-x;
  background-position: top left;
  
}

.hl {
  background-color: #00b2ff;
  background-image: url(../img/l1.png);
  background-repeat: repeat-y;
  background-position: top left;
}

.hr {
  background-image: url(../img/r1.png);
  background-repeat: repeat-y;
  background-position: top right;
  float: right;
  width: 100%;

}

.cl {
  background-image: url(../img/l.png);
  background-repeat: repeat-y;
  background-position: top left;
}

.cr {
  background-image: url(../img/r.png);
  background-repeat: repeat-y;
  background-position: top right;
  float: right;
  width: 100%;

}

.b {
  background-image: url(../img/b.png);
  background-repeat: repeat-x;
  background-position: top left;
  
}

.hr .fleft {
  background-image: url(../img/kirpich.png);
  background-repeat: no-repeat;
  background-position: 5px 0px;
  padding: 5px;
  padding-bottom: 0px;
  padding-left: 50px;
  padding-top: 7px;
  font-size: 15px;
  color: white;
  min-height: 32px;
}

.hr .fleft span {
  margin-bottom: 5px;
  display: block;
}

.cr .fleft {
  padding: 5px;
}

.cr .fleft ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.cr .fleft ul li {
  padding: 0;
  padding-left: 0px;
  margin: 0;
  list-style: none;
  line-height: 200%;
  font-size: 11px;
  background-repeat: no-repeat; 
  background-position: 8px 5px;
}

.cr>.fleft>ul>li {
  padding-left: 8px;
}

.cr .fleft ul li a {
  color: #3ab2ff;
  text-decoration: none;
}

.cr .fleft ul li a:hover {
  text-decoration: underline;
}

li.active {
  background-color: #ddf2c8;
}

li.active a {
  margin-left: 5px;
  display: block;
}

.content_out {
  width: 100%;
}

.lmenu_out {
  width: auto;
  float: left;
}

.content {
  padding-left: 261px;
  width: auto;
  text-align:justify;
}
/*
.content p {
  text-align: justify;
}*/

h2 {
  color: #990000;
  font-weight: bold;
  font-size: 24px;
  margin-top: 0px;
  text-align:left !important;
}

h3 {
  color: #990000;
  font-weight: bold;
  font-size: 16px;
  margin-top: 0px;
  text-align:left !important;
}

h3 a, h3 a:visited {
  color: #990000;
  font-weight: bold;
  font-size: 16px;
  margin-top: 0px;
  text-align:left !important;
}
h3 a:hover {
  color: #990000;
  font-weight: bold;
  font-size: 16px;
  margin-top: 0px;
  text-align:left !important;
  text-decoration:underline;
}
.bgimp {
  background-color:#990000 !important;
  color: #fff !important;
  font-size: 20px !important;
  padding:5px;
  padding-left:15px;
	}
.bgimp span {
  font-size: 16px !important;
  line-height:30px;
	}
ul.greenbullets {
  list-style-image: url(../img/li-green.png);
}


.headline {
  background-image: url(../img/headline.png);
  background-repeat: repeat-x;
  background-position: 0px 45px;
  height: 52px;
  text-align: center;
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

.headline td {
  padding: 0px;
}

.headline .headline-left {
  background-image: url(../img/headline-img-left.png);
  background-repeat: no-repeat;
  background-position: right;
  text-align: left;
  height: 52px;
  width: 45%;
}

.headline .headline-right {
  background-image: url(../img/headline-img-right.png);
  background-repeat: no-repeat;
  background-position: left;
  text-align: right;
  height: 52px;
  width: 45%;
}

.headline .h1 {
  background-image: url(../img/headline-h1.png);
  background-repeat: repeat-x;
  background-position: 0px 0px;
  height: 52px;
  width: 10%;
}

.headline h1 {
  display: inline;
  height: 52px;
  color: #fff;
  font-weight: normal;
  font-size: 24px;
  padding-top: 0px;
  padding-bottom: 26px;
  line-height: 24px;
}

.tovar {
	padding:5px 0 20px 0px;
}

.tovar li {
	float:left;
	display:inline;
/*	border-left:10px solid #728b9b; */
	padding-left:10px;
	margin:0 0 11px 0;
}
.tovar li .photo {
	float:left;
	width:170px;
	padding:6px 0 0 6px;
	border:none;
/*	border: 1px solid #b9dfff; */
}
.tovar li .text {
	margin-left:200px;
	font-size:12px;
	padding-top:0;
}
.tovar li .text p {
	padding:0;
	margin-bottom:0.5em;
	text-align:left;
}
.date {
	font-size:10px;
	font-weight:normal;
}
.tovar li .text address {
	font-style:normal;
}
.vcard {
	width:310px;
}

.vcard2 {
	padding-right:30px;
}

.menuspacer {
 border-bottom: 1px dotted #999;
 margin-bottom: 15px; 
}

#cart {
  width: 100%;
}

#cart div {
  font-size: 11px;
  padding: 2px;
  padding-left: 8px;
}

a.order {
  background-color: #9fe738;
  color: black;
  text-decoration: none;
  padding: 3px;
  margin-top: 3px;
  width: 1%;
}

a.order:hover {
  color: black;
}

p.order {
  text-align: right;
  padding-right: 15px;
  margin-bottom: 0px;
}

#korzin {
  width: 100%;
}

.mb0 {
  margin-bottom: 0px;
}

.order_left {
  width: 400px;
}

.order_right {
  vertical-align: top;
}

.submit {
  background-color: #9fe738;
  border: none;
  font-weight: bold;
  padding: 2px;
}


.pagination{
text-align: center; /*Set to "right" to right align pagination interface*/
clear: both;
}

.pagination a, .pagination a:visited{
 display: block;
 float: left;
 padding: 0 6px;
 border: 3px solid #51a8e5;
 font-family: "Trebuchet MS";
 font-size: 17px;
 color: #6c6c6c;
 text-decoration: none;
 text-align: center;
 margin-right: 3px;
}

.pagination a:hover, .pagination a:active{
 display: block;
 float: left;
 padding: 0 6px;
 border: 3px solid #adde58;
 font-family: "Trebuchet MS";
 font-size: 17px;
 color: #6c6c6c;
 text-decoration: none;
 text-align: center;
 margin-right: 3px;

}

.pagination strong	{
 display: block;
 float: left;
 padding: 0 6px;
 border: 3px solid #adde58;
 font-family: "Trebuchet MS";
 font-size: 17px;
 color: #6c6c6c;
 text-decoration: none;
 text-align: center;
 margin-right: 3px;

}

/* socials */
ul.social-sites {
  padding: 0;
  padding-bottom: 2em;
  list-style-type: none;
}
ul.social-sites li {
  float: left;
  padding-right: 5px;
  margin: 0;
}
ul.social-sites li img {
  padding: 1px;
  background: none;
  border: 1px solid #E6E5E7;
}
ul.social-sites li img:hover {
  border-color: #aaa;
}

/* table */

table.table {
  border-collapse: collapse;
  border: 1px solid #77cb25;
  color: #888888;
}

table.table td {
  padding: 1px;
  padding-left: 10px;
  padding-right: 13px;
  line-height:10px;
  text-align:left;
}

table.table tr.even {
  background-color: white;
}

table.table tr.odd {
  background-color: #ddf1c8;
}
	
TABLE.smalll TD {
font-size:7.5pt; 
border-top: 1px solid #77cb25; 
border-right: 1px solid #77cb25}

/* table end */

#works-listing {
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:14px;
font-weight:bold;
margin:20px 0;
text-align:center;
}

p, dl, multicol {
display:block;
margin:0.6em 0;
}
