/* Custom Button Colours */

.btn-mycosnet {
	background-color: #0099CC; 
	color: #fff !important;
}
.btn-mycosnet:hover {
	background-color: #018dbb;
	color: #fff !important;
}
.btn-mycosnet:focus {
	background-color: #018dbb;
	color: #fff !important;
}

.btn-myadmin {
	background-color: #003399;
	color: #fff !important;
}
.btn-myadmin:hover {
	background-color: #223784;
	color: #fff !important;
}
.btn-myadmin:focus {
	background-color: #223784;
	color: #fff !important;
}

.btn-addtocart {
	background-color: #66cc66;
	color: #fff !important;
}
.btn-addtocart:hover {
	 background-color: #66b05e;
	 color: #fff !important;
}
.btn-addtocart:focus {
	 background-color: #66b05e;
	 color: #fff !important;
}

.btn-added {
	background-color: #259025;
	color: #fff !important;
}
.btn-added:hover {
	 background-color: #127412;
	 color: #fff !important;
}
.btn-added:focus {
	 background-color: #127412;
	 color: #fff !important;
}

.btn-tonerfinder {
	 background-color: #f89406;
	 color: #fff !important;
}
.btn-tonerfinder:hover {
	 background-color: #cc7c16;
	 color: #fff !important;
}
.btn-tonerfinder:focus {
	 background-color: #cc7c16;
	 color: #fff !important;
}

.btn-favourites {
	 background-color: #999999;
	 color: #fff !important;
}
.btn-favourites:hover {
	 background-color: #8b8c8c;
	 color: #fff !important;
}
.btn-favourites:focus {
	 background-color: #8b8c8c;
	 color: #fff !important;
}

.btn-delete-cart {
	 background: #cc0000; 
	 color: #fff !important;
}
.btn-delete-cart:hover {
	 background-color: #a9181c;
	 color: #fff !important;
}
.btn-delete-cart:hover {
	 background-color: #a9181c;
	 color: #fff !important;
}


/* Search & Toner Holder */ 
#search-toner-holder {
	float:left;
	margin-top:-4px;
	padding-top: 0;
}

.icon-white {
	color: #fff !important;
}