/*
    trident.css
 */

html {
    background-attachment: fixed;
    background-color: rgb(13,60,99);
    /* Install photographic background image via jQuery */
    background-position: top center;
    background-repeat: repeat-y;
    overflow-y: scroll; /* Force scroll bar to prevent content area from jumping horizontally as page height varies dynamically */
    text-align: center;
}

body {
    color: black;
    padding-bottom: 8px;	/* Bottom of U-shaped region through which background image appears */
}

table#page {
	/* fixed width, centered */
	width: 980px;
	margin: 0 auto;
	background-color: white;
}

table#page tr td {
}

#top {
	background-image: url(../images/sprites.png);
    background-position: 0 -300px;
	background-repeat: no-repeat;

    position: relative;

	z-index: 2000;
}

#logo {
	float: left;
	width: 225px;
	height: 136px;
}

#utility {
	width: 750px;
	height: 136px;
	margin: 0 0 0 auto;
	text-align: right;
}

#login, #search {
	font-size: 13px;
}

#login a, #search a {
   color: rgb(50,50,50);
	font-size: 13px;
	text-decoration: none;
	vertical-align: baseline;
}

#login a:hover, #search a:hover {
	text-decoration: underline;
}

#login {
	height: 13px;
	background-color: transparent;
	padding: 3px 3px 0 0;
    white-space: nowrap;
}

[data-newproductrecommendation] {
    display: none
}

#login .recommendation,
#login a[rel='#loginWidget'] {
     font-weight: bold;
     color: rgb(58,118,188);
}

#loginWidget {
    max-width: 350px;
}

#loginWidget form,
#loginWidget form * {
    display: block;
    font-size: 16px;
    text-align: left
}

#loginWidget form label {
    font-weight: bold;
    margin: 0 0 3px 0;
}

#loginWidget form input.utilityText {
    margin: 0 0 1ex 0;
    width: 20em;
}

#search {
	height: 33px;
	padding: 0 3px 3px 0;
}

#search a {
	display: inline;
	padding: 0 4px 0 4px;
}

#search a, #search a img {
	vertical-align: baseline;
}

#search a img {
	position: relative;
	bottom: -2px;
}

/* Search box */

#searchTerm {
    position: relative;
    top: 5px;
}

#searchWidget {
    display: none;
    
    background-color: #ffffff;
    border: solid 1px rgb(50,50,50);

    text-align: left;
    vertical-align: top;

    font-size: 14px;

    padding: 12px;
    
    width: 600px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;

    -webkit-box-shadow: 3px 3px  12px #808080;
    -moz-box-shadow: 3px 3px 12px #808080;
}

#searchWidget .close {
    float: right;

   position: relative;
    top: -7px;
    right: -6px;
}

#searchWidget h1  {
    color: rgb(100,100,100);
    vertical-align: middle;
}

#searchWidget h1 img {
    vertical-align: middle;
}

#searchWidget form {
    margin: 12px 0 0 0;
}

#searchWidget form * {
    font-size: 14px;
}

/* Quicksearch product matches */

#searchResults.productMatches td {
    padding: 0;
}

#searchResults.productMatches .catalogNumber {
    text-align: right;
    padding: 0 8px 0 0;
    white-space: nowrap;
}

#productMatchesMore {
    display: block;
    text-align: right;
}


#searchWidgetSearchTerm {
    background-color: #f0f0ff;
    border: solid 1px #c0c0ff;
    margin: 0 12px 0 0;
    padding: 6px;
    width: 450px;

    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

#searchSpecialCharacters {
    margin: 6px 0 12px 12px;
}

#searchSpecialCharacters li {
    display: inline;
}

#searchSpecialCharacters li a {
    padding: 6px;
}

#searchSpecialCharacters li a,
#searchSpecialCharacters li a:visited {
     color: blue;
     text-decoration: underline;
}

#searchResultsContainer h3,
#searchWidgetSuggestions h3 {
    background-color: #f0f0ff;
    color: #000000;
    font-size: 13px;
    margin: 12px 0 0 0;
    padding: 6px;
    text-align: center;

    -moz-border-radius: 12px 12px 0 0;
}

#searchResultsContainer a,
#searchWidgetSuggestions a {
    display: block;
    font-size: 13px;
    margin: 3px 0 3px 0;
}

#searchResultsContainer .new,
#searchResultsContainer .exclusive,
#searchWidgetSuggestions .new,
#searchWidgetSuggestions .exclusive {
    font-size: 8px;
    margin: 0 2px 0 0;
	padding: 1px 2px 1px 2px;
}

/* Leave room for utility area at bottom */
#searchResultsContainer #searchResults_wrapper {
    margin: 0 0 72px 0;
}


/* Tooltip menu */

#menu {
	background-color: transparent;
	position: relative;
	top: 7px;
	margin: 0;
	padding: 0;
	list-style: none;
   z-index: 5000;
}

#menu a {
   color: #fff;
   font-size: 14px;
   font-weight: normal;
   margin: 0;
	padding: 	5px 10px 7px 10px;
	text-decoration:none;
   text-transform: uppercase;
}

#menu a.open,
#menu a:hover {
	background-color: rgb(17,64,107);
}

/* Submenu */
div.menu {
	border: none;
   line-height: 125%;
   margin: 0;
   padding: 0;
   
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
		
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
	box-shadow: 3px 3px 3px #ccc;
}

div.menu a {
	background-color: #ecf4fb;
	color: #0026af;
	display: block;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 6px 15px 8px 15px;
	text-align: left;
	text-decoration:none;
}

div.menu a:hover {
	background-color: rgb(208,224,240);
}

p#iewarning {
	background-color: #ffff99;
	padding: 16px;
}

#screen {
    font-size: 14px;
	padding: 16px 32px 0px 32px;
    text-align: left;
    vertical-align: top;
}

#screen a {
	color: #083563;
}

#screen p {
    margin: 0 0 12px 0;
}


table#resources {
	margin: 8px auto 16px auto;
	width: 900px;
}

table#resources * {
	color: rgb(150,150,150);
}

table#resources thead tr th {
	font-size: 13px;
	padding: 1px;
	text-transform: uppercase;
}

table#resources th,
table#resources td {
	text-align: left;
	width: 25%;
}

table#resources a {
	display: block;
	font-size: 13px;
	padding: 2px 0 0 0;
	text-decoration: none;
}

table#resources a:hover {
	color: rgb(50,50,50);
	text-decoration: underline;
}

#bottom {
	color: rgb(200,200,200);
	font-size: 10px;
	padding: 8px;
	text-align: center;
}

#bottom * {
	margin: 2px;
}

table#logoArray {
    margin: 0 auto;
}

table#logoArray tr td {
    text-align: center;
    vertical-align: bottom;
}

table#logoArray a {
    background-image: url('../images/sprites.png');
    border: none;
    display: block;
    text-decoration: none;
}

table#logoArray a[data-logo="cayman"] {
    width: 47px;
    height: 47px;
    background-position: -350px -150px;
}

table#logoArray a[data-logo="twitter"],
table#logoArray a[data-logo="facebook"] {
    width: 44px;
    height: 44px;
}

table#logoArray a[data-logo="twitter"] {
    background-position: -250px -150px;
}

table#logoArray a[data-logo="facebook"] {
    background-position: -300px -150px;
}

img.thumbnail {
    border: solid 1px #e0e0e0;
    background-color: white;
    padding: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

img.tooltip {
    border: solid 2px #a0a0a0;
    background-color: white;
    padding: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;

    -webkit-box-shadow: 3px 3px  12px #a0a0a0;
    -moz-box-shadow: 3px 3px 12px #a0a0a0;
}



/** Conditional customer notices, e.g., holiday closures */

#customerNotice {
    display: none;  /* Display via jQuery post load */

	background-color: #f0f0f8;
	border: solid 1px #f0f0f0;
	color: #005395;
    font-size: 13px;

    text-align: center;
    vertical-align: middle;
    
	margin: 3px auto 3px auto;

    width: 898px;
}

#customerNotice span {
    padding: 2px 0 0 0;
    width: 897px;
}

div.customerNoticeModal {
    background-color: #fff;
    display: none;
    line-height: 150%;
    width: 650px;
    padding: 15px;
    text-align: left;
    border: solid 1px #333;

    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-box-shadow: 0 0 50px #ccc;
    -webkit-box-shadow: 0 0 50px #ccc;
}

/* Heavy-hitter */
#feature {
    border: solid 1px #fff;
    width: 900px;
    height: 350px;
}

/* jQuery Tools Overlay plugin */

/* Styles for trigger */
.overlay {
    cursor: pointer;
}

/* Styles for overlay */
.overlayContent {
    display: none;

    background-color: #fff;
    border: solid 1px #333;
    padding: 12px;
    
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-box-shadow: 0 0 50px rgb(13,60,99);
    -webkit-box-shadow: 0 0 50px rgb(13,60,99);
}

.overlayContent h3 {
    font-size: 16px;
    margin: 0 0 12px 0;
}

.overlayContent img.close {
    float: right;

   position: relative;
    top: -7px;
    right: -6px;
}

#feature {
	display: block;
	margin: 0 auto;
    -disabled-max-height: 250px;
	text-align: center;
}

table#menuCarousel {
	margin: 16px auto 16px auto;
}

table#menuCarousel tr td {
	text-align: center;
	vertical-align: middle;
}

table#menuCarousel tr td#menuColumn {
	width: 450px;
}

table#menuCarousel ul {
	vertical-align: middle;
	width: 400px;
}

table#menuCarousel ul li {
	border-top: solid 1px rgb(100,100,100);
	font-size: 13px;
	padding: 10px 0 10px 0;
	text-align: left;
}

table#menuCarousel ul li a {
	color: #000000;
    font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
}

table#menuCarousel ul li a:hover {
	color: rgb(50,50,50);
	text-decoration: underline;
}

table#menuCarousel ul li:first-child {
	border-top: none;
}

table#menuCarousel tr td#carouselColumn {
	width: 350px;
}

#crawl {
    position: relative; /* Allow absolute positioning inside */
    background-image: url(../images/crawl.jpg);
    margin: 0 auto 0 auto;
    width: 899px;
    height: 86px;
    overflow: visible;
}

#crawl div.marquee {
    position: absolute;
    top: 57px;
    overflow: visible;
}

#crawl a {
    color: #000000;
    text-decoration: underline !important;
    overflow: visible;
}

#crawl a:hover {
}

#crawl .name {
    font-weight: bold;
}

#crawl .tagline {
    font-style: italic;
}

#crawl .tooltip {
    border-color: transparent;/*rgb(13,60,99);*/
    text-align: center;
    
    -webkit-box-shadow: 3px 3px  12px rgb(13,60,99);
    -moz-box-shadow: 3px 3px 12px rgb(13,60,99);
}

#crawl .tooltip h4 {
    margin: 6px 0;
}

#crawl .tooltip img {
    display: block;
    margin: 12px auto;
    
}

table#heavyHitterMenu {
    border-collapse: collapse;
    border-spacing: 0;
    height: 280px;
	margin: 16px auto 16px auto;
    width: 895px;
}

table#heavyHitterMenu tr td#menuColumn {
    text-align: right;
    vertical-align: middle;
}

table#heavyHitterMenu ul {
    margin: 20px 0 0 0;
}

table#heavyHitterMenu ul li {
	font-size: 13px;
    padding: 0 0 20px 0;
	text-align: right;
}

table#heavyHitterMenu ul li a {
	color: #000000;
    font-weight: bold;
	text-decoration: underline;
	vertical-align: middle;
}

table#heavyHitterMenu ul li a:hover {
	color: rgb(50,50,50);
	text-decoration: underline;
}

#carousel {
	width: 450px;
	height: 253px;

    position: relative;

    z-index: 100;
}

#carousel > * {
    background-image: url('../images/carousel/montage.jpg');
    width: 450px;
    height: 253px;
}

#carousel a {
    display: block;

    position: absolute;
    top: 0;
    left: 0;
}

#carouselPager {
    margin: 6px;
    text-align: center;
}

#carouselPager a {
    color: #86afd9;
    font-size: 12px;
    padding: 6px;
    text-decoration: none;
}

#carouselPager a.activeSlide {
    color: rgb(13,60,99);
}

#verticalPanels {
    border-collapse: separate;
    border-spacing: 5px;
	font-size: 13px;
    margin: 0 0;
}

#verticalPanels td {
    width: 33%;
}

#verticalPanels a.home,
#verticalPanels button {
    float: left;
    margin: 0 1em 0 0;
}

#verticalPanels a.home,
#verticalPanels a.home:active {
    border: none;
    text-decoration: none !important;
}

#verticalPanels h2 {
    margin: 0 0 1ex 0;
    text-transform: uppercase;
}

.headline {
	font-size: 24px;
    letter-spacing: 0;
    line-height: 150%;
    margin: 0 0 8px 0;
}

.headline img {
    vertical-align: middle;
}

.subhead {
	font-size: 18px;
    letter-spacing: 0;
    margin: 0 0 8px 0;
}

.unused {
    color: rgb(128,128,128);
}

.byline {
    text-transform: uppercase;
}

.book,
.crazyPrefix,
.foreign,
.journal,
.species {
    font-style: italic;
}

.number {
	font-variant: small-caps;
	font-weight: bold;
}

.aminoAcid {
    font-variant: small-caps;
}

.formalName {
    word-wrap: break-word;
}

.smiles {
    font-family: "DejaVu Sans Mono","Andale Mono", monospace;
    word-wrap: break-word;
}

.scientificMarkup {
    line-height: 133%;
}

sub, .subscript {
    position: relative;
    font-size: 75%;
    top: 5px;
}

sup, .superscript {
    position: relative;
    font-size: 75%;
    bottom: 5px;
}

.button {
    cursor: pointer;
}

.mojo {
}

.comingSoon {
    color: #808080;
    font-style: italic;
}

.downloadSizeEstimate {
    white-space: nowrap;
}

/* inset image */
.inset {
    float: left;
}

/* General marketing copy */

h2.tagline {
    font-style: italic;
}

h3, h4 {
    margin: 10px 0 5px 0;
}

h5 {
    font-weight: normal;
    margin: 9px 0 3px 0;
}

p.copy {
    font-size: 14px;
    line-height: 125%;
    margin: 0 5em 16px 5em;
    text-align: justify;
}

/* Bulleted and numbered lists */

ul.copy, ol.copy {
    margin: 0 20px 18px 35px;
}

ul.copy ul, ol.copy ol {
    margin: 0 20px 18px 70px;
}

ul.copy li, ol.copy li {
    line-height: 150%;
}

ul.copy {
    list-style-type: disc;
}

ul.copy ul {
    list-style-type: circle;
}

ol.copy {
    list-style-type: decimal;
}

ol.copy ol {
    list-style-type: decimal;
}

/* editorial image */
img.copy {
    display: block;
    margin: 0 auto 16px auto;
}

/* Utility styles */

.placeholder {
    background-color: yellow;
    font-style: italic;
    padding: 3px;
    -moz-border-radius: 3px;
}

p.disclaimer {
    font-size: 12px;
    font-style: italic;
    margin: 0 0 6px 0;
}

p.emphatic {
    font-weight: bold;
    margin: 0 4em 6px 4em;
}

p.message {
    padding: 6px;
    margin: 12px 0 6px 0 !important;
}

.success {
    background-color: #e0ffe0;
    color: #004000;
}

.failure {
    background-color: #ffe0e0;
    color: #400000;
}

p.note,
span.note {
    padding: 6px;
    margin: 12px 0 6px 0 !important;
    background-color: rgb(255,255,0);
    background-color: rgba(255,255,0,0.2);
    -moz-border-radius: 6px;
}

/* Forms */

a.button {
    color: blue;
    text-decoration: underline;
}

/*  Style 1 */
button,
input[type='submit'] {
    border: solid 1px #3763B8;
    color: #12447E;
    font-size: 14px;
    font-weight: bold;
    padding: 2px 8px;
    vertical-align: middle;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

    background-color: #BFCDE8;
    background: -webkit-gradient(linear, left top, right top, from(#BFCDE8), to(#D7E0F1));
    background: -moz-linear-gradient(top left,#BFCDE8,#D7E0F1);
}

button:active,
input[type='submit']:active {
    background-color: #95ACD9;
    background: -webkit-gradient(linear, left top, right top, from(#98ADD8), to(#C4D1EA));
    background: -moz-linear-gradient(top left,#98ADD8,#C4D1EA);
}

button[disabled],
input[type='submit'][disabled] {
    background-color: #BFCDE8;
    background-image: none;
    border: solid 1px #8EA8D7;
    color: #8EA8D7;
}

.feedback {
    color: red;
    font-weight: bold;
}

form.general h2 {
    font-size: 18px;
    margin: 18px 0 0 0;
}

form.general .dependent {
    margin-left: 50px;
}

form.general label {
    display: block;
    font-weight: bold;
    margin: 12px 0 0 0;
}

form.general label.formattedAddress {
    display: block;
    font-weight: normal;
}

form.general label[for="fedexAccountNumber"] {
    display: block;
}

form.general input[type='email'],
form.general input[type='submit'],
form.general input[type='text'],
form.general input[type='url'],
form.general textarea {
    display: block;
}

form.general input[type='submit'] {
    margin: 12px 0 0 0;
}

form.general .buttons {
    margin: 12px 0 0 0;
    text-align: left;
}

form.general .buttons button,
form.general .buttons input[type="submit"] {
    display: inline;
    float: none;
    margin: 0;
    position: static;
}


.error {
    display: none;
    font-size: 12px !important;
    z-index: 10000;
}

/* Error page */

.processingException {

}

.stackTrace {
    color: #808080;
    font-size: 11px;
}

/* General list of links */

ul.links {
    line-height: 150%;
    list-style: disc inside;
    margin: 0 0 6px 0;
}

.new {
	border: none;
	color: #ffffff !important;
    font-size: 14px;
    font-stretch: expanded;
	font-style: normal;
	font-weight: 900;
	text-decoration: none !important;
    text-transform: uppercase;
	padding: 3px;

    background-color: #3165a7;
    background: -webkit-gradient(linear, left top, right top, from(#3165a7), to(#305696));
    background: -moz-linear-gradient(top left,#3878bd,#305696);

    position: relative;
    bottom: 4px;
}

.newmicro
{
	color: #ffffff;
	font-size: 10px !important;
	font-style: normal;
	font-weight: 100;
	text-decoration: none;
	text-transform: uppercase;
	padding: 1px 3px 1px 3px;
	border: none;

	background-color: #3165a7;
    background: -webkit-gradient(linear, left top, right top, from(#3165a7), to(#305696));
    background: -moz-linear-gradient(top left,#3165a7,#305696);

    position: relative;
    bottom: 1px;
}

.exclusive {
	border: none;
	color: #ffffff !important;
    font-size: 14px;
    font-stretch: expanded;
	font-style: normal;
	font-weight: bold;
	text-decoration: none !important;
    text-transform: lowercase;
    padding: 3px;

    background-color: #97162f;
    background: -webkit-gradient(linear, left top, right top, from(#b5102e), to(#731729));
    background: -moz-linear-gradient(top left,#b5102e,#731729);

    position: relative;
    bottom: 4px;
}

.exclusivemicro
{
	color: #ffffff;
	font-size: 10px !important;
	font-style: normal;
	font-weight: 100;
	text-decoration: none;
	text-transform: lowercase;
	padding: 1px 3px 1px 3px;
	border: none;

	background-color: #97162f;
    background: -webkit-gradient(linear, left top, right top, from(#b5102e), to(#731729));
    background: -moz-linear-gradient(top left,#b5102e,#731729);

    position: relative;
    bottom: 1px;
}

.gmpapi {
	border: none;
	color: #ffffff !important;
    font-size: 14px;
    font-stretch: expanded;
	font-style: normal;
	font-weight: 100;
	text-decoration: none !important;
	padding: 3px;
	
    background-color: #009c9b;
    background: -webkit-gradient(linear, left top, right top, from(#00b19f), to(#008990));
    background: -moz-linear-gradient(top left,#00b19f,#008990);
    
    position: relative;
    bottom: 4px;
}

.gmpapi strong {
	font-weight: 900;
}

.gmpapimicro {
	color: #ffffff;
	font-size: 10px !important;
	font-style: normal;
	font-weight: 100;
	text-decoration: none;
	text-transform: none;
	padding: 1px 3px 1px 3px;
	border: none;

	background-color: #009c9b;
    background: -webkit-gradient(linear, left top, right top, from(#00b19f), to(#008990));
    background: -moz-linear-gradient(top left,#00b19f,#008990);

    position: relative;
    bottom: 1px;
}

.gmpapimicro strong {
	font-size: 10px !important;
    font-weight: 900;
}

.myassays {
	border: none;
	color: #ffffff !important;
    font-size: 14px;
	font-style: normal;
    font-weight: bold;
	text-decoration: none !important;
    padding: 3px;

    background-color: rgb(49,198,255);
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(49,198,255)), to(rgb(115,215,255)));
    background: -moz-linear-gradient(-90deg,rgb(49,198,255),rgb(115,215,255));

    position: relative;
    bottom: 4px;
}

.myassaysmicro
{
	color: #ffffff;
	font-size: 10px !important;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	padding: 1px 3px 1px 3px;
	border: none;

	background-color: rgb(49,198,255);
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(49,198,255)), to(rgb(115,215,255)));
    background: -moz-linear-gradient(-90deg,rgb(49,198,255),rgb(115,215,255));

    position: relative;
    bottom: 1px;
}



#loading {
    color: #0d3c63;
    font-size: 36px;
    font-weight: bold;
    margin: 0 auto 12px auto;
    text-align: center;
}

#loading .blink {
    text-decoration: blink;
}

/* special instructions for illustrations */

div.illustration
{
	text-align: center;
	padding: 15px;
}

div.illustration img
{
}

div.illustration div.caption
{
	padding: 5px;
	font-weight: bold;
	font-size: smaller;
}


/* jQuery Tools tooltips start out invisible */
.tooltip {
    display: none;
    z-index: 1000;
    border: solid 2px #a0a0a0;
    background-color: white;
    padding: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;

    -webkit-box-shadow: 3px 3px  12px #a0a0a0;
    -moz-box-shadow: 3px 3px 12px #a0a0a0;
}

/* Site map */

#sitemap .page {
    width: 30em;
}

/* Sprite icons */

[data-icon] {
    background-image: url('../images/sprites.png');
}

[data-icon="search"] {
   display: block;
    width: 20px;
    height: 20px;
    background-position: -150px -200px;
}

[data-icon="account"] {
    padding: 0 22px 0 0;
    background-position: 0 -200px;
}

[data-icon="contact"] {
    padding: 0 20px 12px 0;
    background-position: -25px -200px;
}

[data-icon="cart-empty"] {
    padding: 0 25px 0 0;
    background-position: -50px -200px;
}

[data-icon="cart-full"] {
    padding: 0 25px 0 0;
    background-position: -100px -200px;
}

[data-icon="close"] {
    padding: 14px 14px 0 0;
    background-position: 0 -250px;
}

/* SKU area */

/* initially hidden */

.skuCart {
    display: none;
    margin: 5px 0 0 0;
}

.skuCart input.quantity.active {
    border: 1px solid #050;
    background-color: #CCFBC8;
}

.skuCart input.quantity.inactive {
    border: 1px solid #000;
    background-color: #fffff0;
}

.skuCart input.quantity.success {
    border: 1px solid #355D90;
    background-color: #DDEBFB;
}

.skuCart input.quantity.error {
    border: 1px solid #900;
    background-color: #fff0f0;
}

.skuCart input.update.active {
    border: 2px solid #666;
    background-color: #ccc;
    color: #666;
}

.skuCart input.update.inactive {
    border: 2px solid #ccc;
    background-color: #e8e8e8;
    color: #ccc;
}

.skuCart .notice.error {
    border: 1px solid #900;
    background-color: #900;
    color: #fff0f0;
}

.skuCart .notice.processing {
    border: 1px solid #880;
    background-color: #ffc;
    color: #880;
}

.skuCart .notice.success {
    border: 1px solid #355D90;
    background-color: #355D90;
    color: #DDEBFB;
}

.skuCart .notice.update {
    border: 1px solid #ccfbc8;
    background-color: #050;
    color: #050;
}

.cartvm {
    margin: 0 10px 10px 0;
}

.cartvm td {
    vertical-align: top;
}

.cartvm td.notes {
    color: #993300;
}

.cartvm .catalogNumber,
.cartvm .size,
.cartvm .price,
.cartvm .subtotal,
.cartvm .total  {
    text-align: right;
    white-space: nowrap;
}

.cartvm .product,
.cartvm .notes {
    white-space: normal;
}

.cartvm .product {
    width: 200px !important;
}
.cartvm .notes {
    width: 400px !important;
}

.cartvm tr.total td {
    border-top: solid 1px #3473b7;
    background-color: #fff;
    font-weight: bold;
}

[data-northamericabackground] {
    background-image: url(../images/na.png);
    background-position: 63% -125px;
    background-repeat: no-repeat;
}

[data-northamericabackground] thead,
[data-northamericabackground] tfoot {
    background-image: none !important;
}

[data-northamericabackground] tbody tr {
    opacity: 0.9;
}

[data-northamericabackground] tbody tr td {

    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}

skuCart a {
    display: block;
}

.pricingDisclaimer {
	font-size: 10px;
}

.bulkTooltip {
    font-style: italic;
}

#bulkTooltip {
    max-width: 350px;
}

/* Product qualifiers tables */

#productQualifiers {
}

#productQualifiers *,
.productTable * {
    white-space: normal;
}

#productQualifiers tr .category,
#productQualifiers tr .type {
	text-align: left;
}

#productQualifiers tr .category a {
    white-space: nowrap;
}

#productQualifiers tr .count,
#productQualifiers tr .newcount {
	text-align: right;
}

#productQualifiers tr .type {
    white-space: nowrap;
}

/* Standard poduct tables */

/* Display once styled by DataTables */

.productTable {
    display: none;
}

.productTable tr td {
    vertical-align: middle;
}
.productTable .mojo,
.productTable .urlname,
.productTable .keywords {
    display: none;
}

.productTable .product {
    padding-top: 2px; /* Compensate for tall product names */
    text-align: left;
    width: 100%;
}

.productTable .product .synonym {
    font-size: 11px;
}
.productTable .catalogNumber,
.productTable .pricing,
.productTable .casNumber,
.productTable .purity {
    text-align: right;
}

.productTable .exclusive,
.productTable .image {
    text-align: center;
}

.productTable .introductionDate {
    text-align: left;
}

.productTable img.thumbnail {
    max-width: 200px;
}

.productTable .pricing tr td,
.productTable .casNumber {
    white-space: nowrap;
}

.productTable .pricing {
}

.productTable .pricing table {
    margin: 0 6px 0 auto;
}

.productTable .pricing table tr td {
    padding: 0 0 0 6px;
    text-align: right;
}

.productTable .product a {
    color: rgb(8,53,163);
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: underline;
}

.productTable .tagline .scientificMarkup {
    color: rgb(32,32,32);
    font-style: italic;
    font-weight: 500;
}

.productTable .blurb,
.productTable .tagline {
    margin: 10px 0 0 0;
}

.productTable .blurb .scientificMarkup {
    font-size: 13px;
    line-height: 175%;
}

.productTable .blurb .scientificMarkup .attribute {
    font-weight: 600;
}


/*
    Product tables with tall, text-heavy rows gets special top-alignment
*/

.productTable tr.tall td {
    vertical-align: top;
}

.productTable tr.tall td {
    padding-top: 6px;
}

.productTable tr.tall img.thumbnail {
/*    max-width: 125px;*/
}

.productTable tr.tall img.tooltip {
    /*max-width: 600px*/
}

/* Short datatables-managed table */

.productList {
    margin: 0 0 12px 0;
}
.productList .product {
    white-space: nowrap;
}

/* Chemical product page */

#chemicalProduct {
    width: 100%;
}

#chemicalProduct a {
    text-decoration: none;
}

#chemicalProduct a:hover {
    text-decoration: underline;
}

#chemicalProduct .column {
    text-align: left;
    vertical-align: top;
    width: 50%;

}

#chemicalProduct #a {
    padding-right: 12px;
}

#chemicalProduct .catalogNumber {
    font-size: 14px;
    font-weight: 500;
}

#chemicalProduct .synonym {
    color: rgb(128,128,128);
    font-size: 14px;
}

#chemicalProduct #productImage {
    margin: 12px 0 18px 0;
    max-width: 440px;
    text-align: right;
    vertical-align: bottom;
}

#chemicalProduct #productImage:hover {
	box-shadow: 0 0 5px #1677aa;
	-moz-box-shadow: 0 0 5px #1677aa;
	-webkit-box-shadow: 0 0 5px #1677aa;

    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}

#chemicalProduct #analysisTools {
    display: block;
    margin-bottom: 12px;
}

#analysisToolsOverlay a.button {
    display: block;
    margin: 0 0 0 auto;
    text-align: right;
}

#myAssaysLink {
    display: block;
    margin: 0 0 1ex 0;
}

#XmyAssaysLink img {
    max-height: 20px;
}

#myAssaysLink * {
    vertical-align: middle;
}

#chemicalProduct #seeMoreProductQualifiers {
	 margin: 0 0 12px 0;
}

#chemicalProduct #seeMoreProductQualifiers th {
    padding: 0 6px 0 0;
    white-space: nowrap;
}

#chemicalProduct #seeMoreProductQualifiers a:hover {
    text-decoration: underline;
}

#chemicalProduct .licensing {
	color: #404040;
	font-style: italic;
	margin: 6px 0 6px 0;
}

#chemicalProduct .productNote {
	color: #993300;
	border: dotted 1px #993300;
    margin: 6px 6px 12px 0;
	padding: 6px;
}

#chemicalProduct .productNote a:hover {
    text-decoration: underline;
}

#chemicalProduct #description {
	margin: 0 0 12px 0;
}

#chemicalProduct #description .attribute {
    font-weight: 600;
}

#chemicalProduct #description * {
	line-height: 22.5px !important;
}

#chemicalProduct .referenceText,   /* temporarily hide tooltip content to be revealed by jQuery Tools tooltip */
#chemicalProduct .referenceText .referenceIndex {   /*  permanently hide reference numbers */
    display: none;
}

#chemicalProduct .referenceText {
    border: solid 2px #a0a0a0;
    background-color: #f8f8f8;
    padding: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;

    -webkit-box-shadow: 3px 3px  12px #a0a0a0;
    -moz-box-shadow: 3px 3px 12px #a0a0a0;

    width: 400px;
    z-index: 1000 !important;
}

#chemicalProduct .blurbReference {
    color: #0000ff;
    text-decoration: underline;
}

#chemicalProduct .blurbReference:after {
    content: '↗';
}

#chemicalProduct #data {
    font-size: 13px;
    margin: 0 0 12px 0;
}

#chemicalProduct #data tr:nth-child(even),
#chemicalProduct #kitContents tr:nth-child(even),
#chemicalProduct #relatedProducts tr:nth-child(even) {
    background-color: #f0f0f0;
}

#chemicalProduct #data tr:nth-child(odd),
#chemicalProduct #kitContents tr:nth-child(odd),
#chemicalProduct #relatedProducts tr:nth-child(odd) {
    background-color: #f8f8f8;
}

#chemicalProduct #data th,
#chemicalProduct #data td {
    padding: 4px;
    vertical-align: top;
}

#chemicalProduct #data th {
    text-align: right;
    white-space: nowrap;
    width: 33%;
}

#chemicalProduct #data td {
    text-align: left;
}

#chemicalProduct #data #specificity {
    margin-top: -3px;
    width: 100%;
}


#chemicalProduct #data .specificity {
    text-align: right;
}

#chemicalProduct #data #specificity .overflow,
#chemicalProduct #references .overflow,
#chemicalProduct #relatedProducts .overflow {
    display: none;
}

#chemicalProduct #libraries {
    background-color: rgb(190,210,230);
    margin: 12px;
    padding: 6px;
}

#chemicalProduct #libraries a:hover {
    text-decoration: underline;
}

#chemicalProduct #kitContents caption {
    font-weight: bold;
    margin: 0 0 6px 0;
    padding: 3px;
}

#chemicalProduct #kitContents td {
    padding: 3px;
}

#chemicalProduct #kitContents a:hover {
    text-decoration: underline;
}

#chemicalProduct #kitContents .childProductName {
}

#chemicalProduct #kitContents .measureDisplay {
	text-align: left;
    white-space: nowrap;
}

#chemicalProduct #relatedProducts {
	margin: 0 0 12px 0;
    width: 100%;
}

#chemicalProduct #relatedProducts td {
    padding: 3px 6px;
}

#chemicalProduct #relatedProducts a:hover {
    text-decoration: underline;
}

#chemicalProduct #downloadsHeading {
    margin: 12px 0 0 0;
}

#chemicalProduct #pdfLinks {
    border-collapse: collapse;
    border-spacing: 0;
}

#chemicalProduct #pdfLinks img {
    margin: 0 6px 0 0;
}

#chemicalProduct #references p {
    line-height: 133%;
}

#chemicalProduct #cofaResult {
    min-width: 450px;
}

/* Suppress all background color */
#chemicalProduct #cofaResult * {
    background-color: #ffffff;
}

/* Library plate layout diagram */

#plateLayout
{
	border-collapse: collapse;
	border-spacing: 0;
    margin: 0 auto 0 0;
}

#plateLayout thead td,
#plateLayout tbody td {
    font-size: 13px;
    
    width: 24px !important;
	height: 24px;

	text-align: center !important;
	vertical-align: middle;
}

#plateLayout td.header
{
	font-weight: bold;
}

#plateLayout .well
{
        cursor: pointer;
		font-size: 16px;
}

#plateLayout .unoccupied
{
	color: #808080;
}

#plateLayout a, #plateLayout a:visited
{
	color: rgb(0,90,190);
	text-decoration: none;
}

#plateLayout .instructions
{
	font-style: italic;
    font-size: 11px;
	text-align: left;
	vertical-align: top;
}

#plateLayout .tooltip {
    display: none;

    border: solid 2px #a0a0a0;
    background-color: white;
    font-size: 15px;
    font-weight: bold;
    padding: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;

    -webkit-box-shadow: 3px 3px  12px #a0a0a0;
    -moz-box-shadow: 3px 3px 12px #a0a0a0;
}

#plateLayout .tooltip img {
    display: block;
    margin: 6px 0 0 0;
}


/* Library plate flat list */

.libraryContents {
	margin: 0 0 12px 0;
}

#libraryContents_length {
    float: left;
}

.libraryContents .unused td {
    color: #000;
}

.libraryContents .address,
.libraryContents .plate
{
    text-align: center;
    vertical-align: top;
}

.libraryContents .contents
{
    text-align: left;
    vertical-align: top;
}

/* Search results */

.dataTables_wrapper {
    background-color: #f0f0f0;
}

.dataTables_wrapper .a {
    float: left;
    text-align: left;
}

.dataTables_wrapper .b {
    float: right;
    text-align: right;
}

.dataTables_wrapper table {
    clear: both;
}


/* Employment page */

table#jobs {
    margin: 0 0 20px 0;
}

table#jobs .jobid {
    white-space: nowrap;
}

table#jobs .title {
    min-width: 350px;
}

#employmentApplication {
    min-width: 700px;
    padding: 20px;
}

#employmentApplication h1 {
    font-size: 18px;
    margin-bottom: 24px;
}

#employmentApplication .buttons {
    text-align: right;
}

#employmentApplication fieldset {
    border: solid 1px #000000;
    margin-bottom: 24px;
    padding: 0 12px 12px 12px;

    -moz-border-radius: 12px;

    position: relative;
}
#employmentApplication fieldset.required {
    background-color: #fff0f0;
    border: solid 1px #ff8080;
}

#employmentApplication fieldset.optional {
    background-color: #f0fff0;
    border: solid 1px #80ff80;
}


#employmentApplication fieldset > legend {
    color: #000000;
    font-weight: bold;
    margin: 0 0 0 auto;
    padding: 6px;

    border-radius: 0 6px;
    -moz-border-radius: 0 6px;

    position: absolute;

    top: 0;
    right: 12px;
}
#employmentApplication fieldset.required > legend {
    background-color: #ff8080;
}

#employmentApplication fieldset.optional > legend {
    background-color: #80ff80;
}

/*
	Staff Bio Section
*/

.biography {
    margin: 18px 0 18px 0;
}

.biography .image {
    height: 100%;
    padding: 3px 0 0 0;
    vertical-align: top;
}

.biography .info {
    font-size: 14px;
    line-height: 125%;
    padding: 0 0 0 12px;
}

.biography .nameTitle {
    font-size: 14px;
    margin: 0 0 0 0 !important;
}

.biography .name {
    font-weight: bold;
    letter-spacing: 1px;
}

.biography .title,
.biography .education {
    font-style: italic;
}

.biography .copy {
    margin: 12px 0 0 0;
}

/* Services area */

.servicesContainer
{
    margin: 12px 0 0 0;
}

.servicesContainer p, .servicesContent > ul {
    margin: 0 0 12px 0;
}

.servicesContainer tr td.servicesBranding,
.servicesContainer tr td.servicesContent
{
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.servicesContainer tr td.servicesBranding img
{
    display: block;
    margin: 0 0 6px 0;
}

.servicesContainer tr td.servicesContent
{
    padding: 0 0 0 24px;
}

.servicesContainer tr td.servicesContent > p:first-child
{
    margin-top: 0;
}

.servicesContainer tr td.servicesContent h2
{
    font-size: 18px;
    margin: 24px 0 12px 0 ! important;
    padding: 0;
}

.servicesContainer tr td.servicesContent h2 > ul
{
    margin-top: 6px;
}

.servicesContainer ul li {
    line-height: 150%;
    list-style-type: disc;
    margin: 0 0 0 15px;
}

.servicesContainer ul li ul li {
    list-style-type: circle;
    margin: 0 0 0 30px;
}

.servicesContact {
    font-size: 12px;
    margin: 12px 0 0 0;
}

#assayServiceList {
    margin: 0 0 24px 0;
}

#assayServiceList .catalogNumber {
	text-align: right;
}

#assayServiceList .assay {
	text-overflow: clip;
	word-wrap: break-word;
}

.analyticalApplication {
    margin: 24px 0 12px 0;
}

/* Yin yang table */

table#yinYang {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
table#yinYang tr td {
    padding: 0 6px 0 6px;
    vertical-align: top;
    width: 50%;
}

/* yin yang image */

img#yinYang {
    display: block;
    margin: 0 auto;
}

/* hpgds poster */

table#hpgdsPoster {
    margin: 0 0 12px 0;
}

table#hpgdsPoster tr td {
    padding: 0 12px 0 0;
    vertical-align: middle;
}

/* Contact.vm */

table.contactInformation {
    margin: 24px 0 0 0;
}

table.contactInformation tr td
{
    vertical-align: top;
    width: 50%;
}

div.contactBox div,
div.contactBox ul
{
    padding: 3px;
}

div.contactTitle
{
    font-size: 15px;
    font-weight: bold;
}

.contactDetails
{
    font-size: 13px;
    line-height: 4ex;
    margin: 0 0 12px 0;
    white-space: nowrap;
}

div.utm
{
    color: #808080;
    font-size: 13px;
}

span.utmGrid
{
    color: #404040;
}

/* Browser.vm */

#browsers {
    line-height: 150%;
    margin: 0 0 12px 24px;
}


/* ConferenceSchedule.vm */

#conferenceList .startDate,
#conferenceList .endDate,
#conferenceList .dates {
    white-space: nowrap;
}

#conferenceList .booth,
#conferenceList .dates {
    text-align: right;
}

#conferenceList .location {
    min-width: 10em;
}
#conferenceList .conference .tagline {
    margin: 0 0 0 0;
    font-style: italic;
}

#conferenceList .conference .blurb {
    margin: 6px 0 0 0;
}

#conferenceList .conference .blurb img {
    float: left;
    margin: 3px 9px 0 0;

    max-height: 120px;
    max-width: 120px;
}

#conferenceList .conference .name,
#conferenceList .conference .name a {
    font-size: 16px;
}

/* FAQ section */

.faq p.question {
    font-weight: bold;
    margin: 0 0 12px 0;
}

.faq p.answer {
    font-weight: normal;
    margin: 0 0 36px 0;
}

.faq .header {
    color: #2a5690;
    float: left;
    font-size: 24px;
    font-weight: bold;
    margin: 0 12px 0 0;
}

.faq img {
    display: block;
    margin: 0 auto;
}

table#knowledgeBase tr td{
}

table#knowledgeBase .question {
    min-width: 475px;
}

table#knowledgeBase .question {
    font-weight: normal;
}

table#knowledgeBase .image {
    max-width: 250px;
}

table#knowledgeBase .image img.thumbnail {
    max-width: 125px;
    max-height: 125px;
}

table#knowledgeBase .image img.tooltip {
    max-width: 500px;
    max-height: 200px;
}

/* Global Buyer's guide */
.distributorsRegionalMap {
    margin: 0 0 12px 0;
    text-align: center;
}

.distributorsRegionalMap img {
     border: solid 2px #005baa;
}

/* QuickAccess.vm */
table.globalBuyersGuideQuickAccess
{
    text-align: center;
}

table.globalBuyersGuideQuickAccess tr td
{
    font-size: 10px;
    padding-top: 2ex;
    padding-bottom: 1ex;
}

table.globalBuyersGuideQuickAccess tr td.submit
{
    text-align: right;
    vertical-align: top;
}

table.globalBuyersGuideQuickAccess tr td.select
{
    padding-left: 1em;
    text-align: left;
    vertical-align: top;
}

/* Territory.vm */
div.territory
{
    line-height: 150%;
    margin-bottom: 5ex;
}

div.distributor
{
    margin-top: 16px;
    margin-left: 8px;
}

div.distributor div.title
{
    padding-top: 3px;
    padding-bottom: 3px;
}

div.distributor div.domicileCountry
{
    font-style: italic;
}

span.country
{
    font-style: italic;
    color: #008888;
}

div.subdivision
{
    padding-top: 2ex;
    font-style: normal;
    font-size: 16px;
}

span.name
{
    font-weight: bold;
}

.caymanSalesNote
{
    font-size: 16px;
    background-color: #fffff0;
    border: dotted 1px #0000c0;
    color: #000080;
    font-style: italic;
    line-height: 150%;
    margin-top: 2ex;
    padding: 1em;
}

.caymanEuropeSubdistributors
{
    background-color: #fffff0;
    border: dotted 1px #0000c0;
    color: #000080;
    line-height: 150%;
    margin-top: 2ex;
    padding: 1em;
}

/* Proteins.vm */

#proteinButtonPanelContainer
{
	border-collapse: separate;
	border-spacing: 8px;
	width: 100%;
}

#proteinButtonPanel
{
	border-collapse: separate;
	border-spacing: 8px;
	width: 600px;
}

#proteinButtonPanel td.proteinButton
{
	background-color: #d9edff;
	color: #426e9c;
	font-size: 14px;
	font-weight: bold;
	height: 50px;
	margin: 8px;
	padding: 4px;
	text-align: center;
	vertical-align: middle;
	width: 45%;
}

.proteinsList li
{
	list-style-type: none;
	text-indent: -3em;
}

.proteinsList .highMojo
{
	font-weight: bold;
}

a.proteinButton,
a.proteinMainButton
{
	display: block;
	margin: 12px;
	text-decoration: none;
}

a.proteinButton:hover
{
	text-decoration: underline;
}

/* Prostaglandin APIs */

#apiMilestones {
    display: block;
    margin: 6px auto 6px auto;
}

#apiProgression {
    display: block;
    margin: 0 auto 12px auto;
}

table#apiFacilities {
    margin: 0 auto;
}

table#apiFacilities tr td,
table#apiFacilities tr th {
    padding: 3px;
    text-align: center;
}

/* Ann Arbor column */
table#apiFacilities tr .annArbor {
}

/* Ann Arbor column */
table#apiFacilities tr .attribute {
    font-weight: bold;
    white-space: nowrap;
}

/* Neratovice column */
table#apiFacilities tr .neratovice {
}

/* ChemAssistant Tools */

#tools .name {
    min-width: 300px;
}

#tools .name a {
    font-size: 16px;
    font-weight: bold;
}

.toolsLink {
    display: block;
    margin: 12px 0 0 0;
}

.toolsTagline {
    font-size: 15px;
    font-style: italic;
    font-weight: normal;
    margin: 12px 0 0 0;
}

.toolsBlurb {
    margin: 12px 0 0 0;
}


/*
	Precellys
*/

/* Blurb under background image one precellys home page */
#precellysMoreInformation {
	font-weight: bold;

    margin: 0;
    padding: 0;

    float: right;
    width: 274px;

    position:relative;
    top: -200px;
}

.precellysVideo {
    margin: 0 0 12px 0;
}

table.precellysProtocol {
    margin-bottom: 12px;
}

table.precellysProtocol .speed,
table.precellysProtocol .cycles,
table.precellysProtocol .length {
    text-align: center;
}
#precellysBanner {
    margin: 12px 0 12px 0;
}

#precellysApplicationForms tr th, #precellysApplicationForms tr td
{
	vertical-align: top;
	padding: 6px;
}

#precellysApplicationForms h5
{
    font-weight: bold;
}

.precellysArticle table
{
    border-collapse: collapse;
    margin-bottom: 4px;
}

.precellysArticle table tr th,
.precellysArticle table tr td
{
    padding: 6px;
    vertical-align: top;
}

.precellysArticle table tr th
{
    background-color: #f0f0f0;
    text-align: right;
}

.precellysArticle table tr td
{
    background-color: #f8f8f8;
}

.precellysArticle table tr td a
{
    font-family: monospace;
}

#precellysNavigation
{
    margin: 0 0 24px 0;
    padding: 0;
}

#precellysNavigation li
{
    background-color: #f8f8f8;
    font-size: 16px;
    display: inline;
    padding: 6px;
}

#precellysNavigation li span.active
{
    font-weight: bold;
}

#precellysNavigation li a
{
    text-decoration: none;
}

#precellysNavigation li a:hover
{
    text-decoration: underline;
}

#precellysTech4
{
    border: solid 1px #4b515f;
    border-collapse: collapse;
    margin-right: 18px;
}

#precellysTech4 tr td
{
    background-color: #c1dfea;
    color: #4b515f;
    font-size: 10px;
    font-weight: bold;
    margin: 0;
    padding: 5px;
    text-align: center;
    vertical-align: top;
}

#precellysTech4 tr td.device
{
    background-color: #4b515f;
}

#precellysTech4 img
{
    border: solid 1px #4b515f;
}

#precellysTech4 hr
{
    background-color: #4b515f;
    color: #4b515f;
    height: 2px;
}

#precellysQuickStartUserMode tr td {
    padding: 0 12px 0 0;
    vertical-align: middle;
}


#precellysQuickStartUserMode ul {
    list-style-type: disc;
    margin: 0 0 0 12px;
}

#precellysProtocols tr th {
    font-weight: normal;
    padding: 12px 0 0 0;
}

#precellysProtocols tr td {
    padding: 0 12px 0 0;
    vertical-align: top;
}

/*
    Currents
*/

h1.currentsHeadline
{
	color: #202020;

	font-size: 16px;
	font-style: italic;
	font-weight: normal;

	line-height: 150%;
}

div.currentsFigure
{
	background-color: #fff;
	border: solid 2px #f0f0f0;

	padding: 0;
	margin-bottom: 1ex;

	-moz-border-radius: 0 0 18px 18px;
}

div.currentsFigure h6
{
	background-color: #f0f0f0;
	color: #101010;

	margin: 0;
	padding: 1ex;

	font-size: 9px;
}

div.currentsFigure .content
{
	padding: 1ex;

	background-color: #fff;
}

div.currentsFigure p.caption
{
	background-color: #fff;

	font-style: italic;
	padding: 0 1em 1ex 1em;
}

div.currentsArticle .purpleHeading
{
	background-color: #800080;
	color: #ffffff;

	padding: 1ex;
}

div.currentsFigure table.specificity
{
	background-color: #ffffff;
	border: none;
	margin: 1ex;
}

div.currentsFigure table.specificity tr td
{
	border: none;
	background-color: #ffffff;
}

div.currentsFigure table.specificity tr td.value
{
	text-align: right;
}

div.currentsFigure img.figure {
    max-width: 800px;
}


div.currentsArticle p
{
	line-height: 200%;
}


div.currentsArticle h1
{
	line-height: 150%;
}

div.currentsArticle h3
{
	font-style: italic;
	font-weight: normal;
}

div.currentsArticle table
{
	border: solid 1px #808080;
	border-collapse: collapse;
}

div.currentsArticle table tr th, div.currentsArticle table tr td
{
	background-color: #f8f8f8;
	border: solid 1px #f0f0f0;
	border-collapse: collapse;
	padding: 1ex;
	text-align: left;
	vertical-align: top;
}

div.currentsArticle ol li
{
	line-height: 200%;
}

div.currentsArticle div.sidebar
{
	background-color: #f8f8f8;
	border: double 1px #f0f0f0;
	color: #080808;

	margin: 1em;
	padding: 0 1em 1ex 1em;
}

table.currentsProductList
{
	border: solid 2px #8080ff !important;
}

table.currentsProductList tr th.caption
{
	background-color: #8080ff;
	color: #ffffff;


	font-weight: bold;
	text-align: left;
}

table.currentsProductList tr th
{
	border-bottom-width: 2px;
	background-color: #f0f0ff;
}

table.currentsProductList tr td
{
	background-color: #f0f0f0;
}


.referenceGroupTitle {
    font-weight: bold;
}


/* Press releases */

#pressReleases td,
#pressReleases th {
    white-space: nowrap;
}

#pressReleases td {
    font-weight: normal;
}

table.pressReleaseHeader {
    border-collapse: collapse;
    border-spacing: 0;

    margin: 0 0 18px 0;
}

table.pressReleaseHeader tr td {
    border: solid 1px #000;
    padding: 5px;

    text-align: left;
    vertical-align: top;
}

table.pressReleaseHeader tr td.company {
    text-transform: uppercase;
}

/* Kit Recommendations */

h2.kitRecommendation {
    font-size: 20px;
    margin: 24px 0 12px 0;
}

a.kitRecommendation {
    display: block;
    margin: 0 0 12px 0;
}

table.kitRecommendation .catalogNumber {
    text-align: right;
}

table.kitRecommendation img.checkMark {
    display: block;
    margin: 0 auto;
}

table.kitRecommendation ul {
    list-style-type: disc;
    margin: 0 0 0 12px;
    
}

table.kitRecommendation ul li {
    margin: 0 0 6px 0;
}

table.kitRecommendation .product a {
    font-weight: normal;
}

table.kitRecommendation .product .tagline {
    font-style: italic;
    padding: 12px 0 0 0;
}

/* Landing page style */

.landing {
    background-image: url(http://images.caymanchem.com/graphPaper.png);
    background-position: top right;
    background-repeat: no-repeat;
    padding: 0 440px 0 0;
}

.landing .copy {
}

/* Screening library landing page */

#plateCarouselContainer {
    background-color: transparent;
    position: relative;
    top: -25px;
}

#plateCarousel {
    background-color: transparent;
    margin: 0 auto;
    text-align: center;
    width: auto;
}

#plateCarousel .plateCarouselSlide {
    border: none 1px #000;
    height: 375px;
    margin: auto auto 0 auto;
    position: relative;
    text-align: center;
    width: 100%;
}

#plateCarousel .plateCarouselSlide h3.name {
    font-size: 24px;
    height: auto;
    left: 10px;
    position: absolute;
    text-align: left;
    top: 0;
}

#plateCarousel .plateCarouselSlide img {
    border: none 1px #000;
    bottom: 10px;
    left: 10px;
    position: absolute;    
}

#plateCarousel .plateCarouselSlide p {
    height: auto;
    left: 525px;
    position: absolute;
    text-align: left;
    top: 45px;
    width: auto;
}

#plateCarousel .plateCarouselSlide table {
    height: auto;
    left: 525px;
    position: absolute;
    text-align: left;
    top: 260px;
}

#plateCarousel .plateCarouselSlide table tr td,
#plateCarousel .plateCarouselSlide table tr th {
    font-weight: bold;
    padding: 3px;
    text-align: left;
}

#plateCaouselControl {
    border-collapse: separate;
    border-spacing: 12px 0;
}

#plateCarouselControl td,
#plateCarouselControl th {
    background-color: #808285;
    border-right: solid 3px #ffffff;
    color: #ffffff;

    font-size: 12px;
    padding: 3px;
}


#plateCarouselControl td.name {
    font-weight: bold;
    vertical-align: top;
}
#plateCarouselControl td.catalogNumber {
    padding-top: 6px;
    vertical-align: bottom;
}

#plateCarouselControl td.activeSlide {
    background-color: #bcbec0;
}

/*
    Analysis Tools downloads and instrucitons
*/

ul.analysisDownloads {
    list-style-type: disc;
    margin: 0 20px 3px 35px;
}

ul.analysisDownloads li {
    line-height: 125%;
}

.downloadHelp {
    padding: 4px;
    font-size: 11px;
    color: #202020;
}

/* High-throughput screening center (HTS) */

table.htsProductMatrix tr td
{
    text-align: left;
    vertical-align: top;
}

table.htsProductMatrix tr td div.productName
{
}

table.htsProductMatrix tr td div.productThumbnail
{
    padding: 1ex;
    text-align: center;
}

table.htsProductMatrix tr td div.productThumbnail img
{
    background-color: #ffffff;
    border: solid 1px #f0f0f0;
    padding: 1ex;
    -moz-border-radius: 12px;
}

table.htsProductMatrix tr td div.productPricing
{
    font-style: italic;
    text-align: center;
}

table.htsProductMatrix tr td div.productPricing table.productPricing tr td
{
    font-style: italic;
    margin: 0;
    padding: 0;
}

table.htsProductMatrix tr td div.productPricing table.productPricing tr td.sizeDescription
{
    text-align: right;
}

table.htsProductMatrix tr td div.productPricing table.productPricing tr td
{
    text-align: center;
}

table.htsProductMatrix tr td div.productPricing table.productPricing tr td
{
    text-align: right;
}

table.htsProductMatrix tr td span.comingSoon, span.fileSize
{
    font-style: italic;
}

table#htsProductMatrix tr th,
table#htsProductMatrix tr td {
    text-align: center;
}

table.htsProductMatrix sub {
    font-size: smaller;
}


/* Recombinant proteins table */

#recombinantProteins .product {
    min-width: 350px;
}

#recombinantProteins .mw {
    text-align: right;
}

#recombinantProteins .shortName,
#recombinantProteins .source {
    white-space: nowrap;
}

/* Posters landing page */

#posters {
    margin: -12px auto 12px auto;
}

#posters tr td {
    text-align: center;
    vertical-align: middle;
}

#posters p.title {
    font-size: 16px;
    font-weight: bold;
}

#posters img {
    display: block;
    margin: 20px auto;
    width: 200px;
    height: 134px;
}

#posters button {
    display: block;
    margin: 12px auto 24px auto !important;
}

/* Purchasing platforms */

#purchasingPlatforms {
    margin: 0 auto;
}

#purchasingPlatforms tr td {
    padding: 6px 12px;
    text-align: center;
}

#purchasingPlatforms tr td.logo {
    vertical-align: middle;
}

#purchasingPlatforms tr td.domain {
    vertical-align: top;
}

/* Supplier logo array */

#suppliers {
    margin: 0 auto;
}

#suppliers tr td {
    padding: 6px 18px;
    text-align: center;
}

#suppliers tr td.logo {
    vertical-align: bottom;
}

/* Cox-2 Inhibitors landing page */

table#coxInhibitors .catalogNumber,
table#coxInhibitors .cox1,
table#coxInhibitors .cox2,
table#coxInhibitors .selectivityRatio {
    text-align: center;
}

/* EIAs for Leukotriene Research and Isoprostane landing page */

#eialtMap, #isoprostaneMap {
    margin: 12px auto 12px auto;
    text-align: center;
}

/* FPIA validation content */

table.fpiaValidation {
    margin: 0 auto 0 auto;
}

table.fpiaValidation caption {
    padding: 0 0 6px 0;
}

table.fpiaValidation th,
table.fpiaValidation td {
    text-align: center;
}

table.fpiaValidation caption,
table.fpiaValidation th,
table.fpiaValidation td {
    white-space: nowrap;
}

table.fpiaValidation td {
    padding: 3px;
}

/* Specials */

table#specialsGrid {
    border-collapse: separate;
    border-spacing: 24px;
}

table#specialsGrid tr td {
    vertical-align: middle;
}

table#specialsGrid tr td.badge {
    font-size: 24px;
    font-weight: bold;
    height: 79px;
    text-align: center;
}

table#specialsGrid tr td.caption {
    font-size: 18px;
    text-align: left;
}

/* Login form on its own page */

#loginPage {
    margin: 0 0 12px 0;
}

/* Account center */

#functions {
    border-collapse: separate;
    border-spacing: 36px;
    margin: 12px auto 0 auto;
}

#functions tr td {
    padding: 0 0 0 0 ;
    width: 50%;
}

.function {
    margin: 0 0 12px 0;
}

.function h2 {
    font-size: 16px;
}

.function p {
    color: #404040;
    font-size: 12px;
    font-style: italic;
    margin: 2px 0 0 0 !important;
}

.function ul {
    margin: 6px 0 30px 48px;
}

.function ul li {
    list-style-type: disc;
}

.function ul li a {
    text-decoration: underline;
}

#addressBook .street {
    width: 350px;
}

#updateAddressOverlay {
    width: 600px;
}

#deleteAddressForm p[data-recid] {
    display: none;
}

#deleteAddressOverlay {
    width: 300px;
}

/* Areas of interest form */

#updateProductQualifiersForm label {
    font-weight: normal;
    padding: 0;
}

/* Style stolen from calculator tool */

#tabContainer {
    width: 790px;
    margin: 1em auto 0 auto;
    position: relative;
}


/* root element for tabs  */
ul.tabs {
    list-style:none;
    margin: 0 !important;
    padding: 0;
    height: 30px;
}

/* single tab */
ul.tabs li {
    float: left;
    text-indent: 0;
    padding: 0;
    margin: 0 !important;
    list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs a {
    display: block;
    height: 30px;
    line-height:30px;
    width: 134px;
    text-align: center;
    text-decoration: none;
    color: #000;
    padding: 0px;
    margin: 0px;
    position: relative;
    /*top: 0.0625em;*/
    font-size: 87.5%; /*font-size 0.875em ~ 14px*/
    font-weight: bold;
}

ul.tabs a:active {
    outline: none;
}

ul.tabs li a {
    background-color: #f8f8f8;
    background-image: none;
}

ul.tabs li a.current {
    background-color: #e4ecf6;
    background-image: none;
}

.areasOfInterestPanel {
    background-color: #e4ecf6;
}

.areasOfInterestPanel tr td.areasOfInterestColumn {
    vertical-align: top;
}

.areasOfInterestColumnGrid {
    line-height: 125%;
    padding: 0 0 3px 0;
    vertical-align: top;
}

h2.mailings {
    margin: 12px 0 12px 0;
}

/*	Staff feedback form */
#staffFeedback {
    background-position: right;
    background-color: rgba(240,228,195,0.3);
    background-repeat: no-repeat;
    border: solid 1px #8A3737;
    color: #8A3737;
    margin: 12px auto 16px auto;
    padding: 12px;
    text-align: left;
    width: 900px;

    -moz-border-radius: 12px;
}

#staffFeedback input,
#staffFeedback textarea {
    display: block;
}

#staffFeedback label,
#staffFeedback input[type="submit"],
#staffFeedback p {
    margin: 12px 0 0 0;
}

/* Requestables / mini-catalogs */

#minis {
    border-collapse: collapse;
    border-spacing: 0;
}

#minis tr td,
#minis tr th {
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
}

#minis .title {
    font-weight: bold;
}

#minis a img {
}

#minis p {
    margin: 0 !important;
    padding: 0 !important;
}

ul.miniCatalogArticles {
    margin: 0 0 24px 48px;
}

ul.miniCatalogArticles li {
    line-height: 150%;
    list-style-type: disc;
}

img.miniCover {
    float: left;
    margin: 0 24px 12px 0;
}

img.miniPoster {
    display: block;
    margin: 0 0 24px 0;
}

#catalogs {
    border-top: solid 1px #3473b7;
    margin-top: 12px;
}

#miniCatalogList tr td {
    white-space: nowrap;
}

#miniCatalogList tr td img.miniCover {
    margin: 0 12px 0 0;
}

#miniCatalog > tbody > tr > td {
    padding: 0 12px 0 0;
    vertical-align: top;
}

#miniCatalog img#miniCover {
    display: block;
    float: none;
    margin: 0 0 12px 0;
}

/* Staff Data Area */

#staffData {
    border: solid 1px #8A3737;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: none;
    margin: 12px auto 0 auto;
    width: 85%;

    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    -moz-border-radius: 0 0 12px 12px !important;
}

#staffData caption {
    background-color: rgba(240,228,195,0.5);
    border: solid 1px #8A3737;
    border-bottom: none;
    color: #8A3737;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    padding: 8px 0 8px 8px;
    text-align: left;

    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    -moz-border-radius: 12px 12px 0 0;
}

#staffData .odd {
    background-color: rgba(240,228,195,0.1);
}

#staffData .even {
    background-color: rgba(240,228,195,0.5);
}

#staffData thead {
    display: none;
}

#staffData tr * {
    color: #8A3737;
    font-size: 11px;
}

#staffData tr > :first-child {
    font-weight: bold;
    text-align: right;
}

/* Address Doctor */

.addressdoctor button,
.addressdoctor th,
.addressdoctor td {
    text-align: left !important;
    vertical-align: top;
}

.addressdoctor th {
    font-weight: bold;
}

.addressdoctor td {
    padding-right: 5px;
    padding-top: 2px;
}

.addressdoctor .correction {
    color: crimson;
    font-weight: bold;
}

.addressdoctor td p {
    margin: 0 !important;
}

/* Klaxon */
.klaxon {
    display: none;
    width: 570px;
}

#neuroscience.landing .dataTables_wrapper {
    width: 325px !important;
}

#neuroscience.landing .productList .catalogNumber {
    width: 75px !important;
}

#neuroscience.landing .productList .product {
    width: 250px !important;
}

/*  Landing2 landing page style */

.landing2 {
    background-image: url(http://images.caymanchem.com/graphPaper.png);
    background-position: top right;
    background-repeat: no-repeat;
    min-height: 550px;  /*  Height of graph paper image */
    padding: 0 0 0 0;
}

.landing2 .headingButton {
    margin: 0 0 15px 0;
    padding: 4px 0 0 0; /* Top padding required to expose top border of contained span in IE8 and earlier */
}

.landing2 .headingButton > span {
	 border: 1px #1777AA solid;
	 background-color: #D9EDFF;
	 color: #083563;
	 cursor: default;
     display: inline;
	 font-size: 18px;
     font-variant: small-caps;
	 font-weight: bold;
     padding: 3px 9px 3px 6px;
	 vertical-align:middle;
     
	 -moz-border-radius: 10px; /* Firefox */;
	 -webkit-border-radius: 10px; /* Safari, Chrome */;
	 border-radius: 10px; /* CSS3 */
}

.landing2 .headingButton > span > img {
    height: 18px;
    width: 24px;
    vertical-align: middle;
}

.landing2 .headingButton > span.active,
.landing2 .headingButton > span:hover {
	 background-color: #46A7FF !important;
	 color: #FFFFFF !important;
}

.landing2 .overlayContent {
    min-width: 300px;
    max-width: 700px;   /* Needed in IE7 to keep overlay from extending to vertical infinity */
}

/*  Graphic transition widget */

.landing2 .hover {
    background-repeat: no-repeat;
    background-color: #ffffff;
    float: right;
    margin: 0 0 8px 8px;
    position: relative; /* Non-static position to allow absolute posititiong of child elements */
}

.landing2 .hover > .slide {
    position: absolute;
    top: 0;
    left: 0;

    background-repeat: no-repeat;
}

.landing2 .customTable {
	 border-spacing: 0.71428em;
	 width:100%;
	 height: 80%;
	 text-align: left;
	 border-collapse: separate;
}

/*
    Sales order history
*/

#invoices,
#orderDetails,
#orderHistory,
#salesLines,
#salesOrderInvoices,
#salesOrderPackages {
    margin: 0 0 10px 0;
    white-space: nowrap;
}

#invoices .invoiceAmount,
#orderHistory .catalogNumber,
#orderHistory .salesId,
#orderHistory .invoiceAmount,
#salesLines .batch,
#salesLines .catalogNumber,
#salesLines .lineAmount,
#salesLines .quantity,
#salesOrderPackages .trackingUrl,
#salesOrderInvoices .invoiceAmount {
    text-align: right;
}

#salesLines {
    width: 100%;
}

#salesLines .cofa,
#salesLines .insert,
#salesLines .msds {
    font-weight: bold;
    text-align: center;
}

#salesLines .insert img,
#salesLines .msds img {
    height: 18px;
    width: 18px;
}

#salesLines .product {
    white-space: normal;
    width: 99%;
}

#cofa .cofa {
    text-align: center;
}
#requestCofa {
    margin: 0 0 2ex 0;
}
/* Landing3 styles */

.landing3 {
    padding-right: 350px;
}

.landing3 table.columnar {
    margin: 0 0 24px 0;
    width: 99%;
}

.landing3 table.columnar tr td {
    padding-right: 10px;
    width: 49%;
}

.landing3 table.columnar h2 {
    font-size: 18px;
    margin: 12px 0 6px 0;
    
}

.landing3 ul.copy {
    margin-bottom: 5px;
    margin-left: 15px;
}

.landing3 ul.copy li.more {
    font-style: italic;
    list-style-type: none;
}

/* */

table.linklists {
    border-collapse: separate;
    border-spacing: 72px 6px;
    margin: 0 auto;
}

table.linklists th {
    font-size: 16px;
}

table.linklists ul.copy {
    margin-left: 15px;
}

/* Article style */

#articles {
    display: none;
}

.article {
    border-collapse: collapse;
    border-spacing: 0;
}

.article h1 {
    font-size: 24px;
    line-height: 125%;
    margin: 0 0 8px 0;
}

.article h2 {
    margin: 0 0 6px 0;
}

.article > tbody > tr > td {
    text-align: left;
    vertical-align: top;
}

.article > tbody tr td.b {
    padding: 0 0 0 30px;
    width: 330px;
}

.article .tableSubhead {
    margin-top: 12px;
}

.article .article-sub-heading {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
}

.article .figure {
    font-weight: bold;
}

.article a.image {
    display: block;
    margin-bottom: 48px;
    padding: 6px 6px 0 6px;
    text-decoration: none;
}

.article a.image:hover {
	box-shadow: 0 0 5px #1677aa;
	-moz-box-shadow: 0 0 5px #1677aa;
	-webkit-box-shadow: 0 0 5px #1677aa;

    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}


.article a.image p,
.article a.image span {
    color: #000000;
}

.article a.image img {
    display: block;
    margin-bottom: 12px;
    max-width: 400px;
}

.article .by {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

.article p.references {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 4px !important;
    padding: 0 0 0 30px;
    text-indent: -30px;

}

.article .overlayContent {
    max-width: 960px;
}

.article .overlayContent img {
    display: block;
    margin: 0 auto;
}

.article .story p {
    line-height:  165%;
}

/* Image on figure page */
img.article.figure {
    display: block;
    margin: 0 auto 12px auto;
    max-width: 900px;
}

/* Superflyer form */

#superflyer > table {
    margin-right: 200px;    /* Room for validation messages */
}

#superflyer table td
{
    padding: 6px 6px 18px 6px;
    text-align: center;
    vertical-align: top;
}

#xsuperflyer table .preview
{
    width: 170px;
}

#superflyer .preview table tr td
{
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: top;
}

#superflyer table .description
{
    padding-top: 0;
    text-align: left;
}

#superflyer table td span
{
    display: block;
}

#superflyer .catalogNumber
{
    font-family: monospace;
}

#superflyer .title
{
    font-weight: bold;
}

#superflyer .authorDate
{
    font-style: italic;
    padding: 6px 0 0 0;
}

#superflyer fieldset input, #superflyer fieldset textarea
{
    display: block;
    margin-bottom: 12px;
}

/* Assay Services Request Form and Response */

table#assayServicesTestingRequest {
    display: none;  /* show via jQuery */
}

table#assayServicesTestingRequest thead tr th {
    white-space: nowrap;
}

table#assayServicesTestingRequest .catalog_num,
table#assayServicesTestingRequest .sample_count,
table#assayServicesTestingRequest .estimate {
    text-align: right;
}

#temporaryPassword {
    text-align: left;
    width: 400px;
}

a.home,
button.home {
    border: none;
    width: 76px;
    height: 67px;
}

a#toolButton,
button#toolButton {
    background: url(../images/sprites.png) -500px -150px;
}

a#toolButton:active,
button#toolButton:active {
    background: url(../images/sprites.png) -500px -217px;
}

a#supportButton,
button#supportButton {
    background: url(../images/sprites.png) -576px -150px;
}

a#supportButton:active,
button#supportButton:active {
    background: url(../images/sprites.png) -576px -217px;
}

a#ideaButton,
button#ideaButton {
    background: url(../images/sprites.png) -652px -150px;
}

a#ideaButton:active,
button#ideaButton:active {
    background: url(../images/sprites.png) -652px -217px;
}

#periodicTable .overview {
    background-repeat: no-repeat;
}

#eslds h2 {
    margin: 12px 0 6px 0;
}
#eslds #caymanscatalogcollection {
    width: 100%;
}


#eslds #caymanscatalogcollection ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#eslds #caymanscatalogcollection ul li {
    text-indent: 0;
}

#eslds #caymanscatalogcollection th.category,
#eslds #caymanscatalogcollection td.category {
    width: 125px !important;
}

#eslds #people th.team,
#eslds #people td.team {
    width: 150px !important;
}

