@import url("/styles/blue/product_colours.css");
#omdBody a {
	color:#0084B7;
	text-decoration:underline;
}

#omdBody a:hover {
	color:#FF0000;
	text-decoration:underline;
}

#omdBody h2 {
line-height:125%;
}
/*
Details to control the Press page

DIFFERENT CATEGORY CSS CODE
*/

/*
CSS for the list elements
*/
.defHead {
	color:#000;
	background-color:#C4EFB1;
}



#prod_info_list .defList {
	border-left: 10px solid #0084B7;
}
#prod_info_list .archList {
	border-left: 10px solid #FE808C;
}


#prod_info_list .pressWrapper {
	padding:0 0 2px 0;
	margin:2px 2px 2px 0px;
	border-bottom: 1px solid #BED3DE;
}

#prod_info_list .pressWrapper ul {
/*	list-style-type:none;*/
	margin:0; 
	padding:0;
	list-style:none;
}

#prod_info_list .pressWrapper li a {
  display:block;
  width:163px;
  padding:1px 0 1px 3px;
  color:#000;
  text-decoration:none;
}
#prod_info_list .pressWrapper li a:hover {
	background-color:#E2EAED;
	color:#000;
	text-decoration:none;
}

#prod_info_list .pressList {
	border-left: 10px solid #C4EFB1;
}

#prod_info_list .linkList {
	border-left: 10px solid #80C2DB;
}
.omdCatHeader .pressDate {
	padding-left:20px;
	padding-bottom:5px;
	font-size:0.8em;
	color:#0084B7;
}
#prod_info_list .pressStatusHeader h3 {
	background-color:#FD0019;
	color:#fff;
}

#prod_info_list .pressMonthHeader h3 {
	background-color:#8D9EBB;
	color:#fff;
}