.productsList
{
  display: block;
  position: relative;

  width: 636px;
  height: auto;

  overflow: hidden;

  margin: 0px;
  padding: 0px;
  outline: 0px;
  list-style-type: none;
  border: 0px;
}

.productsList a:hover
{
  text-decoration: underline;
}

.product
{
  position: relative;
  left: 1px;
  top: 1px;
  float: left;
  width: 318px;
  height: 199px;
  background: url(../gfx/bg_productslist.png) no-repeat;
}

.product *
{
  margin: 0px;
  padding: 0px;
}

.min_product
{
  position: absolute;
  left: 9px;
  top: 25px;

  width: 100px;
  height: 100px;
  overflow: hidden;
  text-align: center;
}

.ico_wysylka
{
  position: absolute;
  left: 18px;
  top: 136px;
  width: 65px;
}

.ico_wysylka, .ico_wysylka a
{
  font-family: verdana, sans-serif;
  font-size: 9px;
  color: #808080;
}

.stock1, .stock2, .stock3
{
  display: block;
/*  width: 85px; */

    width: 120px;
}

.stock1 a, .stock2 a, .stock3 a
{
  padding-left: 20px;
  display: block;
}

.stock1
{
  background: url(../gfx/stock1.gif) no-repeat;
  background-position: 0% 50%;
}

.stock2
{
  background: url(../gfx/stock2.gif) no-repeat;
  background-position: 0% 50%;
}

.stock3
{
  background: url(../gfx/stock3.gif) no-repeat;
  background-position: 0% 50%;
}

.productsName
{
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;

  margin-left: 119px;
  margin-top: 25px;

  width: 189px;
  line-height:1.3em;
  max-height:2.6em;

  font-family: tahoma, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #155682 !important;

  overflow: hidden;
  text-overflow: ellipsis;
}

.productsDescription
{
  display: block;
  position: absolute;
  left: 0px;
  top: 60px;

  margin-left: 119px;
  margin-top: 3px;

  width: 189px;
  height: 3.9em;
  line-height: 1.3em;
  font-size: 11px;

  color: #3f3f3f !important;

  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}

.productsDescription:hover
{
  text-decoration: none !important;
}

.productsPrice
{
  position: absolute;
  right: 15px;
  bottom: 50px;

  font-size: 13px;
  font-weight: bold;
  text-align: right;
  color: black;
}

.productsPrice_specjalna
{
  color: red;
}

.stara_cena
{
  text-decoration: line-through;
  font-size: 11px;
  font-weight: normal;
  color: black;
}

.rabat
{
  font-size: 11px;
  font-weight: normal;
  color: black;
  padding-left: 5px;
}

select.seryjne
{
  display: block;
  position: absolute;
  left: 119px;
  top: 112px;

  width: 185px;
  height: 17px;

  font-family: verdana, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #2c80aa;

  border: 1px solid #2c80aa;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.submit_kupujeTeraz
{
  position: absolute;
  right: 13px;
  bottom: 28px;
}

.donotesu
{
  position: absolute;
  display: block;

  bottom: 12px;
  right: 18px;
}

.panel_center .szczegolnie_polecamy
{
  margin-top: 0px;
  letter-spacing: 7px;
  font-variant: small-caps;
}

.indeksowanie
{
  text-align: center;
  color: black;
  font-size: 11px;

  margin: 5px 0px 0px 0px;
  padding: 0px 5px 0px 5px;
}

.indeksowanie .link_wszystkie
{
	margin-right: 10px;
}

.sortowanie
{
  position: relative;

  width: 607px;
  padding: 5px 10px 5px 10px;
  border: 5px solid #f2f2f2;
  text-align: right;
  margin: 0px;
  font-size: 11px;
}

.sortowanie .liczba_stron
{
  float: left;
  line-height: 20px;
}

/*.sortowanie input, .sortowanie select
{
  display: inline;
  vertical-align: middle;
  margin-right: 10px;
}*/

.sortowanie input
{
  position: relative;
  right: 15px;
}

.sortowanie select
{
  position: absolute;
  left: 405px;
  top: 6px;
}

#radioSortAsc
{
  position: absolute;
  display: block;

  margin: 0px;
  padding: 0px;

  right: 4px;
  top: 0px;
}

#radioSortDesc
{
  position: absolute;
  display: block;

  margin: 0px;
  padding: 0px;

  right: 4px;
  bottom: 0px;
}
