/* ---------------------------------------------------------------------

    Title:      Pearson MyKit CSS file for all media
    Filename:   color.css
    Method:     <link>
    Author:     R. Prokop | bobprokop@yahoo.com for Pearson Education
    Updated:    July 2009
    Notes:      Use this file to customize the color palette

---------------------------------------------------------------------- */

/*--- links - EDIT COLORS ---*/
a:link{
	color:#24816E;
}
a:visited{
	color:#666;
}
a:hover{
	color:#24816E;
	text-decoration:none;
}
a:active{
	color:#36c;
}
/*--- top tabs text and color - EDIT COLORS ONLY (after # signs)---*/
#tabs a:link, #tabs a:visited{
	color:#fff;
	background:url(../images/tab_bg.gif) no-repeat top left #c3af80;
}
/*--- top tabs hover color - EDIT COLOR ---*/
#tabs a:hover, #tabs a:active{
	background-color:#5d5647;
}
/*--- main box background - DO NOT EDIT ---*/
#content{
	background-color:#ffeed4;
}
/*--- intro text headline - EDIT COLOR ---*/
#copy h1{
	color:#5d5647;
}
/*--- intro text body - EDIT COLOR ---*/
#copy p{
	color:#5d5647;
}
/*--- users boxes - EDIT COLOR ONLY (last item, with the # sign) ---*/
#first_time_users, #returning_users {
	background:url(../images/box_bot_bg.gif) no-repeat bottom left #01649b;
}
/*--- users boxes header text - EDIT COLOR ONLY ---*/
#first_time_users, #returning_users dt{
	color:#fff;
}
/*--- users boxes note - EDIT COLOR ONLY ---*/
#first_time_users, #returning_users dd.note{
	color:#fff;
}
/*--- users boxes button colors - EDIT BOTH COLORS ---*/
#first_time_users dd a:link, #returning_users dd a:link, #first_time_users dd a:visited, #returning_users dd a:visited{
	color:#fff;
	background-color:#8fb9e1;
}
/*--- users boxes button colors when hovered over - EDIT BOTH COLORS ---*/
#first_time_users dd a:hover, #returning_users dd a:hover, #first_time_users dd a:active, #returning_users dd a:active{
	color:#01649b;
	background-color:#dbebf9;
}

/*--- announcements header - EDIT COLOR ONLY ---*/
#announcements h2{
	color:#000;
	border-bottom:1px dotted #ccc;
}
/*--- footer - DO NOT EDIT ---*/
#footer{
	color:#333;
	border-top:1px solid #ccc;
}

/* -- secondary pages - DO NOT EDIT -- */
#products dl:hover, #products dl.IEhover{
	background-color:#fef1d1;
	border-top:1px solid #595959;
}
/* -- secondary pages buttons - EDIT COLORS -- */
#products dd a:link, #products dd a:visited{
	color:#fff;
	background-color:#8fb9e1;
}
/* -- secondary pages buttons when hovered over - EDIT COLORS -- */
#products dd a:hover, #products dd a:active{
	background-color:#034797;
}

