/*****************************************************************
	Description: Print stylesheet for Intranet
	Author: Angie Herrera - 420 Design for Threshold
	Version: 2008 Nov
*****************************************************************/

body {
	font: 11pt/1.5em Helvetica, Arial, sans-serif;
	color: #404040;
}





/*	Tables
-------------------------------------------------------------------*/
table#version_list,
table#detail_top {
	border: 1px solid #6e7f86;
	width: 800px;
	margin-left: 20px;
	border-collapse: collapse;
	padding: .25em;
	margin: 0 auto;
}

table#version_list {
	width: 100%;
	margin-top: 20px;
}

table#detail_top h3 {
	text-align: center;
}

table#version_list td,
table#detail_top td,
table#version_list th,
table#leather td,
table#fabric td,
table#leather th,
table#fabric th,
table#collections td {
	padding: .25em .5em;
	border: 1px solid #6e7f86;
}

table#detail_top td {
	width: 50%;
}

table#version_list th.model,
table#leather td.model,
table#fabric td.model {
	width: 11em;
	text-align: left;
}

table#version_list th.model { text-align: center; }

table#version_list th.dimensions,
table#leather td.dimensions,
table#fabric td.dimensions {
	width: 95px;
	text-align: center;
}

table#leather,
table#fabric {
/*	margin-top: 10px;*/
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #6e7f86;
}

table#leather td,
table#fabric td {
	text-align: center;
}

table#printheader {
	margin: 0 0 2em 0;
	padding: .2em;
}

table#printheader td#printlogo,
table#printheader td.address,
table#printheader td.telephone {
	padding-right: 10pt;
}





/*	Tabs (prototype)
-------------------------------------------------------------------*/
ul#controltabs {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#controltabs li {
	display: inline;

	margin: auto .3em;
}







/*	Hidden stuff
-------------------------------------------------------------------*/
h1#page_title,
tr.notes,
.hr,
#logo,
.printhide {
	display: none;
}

.printshow {
	display: block;
}


