/*-----------------------------------------------------+
| SQUARE RS                                            |
| Copyright (c) 2010 Tomáš Kolinger.                   |
| Všechna práva vyhrazena. / All rights reserved.      |
|------------------------------------------------------|
| File: css_full.css                                   |
| Author: Tomáš Kolinger                               |
+-----------------------------------------------------*/
#panel_full {
  width: 734px;
  float: left;
}
#panel_full div.head {
  background: url('images/full-top.png') no-repeat;
  width: 720px;
  height: 37px;
}
#panel_full div.content {
  background: url('images/full-content.png') repeat-y;
  width: 720px;
}
#panel_full div.bottom {
  background: url('images/full-bottom.png') no-repeat;
  width: 720px;
  height: 8px;
}
#gallery {
  width: 676px;
  margin: 20px 0 0 15px;
}
#gallery div.album {
  float: left;
  background: #dedede;
  width: 676px;
  border: 1px solid #c5c5c5;
  position: relative;
}
#gallery div.album div.title {
  float: left;
  width: 676px;
  height: 32px;
}
#gallery div.album div.title img.icon {
  float: left;
  margin: 6px 0 0 3px;
}
#gallery div.album div.title a {
  float: left;
  margin: 6px 0 0 3px;
  font-size: 14px;
  font-weight: bolder;
}
#gallery div.album img.foto {
  float: left;
  width: 200px;
  height: 120px;
  border: 1px solid #717171;
  margin: 0 5px 5px 5px;
}
#gallery div.album span.comments {
  background: url('images/gallery-comments.png');
  width: 35px;
  height: 22px;
  padding-top: 4px;
  text-align: center;
  font-weight: bolder;
  display: block;
  position: absolute;
  right: 100px;
  top: 42px;
}
#gallery div.album table.info {
  font-size: 12px;
}
#gallery div.album table.info td {
  vertical-align: top;
}
#gallery div.album table.info td.bold {
  font-weight: bolder;
  width: 70px;
}
#gallery div.photo {
  width: 676px;
}
#gallery div.photo img.photo {
  width: 676px;
  border: 1px solid #ababab;
  float: left;
}
#gallery div.comments {
  width: 454px;
  margin: 0 auto 0 auto;
}