﻿/*
Style file for the product document. The product document have the class "product" on
all its elements to make it possible to distinguish them from other elements when the
document is embedded in another page, with different styles. 
*/

h3.product 
{
    /*font-family: Comic Sans MS*/
}

li.product 
{
}

ul.product 
{
}

.align-bottom.product 
{
    vertical-align:bottom
}

.align-top.product 
{
    vertical-align:top
}

div.attention.product
{
    border: solid 1 black;
}