/* Pink Skin */

/* Link Hover */
a:hover {
	color: #dd0819;
}
#breadcrumb a:hover {
	color: #dd0819;
}

/* Widget Title */
.widgettitle {
	color: #dd0819;
		text-shadow: #fff 1px 1px 0;

}

/* Category Product Price Tag */
#content ul.products li .price:after {
	border-color: #c7abb5 transparent transparent #c7abb5;
}
.es-carousel-wrapper .slide-title:after {
	border-color: #c7abb5 #c7abb5 transparent transparent;
}
.es-carousel-wrapper .slide-title, #content ul.products li .price {
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd0819', endColorstr='#981025');
	background: -webkit-gradient(linear, left top, left bottom, from(#dd0819), to(#981025));
	background: -moz-linear-gradient(top,  #dd0819,  #981025);
	text-shadow: #b41a29 1px 1px 0;
}

#content ul.products li .price ins {
	color: #ffffff;

}

/* Product Price Tag */
div.product p.price:before {
	border-color: transparent transparent transparent #981025;
}
div.product p.price {
	color: #ffffff;
	background-color: #981025;
	text-shadow: #b41a29 1px 1px 0;
}

div.product p.price .amount {
	color: #fbfdfd;
}

/* Product Category Tags */

.single-product .summary .product_meta a {
	color: #dd0819;
}

/* Product Description */

div.product .product_title {
	color: #595959;
}
.single-product .product_tabs .panel h2:first-child,
.single-product .product_tabs .panel #reviews h2 {
	color: #dd0819;
}

/* Buttons */

table.shop_table .checkout-button.button, #place_order.button   {
background-color: #dd0819;

}
table.shop_table .checkout-button.button:hover, #place_order.button:hover  {
background-color: #981025;

}

/* Dropcaps */

.square-dropcap, .round-dropcap,.blog .date small {

filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd0819', endColorstr='#981025');
	background: -webkit-gradient(linear, left top, left bottom, from(#dd0819), to(#981025));
	background: -moz-linear-gradient(top,  #dd0819,  #981025);
	color: #fff;
	text-shadow: #b41a29 1px 1px 0;

}
