/*
# ------------------------------------------------------------------------
# Templates for Joomla 2.5
# ------------------------------------------------------------------------
# Copyright (C) 2011-2012 Jtemplate.ru. All Rights Reserved.
# @license - PHP files are GNU/GPL V2.
# Author: Makeev Vladimir
# Websites:  http://www.jtemplate.ru 
# ---------  http://code.google.com/p/jtemplate/   
# 
*/

.-lable_products- {
    background: #fff;
    border-radius: 5px;
    padding: 20px;
}

.-lable_products- h2 {
	font-size: 18px;
    text-transform: none;
    font-weight: 400;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
    padding: 0;
}

.-lable_products- h2 span {
    border-bottom: 2px solid #DE0F0F;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: -2px;
}

.-lable_products- h3 {
	font-size: 14px;
}

.-lable_products- .block_item {
    border: 1px solid #E5E5E5;
	height: 340px;
}

.-lable_products- .item_image {
	height: 200px;
}

.-lable_products- .item_image a img {
	max-height: 200px;
	width: initial;
}

.-lable_products- .item_price {
	color: #DE0F0F;
    font-weight: 600;
    font-size: 18px;
	bottom: 10px;
    position: absolute;
    width: 100%;
}

.-lable_products- .item_price span {
    text-decoration-line: line-through;
    font-size: 12px;
    color: #949494;
    font-weight: 400;
}

.-lable_products- .product_label img {
    position: absolute;
    max-width: 118px;
	margin-top: -15px;
}

.-lable_products- .owl-nav > div {
	width: 30px;
	height: 49px;
    z-index: 99;
    text-indent: -9999px;
}

.-lable_products- .owl-prev {
	left: -40px;
    background: url(/modules/mod_label_products/images/arrow2.png) no-repeat scroll left center !important;
}

.-lable_products- .owl-next {
	right: -40px;
    background: url(/modules/mod_label_products/images/arrow2.png) no-repeat scroll right center !important;
}

.-lable_products- .label_name3 {
	left: 0;
}