@import 'reset.css';

/**!
 * textile3D By Mayer Fabrics: Print
 *
 * Print stylesheet for Textile 3D by Mayer Fabrics. Combines layout/color/typography in one 
 * stylesheet.
 *
 * @project		Textile 3D Template
 * @version		1.0 ( 08-17-09 )
 * @package		Main Stylesheet
 * @author		Tony Dewan ( tdewan{at}bladv.com )
 * @media		Print
 * @copyright	copyright 2009 Mayer Fabrics
 *
 * @colordef	#39312C; Dark Brown (body bg)
 * @colordef	#cbd8e4; Light Blue (form bg)
 * @colordef	#5f88a2; Dark Blue (various borders)
 */

*{
	float: none;
	width: auto;}

body{
	font-size: 12pt;
	background: white;
	font-family: Helvetica, Arial, sans-serif;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;}

#searchResults, form fieldset, #chairs, #otherColors, .patternDetails a, #footer a, #man{
	display: none !important;}

#header{
	width: 100%;}

#header img{
	display: block;
	margin: 0 auto;}

#content{
	width: 100%;
	margin-top: 3em;}
	
#details, #chair{
	width: 49%;}

#chair{
	float: left;}

#footer{
	width: 100%;
	clear: both;}

span.name{
	font-weight: bold;
	font-size: 20pt;}

.patternDetails span{
	font-size: 12pt;
	line-height: 20pt;
	display: block;}

form.productSearchForm{
	width: 100%;
	height: 75px;
	border: none;}

form.productSearchForm img{
	margin: 0 auto;}
	
#chair{
	border: none;}

#details{
	padding-top: 0;}
	
.patternDetails div.right {
	float: none;
	width: auto;}

#footer p{
	width: 100%;
	text-align: center;}
