/* preContainer wraps the entire preview.
=============================================================================================== */
#previewContainer	{
	position:relative;
	margin: 0 auto;
	margin-top: 20px;
	width: 952px;
	color: #ffffff;
	}

/* Preview Navigation
=============================================================================================== */
#previewNav {
	width:400px;
	font-size:100%;
	}
#previewNav td {
	font-weight:bold
	}
#previewNav td a:link {
	color: #95cd54;
	text-decoration: none;
	}
#previewNav td a:visited {
	color: #95cd54;
	text-decoration: none;
	}
#previewNav td a:hover {
	color: #333;
	text-decoration: none;
	}
#previewBack2 {
	color: #95cd54;
	}
#previewNext2 {
	color: #95cd54;
	}

/* 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;
	}
#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.5em;
	}
#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;}
