#subpage-content {
	/*background: url(../images/gradient-bg.png) repeat-x top left!Important;*/
	background: #fff url(../images/gradient-bg.jpg) repeat-x bottom left;
}

/* preContainer wraps the entire preview. 
=============================================================================================== */
#previewContainer	{
	position:relative; 
	margin: 0 auto;
	color: #424242;
	}

/* 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: #4a640d;
	text-decoration: none;
	}
#previewBack2 {
	color:#4a640d;
	}
#previewNext2 {
	color:#4a640d;
	}

/* Preview Specifications
=============================================================================================== */
.detailsContainer {
	position: relative; 
	width: 100%; 
	margin: 20px 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;
	margin-top: 20px;
	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.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;}
