.theme-bgcolor-dark {
	background-color: #918a7e;
}
.theme-fontcolor-dark {
	color: #aaa59d;
}
.theme-fontcolor-dark-header-top{    
    color: #d9d2c6;    
}
.theme-font-border-color-dark {
	border-color: #aaa59d;
}
.theme-fontcolor-dark a {
	color: #aaa59d;
}
.theme-fontcolor-dark-dark {
	color: #585858;
}
.theme-gbcolor-dark-dark {
	background-color: #585858;
}
.theme-fontcolor-dark-dark a {
	color: #585858;
}


.theme-bgcolor-light {
	background-color:#9fd6ba;
}
.theme-color-light {
	color:#9fd6ba;
}
.theme-fontcolor-light {
	color: #68b58e;
}
.theme-fontcolor-light a, a, span.relative-link{
	color: #68b58e;
}
.theme-fontcolor-light-dark {
	color: #3ca36e;
}
.theme-fontcolor-light-dark-norm {
	color: #3ca36e;
	font-weight: normal;
}
.theme-fontcolor-light-dark-twit {
	color:#27a8c5;
	font-weight: normal;
}
.theme-bgcolor-light-dark {
	background-color: #3ca36e;
}
.theme-fontcolor-light-dark a, span.relative-link, a:hover {
	color: #3ca36e;
	text-decoration: none;
}
.theme-fontcolor-red {
	color: #ed4934;
}
.theme-bgcolor-red {
	background-color: #ed4934;
}

.clErrorSpan{
    color: #ed4934;
}

.theme-box-border {
	border-left:4px solid #9fd6ba;
	border-right:4px solid #9fd6ba;
	border-bottom:4px solid #9fd6ba;
}

.theme-box-border-light-left
{
    border-left: 1px solid #a9dac1;
}

.btn.bgcolored {
	background: #7aaf8d;
	border-color: #7aaf8d;
	color: #fff;
}
.bggrey:focus {
	background: #8abf9d;
}
.bggrey::-webkit-input-placeholder { /* WebKit browsers */
    color:    #000;
}
.bggrey:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #000;
}
.bggrey::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #000;
}
.bggrey:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #000;
}

.hover-basket-number-label
{
    color: white;
    background-color:#3ca36e;
}

.unhover-basket-number-label
{
    color: #68b58e;
    background-color: white;
}
