/*============= Global ancher link color style ==========*/
/*
a {
  color:#000000;
}
a:hover, a:active {
  color:#000000;
  text-decoration:underline;
}
a.invarseColor:link, a.invarseColor:visited {
  color:#000;
}
a.invarseColor:hover, a.invarseColor:active {
  color:#000000;
  text-decoration:none;
}
a.active:link, a.active:visited {
  color:#000000;
  cursor:default;
}
*/


/*=================== dropdown =============*/
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  background:#000000;
  background-color:#000000;
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  background:#000000;
  background-color:#000000;
}

.btn-mini {
    background: #000;
    color: #fff;
    background-color: #000;
    font-size: 14px;
    text-shadow: none;
    padding: 3px 10px;
    border-style: none;
    box-shadow: none;
}

.btn-success {
    padding-top: 2px;
    min-height: 40px;
}

/*========== btn-primary (green-btn) ==========*/
/*
.btn-primary {
    padding-top: 2px;
    min-height: 40px;
    background: #000000;

    border: 1px solid #000000;
    background: -moz-linear-gradient(top, #000000 0%, #000000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#000000));
    background: -webkit-linear-gradient(top, #000000 0%,#000000 100%);
    background: -o-linear-gradient(top, #000000 0%,#000000 100%);
    background: -ms-linear-gradient(top, #000000 0%,#000000 100%);
    background: linear-gradient(to bottom, #000000 0%,#000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );*/
}



.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background: #000000;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #000000;
}

.btn-danger {
    padding-top: 2px;
    min-height: 40px;
    border: 1px solid #000000;
    background: red; /*
    background: -moz-linear-gradient(top, #000000 0%, #000000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#000000));
    background: -webkit-linear-gradient(top, #000000 0%,#000000 100%);
    background: -o-linear-gradient(top, #000000 0%,#000000 100%);
    background: -ms-linear-gradient(top, #000000 0%,#000000 100%);
    background: linear-gradient(to bottom, #000000 0%,#000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );*/
}

/* Customizations made by Prodigix -- Michael */
/**********************************************/
.txtTheme {
    color: #000000;
    font-size:20px;
    font-weight:600;
}

.product-set .product-price span {
    color: #000000;
}

.tooltip-inner {
  background-color: #000000;
  /* border: 1px solid #000000; */
}

.starselected:hover,
.starselected:active,
.starselected.active,
.starselected.disabled,
.starselected[disabled]
{
    background-color: #000000;
}

.pagination ul > .active > a, .pagination ul > .active > a:hover, .pagination ul > .active > span {
    color: #fff;
    cursor: default;
    background: #000 !important;
    border-color:#000;
}


