/**
 * Stylesheet for room-garden.de
 *
 * @media       print
 * @author      Lars Schafft, lars [dot] schafft [at] schafft-webdevelopment [dot] de
 * @uses        _basic.css
 * @version     1.01 (2005-01-18)
 */

@import url("_basic.css");

body
	{
		font-size: .8em;
		line-height: 2em;
	}

#header
	{
		padding-bottom: 2em;
	}

#top-navigation, #sub-navigation ul, #sub-navigation hr, #company, #about, #quick-contact img, #quick-contact a, #products-overview .put-in-basket
	{
		display: none;
	}

#quick-contact address
	{
		font-style: normal;
		float: left;
	}

#quick-contact span, #quick-contact strong
	{
		padding-right: 1em;
		font-weight: normal;
	}

img.b
	{
		border: 2px solid #000;
	}

#products-overview dt, #shopping-cart dt
	{
		margin-top: 1em;
		padding: 1em 0 1em 0;
		font-style: italic;
		font-weight: bold;
		color: #004984;
		border-top: 1px dashed #004984;
		clear: both;
	}

#products-overview dd, #shopping-cart dd
	{
		margin-left: 92px;
	}

#products-overview .item-img, #shopping-cart .item-img
	{
		float: left;
		padding: 0 10px 0 0;
		margin-left: 0;
	}

#products-overview .item-img img, #shopping-cart .item-img img
	{
		border: 1px solid #004984;
	}

#products-overview dd.price, #shopping-cart dd.price
	{
		padding-top: 1em;
	}		

#products-overview .price span, #shopping-cart .price span, #shopping-cart .price-total span
	{
		font-weight: bold;
	}

#products-overview .item-desc, #products-overview .price, #shopping-cart .item-desc, #shopping-cart .price
	{
		padding-bottom: 1em;
	}		

