/* 
Title:			Codima 2.0
Description:	PRINT XHTML styles
Author:			Marlon
*/


/* redefine xhtml selectors
---------------------------------------------------------- */

html, body {
	margin: 0;
	padding: 0;
}

body
{
	font: small/1.4em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333;
}

h1, h2, h3, h4, h5, h6
{
	line-height: normal;
}

h1
{
	font-size: 1.5em;
}

h2
{
	margin-top: 30px;
	font-size: 1.2em;
}

table, td
{
	border: solid 1px #666;
}

table a
{
	text-decoration: none;
}

#nav, #breadcrumbs, #basketsteps, #nav-secundary, #footer, #categories, #logo, .print, .nextstep, #basketaction, .shortcuts, #deliverytype, #nextstepinfo, input.delete, span.addcart, .quantity-field, #subgrouplist, fieldset.productpageselection, .addtobasket, .product-livestock, #basket, #product-browser, #sidebar-secundary, .hidden
{
	display: none;
}

input.quantity
{
	border: none;
	width: auto;
	text-align: center;
}
