body {
    background: #cf68c3;
        color: #595959
}    

.wrapper {
    background: #cf68c3;
        color: #595959
}

.center-background {
    background: #fff;
}

.header {
    background: #fff;
}

section.group-home .group {
    border:1px solid #ffe8cd;
}

section.product-detail {
    background: #fff;
}

section.headermenu {
    border-color: #fff;
    background: #ffe8cd;
}

section.headermenu ul.breadcrumb {
    background-color: #ffe8cd;
}

section.headermenu ul li a {
    color: #000000;
}

section.headermenu ul.searchform input[type="text"]::-webkit-input-placeholder {
    color: #e5e5e5;
}

section.headermenu ul.searchform input[type="text"]::-moz-placeholder {
    color: #e5e5e5;
}

section.headermenu ul.searchform input[type="text"]:-ms-input-placeholder {
    color: #e5e5e5;
}

section.headermenu ul.searchform input[type="text"]:-moz-placeholder {
    color: #e5e5e5;
}

section.headermenu ul.searchform input[type="submit"] {
    background-color: #e5e5e5;
    color: #000;
}

section.content-area .block {
    border: 1px solid #e5e5e5;
}

section.content-area .block .block-heading {
    background: #ffe8cd;
    color: #000000;
}

section.content-area .block label {
    color: #000;
}

section.content-area .block input {
    color: #000;
}

section.content-area .block input::-webkit-input-placeholder {
    color: #e5e5e5;
}

section.content-area .block input::-moz-placeholder {
    color: #e5e5e5;
}

section.content-area .block input:-ms-input-placeholder {
    color: #e5e5e5;
}

section.content-area .block input:-moz-placeholder {
    color: #e5e5e5;
}

section.content-area .block button {
    background-color: #e5e5e5;
    color: #000;
}

section.content-area .block ul li {
    color: #000;
}

section.content-area .block ul li a {
    color: #595959;
    font-size: 11pt;
}

section.content-area .block ul li a:hover,
section.content-area .block ul li a:visited {
    color: #595959;
}

section.content-area .block p,
section.content-area .block p a  {
    color: #000;
}

section.content-area .block p a:hover,
section.content-area .block p a:visited {
    color: #000;
}

section.content-area .block .inner .inner-block {
    border-bottom: 1px dotted #000;
}

section.content-area .text-block {
    border: 1px dotted #000;
}

section.content-area .text-block h1 {
    color: #000;
}

section.content-area .text-block h2 {
    color: #000;
}

section.content-area .text-block h3 {
    color: #000;
}

section.content-area .text-block p {
    color: #000;
}

section.content-area .text-block a {
    color: #000;
}

section.content-area .text-block a:hover,
section.content-area .text-block a:visited {
    color: #000;
}

footer p {
    color: #000;
}    

.frontpageitem {
    background-color: #fff
}



.productview_productname a, .productviewdetail_productname h1
{
    color: #595959;
}

.productview_price i, .productviewdetail_price i
{
    color: #9B9B9B;
}

.productview_price b, .productviewdetail_price b
{
    color: #9B9B9B;
}

.productview:hover
{
    border:2px solid #59B210;
}

.btn-success, .btn-success:hover {
    background-color: #5cb85c;
    color: #fff;
    border-color: #4cae4c;
}

.circle, .footer {
    background: #1668b0;
}

.action-label {
    background: ff5012
}

.action-label p {
    color: fff
}