#index .ui-tabs {
	position:relative;
	width:100%;
	zoom:1;
	overflow:hidden
}
#index .ui-tabs .ui-tabs-nav {
	background:url(../img/bkg_index_tabs.png) repeat-x;
	display:block;
	height:35px;
	margin:0;
	overflow:hidden;
	margin-top:1px
}
#index .ui-tabs .ui-tabs-nav li {
	float:left;
	height:33px;
	list-style:none;
	padding:0;
	position:relative;
	white-space:nowrap;
	background:url(../img/ui-tabs-nav-li.png) no-repeat right;
}
#index .ui-tabs .ui-tabs-nav li.last {
	background:none
}
#index .ui-tabs .ui-tabs-nav li a {
	color:#4b7514;
	float:left;
	font-size:14px;
	font-weight:700;
	line-height:33px;
	padding:0 16px;
	text-decoration:none
}
#index .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	margin-bottom:0;
}
#index .ui-state-default strong {
	height:39px;
	width:auto
}
#index .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;
	height:33px;
	border-radius: 5px 5px 0 0;
	background: #4B7514;
    color: #fff !important;
}
#index .ui-tabs .ui-tabs-nav li.ui-tabs-selected strong, .ui-tabs .ui-tabs-nav li.ui-state-disabled strong, .ui-tabs .ui-tabs-nav li.ui-state-processing strong {
	color:#fff;
	height:39px;
	z-index:1
}
#index .ui-tabs .ui-tabs-nav li.ui-tabs-selected span, .ui-tabs .ui-tabs-nav li.ui-state-disabled span, .ui-tabs .ui-tabs-nav li.ui-state-processing span {
	color:#fff!important;
	height:46px;
	padding:16px 15px 15px 0;
	position:relative;
	top:0
}
#index .ui-tabs .ui-tabs-panel {
	background:none;
	border-width:0;
	display:block;
	overflow:hidden;
	padding:5px 10px;
}
#index .ui-tabs .ui-tabs-panel .cycleElementsArrow {
	position:absolute;
	right:15px;
	top:10px;
	width:35px
}
#index .ui-tabs .ui-tabs-panel .cycleElementsArrow #cycle-prev1, .ui-tabs .ui-tabs-panel .cycleElementsArrow #cycle-prev2, .ui-tabs .ui-tabs-panel .cycleElementsArrow #cycle-prev3, .ui-tabs .ui-tabs-panel .cycleElementsArrow #cycle-prev4 {
	background:url(../img/cycle-prev.png) no-repeat left;
	float:left;
	height:13px;
	margin-right:5px;
	text-indent:-999px;
	width:9px
}
#index .ui-tabs .ui-tabs-panel .cycleElementsArrow #cycle-next1, .ui-tabs .ui-tabs-panel .cycleElementsArrow #cycle-next2, .ui-tabs .ui-tabs-panel .cycleElementsArrow #cycle-next3, .ui-tabs .ui-tabs-panel .cycleElementsArrow #cycle-next4 {
	background:url(../img/cycle-next.png) no-repeat right;
	float:right;
	height:13px;
	margin-right:5px;
	text-indent:-999px;
	width:9px
}
#index .ui-tabs .ui-tabs-panel .cycleElementsArrow a#cycle-next1:hover, .ui-tabs .ui-tabs-panel .cycleElementsArrow a#cycle-next2:hover, .ui-tabs .ui-tabs-panel .cycleElementsArrow a#cycle-next3:hover, .ui-tabs .ui-tabs-panel .cycleElementsArrow a#cycle-next4:hover {
	background:url(../img/cycle-next-hover.png) no-repeat right;
	height:13px;
	width:9px
}
#index .ui-tabs .ui-tabs-panel .cycleElementsArrow a#cycle-prev1:hover, .ui-tabs .ui-tabs-panel .cycleElementsArrow a#cycle-prev2:hover, .ui-tabs .ui-tabs-panel .cycleElementsArrow a#cycle-prev3:hover, .ui-tabs .ui-tabs-panel .cycleElementsArrow a#cycle-prev4:hover {
	background:url(../img/cycle-prev-hover.png) no-repeat left;
	height:13px;
	width:9px
}
#index .ui-tabs .ui-tabs-panel #cycle1, .ui-tabs .ui-tabs-panel #cycle2, .ui-tabs .ui-tabs-panel #cycle3, .ui-tabs .ui-tabs-panel #cycle4 {
	width:960px!important;
}
#index .ui-tabs .ui-tabs-panel ul {
	width:3000px!important
}

#index .ui-tabs .ui-tabs-panel li {
	float:left;
	background: url("../img/box-shadow.png") no-repeat scroll 0 bottom transparent;
    display: inline-block;
    padding-bottom: 10px;
    vertical-align: top;
	margin-right: 13px;
	margin-left:3px;
    padding-right: 10px;
    position: relative;
    width: 169px;
}
#index .ui-tabs .ui-tabs-panel li div.productbox {
	position:relative;
	background: none repeat scroll 0 0 #F7F7F7;
    border:1px solid #e5e5e5;
    padding: 8px;
	float:left;
	width:161px;
	margin:0px;
	
	}
	
#index .ui-tabs .ui-tabs-panel li div.border_inside {
    background: none repeat scroll 0 0 #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
	float:left;
	width:140px;
}
#index .ui-tabs .ui-tabs-panel li a.product_image {
	display: block;
	margin-bottom:10px;
	text-align: center;
	padding-top:10px;
}
#index .ui-tabs .ui-tabs-panel li a.ajax_add_to_cart_button {/*width:110px;*/
	margin:0 auto;
	margin-top:10px;
}
#index .ui-tabs .ui-tabs-panel li a.button {
	text-align:center;
	display:block
}
#index .ui-tabs .ui-tabs-panel li a.exclusive, .ui-tabs .ui-tabs-panel li span.exclusive {
background: -moz-linear-gradient(top, #849D39 0%, #4B7514 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#849D39), color-stop(100%,#4B7514)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #849D39 0%,#4B7514 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #849D39 0%,#4B7514 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #849D39 0%,#4B7514 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#849D39', endColorstr='#4B7514',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #849D39 0%,#4B7514 100%); /* W3C */
	border: 1px solid #4B7514;
    color: #ffffff!important;
	text-align:left;
	padding-left:4px!important;
	padding-right:4px;
	margin-bottom:10px;
	font-size:11px!important;
    border-radius: 3px 3px 3px 3px;
}
#index .ui-tabs .ui-tabs-panel li a.exclusive:hover, .ui-tabs .ui-tabs-panel li span.exclusive:hover {
	background: -moz-linear-gradient(top, #C3D257 0%, #4B7514 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C3D257), color-stop(100%,#4B7514)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #C3D257 0%,#4B7514 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #C3D257 0%,#4B7514 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #C3D257 0%,#4B7514 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C3D257', endColorstr='#4B7514',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #C3D257 0%,#4B7514 100%); /* W3C */
	border: 1px solid #4B7514;
    color: #fff!important;
	text-align:left;
	padding-left:4px!important;
	padding-right:4px;
	margin-bottom:13px;
	font-size:11px!important;
    border-radius: 3px 3px 3px 3px;
}
/*.ui-widget-header {
background: -moz-linear-gradient(top, #4B7514 0%, #4B7514 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4B7514), color-stop(100%,#4B7514)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #4B7514 0%,#4B7514 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #4B7514 0%,#4B7514 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #4B7514 0%,#4B7514 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4B7514', endColorstr='#4B7514',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #4B7514 0%,#4B7514 100%); /* W3C */
}*/
#index .ui-tabs .ui-tabs-panel li #reduction_percent {
	bottom:56px;
	color:#FFF;
	font-size:24px;
	height:49px;
	line-height:49px;
	margin:0;
	padding-left:3px;
	position:absolute
}
#index .ui-tabs .ui-tabs-panel li .reduction_percent {
	/*bottom:56px;
	color:#FFF;
	font-size:24px;
	height:49px;
	line-height:49px;
	margin:0;
	padding-left:3px;
	position:absolute*/
	top: 0 !important;
}
#index .ui-tabs .ui-tabs-panel li .products_list_price {/*width:100%;*/
	margin-top:10px;
	overflow:hidden;
	float:left;
}
#index .ui-tabs .ui-tabs-panel li .price_container {
	padding:0;
	text-align:left;
	width:auto;
	margin-right:10px;
	margin-top:5px;
	float:left
}
#index .ui-tabs .ui-tabs-panel li .price_container .price {
	color: #282828;
	display: block;
	float: right;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
	margin-right: 10px;
	margin-top: 20px;
}
#index .ui-tabs .ui-tabs-panel li #old_price {
	padding:0;
	width:auto;
	float:left
}
#index .ui-tabs .ui-tabs-panel li .old_price {
	padding:0;
	width:auto;
	float:left
}
#index .ui-tabs .ui-tabs-panel li .old_price span {
	color:#282828;
	font-size:14px;
	opacity: 0.5;
}
#index .ui-tabs .ui-tabs-panel li h3 {
	max-height:30px;
	min-height:30px;
	padding-right:3px;
	clear:left;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#index .ui-tabs .ui-tabs-panel li h3 a {
	color:#1e1e1e;
	font-weight:700;
	font-size:12px;
}
#index .ui-tabs .ui-tabs-panel li p.product_desc {
	color:#767878;
	font-size:11px;
	height:24px;
}
#index .ui-tabs .ui-tabs-hide {
	display:none!important
}

