/*
 * jQuery UI Tabs 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; padding: 5px; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: 5px 5px 0px 5px; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: right; position: relative; top: 1px; margin-left: 5px; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
span.title-product {
    position: absolute;
    display: block;
    top: 11px;
    left: 10px;
}
span.title-product h3 {
    float: left;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	color: #000;
/*	background: #fdb81f;*/
	padding: 8px 15px 5px 15px;	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
span.title-product h3 a{
    color: #EE171F;
}
span.title-product h3 a:hover {
    color: #000;
}

.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0px; padding-bottom: 0px; background: url(images/bg-tabs-active.jpg) repeat-x; border: 1px solid #ed9610; font-weight: bold; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 5px; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
ul.list-product li {
	float: left;
	width: 172px;
	margin: 10px 15px 10px 0px;	
}
ul.list-cat li {
    float: left;
    width: 172px;
    margin: 10px 0 0 10px;    
    background: url(images/circle.gif) 0px 6px no-repeat;
    padding-left: 7px;
}
ul.list-product li.last-item {
	margin-right: 0px;	
}
ul.list-product li img {
	margin-bottom: 10px;	
}
ul.list-product li a {
	display: inline-block;	
}
ul.list-product li a.name-product {
font-size: 13px;
font-weight: bold;
height: 45px;
margin-bottom: 10px;
}
ul.list-product li a.name-product:hover {
	color: #cc3300;
}
ul.list-product li p.info-product {
	padding-left: 8px;
	margin-bottom: 4px;
	background: url(images/circle.gif) 0px 6px no-repeat;	
}
ul.list-product li p.info-product span {
	font-weight: bold;
	color: #0C6;	
}
ul.list-product li p.comparison {
	padding: 5px 0px;	
}
ul.list-product li a.detail {
	height: 22px;
	line-height: 22px;
	font-weight: bold;
	font-size: 11px;
	color: #666;
	padding: 0px 8px;
	background: url(images/btn-detail.jpg) repeat-x;
	border: 1px solid #bfc2cc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;		
	-moz-text-shadow: 1px 1px #ffffff;
	-webkit-text-shadow: 1px 1px #ffffff;
	text-shadow: 1px 1px #ffffff;
	filter: progid:DXImageTransform.Microsoft.Shadow(strength = 1, direction = 135, color = '#ffffff');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 1, Direction = 135, Color = '#ffffff')";	
}
ul.list-product li span.price, .contact input[type="submit"] {
	height: 22px;
	line-height: 22px;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	padding: 0px 8px;
	background-color: #D14836;
    background-image: -moz-linear-gradient(center top , #DD4B39, #D14836);
    border: 1px solid transparent;
    color: #FFFFFF;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;	
}
ul.list-product li span.price {
    font-size: 10px;
    padding: 4px 3px;
}
ul.list-product li a.price:hover, .contact input[type="submit"]:hover  {
	background-color: #C53727;
    background-image: -moz-linear-gradient(center top , #DD4B39, #C53727);
    border: 1px solid #B0281A;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);	
}
.tabs {
	margin-bottom: 10px;	
}

.catFiltersTitle {
    float: left;
}
.productFilters {
    float: right;
}
#tabsInfo ul li{float: left !important;}