/**
* --------------------------------------------------------------------------------------
* Print CSS
* ----------------------------------------------------
* Modified March 3, 2009 by Bree
* @author Bree Emmerson <bree@navigatormm.com>
* ----------------------------------------------------
*
* --------------------------------------------------------------------------------------
*/


/* RESET
--------------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {line-height: 1;}

ol, ul {list-style:none;}

blockquote, q {quotes:none;}

blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}

/* remember to define focus styles! */
:focus {outline:0;}

/* remember to highlight inserts somehow! */
ins {text-decoration:none;}

del {text-decoration:line-through;}


/* GLOBAL CLASSES
--------------------------------------------------------------------------------------- */
.clearfix:after {
	content:".";
	height:0;
	visibility:hidden;
	display:block;
	clear: both;
}

.clear {clear:both;}

.floatLeft {float:left;}

.floatRight {float:right;}

.textLeft {text-align:left;}

.textRight {text-align:right;}

.textCenter {text-align:center;}

.border {border:1px solid #000;}

.bold {font-weight:bold;}

.hideForPrint {display:none;}


/* TYPEOGRAPHY
--------------------------------------------------------------------------------------- */
p {
	color:#333;
	margin:0px 0px 18px 0px;
	line-height:18px;
}

a:link,a:visited,a:active,a:hover {text-decoration:none;}




/* GLOBAL
--------------------------------------------------------------------------------------- */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	background:none;
}

.wrapper {
	width:940px;
	position:relative;
	z-index:10;
	padding:0px;
	margin:85px auto 0px auto;
}


/* HEADER
--------------------------------------------------------------------------------------- */
.header {
	display:none;
}

.header span {
	display:block;
}

.logo {
	display:none;
}

.login {
	display:none;
}

.showForPrint {
	display:block;
	font-size:16px;
}

/* NAVIGATION
--------------------------------------------------------------------------------------- */
.navigation {
	display:none;
}


/* CONTENT AREA
--------------------------------------------------------------------------------------- */
.contentArea {
	width:940px;
	background:none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	min-height:305px;
	height:auto !important;
	height:305px;
}

.leftCol {
	display:none;
}

.rightCol {
	width:100%;
	padding:0px 5px 0px 20px;
	margin:40px 0px 0px 0px;
}

	.rightCol h1 {
		width:715px;
		font-size:18px;
		font-weight:bold;
		color:#000;
		letter-spacing:3px;
		border-bottom:1px #FFF solid;
		text-align:right;
		margin:0px 0px 30px 0px;
		padding:5px 0px 5px 0px;
	}
	
	.rightCol h2 {
		color:#000;
		font-size:16px;
		margin:0px 0px 15px 0px;
	}
	
			
/* MAIN PRODUCTS PAGE */
.productsList {
	margin:30px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
}

	.productsList li {
		width:705px;
		height:135px;
		margin:0px 0px 10px 0px;
		padding:0px 0px 10px 0px;
		border-bottom:1px dashed #000;
	}
	
		.productImage {
			width:200px;
			float:left;
			padding:0px 0px 0px 0px;
			margin:0px 0px 0px 0px;
		}
		
		.productInfo {
			width:490px;
			float:right;
			padding:0px 0px 0px 0px;
			margin:0px 0px 0px 0px;
		}
		
		.imgBorder {border:1px solid #000;}
		
		
		.productTitle {
			width:337px;
			font-size:14px;
			font-weight:bold;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
		}
		
		.productItemNumber {
			width:150px;
			font-size:14px;
			font-style:italic;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			text-align:right;
		}
		
		.productShortDesc {
			height:50px; /*to ensure the read more button stays in the same place below even if not as much text showing*/
			font-size:12px;
			margin:20px 0px 0px 0px;
			padding:0px 0px 0px 0px;
		}
		
		.readMore {
			margin:15px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			float:right;
		}
		
/* PRODUCT DETAILS PAGE */
.productImages {
	width:340px;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

	.productImageList {
		margin:5px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}

		.productImageList li {
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			float:left;
		}
		
			.productImageList li a {
				margin:0px 4px 7px 4px;
				padding:0px 0px 0px 0px;
				display:block;
			}
			
	.callouts {
		width:157px;
		margin:20px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	
		.callouts li {
			margin:0px 0px 10px 0px;
			padding:0px 0px 0px 0px;
		}
		
.productDetailedInfo {
	width:493px;
	float:right;
	margin:0px 0px 0px 20px;
	padding:0px 10px 0px 0px;
}

	.productDetailedInfo .productTitle {
		font-size:14px;
		font-weight:bold;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	
	.productDetailedInfo .productItemNumber {
		font-size:14px;
		font-style:italic;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		text-align:right;
	}
	
	.productFullDesc {
		font-size:12px;
		margin:20px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	
	.productPrice {
		font-weight:bold;
		text-align:right;
		margin:20px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		color:#000;
	}
	
	.productPriceBuy {
		text-align:right;
		margin:5px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	
	.auctionItem {
		width:339px;
		height:199px;
		background:none;
	}
	
		.auctionItem p {
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			font-size:12px;
		}
		
		.container {
			padding:50px 5px 0px 5px;
		}
		
	.backToProducts {
		width:157px;
		height:20px;
		margin:20px auto 0px auto;
	}
	
	.backToProductsTop {
		width:157px;
		height:20px;
		margin:0px auto 20px auto;
	}
		

/* FOOTER
--------------------------------------------------------------------------------------- */
.footer {
	display:none;
}

.copyright {
	display:none;
}