/*
 * DARK BLUE: 		#2e598e ;
 * MID BLUE: 		#145db6;
 * LIGHT BLUE:      #25c0e0;
 * ORANGE:          #f07228;
 */

h1 {
	font-weight: bold;
	font-size: 16pt;
}

/* /awards/all, the index to past years */
#awards-index h1 { 
	text-align: center;

}


.index-link-wrapper {
	text-align: center;
	padding: 8px;
}

.index-link-wrapper a, .index-link-wrapper a:visited  {
	font-size: 16pt;
    color: #145db6; /* mid blue */

}

.index-link-wrapper a:hover {
	color: #f07228; /* orange */
}

body {  }


/* individual product page */
#awards-show h1 {
	border-bottom: 1px solid #25c0e0;
	margin-bottom: 8px;
}

#product-details-left {
	float: left;
	width: 200px;
	text-align: center;
}


#image-box {
	width: auto;
	margin: 0 auto;
}

.large-image-box #image-box { }
.small-image-box #image-box { padding: 50px 0;}


#links-box {
	padding: 8px;

}

#product-details-right {
		font-size: 11px;

	float: left;
	margin-left: 8px;
	width: 332px;
	padding: 0 0 0 8px;
}

#product-details-right .mfg a {
	font-weight: bold;
	text-decoration: underline;
}
#award-section {
	padding: 0 0 4px;
	border-bottom: 1px solid #25c0e0;
	margin: 0px 0 8px;
}

#award-section .medal { 
	float: left;
}

#award-section .caption {
	float: left;
	font-size: 13px;
	font-weight: bold;
	width: 200px;
	margin: 24px 0 24px 10px;
}

#description-section {
}

#description-section p {
	margin-right: 8px;
	padding-right: 0;
}