/**
 * Stylesheet for <Mistral>
 *
 * @media	print
 * @copyright	Netlash <http://www.netlash.com>
 * @author	name <johan@netlash.com>
 */

/* the following declaration resets every background to white, every text color to black */
* {
	float: none;
}

div {
	background-color: white !important;
}

a img {
	border: none;
}

/* place the divs and elements you want to hide here */
#navigation ul,
#footer,
#doormat,
hr,
#categories,
#language,
#breadcrumb,
#subnavigation,
#newslettersubscribeform,
#header {
	display: none;
}

#printLogo {
	padding: 0 0 9px;
	display: block;
	font-size: 42px;
}

body {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	width: 75%;
	line-height: 1.45;
	background: #FFF;
	border: none;
	color: #333;
	font-weight: 300;
}

p {
	padding: 0 0 5pt;
	margin: 5pt 0;
}

	p:empty {
		display: none;
	}

	p.intro {
		font-size: 11pt;
	}

ul, ol {
	padding: 0 0 9pt 9pt;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}

h1, h1.title {
	font-size: 17pt;
	margin: 0 !important;
	padding: 0;
}

h1, h2, h3, h4 {
	padding: 0;
	margin: 0 0 3px;
}

h2.pageTitle, h1 {
	font-size: 18pt;
}

h2 { font-size: 14pt; }
h3 { font-size: 13pt; }
h4 { font-size: 11pt; }

blockquote {
	padding-left: 9pt;
	font-style: italic;
}

small {
	font-size: 7pt;
}

a {
	text-decoration: none;
	border-bottom: 1px solid gray;
}

abbr {
	border: none;
}

/**
 * = Tables
 * ----------------------------------------------------------
 */

table {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	margin: 0 10px 20px;
	border-top: 1px solid #D9D9D9;
	border-left: 1px solid #D9D9D9;
}

table td, th {
	padding: 5px 10px;
	border-right: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
}

table th {
	font-weight: 700;
	background: #D9D9D9;
	color: #000;
}

/*
	Product detail
*/

#detail-right .button,
#related-items {
	display: none;
}

#printLogo {
	position: absolute;
	top: 0;
	left: 0;
}

h2.pageTitle {
	position: absolute;
	left: 0;
	top: 130px;
}

#detail-left #slideshow {
	position: absolute;
	top: 175px;
	left: 0;
}

	#detail-left #slideshow a {
		border: 0;
	}

#detail-about {
	width: 460px;
	position: absolute;
	left: 0;
	top: 530px;
}

#detail-right {
	width: 250px;
	position: absolute;
	left: 480px;
	top: 163px;
}

	#detail-right ul {
		padding: 0;
		margin: 0;
		list-style-type: none;
		overflow: hidden;
		zoom: 1;
		width: 250px;
	}
	
		#detail-right li {
			float: left !important;
			padding: 0 10px 10px 0;
			width: 105px;
			overflow: hidden;
		}
		
			#detail-right li a {
				border: 0;
				float: right !important;
			}
			
	#detail-right .tip {
		margin-top: 30px;
	}
	
	#thumbs .pagination {
		display: none;
	}
	
h2,
h3,
h4 {
	text-transform: uppercase;
}

.green h2, 
.green h3, 
.green h4 {
	color: #6E1F7C;
}

.blue h2, 
.blue h3, 
.blue h4 {
	color: #468B96;
}

.silver h2, 
.silver h3, 
.silver h4 {
	color: #484B43;
}
