@charset "UTF-8";
/* CSS Document */

img.newsArticleImage {
	width:200px;
	float:left;
}
h2.newsTitle {
	padding:0;
	margin:0;
	font-size:18px;
	color:#000;
}

.theNewsWrapper {
	width:700px;
	text-align:left;
}
.theNewsWrapper p.newsDateLine, .theNewsWrapperNewsPage p.newsDateLine {
	padding:0;
	color:#acacac;
	font-size:13px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
}
.theNewsWrapperNewsPage p.newsDateLine {
	text-align:right;
}
.theNewsWrapper p, .theNewsWrapperNewsPage p {
	padding:0;
	font-size:14px;
	color:#666666;
	line-height:19px;
	margin-bottom: 12px;
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 0px;
}
.theNewsWrapper a, .theNewsWrapperNewsPage a {
	text-decoration:none;
	color:#89d3d8;
}
.theNewsWrapper ul, .theNewsWrapperNewsPage ul {
	list-style-type:square;
	font-size:13px;
	color: #666;
}
h3.notesToEditorsTitle {
	padding:0;
	font-size:15px;
	color:#000;
	margin: 0px;
}
.theNewsWrapperNewsPage {
	margin-top:12px;
}
.theNewsWrapper {
	height:530px;
	overflow-x:hidden;
	overflow-y:auto;
	padding:15px;
}
a.readAllNewsLink {
	display:block;
	padding-top: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.theNewsWrapper a:hover, .theNewsWrapperNewsPage a:hover {
	color:#000;
}
#fancy_ajax {
	overflow:hidden;
}
.newsPaginationBar {
/*	background-color: #89D3D8;	*/
	height: 18px;
	padding: 10px 0 10px 0;
	margin-bottom: 10px;
}
.newsPaginationLinks {
	float: left;	
	margin-left: 5px;
}
.newsPaginationLinks span {
	color: #858585;
}
.newsPaginationLinks a {
	margin: 0 5px 0 5px;
	padding: 0 2px 0 2px;
	color: #84CFD4;	
	cursor: pointer;
}
.newsPaginationLinks a.pagLink {
	font-weight:bold;
}
.newsPaginationLinks a:hover, .newsPaginationLinks a.selected {
	color: #858585;
}
.newsPaginationLinks a.selected {
	color: #858585;
	cursor: default;
}
/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
ul.newsList {
	padding:0;
	list-style-type:none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
ul.newsList li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	background:none;
}
ul.newsList li a {
	height:110px;
	padding-top:20px;
	padding-bottom:20px;
	text-decoration:none;
	display:block;
	padding-left:10px;
	overflow:hidden;
}
ul.newsList li a:hover {
	background-color:#FAFAFA;
}
ul.newsList li a img {
	width:110px;
	height:110px;
	float:left;
}
ul.newsList li a h3 {
	padding:0;
	color:#2C2C2C;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 130px;
	font-size:17px;
}
ul.newsList li a p {
	padding:0;
	color:#666666;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 130px;
	font-size:14px;
}
ul.newsList li a p.newsListDateLine {
	color:#acacac;
	margin-top: 0;
	font-size:13px;
}
ul.newsList li a p.readNewsStory {
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 130px;
	color:#89d3d8;
}
ul.newsList li a:hover p.readNewsStory {
	color:#666;
}
.newsImageArea {
	width:200px;
	float:left;
	margin-right: 15px;
}
.addThisAreaNewsPage {
	float:right;
}
.theNewsWrapperNewsPage img {
	margin-bottom:12px;
}
.relatedProductsList h3 {
	font-size:15px;
	color:#808080;
	padding:0;
	margin:0;
}
.relatedProductsList ul {
	padding:0;
	list-style-type:none;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size:11px;
	font-weight:bold;
}
.relatedProductsList ul li {
	margin-bottom:2px;
}
.relatedProductsList ul li a {
	color:#89d3d8;
}
.relatedProductsList ul li a:hover {
	color:#000;
}
a.pdfNewsLink {
	display:block;
	background-image: url(../images/productPageRedesign/productPageIcons.gif);
	padding-left:20px;
	background-position: -49px 0px;
	background-repeat: no-repeat;
	margin-bottom:12px;
	height:15px;
	overflow:hidden;
}
a.pdfNewsLink:hover {
	background-position: -49px -15px;
}
.newsFilterPanel a, .catFilterPanel a {
	display:block;
	color:#8CD2D0;
	height:24px;
	line-height:24px;
	padding-top:3px;	
	border-top:1px dashed #8CD2D0;
	cursor:pointer;
}
.newsFilterPanel a:hover, .catFilterPanel a:hover {
	color:#C00;
}
.newsFilterPanel a.yearLinkDisabled, .newsFilterPanel a.yearLinkDisabled:hover, .catFilterPanel a.catLinkDisabled, .catFilterPanel a.catLinkDisabled:hover {
	color:#868686;	
}
.newsFilterPanel h3, .catFilterPanel h3 {
	display:inline;	
}
.newsFilterPanel .newsFilterClear, .catFilterPanel .catFilterClear {
	width:10px;
	height:10px;
	background-image:url(../images/rexelNew/filterClear.gif);	
	padding-top:0px;
	border-top:none;
	float:right;
	display:inline-block;
	margin-top:-20px;
}
.leftNav h3 {
	border:none;
	background:none;
	margin-bottom:5px;
	display:block;
}
.leftNav > h3, .leftNav > div.leftNavExtraControls {
	display:none;	
}
.leftNav div {
	padding-bottom:12px;
	margin-top:20px;
}
.leftNav div:first-child {
	margin-top:0px;	
}
.leftNav div a {
	display:block;
	color:#8CD2D0;	
	height:28px;
	line-height:28px;
	/*text-align: center;*/
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:12px;
	border-top:1px dotted #abacae;
	font-weight:bold;
}
.leftNav div a:hover, .leftNav div a.active, .leftNav div a.active:hover {
	color:#858585;	
}
.leftNav div a.active {
	background-image: url(../images/rexelNew/filterClear.gif);
	background-repeat:no-repeat;
	background-position: right center;	
}