/* ===========================================================================
 * Filename: css/print.css
 * Author: Rebecca Skeers, rebecca@webmistress.com.au, www.webmistress.com.au
 * Date: 22 February 2008
 * Description: Contains print styles for the Gough's Quality Butchers website.
 * =========================================================================== 
 */

body
{
	font-family: 'Georgia','Times New Roman', serif;
	font-size: 13px;
	line-height: 1.538462;
	color: #000;
}

a img
{
	border: none;
}

a:link, a:visited
{
	color: #971017;
	text-decoration: underline;	
}

a:focus, a:hover, a:active
{
	color: #369;
	text-decoration: underline;
}

p
{
	padding: 0 0 1.5em 0;
	margin: 0;	
}

h1
{
	color: #369;
	font-size: 1.692308em; /* 22px */
	font-weight: normal;
	padding: 0 0 0.909091em 0;
	margin: 0;		
}

h2
{
	color: #000;
	font-size: 1.230769em; /* 16px */
	padding: 0 0 1.111111em 0;
	margin: 0;	
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
	margin: 0 0 1.5em 0;
	width: 100%;
}

th, td
{
	text-align: left;
	border: 1px solid #ccc;
	padding: 3px 10px;
	font-size: 0.846154em;
	font-family: verdana, arial, helvetica, sans-serif;
}

th.price, td.price
{
	width: 10em;
}	

th.quantity, td.quantity
{
	width: 8em;
}	

th.quantity input, td.quantity input
{
	width: 100%;
}
	
tr
{
	vertical-align: top;
	background-color: #fff;
}

th
{
	font-weight: bold;
}


form
{
	padding: 0;
	margin: 0;	
}

input, select, textarea
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}

img.left
{
	float: left;
	margin: 0 1.5em 1.5em 0;
}

img.right
{
	float: right;
	margin: 0 0 1.5em 1.5em;	
}

.images
{
	float: right;
	margin: 0 0 1.5em 1.5em;	
}

.images img
{
	display: block;
	width: 350px;
	margin: 0 0 1em 0;	
}

.clear
{
	height: 0;
	font-size: 0.001em;
	clear: both;	
}

.box
{
	border: 1px solid #ccc;
	padding: 1em 1em 0;
	display: table;	
	margin: 0 0 1.5em 0;
}

.box h2
{
	color: #369;
	padding-bottom: 0;
}

.box h2 a:link, .box h2 a:visited
{
	color: #369;
	text-decoration: none;
}

.box h2 a:focus, .box h2 a:hover, .box h2 a:active
{
	color: #369;
	text-decoration: underline;
}

.information
{
	color: #666;
	display: block;	
}

.buttons
{
	text-align: center;	
}
	
.buttons input
{
	color: #369;
	border: 1px solid #369;
	background-color: #fff;
	font-family: 'Georgia','Times New Roman', serif;
	font-size: 1.538462em; /* 20px */
	font-style: italic;	
	width: 6.45em; /* 129px */
}

.error, .required
{
	color: #f00;	
}

#navigation, #siteinfo
{
	display: none;	
}

#branding
{
	text-align: center;
	padding-bottom: 2em;
}


ol
{
	margin: 0;
	padding: 0 0 1.5em 3em;	
}