/*
	$RCSfile: OnQProjects.css,v $
	$Revision: 1.9 $
	$Date: 2007/02/20 16:26:00 $
	$Author: dgerlach $
	
	Description:
	CSS used to format OnQProjects.jsp

*/

/* Control the display of the featured product */
#featured-product {
	display: none;
}

/* Control the display of the featured product */
#featured-project {
	display: none;
}

#retailer-locator {
	display: block;
}

#OnQcontent .categories {
	display: block;
	width: 630px;
	margin-left: 12px;
	padding-bottom: 10px;
	/*border: 1px solid #e1e7d9;*/
}

#OnQcontent .categories a {
	color: #01b6f1;
    font-weight:bold;
	text-decoration:none;
}

#OnQcontent .categories a:hover {
    text-decoration: none;
}

#OnQcontent .categories .overview {
	display: none;
	margin-top: 20px;
	width: 615px;
}

#OnQcontent .categories .category {
	float: left;
	width: 313px;
}

/* Category image properties */
#OnQcontent .categories .category .category-image {
	margin-top: 20px;
	padding-bottom: 5px;
	width: 293px;
	border: 0px;
}

/* Category title text properties */
#OnQcontent .categories .category .category-title {
	width: 293px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight:bold;
}

/* Category overview text properties */
#OnQcontent .categories .category .category-overview {
	width: 293px;
}

/* Hide FeatureZone for all projects*/
.sidebar .featureZone {
	display: none;
}

/* .sidebar #help-center {
	display: none;
}
*/
