body {
}

header #menu-wrapper{
    background-color: #000000;
    color: #ffffff;
}

.footerDetails {
    background-color: #ffffff;
    color: #000000;
}

ul#menu li a{
    color: #ffffff;
}

ul#footerMenu li a {
    color: #000000;
}

ul#menu .dropdown-menu{
    background-color:  #000000 !important;
}

ul#menu li a:hover,
ul#footerMenu li a:hover {
    color: #000000;
}

.phRef{
    color: #ffffff !important; 
}
.phRef:hover{
    color:  #ffffff !important;
}

.group_bg_image .title {
    background-color: #000000 !important;
    color: #ffffff !important;
}

.top_bg_image {
    background-color: #000000;
}

.home_group .description .wrapper .more {
    color: #000000 !important;
}

.group_bg_image {
    background-color: #000000;
}

.borderedBottom {
    border-color: #000000;
}

.iddSubtitle, .iddHighlight{
    color: #000000; 
}

.productsPointsWrap .pointsEarned {
    color: #000000; 
}
.productsPointsWrap .pointsBalance {
    color: #000000;
}

/* ------ index page ------ */
.home_title > .btn {
    color: #000000;
}
.home_title > .title,
.home_title > .description,
.home_title > .more_title,
.home_title > .less_title{
    color: #ffffff !important; 
}

.triangle-title {
    border-color: transparent transparent #000000 transparent; 
}

.triangle-group {
    border-color: transparent transparent transparent #000000 !important;
}

.title-full-cover{
    background-color: #000000;
}

.border-bottom-title {
    background-color: #000000;
}

#progressList .title {
    background-color: #000000;
}

/*--------------- checkout -------------------*/
.freeProductsTitle {
    color: #000000;
    border-bottom-color: #000000;
}

.allProductsTitle {
    color: #000000;
    border-bottom-color: #000000;
}

/* ------------- price confirmation -------------*/
.confirmationHighlight {
    color: #000000;
}

.pfHighlight {
    color: #000000; 
}


.btn-success {
    background-image: linear-gradient(to bottom, #000000 0%, #000000 100%) !important;
    background-repeat: repeat-x;
    border-color: #000000 !important;
    background-color: #000000;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-image: -webkit-linear-gradient(#000 1%, #000000 100%) !important; /* For Safari 5.1 to 6.0 */
  background-image: -o-linear-gradient(to bottom, #000 1%, #000000 100%) !important; /* For Opera 11.1 to 12.0 */
  background-image: -moz-linear-gradient(to bottom, #000 1%, #000000 100%) !important; /* For Firefox 3.6 to 15 */
  background-image: linear-gradient(to bottom, #000 1%, #000000 100%) !important; /* Standard syntax */
  background-color: #000000 !important;
  border-color: #000000 !important;
}