#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:#aeaeae;

	float:left;

	font-size:16px;

	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: #9A1212;

    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 {

	background:url(../images/bg-shad-tab.png) repeat-x;

	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 {

	background:url(../images/bg-right-tab.png) no-repeat scroll right 0;

	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 {

	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 {

	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 {

	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 {

	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 {

	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;

	width:226px;

	margin-right: 13px;

	margin-left:3px;

    /*padding-right: 10px;*/

    position: relative;

    width: 226px;

}



#index .ui-tabs .ui-tabs-panel li div.productbox {

	position:relative;

	background: none repeat scroll 0 0 #F7F7F7;

    border:1px solid #e5e5e5;

    padding: 8px;

    position: relative;

	float:left;

	width:208px;

	margin:0px;

	

	}

	

#index .ui-tabs .ui-tabs-panel li div.border_inside {

    background: none repeat scroll 0 0 #FFFFFF;

    padding: 10px;

	float:left;

	width:187px;

}



#index .ui-tabs .ui-tabs-panel li a.product_image {

	display: block;

	margin-bottom:38px;

	text-align: center;

	padding-top:15px;

}

#index .ui-tabs .ui-tabs-panel li a.ajax_add_to_cart_button {/*width:110px;*/

	margin:0 auto;

	float:right;

	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, #b42222 0%, #961212 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b42222), color-stop(100%,#961212)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top, #b42222 0%,#961212 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top, #b42222 0%,#961212 100%); /* Opera11.10+ */

background: -ms-linear-gradient(top, #b42222 0%,#961212 100%); /* IE10+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b42222', endColorstr='#961212',GradientType=0 ); /* IE6-9 */

background: linear-gradient(top, #b42222 0%,#961212 100%); /* W3C */

    color: #ffffff!important;

	text-align:left;

	padding-left:8px;

	padding-right:8px;/*width:102px;*/

	margin-bottom:13px;

	font-size:11px!important;

	border: 1px solid #770404;

    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, #961212 0%, #770404 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#961212), color-stop(100%,#770404)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top, #961212 0%,#770404 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top, #961212 0%,#770404 100%); /* Opera11.10+ */

background: -ms-linear-gradient(top, #961212 0%,#770404 100%); /* IE10+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#961212', endColorstr='#770404',GradientType=0 ); /* IE6-9 */

background: linear-gradient(top, #961212 0%,#770404 100%); /* W3C */

    color: #fff!important;

	text-align:left;

	padding-left:8px;

	padding-right:8px;/*width:102px;*/

	margin-bottom:13px;

	font-size:11px!important;

	border: 1px solid #770404;

    border-radius: 3px 3px 3px 3px;

}

/*.ui-widget-header {

background: -moz-linear-gradient(top, #961212 0%, #770404 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#961212), color-stop(100%,#770404)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top, #961212 0%,#770404 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top, #961212 0%,#770404 100%); /* Opera11.10+ */

background: -ms-linear-gradient(top, #961212 0%,#770404 100%); /* IE10+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#961212', endColorstr='#770404',GradientType=0 ); /* IE6-9 */

background: linear-gradient(top, #961212 0%,#770404 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

}

#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;

	float:left

}

#index .ui-tabs .ui-tabs-panel li .price_container .price {

	color: #ae1b1b;

	display: block;

	float: right;

	font-size: 16px;

	font-weight: bold;

	margin-bottom: 4px;

	margin-right: 10px;

	margin-top: 5px;

}

#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 {

	margin:5px 0 5px 0;

	max-height:30px;

	padding-right:3px;

	clear:left

}

#index .ui-tabs .ui-tabs-panel li h3 a {

	color:#1e1e1e;

	font-weight:700;

	font-size:15px;

}

#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

}



