/* -----------------------------------------------------------------------


 Apteka Sztuki
 http://aptekasztuki.eu

   * Copyright (c) Apteka Sztuki 2010. See LICENSE for more info.
   * See README for instructions on how to use styles_promo.

----------------------------------------------------------------------- */


/*   Typy promocji mogą być kwadratowe i ponowe             */
/*--------------------------------------------------------- */
.squer1	{
min-height: 174px;
min-width: 174px;
}

.squer2 {
min-height: 174px;
min-width: 174px;
max-width: 174px;
float: left;
}


.promotion_section {

}
.promotion_section a{
text-decoration: none;
}

.promotion_section a:hover .promotion_title h1{
text-decoration: none;
color: #ff8300;
}

.promotion_section_box {
border-color: #dfdfdf;
border-width: 1px;
border-style: solid;
display: block;
position: relative;
padding: 8px;
background-color: #ffffff;
margin-right: 16px;
margin-bottom: 16px;
}

.promotion_title {
display: block;
position: relative;


}

.promotion_title h1 {
font-size: 2em;
line-height: 1.2em;
color: #7f7f7f;
}


.promotion_claim {
display: block;
position: relative;
color: #7f7f7f;
font-size: 1.2em;
line-height: 1.2em;
}
