/******************************************************************************/
/* Skin Styles                                                                */
/*                                                                            */
/******************************************************************************/
.aagPortletSkinTitle {
	background-image: url(hdr_aquachek.gif);
	background-color: #099;
	color: #ffffff;
}

.aagAffiniaOnlineDefaultBorder {
	border-color: gray;
}

.aagAffiniaOnlineBorderOnly {
	border-color: gray;
}

.container-column {
	border-color: gray;
}

/******************************************************************************/
/* Styles that change based on brand selected in brand finder                 */
/* -AQUACHEK-                                                                  */
/******************************************************************************/

#defaultPage {
	width: 1000px;
}

#defaultHeader table.headertable td.welcome {
	background-image: url(./dotted_aquachek_bg.gif);
}

.logo {
	background-image: url(logo_aquachek.gif);
}

.logo, #defaultHeader table.headertable td.logo {
		background-color: #fff;
		padding:90px 180px 0px 0px;
}

h1 {}

h2 { font: bold 2em Helvetica, Arial, Verdana, sans-serif; color: #FF9900; margin: 0 0 10px 0;}
h3 { font: bold 16px/18px Helvetica, Arial, Verdana, sans-serif; color: #066; margin: 0 0 4px 0;}

h4 { color: #000; }

a:link, .wpsLink { color: #000; }

a:visited, .wpsLink:visited { color: #666; }

a:hover, .wpsLink:hover { color: #099; }

a:active, .wpsLink:active { color: #000; }

.newshead h2 { color: #099; }

.newstable th { background-color: #099; color: #fff; }

.productstable th { background-color: #099; color: #fff; }

.selectednav a { font-weight: bold; color: #099; }

ul.aagnavbullet li {
	color: #099;
}

/* PORTLET TITLE */

/* used on portlet titlebar */
.wpsPortletTitle { background-color: #099; color: #FFF; }

/* used on the background of portlet skin icons - New in v5 */
.wpsPortletTitleIconBackground { background-color: #099; color: #FFF; }

/* used on the background of portlet skin tools icons - New in v5 */
.wpsPortletTitleToolsIconBackground { background-color: #099; color: #FFF; }

/******************************************************************************/
/*                                                                            */
/* AffiniaOnline theme specific rules                                         */
/*                                                                            */
/******************************************************************************/

/*.primaryNavigation .navigationList .navigationSelected { background: #099 url(hdr_aquachek.gif) repeat-x left top; } */
.primaryNavigation .navigationList .navigationSelected { background: #099 } 

.secondaryNavigation { background: #099;}

.secondaryNavigation .navigationList .navigationSelected { 
	background: url(hdr_aquachek.gif) repeat-x top left;
}

.brandboarder { border: 1px solid #099; padding: 10px 0;}

.brandcolor { color: #099; }

table.wherebuy th { border-bottom: 2px solid #099; }

h2.leftcol a:link, h2.leftcol a:visited { color: #099; text-decoration: none; }

h2.leftcol a:hover, h2.leftcol a:active { color: #099; text-decoration: underline; }

.adminborder { border: 1px solid #099; background-color: #EEEEEE; padding: 10px; margin: 1em 0; line-height: 1; }

a:hover .dateunselected, a:active .dateunselected { color: #099; text-decoration: underline; }

/******************************************************************************/
/* Filter Look-up Styles                                                      */
/******************************************************************************/

.filterlookup {
    font: normal 12px/16px Helvetica, Arial, Verdana, sans-serif;
    width: 100%; 
}
.filterlookup th {
    color: #fff;
    padding: 4px;
    text-align: left;
    background-color: #009999;
}
.filterlookup td {
    color: #000;
    padding: 4px;
    text-align: left;
    vertical-align: top;
}
.filterlookup td.center {
    text-align: center;
}


/* End Filter Look-up Styles */
ul.productslink { list-style: square; margin: 0; padding: 0 0 0 16px; }
ul.productslink li { margin: 0; padding: 4px 0; }

a:link, .wpsLink {
    color: #306;
}

a:visited, .wpsLink:visited { 
    color: #006;
}

a:hover, .wpsLink:hover { 
    color: #639;
}

a:active, .wpsLink:active {
    color: #306;
}

/******************************************************************************/
/* Product Nav Styles                                                         */
/******************************************************************************/


.productnav {
	border: 1px solid #666666;
	background: url(productnav_aquachek_bg.gif) repeat top left;
	padding-top: 0;
	margin-top: 0;
}

.productnavheader {
	position:relative;
	top: -6px;
	padding: 0;
	margin: 0;
}

.productnav ul { list-style: none; margin-left: 0; margin-top: 0; padding: 0 4px; }

.productnav ul li {
	padding: 2px 0;
	margin: 0;
	text-align: left;
	display: block;
	font: normal 13px/16px Helvetica, Arial, Verdana, sans-serif; 
}
.selected a {
	font-weight: bold; color: #000;
}

/* End Product Nav Styles */

/*
** Shadow text
*/
.aagPortletTitleImage {
	background: #FFF url(hdr_aquachek.gif);
}

.aagPortletTitleHighlightBefore { 
	color: white; 
}
.aagPortletTitleHighlightAfter { 
	color: white; 
}
.aagPortletTitleShadow { 
	color: gray;
}
.aagPortletTitleShadowBefore { 
	color: gray; 
}
.aagPortletTitleShadowAfter { 
	color: gray; 
}
.aagPortletTitleSurroundBeforeTop { 
	color: #099;
}
.aagPortletTitleSurroundBeforeBottom { 
	color: #099;
}
.aagPortletTitleSurroundAfterTop { 
	color: #099;
}
.aagPortletTitleSurroundAfterBottom { 
	color: #099;
}
.aagPortletTitleText { 
	color: white;
}
