
.box-top {
  width: 195px;
  height: 10px;
  overflow: hidden;
  background: url(/images/box_top.gif) no-repeat;
  margin-left: auto;
  margin-right: auto;
}

.box {
  width: 195px;
  background: #eee url(/images/box_bg.gif) repeat-y;
  font: 13px arial;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

html>body .box {
  padding-left: 20px;
  padding-right: 20px;
  width: 155px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.box p {
  margin: 0;
  margin-bottom: 3px;
}

.box h1 {
  font: bold 13px arial;
  color: #069;
  clear: both;
}

.box a {
  font: 11px arial;
  color: #069;
}

.hours {
  font: bold 15px arial;
  color: #f90;
}

.note {
  font: 11px arial;
}

.box-bottom {
  width: 195px;
  height: 10px;
  background: url(/images/box_bottom.gif) no-repeat;
  margin-left: auto;
  margin-right: auto;
}

#content {
  padding: 20px;
 padding-top: 10px;
 width: 80%;
 text-align: left;
 vertical-align: top;
}

#content h1 {
  font: 21px arial;
}

#content h2 {
  font: 19px arial;
}

a.link-out {
  background: url(/images/arrow.gif) 5px no-repeat;
  padding-left: 14px;
  color: #999;
}

#bottom-left {
  border-top: 4px solid #ECE9D8;
  background: #ECE9D8;
  padding: 10px;
  text-align: left;
  padding-left: 40px;
  font: 11px arial;
  color: #666;
}

#bottom-left a {
  background: url(/images/arrow.gif) 5px no-repeat;
  padding-left: 14px;
  color: #999;
}

#bottom-menu {
  border-top: 4px solid #ECE9D8;
}

#bottom-menu ul {
  margin: 0;
  padding: 0;
  margin-top: 15px;
  margin-left: 5px;
}

#bottom-menu ul li {
  list-style: none;
  display: block;
  float: left;
    color: #666;
}

#bottom-menu ul li a {
  display: block;
  float: left;
  text-decoration: none;
  margin-left: 10px;
  margin-right: 10px;
  font: 11px arial;
  color: #666;
}

#bottom-menu ul li a:hover {
  text-decoration: underline;
  color: #f90;
}

#spaw img {
  margin: 0;
}

#spaw td {
  padding: 0;
  width: auto;
}

li.level-1 {
}

li.level-2 {
  margin-left: 30px;
  list-style-type: circle;
}

li.level-3 {
  margin-left: 60px;
  list-style-type: square;
}

li.level-4 {
  margin-left: 90px;
  list-style-type: disc;
}

p.alert {
 padding: 10px;
 border: none;
 background-color: #ffc;
 width: 100%;
 color: #000;
}

p.success {
 padding: 10px;
 background-color: #cfc;
 color: #000;
 width: 100%;
}

p.note {
	padding: 5px 10px 5px 10px;
	color: #999;
	background-color: #eee;
	font-size: 11px;
}

span.red {
	color: #c30;
}

p.edit {
background: #ff;
 margin-top: 5px;
}

a.edit {
 width: 24px;
 height: 24px;
 background: url("/images/edit.png") left center no-repeat;
 padding-left: 22px;
 padding-bottom: 2px;
 PADDING-TOP: 2px;
}

a.del {
 width: 24px;
 height: 24px;
 background: url("/images/del.png") left center no-repeat;
 padding-left: 22px;
 padding-bottom: 2px;
 PADDING-TOP: 2px;
}

form#admin {
	background-color: #eee;
	border-left: 5px solid #900;
	padding: 5px 10px 5px 10px;
	margin: 17px 0 10px 0;
	font-size: 11px;
}

form#admin input.logout {
	border: 1px solid #ccc;
	background-color: #999;
	color: #fff;
	font: normal 11px arial;
	margin-left: 10px;
}

.galery-item{
	float: left;
	width: 160px !important;
	height: 170px;
	text-align: center;
}

.galery-item img {
  display: block;
  float: left;
  padding: 5px;
  border: 1px solid #eee;
  margin-right: 5px;
  margin-left: 5px;
}

#content ul {
  background: #f9f9f9;
  padding-top: 5px;
  padding-bottom: 5px;

}

