@CHARSET "UTF-8";

/**
 * @author: Tomasz Paciorek (design) tommynet@wp.pl
 * @author:  Dariusz Paciorek (xhtml, css) darekpaciorek@gmail.com
 * @version: ver. 1
 */

@import "default.css";

#boxRekomendacje {
  width: 899px;
  height: 445px;
  margin: 0 0 0 40px;
  color: #ffecbe;
  font-size: 14px;
  background: #000 url(../gfx/rekomendacje/bg.jpg) no-repeat 0 0;
}

#boxRekomendacje .content {
  padding: 140px 0 0 49px;
}

#boxRekomendacje .wrapper {
  width: 100%;
}


#boxRekomendacje h1 {
  display: none;
}

#boxRekomendacje h2 {
  margin: 0;
  font-size: 14px;
  color: #ffecbe;
  text-transform: uppercase;
  letter-spacing: 5px;
}

#boxRekomendacje ul {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

#boxRekomendacje li {
  display: block;
  padding: 0 0 15px 14px;
  background: url(../gfx/rekomendacje/li_pointer.gif) no-repeat 0 6px;
}

#boxRekomendacje li a {
  color: #c29214;
  text-decoration: underline;
  font-style: italic;
}

#boxRekomendacje li a:hover {
  text-decoration: none;
}

#boxRekomendacje .txtCol {
  float: left;
  width: 400px;
  height: 229px;
  overflow: hidden;
  background: url(../gfx/vline.gif) repeat-y 378px 0;
}

#boxRekomendacje .txtCol.lastCol {
  background: none;
}

#boxRekomendacje .txtCol.lastCol ul, #boxRekomendacje .txtCol.lastCol h2 {
  margin-left: 85px;
}
