/* 
	--------------------------
	Print CSS Document 
	Author: www.72dpi.co.nz
	--------------------------	
*/

/* body#print{
	text-align: center;
} */

h1{	
	color: #333;
    font-family: Helvetica, Arial, Helmet, Freesans, sans-serif;
    font-size: 30px;
    font-weight: lighter;
    line-height: 1.1;
    margin: 0 0 15px;
	width: 530px;	
}

img#logo-print{
	display: inline;
	float: right;
	width: 120px;
}

.copy, #news-events-outer{
	padding: 0 0 0 0;
}

header, footer, #overlay, .products-wrap, img.resize-background, ul#product-links, ul#product-top-links, a.link, form, #filter-news, a.removequote, p#my-quotes-actions{
	display: none;
}

/* =products
-------------------------------------- */

#product-outer{
	height: auto;   
    padding: 0px;
    position:  static;
    width: auto;
    z-index: auto;
}

#main-image{
	width: 360px;	
	float: left;	
	margin: 0 0 0 0;	
	text-align:center;	
}
#main-image img{
	max-width: 360px;
}
#product-thumbs{
	width: 300px;
	float: right;	
}

#product-thumbs a.thumb{
	display: block;
	width: 74px;
	height: 74px;
	float: left;
	margin: 0 0 1px 1px;
	overflow: hidden;
}

#product-thumbs a.thumb img{	
	width: 74px;
	height: 74px;	
}

#product-info{
	border-top: none;
}

#product-overlay.vertical{	
	width: auto;
	height: auto;
	position:static;
	left:auto;
	top:auto;
	margin: auto auto;
}

#product-info .description {
    float: left;
    width: 360px;
}

#product-info .specs-list {
    float: right;
    width: 300px;
}

#product-info .specs-list p.name {
    width: 70px;
}

#product-info .specs-list p.value {
    width: 230px;
}

/* = Quotes
-------------------------------------- */

#my-quotes .product{   
    margin: 0;
    padding: 20px 0 0 0;    
    width: auto;
	height: auto;	
	float: none;
	border-radius: 0 0 0 0;
	border-bottom: 1px solid #333;		
}

#my-quotes .product .product-info {
    width: 300px;		
	float: left;
}
#my-quotes .product .specs-list {
    width: 340px;	
	float: right;
	clear: none;		
}
#my-quotes .product .specs-list p.name {
    width: 60px;
	
}
#my-quotes .product .specs-list p.value {
    width: 280px;
	
}

/* =self-clearing floats 
-------------------------------------- */
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* trigger hasLayout and target ie7/win only */
*:first-child+html .clearfix{
	min-height: 1px;
}
/* \*/
* html .clearfix{
	height: 1%;
	display: block;
}
/* */
