.head_description
{
    height: 24px;
    width: 295px;
/*    background: url(img/product_bottom_bg.png) repeat-y left top; */
    border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    text-align: center;
    line-height: 24px;
    
}
.head_description a
{
    color: #003e85;
    text-decoration: none;
    font-weight: bold;
}
.bottom_description_price
{
    position: absolute; bottom: 0px; right: 5px;
    height: 24px;
    width: 170px;
/*   background: url(img/product_top_bg.png) repeat-y left top;  */
    background: transparent;
    color: #fff;
    border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    line-height: 24px;
    
    text-align: right;
    z-index: 1;
    
/*    font-size: 1.3em;*/
}
.bottom_description_price span
{
    font-family: Arial;
    font-weight: bold;
    font-size: 1.3em;
}


.bottom_description
{
    position: absolute; bottom: 0px; left: 0;
    height: 22px;
    width: 295px;
    background: url(img/product_top_bg.png) repeat-y left top;
 /*  background: transparent;*/
    border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px; 
   
    text-align: left;
    margin: 0;
    padding: 2px 0 0 0; 

  
  
}
.itemShortDescription
{
    width: 165px;
    position: absolute; top:30px; right: 5px;
}
.itemShortDescription ul
{
    list-style-type: circle;
   list-style-position: inside; 
/*    list-style-position: outside; */
    padding: 0;
    margin: 0;
    /*font-size: 0.9em; */
}
.itemShortDescription li
{
    font-size: 0.9em;
}
.itemShortDescription li b
{
    font-size: 1em;
}
.itemShortDescription li strong
{
    font-size: 1em;
}