/* 
    Document   : main
    Created on : 15.09.2009, 15:23:07
    Author     : masik
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
#prod_images {
    float:left;
    width:450px;
    border:1px solid #FF0000;
}

.prod_img_thumb {
    float:left;
    margin:5px;
}

