body {
color:#4e4946;
}

#content h1,
.box h3{
color:#abcee6;
}

a {
color:#206ba4;
text-decoration:underline;
}
a:hover,.cycle-pager-active{
color:#abcee6;
text-decoration:none;
}

.sidebar .box{
border-color:#e7e4d3;
}

input[type="text"],
input[type="password"],
select,
textarea{
border-color:#dfdbc4;
color:#4e4946;
background:#fff;
}
fieldset{
border-color:#dfdbc4;
}
.btn-pair input[type="text"],
.btn-pair input[type="password"]{
border-color:#c0c0c0;
}
.btn-pair:hover input[type="text"],
.btn-pair:hover input[type="password"]{
border-color:#dfdbc4;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
a.btn{
background:#c0c0c0;
color:#fff;
}
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover,
a.btn:hover{
background:#dfdbc4;
}

input[disabled],
button[disabled],
.btn.disabled,
input[disabled]:hover,
button[disabled]:hover,
.btn.disabled:hover{
background:#d7d7d5;
cursor:default;
}

input.textboxDisabled{
border-color:#d7d7d7;
}

.product-list .product{
border-color:#e7e4d3;
}

.control{
background:#206ba4;
color:#fff;
}
.control a{
background:#fff;
}
.control .sort select{
color:#4e4946;
border-color:#206ba4;
}

.checkout-progress{
color:#c0c0c0;
}

.row.heading,
#basket .basket_header,
#basket .subtotal{
background:#eaeae6;
}
#basket .total{
background:#206ba4;
color:#fff;
}

#basket .basket_product{
border-color:#eaeae6;
}

#orders-list .row{
border-color:#eaeae6;
}

#documents{background:#206ba4;}
#documents a{color:#fff;}
#documents a:hover{
color:rgba(255,255,255,0.6);
}
#documents li.active a{
background:#fff;
color:#206ba4;
}

.review:nth-of-type(even){
background:#eaeae6;
}

.rating .icon{
color:#fbad05;
}

.discounts_table th,
.discounts_table td{
border-color:#eaeae6;
}

/*
superfish
*/
.sf-menu a {
border-top: 1px solid #fff;
color:#206ba4;
}
.sf-menu li {
background: #fff;
}
.sf-menu ul li {
background: #206ba4;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
background: #206ba4;
}
.sf-menu ul a{
color:rgba(255,255,255,0.6);
}
.sf-menu li:hover>a,
.sf-menu li.sfHover>a{
color:#fff;
}
/* styling for horizontal arrows */
.sf-arrows ul .sf-with-ul:after {
border-color: transparent;
border-left-color: #206ba4;
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
border-left-color: #fff;
}
.sf-vertical.sf-arrows > li > .sf-with-ul:after {
border-color: transparent;
border-right-color: #206ba4;
}
.sf-vertical.sf-arrows li > .sf-with-ul:focus:after,
.sf-vertical.sf-arrows li:hover > .sf-with-ul:after,
.sf-vertical.sf-arrows .sfHover > .sf-with-ul:after {
border-right-color: #fff;
}


/* Narrow
================================================== */
@media only screen and (min-width: 651px) and (max-width: 980px) {
body{
background:#fff;
}
}

/* Mobile
================================================== */
@media only screen and (max-width: 650px) {
body{
background:#fff;
}
}