/*
Title:      SimpleBits styles for print media
Author:     Dan Cederholm, dan@simplebits.com
Updated:    Jan 2 2005
Content: 	Css for Print media.
*/

body {
	margin: .6in;
	font-family: Verdana, sans-serif;
	font-size: 12pt;
	background-color:#fff;
	}

#main-content {
	width: 612px;
	} 

h1, h2, h3 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	}
#title h2 {
	color: grey;
	font-size: 90%;
	font-weight: normal;
	margin-bottom: 1.5em;
	}

#nav, #theme, #sidebar, hr {
	display: none;
	}
	
a:link, a:visited {
	color: grey;
	}	

/* print URLs after link text */
#content .entry p a:link:after, #content .entry p a:visited:after {
	content: " (" attr(href) ") ";
	}

#AdvancedHTMLTools, #MCMSConsole {
	display: none;
}	

#main-nav, #sub-nav-level1, #h-sub-nav-company, #h-sub-nav-network, 
#h-sub-nav-media, #h-see-also, #see-also, #h-generic, #skipLink,
#history-nav, #footer-privacy, #footer-legal, #h-press-releases-archives, #list-press-releases-archives,
#BackLink, #h-news, #h-press-releases, #header-intro-image, #product-nav, #product-navbrand-img,
#product-nav-level1, #h-list-categories, #h-products-sub-nav, #products-sub-nav-level1, #specs-pdf,
#pager, #pac-image-tools, #h-list-categories-products, #specs-acrobat, #h-main-nav, #PACNav, #MainNavigation, #repository, #Footer {
	display:none;
	}
	
#h-header {
	float: left;
	}
#Header_logo {
	margin: 0 0 0 30px;
	}

#sidebar-a {
	margin: 15px 0 15px 0;
}

dt {
	font-weight: bold;
}

.more { display: none; }
	
#pac-detail .title {
	display: none;
}

/* pac variant table */	
#pac-variant {
		margin: 12px 0 12px 0;
		padding: 0;
		width: 100%;
		border-collapse: collapse;
		}
	#pac-variant caption {
		display: none;
		}
	
	#pac-variant th {
		padding: 6px;
		margin: 0;
		background: #DFE8F1 url(../Img/dotted.gif) repeat-x bottom left;
		color: #617D95;
		font-weight: bold;
		text-align: left;
		}
	
	#th-sku {
		width: 25%;
		}
	#th-plateform {
		width: 50%;
		}
	#th-color {
		width: 25%;
		}

	#pac-variant tr {
		padding: 0 0 2px 0;
		margin: 0;	
		}

	#pac-variant td {
		padding: 6px;
		margin: 0;	
		}
		
	#pac-variant tr.variant {
			background: #F3F3F3 url(../Img/dotted.gif) repeat-x bottom left; 
			}
	
	#pac-variant tr.alternate-variant {
			background: #F9F9F9 url(../Img/dotted.gif) repeat-x bottom left; 
			}	
			
#PACdetails {
	background:#FFF;
	color:#000;
	text-align:left;
	}	

	#PACinfo {
		padding:15px 0 0 0;
		height:400px;
		}	
		
		#PACinfo h1{
			font-size:16px;
			font-weight:bold;
			margin:0;
			padding:0;
			}
			
		#PACinfo #p-description {
			height:auto;
			font-size:11px;
			}
				
		#PACinfo #p-price {
			font-size:11px;
			padding:0 0 4px 0;
			margin:0;
			}
			
		#PACinfo #p-price span {
			font-size:11px;
			font-weight:bold;
			}
		
	#PACphoto {
		float:left;
		padding:10px 20px 0 10px;
		}	
					
		#PACphoto img {
			width:255px;
			display:block;
			border:1px solid #666666;
			}	
			
		#PACphoto img.thumbnails {
			width:80px;
			margin:10px 5px 0 0;
			text-align:left;
			}

	#PACfeatures {
		float:left;
		padding:10px 0 0 0;
		}	
		
		#PACfeatures h3 {
			font-size:11px;
			font-weight:bold;
			margin:0;
			padding:0;
			}	

		.PACcolors, .PACsizes {
			padding:5px 0 10px 0;
			font-size:11px;
			text-align:left;
			}
			
		#PACfeatures .PACcolors img {
			width:30px;
			}	
				
	#BannerTop {
		margin:0 0 0 10px;
		}	
		
#GroupProduct {
	margin:15px 0 0 0;
	border:1px solid #848484;
	text-align:left;
	}
	
	#GroupProduct td, #GroupProduct th {
		border-bottom:1px solid #848484;
		height:20px;
		}
		
	#GroupProduct th#sku {
		background:#D7D7D7;
		font-weight:bold;
		width:100px;
		}
	#GroupProduct th#model {
		background:#D7D7D7;
		font-weight:bold;
		width:180px;
		}
	#GroupProduct th#detail {
		background:#D7D7D7;
		font-weight:bold;
		width:150px;
		}
	#GroupProduct th#price {
		background:#D7D7D7;
		font-weight:bold;
		width:70px;
		}








