#special_block
{
    position:relative;
    width:590px;
    height:203px;
    margin-top:20px;
    margin-left:10px;
    background-image: url(../../img/miniq/bg_specials.jpg);
    background-repeat: repeat-x;
    background-position: top;
}      

#special_block .block_content
{
    padding-left:20px;
} 

#special_block ul
{
    margin:15px 0 0 0;
    padding:0;
}  

#special_block ul li
{
    margin:0;
    padding:0;
    list-style-image: none;
    list-style-type: none;
}  

#special_block h4
{
    padding:10px 0 0 291px;
    margin:0;
    height:47px;
    font-size:26px;
    /*background-image: url(../../img/miniq/specials_arrow.jpg);
    background-repeat: no-repeat;
    background-position: top;    */
}      

#special_block img.arrow
{
    position:absolute;
    margin-left:-14px;
    z-index:10;
}           

#special_block .right_top_corner
{
    position:absolute;
    width:21px;
    height:21px;
    top:0;
    right:0;              
    background-image: url(../../img/miniq/right_top_corner.png);
    background-repeat: no-repeat;
    background-position: right top;
}  

#special_block .right_bottom_corner
{
    position:absolute;
    width:21px;
    height:21px;
    bottom:0;
    right:0;                  
    background-image: url(../../img/miniq/right_bottom_corner.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}              

#special_block .special_title
{
    position:absolute;
    margin-top:-20px;
    width:200px;
}     

#special_block .special_title h5
{                      
    margin:0;
    font-size:14px;
    font-weight:bold;
}                      

#special_block .special_summary
{
    float:left;
    width:251px;
    height:105px; 
    padding-top:5px;         
    overflow:hidden;
}   

#special_block .special_details
{
    float:right;
    margin-left:10px;
    width:300px;
    height:110px;              
    overflow:hidden;         
}    

#special_block .special_details .special_photo
{          
    float:left; 
    margin-right:5px;            
}

#special_block .special_details .special_prices
{                  
    float:left;        
}     

#special_block .special_details .special_prices .price_without_reduction
{
    font-size:16px;
}   

#special_block .special_details .special_prices .reduction
{
    font-size:16px;
    color:red;
    font-weight:bold;
}

#special_block .special_details .special_prices .price
{
    font-size:20px;
    font-weight:bold;
}
