/* box tlo zdjecia - lewy gorny naroznik */

.t1 {

  width: 3px; height: 3px;

  background-image: url('images/foto/foto_top_left.gif'); background-repeat: no-repeat

}



/* box tlo zdjecia - gorny srodek */

.t2 {

  height: 3px;

  background-image: url('images/foto/foto_top.gif'); background-repeat: repeat-x

}



/* box tlo zdjecia - prawy gorny naroznik */

.t3 {

  width: 3px; height: 3px;

  background-image: url('images/foto/foto_top_right.gif'); background-repeat: no-repeat

}



/* box tlo zdjecia - lewa ramka */

.t4 {

  width: 3px;

  background-image: url('images/foto/foto_border_left.gif'); background-repeat: repeat-y

}



/* box tlo zdjecia - zawartosc */

.t5 { 

  background: #FFFFFF;

}



/* box tlo zdjecia - prawa ramka */

.t6 {

  width: 3px;

  background-image: url('images/foto/foto_border_right.gif'); background-repeat: repeat-y

}



/* box tlo zdjecia - lewy dolny naroznik */

.t7 {

  width: 3px; height: 4px;

  background-image: url('images/foto/foto_bot_left.gif'); background-repeat: no-repeat

}



/* box tlo zdjecia - dolny srodek */

.t8 {

  height: 4px;

  background-image: url('images/foto/foto_bottom.gif'); background-repeat: repeat-x

}



/* box tlo zdjecia - prawy dolny naroznik */

.t9 {

  width: 3px; height: 4px;

  background-image: url('images/foto/foto_bot_right.gif'); background-repeat: no-repeat

}

.ProductTile {

  font-family: Verdana, Arial, sans-serif; 

  FONT-WEIGHT: bold; 

  FONT-SIZE: 11px; 

  COLOR: #006cb1; 

  TEXT-DECORATION: none

}


/* wyswietlanie ceny produktu w boxie nowe produkty */

.ProductTile:hover {

  font-family: Verdana, Arial, sans-serif; 

  FONT-WEIGHT: bold; 

  FONT-SIZE: 11px; 

  COLOR: #F8753D; 

  TEXT-DECORATION: none

}