*{margin:0;padding:0;list-style:none;border:none;-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;}
a{color:#606060;text-decoration:none;}
a:hover{color:#CE1824;text-decoration:none;}
img{ border:0px}
.body{}
.body1{ margin:0px auto; position:relative; min-width:640px}
.ui-slider-tabs{}
.ui-slider-tabs-list-wrapper{
	position: relative;
	width: 100%;
	font-family: Arial, sans-serif;
	margin: 0 0 -1px 0;
	z-index: 50;
}
.ui-slider-tabs-list-wrapper.bottom{
	margin: -1px 0 0 0;
}
.ui-slider-tabs-list-container{
	overflow: hidden;
}
.ui-slider-tabs-list{
	padding: 0;
	margin: 0 0 0 0;
	list-style: none;
}
.ui-slider-tabs-list li{
	display: inline-block;
	border-bottom: 0px solid #cfcfcf;
	border-right: 0px solid #cfcfcf;
	border-top: 0px solid #cfcfcf;
	margin: 0;
	font-size: 13px;
	font-weight: bold;

	background: #fcfcfc; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #f5f5f5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcfcfc 0%,#f5f5f5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#f5f5f5 100%); /* IE10+ */
	background: linear-gradient(top,  #fcfcfc 0%,#f5f5f5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
}
.ui-slider-tabs-list li a{
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	color: #555;
	text-shadow: 0px 0px 0px #fff;
	margin: 0;
}
.ui-slider-tabs-list li a:hover{
	color: #000;
}
.ui-slider-tabs-list li.selected{
	border-bottom-color: #fff;
	border-top-color: #cfcfcf;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.ui-slider-tabs-list-wrapper.bottom .ui-slider-tabs-list li.selected{
	border-top-color: #fff;
	border-bottom-color: #cfcfcf;
}
.ui-slider-tabs-list li.selected a{
	cursor: default;
	color: #000;
}
.ui-slider-tabs-list li:first-of-type{
	border-left: 0px solid #cfcfcf;
}

.ui-slider-tabs-content-container{
	position: relative;
	border: 0px solid #cfcfcf;
	z-index: 1;
	overflow: hidden;
	background-color: #fff;
}

.ui-slider-tab-content{
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	padding: 10px;
}

.ui-slider-left-arrow, .ui-slider-right-arrow, .ui-slider-left-arrow.edge:hover, .ui-slider-right-arrow.edge:hover{
	display: block;
	position: absolute;
	border: 0px solid #cfcfcf;

	background: #fcfcfc; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #f5f5f5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcfcfc 0%,#f5f5f5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#f5f5f5 100%); /* IE10+ */
	background: linear-gradient(top,  #fcfcfc 0%,#f5f5f5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
}
.ui-slider-left-arrow:hover, .ui-slider-right-arrow:hover{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.ui-slider-left-arrow{
	left: 0;
	top: 0;

}
.ui-slider-left-arrow div{
	background-image: url('images/leftArrow.png');
	background-repeat: no-repeat;
	background-position: center center;
	height: inherit;
}
.ui-slider-left-arrow.edge div{
	opacity: .25;
}
.ui-slider-left-arrow.edge{
	box-shadow: none;
	cursor: default;
}
.ui-slider-tabs-list-wrapper.bottom .ui-slider-left-arrow{
	border-top-left-radius: 0;
	border-bottom-left-radius: 4px;
}

.ui-slider-right-arrow{
	top: 0;
	right: 0;
	box-shadow: -2px 0px 1px rgba(0,0,0,.06);
	border-top-right-radius: 4px;
}
.ui-slider-right-arrow div{
	background-image: url('images/rightArrow.png');
	background-repeat: no-repeat;
	background-position: center center;
	height: inherit;
}
.ui-slider-right-arrow.edge div{
	opacity: .25;
}
.ui-slider-right-arrow.edge{
	box-shadow: none;
	cursor: default;
}
.ui-slider-tabs-list-wrapper.bottom .ui-slider-right-arrow{
	border-top-right-radius: 0;
	border-bottom-right-radius: 4px;
}

.ui-slider-tabs-indicator-container{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

.ui-slider-tabs-indicator{
	width: 10px;
	height: 10px;
	background-image: url('images/indicator.png');
	background-repeat: no-repeat;
	display: inline-block;
	margin-right: 3px;
	cursor: pointer;
}
.ui-slider-tabs-indicator.selected{
	background-image: url('images/indicatorActive.png');
}

.ui-slider-tabs-leftPanelArrow{
	position: absolute;
	left: 0px;
	width: 30px;
	height: 35px;
	background-image: url('images/leftPanelArrow.png');
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=5);
}

.ui-slider-tabs-rightPanelArrow{
	position: absolute;
	right: 0px;
	width: 30px;
	height: 35px;
	background-image: url('images/rightPanelArrow.png');
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=5);
}

.ui-slider-tabs-rightPanelArrow.showOnHover, .ui-slider-tabs-leftPanelArrow.showOnHover{
	opacity: 0;
	display: none;
}

.ui-slider-tabs-content-container:hover .ui-slider-tabs-rightPanelArrow.showOnHover,.ui-slider-tabs-content-container:hover .ui-slider-tabs-leftPanelArrow.showOnHover{
	opacity: .5;
	display: inline-block;
}

.ui-slider-tabs-content-container .ui-slider-tabs-rightPanelArrow:hover,.ui-slider-tabs-content-container .ui-slider-tabs-leftPanelArrow:hover,.ui-slider-tabs-content-container .ui-slider-tabs-rightPanelArrow.showOnHover:hover,.ui-slider-tabs-content-container .ui-slider-tabs-leftPanelArrow.showOnHover:hover{
	opacity: 1;
}



/*--homesearch--*/
.homesearch .top-bar { height: 82px; box-shadow: 1px 0 2px rgba(0,0,0,0.2);  z-index: 12; right: 0; top: 0; }
.homesearch .top-bar.active-search { }
.homesearch .top-bar li { float: left; border-right: 1px solid #ddd; }
.homesearch .top-bar li.top-search-li {
    border-bottom: none;
    /*thin line patch*/
    background: #fff;
    background: linear-gradient(45deg,  transparent 15px, #fff 0) bottom left;
    background-size: 100% 100%;
    background-repeat: no-repeat;}
.homesearch .top-bar li.top-search-li:hover {
    border-bottom: none;
    /*thin line patch*/
    background: #000;
    background: linear-gradient(45deg,  transparent 15px, #000 0) bottom left;
    background-size: 100% 100%;
    background-repeat: no-repeat;}
.homesearch .top-bar li.top-cart-li { border-right: none; }
.homesearch .top-bar li a { display: block; width: 94px; height: 82px; font-size: 0; background:url(../../../images/homeico.png) no-repeat 0 0 #fff; }
.homesearch .top-bar li.top-search-li,
.homesearch .top-bar li.top-compare-li,
.homesearch .top-bar li.top-cart-li { position: relative; z-index: 4; }
/*.homesearch .top-bar li.top-account-li a { background-position: 41px -29px; position: relative; }*/
.homesearch .top-bar li.top-account-li a { background-position:-293px -30px; position: relative; }
.homesearch .top-bar li.top-account-li a:hover,
/*.homesearch .active-account li.top-account-li a { background-position: 41px -248px; background-color: #000; }*/
.homesearch .active-account li.top-account-li a { background-position:-350px -30px; background-color: #000; }

/*.homesearch .top-bar li.top-search-li a { background-position: 37px -89px; border-left: none; }*/
.homesearch .top-bar li.top-search-li a { background-position: -293px 28px; border-left: none; }
.homesearch .top-bar li.top-search-li a:hover,
/*.homesearch .active-search li.top-search-li a { background-position: -33px -89px; background-color: #000; }*/
.homesearch .active-search li.top-search-li a { background-position: -350px 28px; background-color: #000; }

/*.homesearch .top-bar li.top-compare-li a { background-position: 38px -145px; font-size: 7px; letter-spacing: 1px; line-height: 82px; text-align: center; text-transform: uppercase; line-height: 104px; color: #a5a5a5; }
.homesearch .top-bar li.top-compare-li a:hover,
.homesearch .active-compare-header li.top-compare-li a { background-position: -33px -145px; background-color: #000; text-decoration: none; }
.homesearch .top-bar li.top-compare-li a .items-on-compare-count { color: #f6333b; font-size: 14px; left: 55px; position: absolute; text-indent: 0; top: -20px; }
.homesearch .top-bar li.top-cart-li a { background-position: 33px -198px; }
.homesearch .top-bar li.top-cart-li a .items-on-cart-count { text-indent: 0; position: absolute; color: #f6333b; font-size: 14px; top: 22px; left: 60px; }
.homesearch .top-bar li.top-cart-li a:hover,
.homesearch .active-cart-header li.top-cart-li a { text-decoration: none; background-position: -37px -198px; background-color: #000; }*/

.homesearch .top-bar li.top-search-li a {
    height: 62px;
    position: relative;
    margin: 0 auto 20px;
    border-left: 1px solid #ddd;}
.homesearch .top-bar li.top-search-li a:after {
    content: "";
    height: 0;
    position: absolute;
    bottom: -20px;
    left: 0;
    border-top: 20px solid #fff;
    border-left: 20px solid transparent;}
.homesearch .top-bar li.top-search-li a:hover:after {
    border-top: 20px solid #000;}


/*font*/
@font-face {
	font-family: 'tradegothicbold_condensed';
	src: url('../../../images/fonts/tradebold-webfont.eot');
	src: url('../../../images/fonts/tradebold-webfont.svg#tradegothicbold_condensed') format('svg'),  url('../../../images/fonts/tradebold-webfont.eot?#iefix') format('embedded-opentype'),  url('../../../images/fonts/tradebold-webfont.woff') format('woff'),  url('../../../images/fonts/tradebold-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.cms-home { padding:0;width:1280px;overflow: hidden; position: fixed;top:0;left: 0}
.demoPanel{padding:0;background-color: #222;text-align:center;}
.demoPanel img{ width:100%}
.demoSlider{ position:relative}

.homelogo{ width:100px; position:absolute; top:70px;}
.homemenu{ width:150px; position:absolute; left:150px; top:70px;}
.homemenu a{line-height:32px;display:block; width:250px;
        font-family: 'tradegothicbold_condensed', Verdana, Arial, sans-serif;
        color: #fff;
        font-size:32px;
        padding-left: 5%;
        text-transform: uppercase;
}
.homemenu a:hover{ color:#000; display:block; background-color:#FFF}
.homesearch{ position:fixed;top:0px; right:0px}