/* preContainer wraps the entire preview. 
=============================================================================================== */
#previewContainer	{
	position:relative; 
	margin: 0 auto;
	padding-top: 20px;
	color: #666;
	line-height: 1.5em;
	}

/* Preview Navigation
=============================================================================================== */
#previewNav {
	width:400px; 
	font-size:100%;
	}
#previewNav td {
	font-weight:bold
	}
#previewNav td a:link {
	color: #666;
	text-decoration: none;
	}
#previewNav td a:visited {
	color: #666;
	text-decoration: none;
	}
#previewNav td a:hover {
	color: #dd3c82;
	text-decoration: none;
	}
#previewBack2 {
	color:#dd3c82;
	}
#previewNext2 {
	color:#dd3c82;
	}

/* Preview Specifications
=============================================================================================== */
.detailsContainer {
	position:relative; 
	width:100%; 
	margin:10px 0 0 0; 
	padding:0; 
	border-bottom: 1px solid #ccc;	
	}
.detailsName {
	float:left; 
	font-size:90%; 
	font-weight:bold; 
	line-height:90%;
	}	
.detailsPrice {
	float:right; 
	font-size:90%; 
	line-height:90%;
	}	
.detailsDesc {
	float:left; 
	margin-right:10px; 
	font-size:90%
	}	
.detailsCart {
	float:right; 
	font-size:90%
	}	
	
/* Preview Keywords
================================================================================================= */
#previewKeywordsContainer {
	float: left;
	padding: 0 0 0 0;
	font-size: 90%;
	/*line-height: normal;*/
	line-height: 1.5em;
	}
#previewKeywordsContainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#previewKeywords {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	line-height: normal;
	}
#previewKeywords ul {
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
	width: 150px;
	list-style: none;
	}
#previewKeywords li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.8em;
	}
#previewKeywords input {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	}	
#previewKeywords label {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: middle;
	}

/* New Search Help Text on Results Page
================================================================================================= */
#resultshelp h3 {border-bottom: 1px solid #ccc;}
