a, a:visited, a b {
	color: #3CB878;
}

#currency a b {
	color: #3CB878;
}

#header #cart .heading h4 {
	color: #3CB878;
}

#header .links a:hover {
	color: #3CB878;
}

#menu > ul > li > div {
	border-top: 4px #3CB878 solid;
}

#menu > ul > li ul > li > a:hover {
	color: #3CB878!important;
}

.breadcrumb a:hover {
	color: #3CB878;
}

.htabs a.selected {
	color: #3CB878;
}

.box-product .name a:hover {
	color: #3CB878;
}

.box-left .box-product-left .name a:hover {
	color: #3CB878;
}

.box-category > ul > li > a:hover, .box-category > ul > li ul > li > a:hover {
	color: #3CB878;
}

.category-list  a:hover{
	color: #3CB878;
}

.product-grid .name a:hover,.product-list .name a:hover {
	color: #3CB878;
}

.product-grid .price {
	color: #3CB878;
}

.product-grid .wishlist a:hover,.product-grid .compare a:hover, .product-list .wishlist a:hover,.product-list .compare a:hover {
	color: #3CB878;
}

.product-info .price {
	color: #3CB878;
}

#menu > ul > li:hover {
	background-image: url("../image/green_menu_active.png");
}

a.button {
	background: url("../image/green_readon.png") repeat-x scroll 0 0 transparent;
}	

#header #welcome {
    background: url("../image/green_btn.png") repeat-x scroll 0 0 transparent;
}	

#menu > ul > li > div > ul > li > a {
	background: url("../image/green_menu_dot.png") no-repeat scroll 4px center transparent!important;
}

.li-banner .timer-horizontal-bottom {
	background-color: #3CB878!important; /* You can combine color and background image if the background image is transparent PNG24 */
}

.li-banner .nav-btn {
	background-image: url("../image/green_button.png")!important;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-opencart .jcarousel-next-horizontal {
	background-image: url("../image/carousel_controls.png");
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    height: 24px;
    position: absolute;
    width: 24px;
	background-position: -24px -24px;
    margin-top: -12px;
    right: 15px;
    top: 50%;
	background-color: #3CB878;
}
.jcarousel-skin-opencart .jcarousel-direction-rtl .jcarousel-next-horizontal {
	left: 5px;
	right: auto;
	background: url('../image/button-previous.png') center no-repeat;
}
.jcarousel-skin-opencart .jcarousel-next-horizontal:hover, .jcarousel-skin-opencart .jcarousel-next-horizontal:focus {
}
.jcarousel-skin-opencart .jcarousel-next-horizontal:active {
}
.jcarousel-skin-opencart .jcarousel-next-disabled-horizontal, .jcarousel-skin-opencart .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-opencart .jcarousel-next-disabled-horizontal:focus, .jcarousel-skin-opencart .jcarousel-next-disabled-horizontal:active {
	cursor: default;
	background: none;
}
.jcarousel-skin-opencart .jcarousel-prev-horizontal {
	background-image: url("../image/carousel_controls.png");
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    height: 24px;
    position: absolute;
    width: 24px;
	background-position: 0 -24px;
    left: 15px;
    margin-top: -12px;
    top: 50%;
	background-color: #3CB878;
}
.jcarousel-skin-opencart .jcarousel-direction-rtl .jcarousel-prev-horizontal {
	left: auto;
	right: 0px;
	background: url('../image/button-next.png') center no-repeat;
}
.jcarousel-skin-opencart .jcarousel-prev-horizontal:hover, .jcarousel-skin-opencart .jcarousel-prev-horizontal:focus {
}
.jcarousel-skin-opencart .jcarousel-prev-horizontal:active {
}
.jcarousel-skin-opencart .jcarousel-prev-disabled-horizontal, .jcarousel-skin-opencart .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-opencart .jcarousel-prev-disabled-horizontal:focus, .jcarousel-skin-opencart .jcarousel-prev-disabled-horizontal:active {
	cursor: default;
	background: none;
}