/* styles for the Solutions pages, by Warren */


/* Styles from the Home page: */
.group_name {
}

.group_link {
}

.home_page_text {
}


/* Styles from the Group page: top ... */
/* .group_name {
} */

/* .group_link {
} */

.group_page_text {
width:647px;
}

/* ... bottom: */
.category-list {

}


.category-list-overview{
width:647px;
}





.category_name {
}

.category_link {
}

/* .group_page_text {
} */


/* Styles from the Category page: top ...*/
/* .category_name {
} */

/* .category_link {
} */

.category_page_text {
width:647px;
}

/* ... bottom: */
.solution_name {
}

.solution_link {
}

/* .category_page_text{
} */
.solfront_headline_text {
	font:Arial, Helvetica, sans-serif;
	/*font-size:14px;*/
	color:#7b5b50;
	font-weight:bold;
	margin-bottom:10px;
	text-transform: inherit;
	font-size: 11.3px;
	

	
}
.solfront_text {
	font:Arial, Helvetica, sans-serif;
	/*font-size:14px;*/
	color:#7b5b50;
	font-weight:bold;
	margin-bottom:10px;
	text-transform: inherit;
	

	
}
.solfront_text_green {
	font:Arial, Helvetica, sans-serif;
	font-size:15.24px;
	color:#59b548;
	font-weight:bold;
	padding-left:10px;
	line-height:30px;
	float:left;
	background-color:#FFFFFF;
	margin-top:20px;
	margin-bottom:10px;
}

.contact_us {

}



/* Styles from the Solution page: */
.header_section {
	background-color:#77FF77; /* green */
	clear:both;
}
.header_section .solution_name {
	color:#75C018;
	font-size:18px;
	font-weight:bold;
}
.header_section .solution_link {
}
.header_section .short_description {
}
.header_section .long_description {
}

.feature_section {
	background-color:#FF7777; /* red */
	clear:both;
}
.feature_section .feature_header {
	color:#75C018;
	font-size:18px;
	font-weight:bold;
}
.feature_section .feature_text {
}

.option_section {
	background-color:#7777FF; /* blue */
	clear:both;
}
.option_section .option_header {
	color:#75C018;
	font-size:18px;
	font-weight:bold;
}
.option_section .option_text {
}

.include_section {
	background-color:#FFFF77; /* yellow */
	clear:both;
}
.include_section .include_header {
	color:#75C018;
	font-size:18px;
	font-weight:bold;
}
.include_section .product {
	clear:both;
}
.include_section .product .product_quantity {
	float:left;
	text-align:right;
	margin-left:5px;
	margin-right:5px;
}
.include_section .product .product_name {
	float:left;
	text-align:left;
	margin-left:5px;
	margin-right:5px;
}

.featured_product_section {
	background-color:#77FFFF; /* cyan */
	clear:both;
}
.featured_product_section .featured_product_header {
	color:#75C018;
	font-size:18px;
	font-weight:bold;
}
.featured_product_section .featured_product {
}

.description .attributes .cost {
	font-size:18;
	font-weight:bold;
	color:#75c018;
	letter-spacing:5px;
}

.description .attributes .price {
	font-size:18;
	font-weight:bold;
	color:#75c018;
	
}

#OnQcontent  .body .features {
	position: relative; 
	left: 0px; 
	top: 20px;
	float:left;

	width:350px;	/* 152+16 * 2 + buffer of 18 */
}

ul.column1 {
	float: left;
	width: 140px;
	list-style-image: url(http://images.onqlegrand.com/list_bullet.gif);
	padding-top: 30px;
	padding-left: 16px;
	margin-right: 16px;
	clear:none;
}

ul.column2 {
	float: left;
	width: 140px;
	list-style-image: url(http://images.onqlegrand.com/list_bullet.gif);
	padding-top: 30px;
	padding-left: 16px;		
	margin-right: 16px;
}
ul.options {
	float: left;
	width: 140px;
	list-style-image: url(http://images.onqlegrand.com/list_bullet.gif);
	padding-top: 30px;
	padding-left: 16px;
	margin-right: 16px;
	clear: none;
}
ul.options .option_title {
	font-size:14px;
	font-weight:bold;
	color:#75c018;
}
li.padded {
	padding-bottom: 16px;
	
}
li.head {
	padding-bottom: 16px;
	font-size:11px;
	color:#59b548;
	
}

#OnQcontent .whatitdoes .body .specifics {
 	position: relative;
	float:right;
	top: 20px;
	width: 270px;
	font-size:10px;
}

table.specifics_table {
	padding-top: 30px;
	top: 30px;
	float: left;
	width: 257px;
	left: 390px;
}

td.specifics_td {
	padding-left: 5px;
	width: 100px;
	font-size:10px;
	line-height:18px;
	color:#75C018;		/* header green */
}

.part_landscape {
	float:left;
	width:606px;		/* = 627 - 21 */
	margin-left:21px;
}

.part_details_landscape {
	float:left;
	margin-left:30px;
	width: 390px;			/* = 627 - 178 - 21 - 30 - random buffer of 8px */
}

.part_portrait {
	float:left;
	margin-left:   0px;
	margin-right:  0px;
	margin-top:    5px;
	margin-bottom: 5px;
/*	height:      287px;		/* we tried this, but the words are cut off at the bottom [WCH] */
	width:       206px;
	text-align:left;
/*	background-color:00FFFF; /* TEST */
}

.part_portrait .part_inner {
	margin-left:  21px;
	margin-right:  0px;
}

/* separates items on one line */
.part_separate_item {
	float:left;
	width:  12px;
/*	background-color:FF00FF; /* TEST */
}

/* separates lines of items */
.part_separate_line {
	clear:both;
	width:100%;
	height:1px;
	line-height:1px;
	font-size:1px;
	background-color:#E1E7D9;	/* grey from Ingredient */
}

/* before and after showing lines of items, separates them from the next_prev section */

.nobottommar  {
	padding_bottom: -3px:

}



.part_smallbreak {
	clear:both;
	width:100%;
	height:2px;
}

/* the div around the image */
.part_img_wrapper_landscape {
	float:left;
}

/* the image itself */
.part_img_landscape {
	float:left;
}
.part_text {
	margin-top: 32px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	line-height:18px;

}
.part_desc {
	font-size: 11px;
	line-height: 18px;
}
.part_label {
	margin-top: 16px;
}

.part_label .label {
	float:left;
	padding-right:5px;
	font-size:10px;
	line-height:22px;
	color: #a8af98;			
}

.part_label .partno {
	float:left;
	font-size:10px;
	line-height:24px;
	font-weight: bold;
	color: #01b6f1;			
}

.part_label .partno a {
	text-decoration:none;
	color: #01b6f1;			
}

.part_label .details {
	float:right;
	font-size:10px;
	line-height:24px;		
	font-weight: bold;
	color: #01b6f1;			
}

.part_label .details img {
	margin-right: 3px;
}

.part_label .details a {
	text-decoration:none;
	color: #01b6f1;			
}

img.slash {
	vertical-align: middle;
}

#navigation div.level3 {
	margin-left: 32px; 
	padding-top: 2px;
	padding-bottom: 2px;
}

#navigation div.level3 a.link3 {
	font-weight:bold;
	color: #01b6f1;
}

#navigation div.level3 a.current {
	color: #75c018;
}

#OnQcontent .group_section {
	background-color:#f4f4f2;	/* grey */
	margin-left:9px;
	
}
#OnQcontent .locator_section {
	background-color:#f4f4f2;	/* grey */
	margin-left:9px;
	
}
#OnQcontent .locator_section .group {
	float: left;
	width: 319px;
	background-color:#f4f4f2;	/* grey */
	padding-left:15px;
	padding-right:25px;
	padding-bottom:15px;
}
#OnQcontent .locator_section .group_r {

	background-color:#f4f4f2;	/* grey */
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
}

#OnQcontent .locator_section .locator_headline {
	float: left;
	width: 600px;
	background-color:#f4f4f2;	/* grey */
	padding-left:15px;
	padding-top:10px;
	font-size:12px;
	font-weight:bold;
}
#OnQcontent .solfront {
	margin-left:14px;
	background-color:#FFFFFF;
	padding-top:-10px;
	padding-right: 10px;
	width:647px;
	
}

#OnQcontent .solfront .step-image {
	margin-top:25px;
	
}


#OnQcontent .group_section .group-image {
	margin-left:1px;
	margin-right:1px;
	margin-top:15px;
	margin-bottom:5px;
	background-color:#f4f4f2;	/* grey */
}

#OnQcontent .group_section .group {
	float: left;
	width: 208px;
	background-color:#f4f4f2;	/* grey */
}

.group_section .group-overview  {
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	margin-bottom:10px;
	margin-left:10px;
	
}
.group_section .group-overview a {
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	color: #01b6f1;			/* AquaBlue */
	margin-left:2px;
	margin-right:2px;
}

.group_section .group-overview :visited {
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	color: #01b6f1;			/* AquaBlue */
	margin-left:5px;
}

/* stolen from OnQProjects.css: */

#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;
	height: 6em;
}

/* end stolen from OnQProjects.css */
td.rightgray{
border-right-width: 1px;
border-right-style: solid;
border-right-color: #cccccc;
}

table.rightborder {
	/*width:647px;*/
}

table.rightborder tr.buttons {
	height:42px;
}

table.rightborder tr.headers {
	height:80px;
	background-color:#73c318;
}

table.rightborder tr.headers a {
	font-size:14px;
	font-weight:bold;
	color: #FFFFFF;
}

table.rightborder tr.spacer {
	background-color:#73c318;
	height:5px;
}

table.rightborder tr.normal {
	height:50px;
}

table.rightborder tr.options {
	height:75px;
}

table.rightborder td {
	border-right-style:solid;
	border-right-color:#777777;
	border-right-width:1px;
	padding-left:3px;
	padding-right:3px;
	text-align:center;
}

table.rightborder td.labels {
	width:100px;
	font-weight:bold;
	font-size:14px;
}

table.rightborder td.contents {
	width:175px;
}

