/* ---------------------------------------------------------------------

    Title:      Pearson MyLab/Mastering CSS file for all media
    Filename:   red.css
    Method:     <link>
    Author:     R. Prokop | bobprokop@yahoo.com for Pearson Education
    Updated:    June 2011
    Notes:      Alternate stylesheet used to serve various color schemes.
				Cookie controls what palette is served.

---------------------------------------------------------------------- */

/*------------------------------------	

	RED
	Light (top strap)		#e45e68
	Medium (bottom strap)	#971249
	Dark (My + Lab)			#6a0330
	
	Note: body#red
	
-------------------------------------*/
.product-strap{
	background-color:#e45e68;
	border-bottom:1px solid #971249;
}
.color-strap{
	background-color:#971249;
}
a:hover,
a:focus{
	color:#971249;
}
button,
input.button,
a.button:link,
a.button:visited{
	background-color:#971249;
	border:1px solid #971249;
	color:#fff;
}
.color-match,
.text-color-match{
	color:#971249;
}
.bg-color-match{
	background-color:#e45e68;
}
.feature-head,
.anchor-subhead,
.anchor-subhead a.scroll-top{
	background-color:#971249;
	color:#fff;
}
a.light-text:link,
a.light-text:visited,
a.light-text:hover,
a.light-text:active{
	color:#fff;
}

/*---*/

body#red .product-strap{
	background-color:#e45e68;
	border-bottom:1px solid #971249;
}
body#red .color-strap{
	background-color:#971249;
}
body#red a:hover,
body#red a:focus{
	color:#971249;
}
body#red button,
body#red input.button,
body#red a.button:link,
body#red a.button:visited{
	background-color:#971249;
	border:1px solid #971249;
	color:#fff;
}
body#red .color-match,
body#red .text-color-match{
	color:#971249;
}
body#red .bg-color-match{
	background-color:#e45e68;
}
body#red .feature-head,
body#red .anchor-subhead,
body#red .anchor-subhead a.scroll-top{
	background-color:#971249;
	color:#fff;
}
body#red a.light-text:link,
body#red a.light-text:visited,
body#red a.light-text:hover,
body#red a.light-text:active{
	color:#fff;
}