div.body {
  min-height: 320px;
  padding: 16px;
  border-top: 1px solid #ccc;
}

/* min height for body div in IE */
* html div.body {
  height: 320px;
}

div.pagebar
{
	background-color: #fff;
	background: url(/images/back-header-eshop.jpg) bottom left;
	background-repeat: repeat-x;
	clear: both;
}

div.phone
{
  position: absolute;
  width: 290px;
  height: 52px;
  background: url(/images/back-header-eshop-phone.jpg) no-repeat bottom left;
}

div.watermark
{
  height: 52px;
  background: url(/images/back-header-eshop-watermark.jpg) no-repeat bottom right;
}

ul.navmenu li#eshop ul {
	display: inline;
}
div.sidebar
{
	width: 210px;
}
div.content
{
	margin-right: 235px;
	overflow:visible;
	width:auto;
}

