/** 
    This CSS file is included into <head> of each user template after amember.css
    and before site.css (if it is exists).

    There you can see variable %bgcolor% - it is configured in setup form 
    (see application/default/themes/sample/Theme.php) and now substituted here.
    Files with variables must be added to special list ($publicWithVars) of Am_Theme
    class and these files are routed via special URL. Routed via URL, it is cached
    in browser for 1 hour.

    @link Am_View->printLayoutHead()
*/
body {
	background-color: #FFFFFF;	
}
.centre-my-logo {text-align: center;}

a:link {
	color: #898989;
	text-decoration: none;
}
a:visited {
color: #898989;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}


	
.am-footer .am-footer-content-wrapper {
  background: #201F1F;
  color: white;
  height: 30px;
}

.am-cart-checkout .am-cart-checkout-paysys div.active {
background-color: #dfe8f0;
border-left: #ccddeb solid 1px;
border-right: #ccddeb solid 1px;
font-weight: bold;
}
.am-cart-checkout .am-cart-checkout-paysys .am-cart-checkout-paysys-item {
border-bottom: #ccddeb solid 1px;
}
.am-cart-checkout .am-cart-checkout-paysys div:hover {
background-color: #dfe8f0;
}
