/* C&K Full Theme */

html
{
	background-color: Transparent;
}
#divPageBody .divPageBody,
#divPageBody .divNav a.sel
{
	background-color: #ffffff;
}
#divPageBody .divPageHeader
{
	background-image: url(../images/imgHeader.png);
	height: 120px;
}
#divPageBody .divPageHeader .btnSignOut
{
	color: #ffffff;
}
#divPageBody .divCell .divCellHeader,
#divPageBody .divCell .FAQ .lblTitle,
#divPageBody .divCell .Privacy .lblTitle,
#divPageBody .divCell .TermsOfUse .lblTitle,
#divPageBody .divCell .aiGrid .divFilters,
#divPageBody .divCell .aiSurvey .divHeader,
#divPageBody .aiAccordion .acHeader
{
	background-color: #7A0500;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7A0500), to(#7A0500), color-stop(.33,#CA1830));
	background-image: -webkit-linear-gradient(top, #7A0500, #CA1830 33%, #7A0500);
	background-image: -moz-linear-gradient(0% 66% 90deg,#7A0500, #CA1830, #7A0500 100%);
	background-image: -o-linear-gradient(90deg, #7A0500 0%, #CA1830 66%, #7A0500 100%);
	background-image: linear-gradient(top, #7A0500 0%, #CA1830 33%, #7A0500 100%);
	color: #FFFFFF;
}
#divPageBody .divNav div, 
#divPageBody .divNav a
{
	color: #FFFFFF;
	
	background-color: #7A0500;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#CA1830), to(#7A0500));
	background-image: -webkit-linear-gradient(top, #CA1830, #7A0500);
	background-image: -moz-linear-gradient(0% 66% 90deg,#7A0500, #CA1830);
	background-image: -o-linear-gradient(90deg, #7A0500 0%, #CA1830 100%);
	background-image: linear-gradient(top, #7A0500 0%, #CA1830 33%);
}

body .FAQ .ulQuestions .divQuestion .lblQuestion,
body .aiGrid span.aiLinkButton
{
    text-decoration:none;
    color: #4C4C4C;
}
body .FAQ .ulQuestions .divQuestion .lblQuestion.hover,
body .aiGrid span.aiLinkButton.hover,
body a:hover
{
    text-decoration:none;
    color: orange;
}
#divPageBody .divPageFooter
{
	background-color: #8C0000;
	background-image: none;
	color: #ffffff;
}
 #divPageBody .divPageFooter a:link ,
 #divPageBody .divPageFooter a:visited
{
	color: #ffffff;
}
#divPageBody .divPageFooter a:hover
{
    text-decoration:none;
    color: orange;
}
#divPageBody .divPageFooter .divPoweredBy .imgPoweredBy 
{
	display: none;
}
/* Added 20130417 */

.aiShoppingList .aiShoppingListHeader 
{
	background-color: #7A0500;
}


