.sf-menu a {
	color: #666666;
}
.sf-menu a, .sf-menu a:visited  { 
	color: #666666;
}

.nav-main ul li a { color: #666666; }
.nav-myaccount ul li a { color: #757575; }


.navigation .header-links a {
    color: #666666;
}

h1 {
    color: #666666;
}

.register, .continue .submit {
    background: -moz-linear-gradient(center top , #555555, #666666) repeat scroll 0 0 transparent;
    border: 1px solid #AAB6A2;
    text-shadow: -1px -1px 1px #666666;
}

.register:hover, .continue .submit:hover {
    background: none repeat scroll 0 0 #666666;
}

.page .lcol .about-box .heading {background:url(../../images/heading-bg-gray.jpg) }

/* custom tabes */
.z-tabs.horizontal.top.white.z-bordered > ul > li.z-active > a {
  border-top: 3px solid #666666;
}

.z-tabs.white.z-bordered > ul > li.z-active > a {
  color: #666666;
  font-size: 1.25em;
  font-weight: bold;
  background: #fff;
}

.z-tabs.white > ul > li > a {
 background-color: #d9dddd; background-image: -webkit-gradient(linear, left top, left bottom, from(#d9dddd), to(#c6c3c3));
 background-image: -webkit-linear-gradient(top, #d9dddd, #c6c3c3);
 background-image: -moz-linear-gradient(top, #d9dddd, #c6c3c3);
 background-image: -ms-linear-gradient(top, #d9dddd, #c6c3c3);
 background-image: -o-linear-gradient(top, #d9dddd, #c6c3c3);
 background-image: linear-gradient(to bottom, #d9dddd, #c6c3c3);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d9dddd, endColorstr=#c6c3c3);
}