a:link {
	color: #CCC;
	text-decoration: underline;
}

a:visited {
	color: #CCC;
	text-decoration: underline;
}

a:hover {
	color: #FF8407;
	text-decoration: underline;
}

/* @group Type */

h1, .subsection-head {
	color: #FF8407;
	font-size: 20px;
	font-weight: bold;
	vertical-align: 7px;
	padding-left: 10px;
}

h2, .headline {
	display: block;
	color: #FF8407;
	font-size: 20px;
	line-height: 26px;
}

h3, .subhead {
	display: block;
	color: #FF8407;
	font-size: 16px;
}

.subhead-inline {
	color: #FF8407;
	font-size: 16px;
}

h4 {
	display: block;
	color: #FF8407;
	font-size: 14px;
	font-weight: bold;
}

h5 {
	display: block;
	color: #DA2E00;
	font-size: 13px;
	font-weight: bold;
}

h6 {
	display: block;
	color: #DA2E00;
	font-size: 16px;
}

.subhead a:link {
	color: #FF8407;
	text-decoration: none;
}

.subhead a:visited {
	color: #FF8407;
	text-decoration: none;
}

.subhead a:hover {
	color: #FF8407;
	text-decoration: underline;
}

.text {
	color: #DA2E00;		
}



/* @end */

/* @group L2nav */

#l2nav {
	color: #fff;
	float: left;
}

#l2nav a:link {
	color: #fff;
	text-decoration: none;
}

#l2nav a:visited {
	color: #fff;
	text-decoration: none;
}

#l2nav a:hover {
	color: #FF8407;
	text-decoration: underline;
}

.l2nav-on {
	color: #FF8407 !important;
}



/* @end */

/* @group Lists */

.list, .productFeatureCallout ul  {
	margin-top: 20px;
	font-size: 13px;
	color: #DA2E00;
	line-height: 22px;
	font-weight: normal;
	font-style: normal;
}

.list ul, .productFeatureCallout ul {
	list-style-type: square;
	padding: 0;
	margin-left: 15px;
	font-size: 13px;
	color: #DA2E00;
	line-height: 22px;
	font-weight: normal;
	font-style: normal;
}

.list li, .productFeatureCallout li {
	list-style-type: square;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 13px;
	color: #DA2E00;
	line-height: 22px;
	font-weight: normal;
	font-style: normal;
}



/* @end */

/* @group Case Studies */

#caselist {
	font-size: 12px;
	line-height: 18px;	
}

.casestudy-teaser {
	margin-top: 20px;
}

.case-thumbnail {
	float: left;
	margin-right: 25px;
	margin-top: 5px;
}

#caselist a {
	display: block;
	color: #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;	
}

#caselist a:visited {
	color: #CCC;
	text-decoration: none;	
}

#caselist a:hover {
	color: #FF8407;
	text-decoration: underline;	
}

.subhead-caselist {
	display: block;
	color: #DA2E00;	
	font-size: 16px;
	margin-top: 15px;
}

/* @end */

.highlight {
    color: #FF8407;
}

.filename {
	display: block;
	color: #FF8407;
	font-size: 14px;
}

.filename a:link {
	color: #FF8407;
	text-decoration: none;
}

.filename a:visited {
	color: #FF8407;
	text-decoration: none;
}

.filename a:hover {
	color: #FF8407;
	text-decoration: underline;
}

