/* Arkusz styli Ether Fields */
/* Grzegorz Szadkowski */
/* (c) 2011 */

/* Ustawienia tla strony i samej strony */
body {
  background-color:      #dddddd;
	margin:                0px;
	padding:               0px;
	font-family:           Tahoma;
	color:                 #2a2a2a;
  text-align:            center;
  behavior:              url("csshover3.htc"); 
}
.cssproductCell {
  display:               block;
  width:                 100%;
  height:                80px;
  margin-bottom:         5px;
}
.cssproductCell:hover {
  display:               block;
  width:                 100%;
  height:                80px;
  background-color:      #ffff66;
  cursor:                pointer;
}
.cssproductImg {
  float:                 left;
  display:               block;
  width:                 98px;
  height:                75px;
	background-image:      url("../images/productImgBg.png");
	background-repeat:     no-repeat;
	margin-top:            4px;
	margin-left:           2px;
	margin-right:          5px;
	text-align:            center;
}
.spacer {
  clear:  both;
  float: left;
  display: block;
  width: 98px;
  height: 10px;
}
.cssproductImg img {
  margin-top:            2px;
  border:                0px;
}
.cssproductInfoCategory {
  font-family:           "Tahoma";
  font-size:             10px;
	font-weight: 		       bold;
  text-align:            left;
  line-height:           14px;
  color:                 #ac1011;
}
.cssproductInfoCategory a {
  text-decoration:       none;
}
.cssproductInfoType {
  font-family:           "Tahoma";
  font-size:             10px;
	font-weight: 		       normal;
  text-align:            left;
  line-height:           14px;
  color:                 #ac1011;
}
.cssproductInfoData {
  float:                 left;
  font-family:           "Tahoma";
  font-size:             10px;
	font-weight: 		       normal;
  text-align:            left;
  line-height:           13px;
  color:                 #323232;
  margin-left:          15px;
}
.cssproductInfoDataValue { 
  font-family:           "Tahoma";
  font-size:             10px;
	font-weight: 		       bold;
  text-align:            right;
  line-height:           13px;
  color:                 #323232;
  margin-right:          50px;
}
/* Koniec arkusza stylu */