/*

Print style sheet for Biltema

*/



/* General
--------------------------------------------------*/

*	{ font-family: Verdana; font-size: 12px; color: #333; }

h1	{ font-size: 22px; }
h2	{ font-size: 18px; }
h3	{ font-size: 14px; }
h4	{ font-size: 12px; }
h5	{ font-size: 12px; }
h6	{ font-size: 12px; }

p	{ margin: 15px 0; line-height: 18px; }

#head, 
#menu, 
#content-top, 
#content-left, 
#content-right, 
#breadcrumbs, 
#content-main, 
#foot	{ display: none; }



/* Product page
--------------------------------------------------*/

div.product-image div.zoom, 
div.product-image ul, 
p.links, 
div.product-related-products  { display: none; }

.product-productlist	{ margin: 10px 0; width: 470px; border: 0; }
.product-productlist, 
.product-productlist *	{ font-size: 11px; }
.product-productlist th	{ padding: 10px 5px; background: url(images/divider-shadow.gif) left top repeat-x; border-top: 1px solid #ececec; border-bottom: 1px solid #ececec; }
.product-productlist td	{ padding: 7px 5px; border-bottom: 1px solid #ececec; }
.product-productlist td.right-aligned	{ text-align: right; }
.product-productlist input	{ width: 40px; }



/* Shopping list
--------------------------------------------------*/

#shoppinglist_template div.table	{ margin: 10px 0 20px 0; }
#shoppinglist_template table	{ width: 700px; border: 0; }
#shoppinglist_template th, td	{ padding: 7px 10px; color: #444; }
#shoppinglist_template tr.mark td	{ background: #eee; }
#shoppinglist_template input.quantity   { width: 30px; }

#shoppinglist_template div.total    { text-align: right; }
#shoppinglist_template div.total p  { margin: 5px 30px 20px 0px; font-weight: bold; }
#shoppinglist_template div.total span.button    { display: block; float: right; margin-left: 10px; padding-left: 10px; background: #eee; }
#shoppinglist_template div.total span.button a  { display: block; float: left; padding: 5px 10px 5px 0px; background: #ddd; }
