/* Pricing CSS redone properly */
.markv2 {
	position:absolute;
	left:1px;
	top:55px;
	color:#fff;
	font-size:13px;
	letter-spacing: -1px;
	font-family: 'Babel Sans';
	background-color:#520924;
  	
}


.markv2highlighted {
	background-color:#520924;
}
 
#td_product_detail_price .markv2highlighted {
	background-color:#520924;
}

#add_to_cart {
  background-color: #440f14;
}
#add_to_cart:hover {
	background-color: #6a121a;
	}
#add_to_cart .s_text {
  font-family: "Ubuntu Regular", sans-serif;
  color: #fff;
  border: 1px solid #862e36;
}

#add_to_cart:hover .s_text {
  border: 1px solid #b94f59;
  
}
#MCMS_table_products td.column {
	padding-bottom: 20px;
	width:170px;
	padding-left: 20px;
}

/* Colour of the non-selected category view icon */
#view_mode .s_icon {
  background-color: #ddd;
}

/* Colour of the SELECTED category view icon (and rollover) */
.s_secondary_color_bgr, #show_search, #view_mode .s_selected .s_icon, #view_mode a:hover .s_icon, #menu_home a:hover, .pagination a:hover, .s_item .s_button_add_to_cart:hover .s_icon, .s_cart_item .s_button_remove:hover {
	background-color: #2a3c69;
}

/* Colour of the SELECTED category view text */
.s_secondary_color, a:hover, #categories > ul > li > a, #footer_categories h2, .pagination a, #view_mode .s_selected a {
	color: #2a3c69;
}


/* Product title in category listings */
.column .content h4 a, .prod-listing h4 a{
	color:#182c43;
}
/* Product title rollover in category listings */
.column .content h4 a:hover, .prod-listing h4 a:hover {
	text-decoration:underline;
	color:#891527;
}

/* Little cart icon and "Add to cart" text in category listings */
.column .content .add, .prod-listing .add {
	background-color:#383a62;
	color:#182c43;
}

/* Rollover for little cart icon and "Add to cart" text in category listings */
.column .content .add:hover, .prod-listing .add:hover {
	background-color:#891527;
	color:#891527;
	text-decoration: none;
}
.mcms-custom-global-message {
    padding:10px 20px;
    background-color:#fff5a2;
}