/*---------------------------------------------------------
 * Immunetics.com
 *
 * @description Product Sections CSS
 *              This includes: Diagnostic Tests
 *                             Pathogen Detection
 *                             Blotting Instruments
 *
 * @author  Craig Ruksznis [cr] <craigruk@imarc.net>
 *
 ----------------------------------------------------------*/

/* Left Column */
/*----------------------------------------------------------------------------*/
#general_information ul {
	margin: 0 10px 0 15px;
}

#summary {
	padding: 10px 0 .8em 0;
}

#detailed_analysis {
	margin: 0;
}


/* Selling Point subsection */
/*--------------------------------------------*/
#selling_points_div { 
	width:550px;
	padding: 0;
	float:left;
}

#selling_points_header {
	float:left;
	width:540px;
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	background-color: #f5f5f5;
	height: 36px;
	line-height: 34px;
	font-size: 1.2em;
	color: #85916c;
	padding-left: 10px;
	margin: 25px 0 0 0;
}

#selling_points_footer {
	float:left;
	width:540px;
	border-top: 1px solid #b2b2b2;
	height: 3px;
	margin: 0 0 25px 0;
}

#selling_points_list {
	padding: 10px 0 0 10px;
	width: 540px;
	float: left;
}

/* first level */
/*---------------------------*/
li.selling_point {
	margin: 0 0 10px 0;
	padding: 0;
	color: #ccc;
	list-style: none;
	width: 260px;
	float:left;
}

/* second level */
/*---------------------------*/
li.selling_point .holder {
	width: 230px;
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
}

/* third level */
/*---------------------------*/
li.selling_point .title {
	padding: 5px 5px 0 5px;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.3;
	color: #7f98b2;
}

li.selling_point .description {
	text-align: left;
	font-size: 0.9em;
	color: #6e6e6e;
	line-height: 1.2;
	padding: 5px;
}


/* Right Column */
/*----------------------------------------------------------------------------*/

#product_image {
	border: 1px solid #afbf8d;
	float:right; 
	position: relative;
	margin: 0 5px 5px 5px;
} 

#product_image img {
	margin: 0;
	padding: 0;
	display: block;
	border: 3px solid #fff;
}

#overlay_link {
	border: none;
	background: transparent url(images/product_closed_tab.jpg) no-repeat 0px 5px; 
	display: block; 
	text-indent: -9999px;
	text-decoration: none;
	top: 0;
	right: 0;
	outline: none;
	position: absolute;
}

#contact_us {
	float: left;
	font-size: 1.15em;
	line-height: 25px;
	color: #64778b;
	margin: 5px 0 0 0;
}

.support_category .category_name {
	width: 252px;
	color: #56626a;
	font-size: 1.15em;
	line-height: 15px;
	height: 20px;
	border-bottom: 1px solid #97b088;
	margin: 15px 0 0 0;
}

.support_category .related_articles {
	margin: 10px 0 0 0;
}

.related_articles .support_article {
	border-bottom: 1px solid #bdccae;
}

.related_articles .support_article a {
	color: #837e5d;
	font-size: 1.0em;
}

.related_articles .support_article a.link {
	padding-left: 25px;
	line-height: 25px;
	height: 25px;
	display: block;
	text-decoration: none;
	width: 227px;
	outline: none;
}

.support_article .short_description {
	font-size: 1.0em;
	padding: 0 0 5px 0px;
	width: 252px;
}
