.home_top_tab{position:relative; margin-bottom:30px;border-bottom:1px solid #e4e4e4;padding-bottom:20px;margin-bottom:15px;}
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.ui-tabs { position: relative; padding:0; 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,.title_tab {
background:url(../images/bkg_tabs.jpg) repeat-x left bottom;padding-bottom:4px;margin-bottom:8px;}
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative;margin-right:0; padding:7px 20px; white-space: nowrap;border:1px solid #e4e4e4;border-bottom:none;border-right:none;transition: all 0.5s ease 0s; }
.ui-tabs .ui-tabs-nav li.last{border-right:1px solid #e4e4e4;}
.ui-tabs .ui-tabs-nav li a,.title_tab {padding:0; text-decoration: none;text-transform:uppercase;
color:#DD431C;text-align:center;font:700 14px/1.40 "Roboto Condensed",Helvetica,arial;}
.title_tab{padding:5px 15px;min-height:25px}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected,
.ui-tabs .ui-tabs-nav li:hover{background:#DD431C;border:1px solid #DD431C;border-bottom:none!important;border-right:none!important;}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,.ui-tabs .ui-tabs-nav li:hover a{color:#fff}
#page .ui-tabs .ui-tabs-nav li a:hover{color:#fff}
.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:0; background: none; }
.ui-tabs .ui-tabs-hide { display: none; }


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1.1em/*{fsDefault}*/; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family:Arial,sans-serif/*{ffDefault}*/; font-size: 1em; }
.ui-widget-content {margin-bottom:0!important; border:none; background-color:transparent }
.ui-widget-content a { color: #222222/*{fcContent}*/; }
.ui-widget-header {}
.ui-widget-header a { color: #222222/*{fcHeader}*/; }



.home_top_tab .prev,.home_top_tab  .next{
	text-indent:-9999px;
	width:7px;
	height:11px;
	position:absolute;
	top:-40px;
	-webkit-transition-duration: 0s, 0s;
}
.home_top_tab .prev {
	background-image:url(../images/btn_pre.png);
	background-position: 0 0;
	background-repeat:no-repeat;
	right:20px;
}
.home_top_tab .next {
	background-image:url(../images/btn_next.png);
	background-position: 100% 100%;
	background-repeat:no-repeat;
	right:0;
}
.home_top_tab .prev:hover{
	background-position:100% 100%;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
.home_top_tab .next:hover{
	background-position: 0 0;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
/*product list*/
.product-list li .discount {
	font-weight: bold;
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
	background: none repeat scroll 0 0 #9B0000;
	padding: 1px 5px;	
}
.product-list li .price {
	display: block;
	font-weight:700;
	font-size: 12px;
	color:#d13e3b;
}
.product-list li h3 {
	color:#000;margin-bottom:5px;line-height:15px;padding:0;
}
.product-list li a {
	color: #323232;
	text-decoration: none;font-weight:700;	
	transition: all 0.2s liner;
	-moz-transition: all 0.2s liner;
	-webkit-transition: all 0.2s liner;
	-o-transition: all 0.2s liner;
	font-size:12px;
}
.product-list li a:hover {
	color: #DD431C;
}
.product-list li .category_name{color: #969696;font-size:11px;margin-bottom:7px;}
.tabs-carousel{margin-bottom:30px;position:relative;}
/* reponsive */
@media only screen and (max-width: 767px) 
{	
	.tabs-carousel{margin-bottom:12px;}
	.tabs-carousel{margin-bottom:20px;}
	.title_tab_hide_show{background:url(../images/bkg_tabs.jpg) repeat-x left bottom;margin-bottom:15px;text-transform:uppercase;color:#969696;font:700 14px/1.35 "Roboto Condensed",Helvetica,arial;padding:7px 0;cursor:pointer}
	.title_tab_hide_show.selected{background:#397abc;border:1px solid #397abc;border-bottom:none;border-right:none;color:#fff;padding:7px 10px;}
	.home_top_tab .prev,.home_top_tab  .next{top:-37px;}
	.home_top_tab .next{right:10px;}
	.home_top_tab .prev{right:30px;}
}

/*jquery.carouFredSel-6.1.0-packed*/
#carousel1 {
	padding-left: 1px;
}
.caroufredsel_wrapper {
	width: 1006px!important;
}


.list_carousel {
	width: 360px;
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	width:155px;
	height: auto;
	padding: 0;
	margin:0 0 0 24px;
	vertical-align:top;
	float:left
}
.list_carousel li.first_item a.product_image{text-align:left}
.list_carousel li a.product_image{text-align:left}

.list_carousel li a.product_image img {
	border: 1px solid #FFFFFF;
    border-radius: 4px;
    box-shadow: 0 2px 3px #CCCCCC;
    margin-bottom: 6px;
}
.list_carousel li a.product_image img:hover {
	border: 1px solid #DD431C;
}
.list_carousel li.last_item_of_line {

}


.list_carousel.responsive {
	width: auto;
	margin-left: -25px;
	padding:0;
}
.cclearfix {
	float: none;
	clear: both;
}


.pager {
	float: left;
	width: 300px;
	text-align: center;
}
.pager a {
	margin: 0 5px;
	text-decoration: none;
}
.pager a.selected {
	text-decoration: underline;
}
.timer {
	background-color: #999;
	height: 6px;
	width: 0px;
}
.ui-tabs .ui-tabs-hide {
    display: block;
    visibility: hidden;
    height: 0;
}

/*jquery.carouFredSel-6.1.0-packed*/
/*ratting*/

.ajax_block_product .star_content  div.star_on {
	background: url(../images/star.gif) no-repeat 0 0 transparent;background-position: 0 -9px
}
.star_content{margin-bottom:10px;}
.view_more_link{text-align:right;padding-bottom:15px}
.view_more_link a{color:#005B8F;font-size:12px;font-weight:700; font-family:'Oswald',sans-serif;}
.view_more_link a:hover{text-decoration:underline}