/* ALL PRODUCTS */

div.products {
	display: block;
 font-size: 1.0em;
 margin: 75px 75px 60px;
}

div.products a img {
 border: none;
}

div.products img {
 height: 111px;
 padding-top: 0px;
 vertical-align: top;
 text-align: center;
}

/* PRODUCT SUMMARY */

div.product {
	display: block;
	height: auto; /*150px*/
 line-height: 1.5em;
 margin: 45px 0;
 text-align: justify;
 vertical-align: top;
}

.logo-L {
	float: left;
 clear: left;
	margin-right: 30px;
	height:80px !important;
}

.logo-R {
	float: right;
	clear: right;
	margin-left: 30px;
	height:80px !important;
}

.think {
	background: black;
	color: white;
	display: block;
	font-size: 2.0em;
	letter-spacing: 1px;
	margin-bottom: 45px;
	padding: 9px;
	text-align: right;
}

span.amr {color: darkorange;}
span.azr {color: skyblue;}
span.csn {color: red;}
span.emr {color: green;}

/* PRODUCT PAGES */

div#product-description {
 margin: 40px 30px 0;
}

#logo-amber {width:192px; height:75px;}
#logo-azure {width:179px; height:75px;}
#logo-crimson {width:223px; height:75px;}
#logo-emerald {width:225px; height:75px;}
#logo-core {width:236px; height:70px;}

div#submenu {
 border-bottom: thin groove;
 text-align: right;
 margin-left: 80px;
 margin-top: -45px;
 padding-right: 30px;
 padding-bottom: 0px !important;
 padding-bottom: 1px;
}

div#submenu a {
 margin: 0 12px;
 text-decoration: none;
}

div#submenu a#on {
 color: #2e86bd;
}

/* LANDING PAGES */
.landing {margin-top:60px !important;}
.landing	h1 {padding-bottom: 12px; white-space: nowrap;}
.landing	h4 {padding-bottom: 6px;}
.landing	p {font-size:1.1em; line-height: 1.5em;}
.landing	td {font-size:1.1em; padding-bottom: 30px; vertical-align: top;}

/* SHORT SOLUTIONS PAGES */
.summaries {margin: 45px 60px 60px;}
.summaries	hr {border: 1px solid white; border-bottom: 1px dotted silver; padding-top: 1px;}
.summaries p.read-more {text-align:right; border-bottom: 1px dotted silver;}

/* div#product-content HAS BEEN REPLACED WITH div#articles IN articles.css

/*
Product submenu "ON" STATES:
Give the div the id "product-heading" and the class "solutions", "more" etc.
*/

/* AMBER */
#product-heading.architecture a#architecture {color: #2e86bd;}
#product-heading.solutions a#solutions {color: #2e86bd;}

/* AZURE */
#product-heading.solutions a#solutions {color: #2e86bd;}

/* CRIMSON */
#product-heading.switching a#switching {color: #2e86bd;}
#product-heading.solutions a#solutions {color: #2e86bd;}
#product-heading.testimonials a#testimonials {color: #2e86bd;}

/* EMERALD */
#product-heading.realtime a#realtime {color: #2e86bd;}
#product-heading.voucher a#voucher {color: #2e86bd;}
#product-heading.extensions a#extensions {color: #2e86bd;}
#product-heading.solutions a#solutions {color: #2e86bd;}
#product-heading.testimonials a#testimonials {color: #2e86bd;}

