/*  

styles used to display the store products with less html

*/




#jc-store
{
}

#jc-store h1,
#jc-store h2,
#jc-store h3,
#jc-store h4,
#jc-store h5,
#jc-store h6
{
margin-top:5em;
}

#jc-store div
{
display:block;
margin-left:1em;
}



#jc-store div.product br,
#jc-store div.inline-product br
{
display:none;
}


#jc-store div.inline-product *
{
white-space:nowrap;
}

#jc-store div.inline-product *
{
display:inline;
white-space:nowrap;
}

#jc-store div.inline-product img
{
width:50px;
height:50px;
}

