/*CSS file
author: Alena Volna AWD Systems s.r.o.
                                             
div {
  border: 1px solid orange;
}
*/

.awd_group_widget {
  position: relative;
  background: #BCA3AF url(widget_bg.jpg) repeat-x;  
  float: left;
  width: 220px;
  height: 170px;
  margin: 10px 7px 10px 18px;  
  border: 1px solid #DDD;
  color: #FFF;
  text-align: center;
  -webkit-border-radius: 5px; /* definícia pre webkit jadro Safari a Chrome*/
  -moz-border-radius: 5px; /* definícia pre gecko jadro Firefox */
  border-radius: 5px; /* CSS3 definícia pre všetky prehliadače */   
}

img.widget_img {
  width: 210px;
  height: 130px;  
}

div.imgwidget_text {
  position: absolute;
  top: 120px;
  left: 5px;
  width: 210px;
  height: 20px;
  background: #915a75;
  font-size: 7pt;
}

div.imgwidget_text2 {
  position: absolute;
  top: 137px;
  left: 5px;
  width: 215px;
  height: 29px;
  padding: 2px 0px 0px 0px;
  background: #BCA3AF url(only-text-widget.jpg) bottom repeat-x; 
}

.bigletter {
  text-transform: uppercase;
}

.fadein { position:relative; width:210px; height:110px; }
.fadein img { position:absolute; left:5px; top:5px; width:210px; height:162px;}

.awd_group_widget .catalog-cover {height: 140px;}