	.products .product_background {
		width: 770px;
		margin: 1px auto 0px auto;
		padding-bottom: 6px;
		border-bottom: 1px dotted #aaa;
		text-align: center;
	}
	
		.products #content .body_content .col1 {
			float: left;
			width: 212px;
		}

			.products #content .body_content .product_image {
				height: 225px;
				width: 212px;
				background: url(/images/hero_gradient.gif) repeat-x bottom left;
				text-align: center;
			}

		.products #content .body_content .col2 {
			float: left;
			width: 552px;
			padding-left: 6px;
		}

		.products #content .body_content .col2 h2 {
			margin: 0px;
			padding: 5px 0 0 0;
			font-family: "trebuchet MS";
			font-size: 16px;
			
		}

		.products #content .body_content .col2 .description b {
			font-size: 12px;
		}

		.products #content .body_content .col2 .price { /*.products #content .body_content .col2 .description, */
			font-size: 11px;
		}

		.products #content .body_content .col2 .price span {
			font-size: 14px;
		}
		
		.products #content .body_content .col2 .buy, .products #content .body_content .col2 .position {
			padding: 5px 0 10px 0;
			border-bottom: 1px dotted #bbb;
		}

		.products #content .body_content .col2 .buy a {
			color: #8cd;
			font-size: 15px;
			font-weight: bold;
			text-decoration: none;
		}
	
	.products #content .product_cross {
		width: 770px;
		margin: 0 auto 0 auto;
		border-top: 1px solid #aaa;
		border-bottom: 1px solid #aaa;
		background: url(/images/brand_benefits_gradient.gif) repeat-x bottom left;
	}

		.products #content .product_cross .cross {
			border-top: 2px solid #fff;
			border-bottom: 2px solid #fff;
			padding: 4px 8px 4px 8px;
		}
	
		.products #content .product_cross ul {
			margin: 2px 0 2px 0;
			padding: 0px;
		}

			.products #content .product_cross ul li {
				display: block; 
				float: left;
				width: 50%;
				list-style-type: none;
			}

				.products #content .product_cross ul li a {
					color: #8cd;
					text-decoration: none;
				}

