/* default Cabaret #D1466E theme:
*/

/* main.css */
a:hover { color: #D1466E; }

button, input[type=button], .button, .links-to-buttons a
{
    background-color: #D1466E;
}

input:required, textarea:required, select:required {
    border-color: #D1466E;
}

button.t2:hover, input[type=button].t2:hover, .button.t2:hover, .links-to-buttons.t2:hover a  {
	background-color: #D1466E;
}

.c2, .c2 a { color: #D1466E !important; }

.title-link a:hover {
	color: #D1466E;
}

#quick_search input.input-text:hover {
    border-color: #D1466E;
}

#quick_search_submit:hover {
    color: #D1466E;
}

.shop_quick_cart a:hover {
    color: #D1466E;
}

a.shop_quick_cart_qty:hover {
    background-color: #D1466E;
}

.subcats-images .item h3 a {
    color: #D1466E;
}

.social-nets-wrapper .social li a:hover {
	border-color: #D1466E; 
	color: #D1466E; 
}

/* shop.css */
.price {
	color: #D1466E;
}

ul#eshop_categories_tree a.link.active {
	color: #D1466E;
}

td.shop_form_label_required {
    color: #D1466E;
}

div.shop_catalog_item h2 a:hover {
    color: #D1466E;
}

button.cart:hover {
	background-color: #D1466E;
}

div.shop_toolbar .pagination a:hover {
    border-color: #D1466E;
}

div.shop_toolbar select.shop_order_by:hover {
    border: 1px solid #D1466E;
}

ul.subcat li a:hover {
	background-color: #D1466E;
}

/* ui.totop.css */

#toTop {
    background-color: #D1466E;
}