@charset "utf-8";
/* CSS Document */
body{font-size:13px;line-height:22px;font-family:Arial, Helvetica, sans-serif;color:#333;}
*{font-family:Arial, Helvetica, sans-serif;}

.clearfix:after
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix
{
	display:inline-block;
}
.clearfix {display:block;}

.PartsPurchaseLocation{
	height: 60px;
	line-height: 60px;
}

.PartsPurchaseLocation a{
	color:#E4AA00;
}

.PartsSearch{
	width:100%;
	height:auto;
	border: 1px solid #CCCCCC;
	float:left;
	background:#FBFBFB;
}

.shadow{
	-moz-box-shadow: 2px 2px 3px #CCCCCC;
	-webkit-box-shadow: 2px 2px 3px #CCCCCC;
	box-shadow: 2px 2px 3px #CCCCCC;
}

.PartsSearch .SearchInput{
	width:400px;
	height:38px;
	line-height: 38px;
	border: 1px solid #CCCCCC;
	font-size: 14px;
	color:#000000;
	padding-left:10px;
	vertical-align:middle;
}

.PartsSearch .SearchButton{
	width:110px;
	height: 40px;
	background:url(../part_images/search_button_bk.png) repeat-x;
	border: 0px;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	cursor:pointer;
}

.PartsSearch select[name=currencyType]{width:100px;}

#search{width:100%;height:120px;float:left;background:url(../part_images/search_bk.png) repeat-x;}
#search table{width:540px;height:120px;float:left;margin-left:15px;}
#search table tr{width:540px;height:60px;}
#search table tr td input.SearchInput{margin-top:15px;}
#search table tr td input.SearchButton{margin-top:15px;margin-left:5px;}
#search table tr ul{width:540px;height:60px;}
#search table tr ul li{float:left;margin-top:15px;}
#search table tr ul li.stocked{width:100px;}
#search table tr ul li.rohs{width:150px;}

#search div.commonSearchKeywords{width:445px;height:120px;float:left;}
/*#search div.commonSearchKeywords ul{width:445px;height:100px;background:url(../part_images/quicksearch_bk.png) repeat-y;margin:10px 0 10px 0;}*/


#partCounter{width:100%;height:35px;float:left;line-height:35px;margin-top:10px;}
#partCategoryList{width:100%;float:left;margin-top:30px;margin-bottom:60px;}
#partCategoryList dl{width:100%;float:left;}
#partCategoryList dl dt div.parent{width:100%;height:50px;line-height:50px;float:left;border-bottom:1px solid #E0E0E0;font-weight:400;font-size:20px;}
#partCategoryList dl dd div.next{min-width:33%;height:50px;line-height:50px;float:left;text-indent:10px;}
#partCategoryList dl dd div.next a{color:#004B85;}
#partCategoryList dl dd div.next a:hover{text-decoration:underline}

#noPart{width:100%;height:35px;float:left;line-height:35px;margin-top:10px;}



.Parts{
	width:100%;
	height:auto;
	float:left;
	margin: 10px 0 50px 0;
}

.Parts .Function{
	width:100%;
	float:left;
	margin-top:30px;
}

.Parts .Function .InvertSelection{

	background:url(../part_images/invertselection_button_bk.png);
	border: 0px;
	width: 150px;
	height: 35px;
	color:#333333;
	font-weight: bold;
	font-size: 13px;
	float: left;
}

.Parts .Function .BuySelected{

	margin-left: 14px;
	background:url(../part_images/buyselected_button_bk1.png);
	border: 0px;
	width: 130px;
	height: 35px;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	float: left;
}

.Parts .Function div.total{
	float:right;
	width:auto;
	line-height:35px;
	height:35px;
	font-size: 13px;
	margin-right:20px;
}

.Parts .Function .page{
	text-align:right;
	height:35px;
	float:right;
}

.Parts .Function .page a{
	margin-left:10px;
	display:inline-block;
	border:1px solid #CCCCCC;
	padding:6px 10px;
	font-size:13px;
}

.Parts .Function .page a:hover{
	background: #F2F2F2;
}

.Parts .Function .page a.curPage{
	background: #F2F2F2;
}

.Parts div.List{
	width:100%;
	height:auto;
	margin-top:15px;
	margin-bottom:-18px;
	overflow-x:auto;
	overflow-y:hidden;
	float:left;
	background:none;
	/*position:static;*/
}

.Parts .List table{
	border-collapse:collapse;
	margin-top:4px;
	margin-left:-1px;
	text-align:left;
	float:left;
	table-layout:fixed;
	/*word-break:break-all;*/
	word-break: break-word;
	word-wrap:break-word;
	font-size:12px;
}

.Parts .List tr{

}

.Parts .List tr td{
	border:1px solid #CCCCCC;
	vertical-align: top;
	padding: 5px;
}

.Parts .List .HeadTitle{
	background: #F2F2F2;
}

.Parts .List .HeadTitle td{
	height: 68px;
	font-size:13px;
	font-weight:bold;
	color:#666666;
	text-align:center;
}

.Parts .List .HeadSort{
	background: #FBFBFB;
}

.Parts .List .HeadSort td{
	text-align: center;
	font-size: 0px;
	line-height:0px;
	padding: 4px;
}

.Parts .List .HeadSort td a{
	display: inline-block;
	width: 16px;
	height: 17px;
}

.Parts .List .HeadSort td a.SortAsc{
	background:url(../part_images/sort_asc.png);
}

.Parts .List .HeadSort td a.SortDesc{
	margin-left:1px;
	background:url(../part_images/sort_desc.png);
}

.Parts .List .HeadSort td a.SortAscSelected{
	background:url(../part_images/sort_asc.png) 0px 17px;
}

.Parts .List .HeadSort td a.SortDescSelected{
	margin-left:1px;
	background:url(../part_images/sort_desc.png) 0px 17px;
}

.Parts .List .HeadSort td a.SortAsc:HOVER{
	background:url(../part_images/sort_asc.png) 0px 17px;
}

.Parts .List .HeadSort td a.SortDesc:HOVER{
	background:url(../part_images/sort_desc.png) 0px 17px;
}

.Parts .List table tr td.noPart{
	height:50px;
	line-height:50px;
}

.Parts .List table tr td .PartsThumbnails{
	border: 1px solid #CCCCCC;
	padding: 1px;
}

.Parts .List table tr td .PartNumber{
	min-height:24px;
	line-height:24px;
	text-align:left;
}

.Parts .List table tr td .PartNumber a.Number{
	float:left;
	color:#004B85;
}

.Parts .List table tr td .PartNumber a.Number:HOVER{
	text-decoration: underline;
}

.Parts .List table tr td .PartNumber .rohs{
	display: inline-block;
	width: 25px;
	height: 22px;
	margin-left:10px;
	background:url(../part_images/rohs.png);
}

.Parts .List table tr td .PartDescription{

	min-height:24px;
	line-height:24px;
	text-align:left;
	color:#999999;
}

.Parts .List table tr td p.doc img{
	margin-right:5px;
	cursor:pointer;
	margin-left:25px;
}

.Parts .List table tr td .Mfr a{
	color:#004B85;
}

.Parts .List table tr td .Mfr a:HOVER{
	text-decoration: underline;
}

.Parts .List table tr td .MfrNumber a{
	color:#004B85;
}

.Parts .List table tr td .MfrNumber a:HOVER{
	text-decoration: underline;
}

.Parts .List table tr td .Availability span{
	display: block;
	text-align: center;
}

.Parts .List table tr td.Price  p a{
	color:#004B85;
}

.Parts .List table tr td.Price  p{
	width:130px;
	min-height:25px;
	float:left;
	line-height:25px;
	text-align:center;
}
.Parts .List table tr td.Price  p.PriceType{
	font-weight:900;
}

.Parts .List table tr td.Price  p.Segment span.Quantity{
	width:60px;
	height:25px;
	float:left;
	line-height:25px;
	text-align:right;
}

.Parts .List table tr td.Price  p.Segment span.Price{
	width:70px;
	height:25px;
	float:left;
	line-height:25px;
	text-align:left;
}

.Parts .List table tr td .PricingInfo{
	text-align: center;
	margin-top: 10px;
}

.Parts .List table tr td .PricingInfo a{
	font-size:13px;
	color:#004B85;
}

.Parts .List table tr td .PricingInfo a:HOVER{
	text-decoration: underline;
}

.Parts .List table tr td .BuyQuantity input{
	width: 78px;
	height: 28px;
	line-height: 28px;
	padding-left: 5px;
	padding-right:5px;
	border: 1px solid #CCCCCC;
}

.Parts .List table tr td .BuyButton{
	margin-top: 10px;
}

.Parts .List table tr td .BuyButton input{
	width: 90px;
	height: 30px;
	background:url(../part_images/buy_button_bk1.png) no-repeat;
	border: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color:#ffffff;
}

.Parts .List table tr td .BuyInfo{
	margin-top: 20px;
}
.Parts .List table tr td p.Min,
.Parts .List table tr td p.Mult{
	height:30px;
	line-height:40px;
}

.Filter{
	width:100%;
	height:auto;
	float:left;
	margin-top:-2px;
	background:#FBFBFB;
	border-top:1px solid #CCCCCC;
}

.Filter .FilterBox{
	width:100%;
	height:auto;
	float:left;
	overflow:hidden;
}

.Filter .FilterBox .FilterItem{
	width:175px;
	height:auto;
	float:left;
}

.Filter .FilterBox .FilterItem p.title{
	/*width:175px;*/
	height:30px;
	font-size:13px;
	font-weight:bold;
	margin-top:10px;
}

.Filter .FilterBox .FilterItem ul.selector{
	/*width:163px;*/
	font-size:13px;
	height:126px;
	border:1px solid #CCCCCC;
	overflow-y:scroll;
	overflow-x:auto;
	font-size:12px;
	padding: 0px 5px;
}

.Filter .FilterBox .FilterItem ul.selector li.option{
	white-space:nowrap;
	height:20px;
	line-height:20px;
	cursor: pointer;
}

.Filter .FilterBox .FilterItem p.reset{
	/*width:175px;*/
	height:30px;
	line-height:30px;
}

.Filter .FilterBox .FilterItem a{
	color:#004B85;
	font-weight:normal;
}

.Filter .FilterBox .FilterItem a:HOVER {
	text-decoration: underline;
}

.clearFilter {
	width:100%;
	height:35px;
	line-height:35px;
	float:left;
	margin-top:20px;
}

.clearFilter span{
	float:left;
	/*margin-left:20px;*/
}

.clearFilter input{
	float: right;
	/*margin-right: 20px;*/
	background:url(../part_images/filterbutton.png) no-repeat;
	width: 130px;
	height: 35px;
	line-height:35px;
	border: 0px;
	font-size: 13px;
	font-weight:bold;
	color:#ffffff;
	cursor:pointer;
}

.hideFilter {
	width:100%;
	height:30px;
	float:left;
}

.hideFilter a{
	/*width: 100px;*/
	height: 30px;
	display:block;
	float:left;
	background:url(../part_images/filterhidebox.png) no-repeat center;
	cursor: pointer;
	margin-top:20px;
	/*margin-left:45%;*/
}

.PartCategory1{
	width:100%;
	height:auto;
	border:1px solid #CCCCCC;
	margin-bottom: 23px;
	float:left;
}

.PartCategory1 .CategoryName{
	font-size: 16px;
	border-bottom: 1px solid #CCCCCC;
	width:100%;
	height:48px;
	line-height:48px;
	background:#F2F2F2;
	float:left;
	padding: 0 15px;
}

.PartCategory1 .CategoryName span{
	/*margin-left:24px;*/
	font-weight:550;
}

.PartCategory1 .ChildCategory{
	margin: 0 15px;
}


.PartCategory1 .ChildCategory ul{
	list-style: none;
	float: left;
	width:100%;
	min-height:50px;
}

.PartCategory1 .ChildCategory ul li{
	height:50px;
	line-height:50px;
	float:left;
	min-width:333px;
}

.PartCategory1 .ChildCategory ul a{
	/*margin-left:24px;*/
	font-size: 14px;
	color:#004B85;
}

.PartCategory1 .ChildCategory ul li a:HOVER{
	text-decoration: underline;
}

.PartCategory1 .ChildCategory ul li span{
	margin-left: 5px;
	font-size: 14px;
	color:#666666;
}


.PartCategory2{
	width:100%;
	height:auto;
	float:left;
	border:1px solid #CCCCCC;
	margin-top: 30px;
	zoom: 1;
}

.PartCategory2 .HideCategories{
	display:inline-block;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	margin-left: 24px;
	color:#004B85;
	background:url(../part_images/hidecategories.png) no-repeat left center;
	padding-left: 30px;
	cursor: pointer;
}

.PartCategory2 .ShowCategories{
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	margin-left: 24px;
	margin-right: 24px;
	color:#004B85;
	background:url(../part_images/showcategories.png) no-repeat left center;
	padding-left: 30px;
	cursor: pointer;

}

.PartCategory2 .CategoryName{
	font-size: 20px;
	border-bottom: 1px solid #CCCCCC;
	height: 48px;
	line-height: 48px;
	margin-left: 24px;
	margin-right: 24px;

}

.PartCategory2 .ChildCategory{
	margin-top: 11px;
	padding-left: 24px;
	margin-bottom: 18px;
}

.PartCategory2 .ChildCategory ul li{
	list-style: none;
	float: left;
	width: 307px;
	margin: 5px 0px;
	margin-right: 15px;
	_margin-right: 11px;
	/**margin-right: 51px; IE7\IE6*/
	/*_margin-right: 51px; IE6*/

}

.PartCategory2 .ChildCategory ul li a{
	font-size: 14px;
	color:#004B85;
}

.PartCategory2 .ChildCategory ul li a:HOVER{
	text-decoration: underline;
}

.PartCategory2 .ChildCategory ul li span{
	margin-left: 5px;
	font-size: 14px;
	color:#666666;
}


#PartInfo{
	width:100%;
	height:auto;
	float:left;
}

#PartInfo .PartPic{
	/*width: 393px;*/
	width: 40%;
	height: 393px;
	float:left;
	border: 1px solid #CCCCCC;
}

#PartInfo .PartPic img{
	/*width: 393px;*/
	width: 100%;
	height: 390px;
}

#PartInfo .PartDescription{
	/*width: 575px;*/
	width: 58%;
	height: auto;
	float:right;
}

#PartInfo .PartDescription table.tb1{
	width: 575px;
	height: auto;
	float:left;
	margin-top:-3px;
}

#PartInfo .PartDescription table.tb1 tr{
	width: 575px;
	height: 35px;
	line-height: 35px;
}

#PartInfo .PartDescription table.tb1 tr td.col1 span{
	font-weight:700;
}

#PartInfo .PartDescription table.tb1 tr .col1{
	width:200px;
}

#PartInfo .PartDescription table.tb1 tr p.Description{
	/*  color:#9999AA;*/
	width: 100%;
}

#PartInfo .PartDescription table.tb1 tr td.col2 img{
	margin-left:20px;
}

#PartInfo .PartDescription table.tb1 tr td.col2 strong{
	color:#607F00;
	font-weight:900;
	font-size:15px;
}

#PartInfo .PartBuy{
	width:575px;
	height:auto;
	float:left;
	border: 1px dashed #96B2D7;
	background:#E5F2FF;
	margin-top:20px;
}

#PartInfo .PartBuy #currencyType{
	width:515px;
	height:35px;
	line-height:35px;
	float:left;
	margin: 0 30px 0 30px;
}
#PartInfo .PartBuy #currencyType span{
	font-weight:700;
}
#PartInfo .PartBuy #Buy{
	width:515px;
	height:60px;
	float:left;
	margin: 0 30px 0 30px;
}

#PartInfo .PartBuy #Buy div.Quantity{
	width:235px;
	height:40px;
	float:left;
	margin-top:10px;
}

#PartInfo .PartBuy #Buy div.Limit{
	width:280px;
	height:40px;
	float:left;
	margin-top:10px;
}

#PartInfo .PartBuy #Buy div.Limit p{
	width:100px;
	height:20px;
	line-height:20px;
	font-size:12px;
}

#PartInfo .PartBuy #Buy input.Quantity{
	border: 1px solid #CCCCCC;
	width: 120px;
	height: 26px;
	line-height:26px;
	vertical-align: middle;
	margin-top:5px;
	padding-left:5px;
}

#PartInfo .PartBuy #Buy input.Button{
	width: 90px;
	height: 30px;
	margin-top:5px;
	background:url(../part_images/buy_button_bk1.png) no-repeat;
	border: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color:#ffffff;
}

#PartInfo .PartBuy hr{
	width:514px;
	float:left;
	color:#CCCCCC;
	margin: 0 30px 0 30px;
}

#PartInfo .PartBuy #Price{
	width:515px;
	height:auto;
	float:left;
	margin: 0 30px 0 30px;
}

#PartInfo .PartBuy #Price ul li{
	width:360px;
	height:auto;
	float:left;
	padding-bottom:10px;
}
#PartInfo .PartBuy #Price ul li strong{
	height:25px;
	line-height:25px;
}
#PartInfo .PartBuy #Price ul li table.option{
	width:171.6px;
	height:auto;
	float:left;
}

#PartInfo .PartBuy #Price ul li table.option p.remark{
	margin-left:20px;
	color:#9999AA;
}

#PartInfo .PartBuy #Price ul li table.option td.col1{
	width:40px;
	text-align:right;
}

#PartInfo .PartBuy #Price ul li table.option td.col2{
	width:131.6px;
	text-align:left;
}
/*Cut Page/Reel*/
#PartInfo .PartBuy #Price ul li table.cutreel{
	width:440px;
	text-align:center;
	border:1px solid #ccc;
	border-collapse: collapse;
}
#PartInfo .PartBuy #Price ul li table.cutreel th{
	height:30px;
	line-height:30px;
	background:#D2E9FF;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid white;
	border-bottom:1px solid white;
}
#PartInfo .PartBuy #Price ul li table.cutreel td{
	border:1px solid #ccc;
}
#PartInfo .PartBuy #Price ul li table.cutreel tr th.cutreel_head_border{
	border-right:1px solid #ccc;
}

#Features{
	width:100%;
	height:auto;
	float:left;
	margin-top:30px;
	margin-bottom:60px;
	border:1px solid #CCCCCC;
}

#Features ul.tab{
	width:100%;
	height:45px;
	float:left;
}

#Features ul.tab li{
	width:120px;
	line-height:45px;
	float:left;
	text-align:center;
	border-right:1px solid #CCCCCC;

}

#Features ul.tab li a{
	width:120px;
	height:45px;
	font-size:14px;
	font-weight:600;
	cursor:pointer;
	display:block;
}

.hidden{display:none;}

#Features ul.content{
	width:100%;
	height:auto;
	float:left;
	border-top:1px solid #CCCCCC;
}

#Features ul.content #content2 div.docs{
	width:980px;
	height:auto;
	float:left;
	margin:10px 10px;
}

#Features ul.content #content2 p{
	width:980px;
	height:30px;
	line-height:30px;
	float:left;
}

#Features ul.content #content2 p img{
	margin-bottom:-3px;
}

#Features ul.content #content2 p a{
	margin-left:10px;
}
.properties{
	width: 100%;
}
#Features ul.content #content0 table.properties tr{
	width:100%;
	height: auto;
	line-height:40px;
	float:left;
}
#Features ul.content #content0 table.properties tr:nth-child(odd){
	background:#EDEDED;
	height: auto;
}
#Features ul.content #content0 table.properties tr td{
	width:230px;
	height:40px;
	line-height:40px;
	float:left;
	overflow:hidden;
}

#Features ul.content #content0 table.properties tr td:nth-child(1){
	 width: 35%;
	 height: auto;
	padding-left: 10px;
}
#Features ul.content #content0 table.properties tr td:nth-child(2){
	width: 65%;
	height: auto;
}



#Features ul.content #content0 table.properties tr td img{
	margin-top:10px;
}

#Features ul.content #content0 table.properties tr td.separator{
	/*border-right:1px solid #CCCCCC;*/
	height: auto;
}

.PartCurrencyType{
	width:100px;
	margin-left: 5px;
}


#partscate{
	height: 38px;
	line-height: 38px;
	border: 1px solid #CCCCCC;
	font-size: 14px;
	margin-top: 15px;
	border-right: none;
	padding-left: 13px;
	background-color: #fff;
	width: 260px;
	color: #999999;
}

.advert{

	width: 112px;
	position: fixed;
	right: 73px;
	top: 30%;
	z-index: 999;
	padding: 5px;
	text-align: left;
	color: red;
	font-weight: bold;
}

.advert2{
	width: 150px;
	position: fixed;
	left: 10px;
	top: 30%;
	z-index: 999;
	padding: 5px;
	text-align: left;
	color: red;
	font-weight: bold;
}
.showBigImg {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	z-index: 999;
}

.showBigImg .showBigImgWrap .allImgBox .imgIte img {
	max-width: 90%;
	max-height: 90%;
	vertical-align: middle;
	margin-top: 50px;
}
.showBigImg .showBigImgWrap .allImgBox .imgIte {
	float: left;
	width: 100%;
	height: 100%;
	text-align: center;
}
.showBigImg .closeBigImg {
	position: absolute;
	right: 10%;
	top: 35px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #000;
	text-align: center;
	line-height: 45px;
	font-size: 45px;
	color: #fff;
	z-index: 9999;
	user-select: none;
}
.track_submit_ShowPartDetail {
	position: absolute;
	width: 50px;
	height: 50px;
	z-index: 999;
	right: 0px;
	top: 344px;
	background: url(../images/search-icon.png) no-repeat;
	border-width: 0px;
	border-style: initial;
	border-color: initial;
	border-image: initial;
}

.FeaturesText{
	width:950px;height:auto;float:left;overflow:hidden;padding:10px;
}
.sel-img {
    display: none;
}
.hiddenS{
	display: none;
}

@media(max-width: 767px)
{
	#Features ul.content #content0 table.properties tr:nth-child(odd){
		height: auto;
	}
    #PartInfo .PartBuy #Price ul li strong{
        margin-left: 5px;
    }
	.sel-img {
		display: block;
		background: url(../images/search-icon.png) no-repeat;
		border: 0;
		position: relative;
		top: -26px;
		left: 10px;
		height: 18px;
		width: 18px;
	}
	.PartsSearchSecondTd{
		width: 400px;
	}
	.PartsSearchFirstTd{
		width: 10%;
		display: none;
	}
	.FeaturesText{
		width:100%;
	}
	#search{
		width: 100%;
	}
	.PartsSearch{
		width: 100%;
	}
	#partscate{
		width: 100%;

	}

	.PartsSearch{
		width: 100%;
	}
	#search table tr ul{
		width: 100%;
	}
	#PartInfo .PartDescription{
		width: 100%;
	}
	#PartInfo .PartDescription table.tb1{
		width: 100%;
	}
	#PartInfo .PartDescription table.tb1 tr{
		width: 100%;
	}

	#PartInfo .PartBuy{
		width: 100%;
	}
	#PartInfo .PartBuy #Buy{
		width: 100%;
		margin: 0 0px 0 5px;
	}
	#PartInfo .PartBuy #Buy div.Quantity{
		width: 220px;
	}
	#PartInfo .PartBuy #currencyType{
		width: 100%;
		margin: 0 30px 0 5px;
	}

	#PartInfo .PartBuy #Price{
		width: 100%;
		margin: 0 30px 0 0px;
	}
	#PartInfo .PartBuy #Buy div.Limit{
		width: 50px;
	}
	#PartInfo .PartBuy #Price ul li{
		width: 100%;
	}
	#PartInfo .PartBuy #Price ul li table.cutreel{
		width: unset;
		margin-left: 5px;
		margin-right: 5px;
	}
	#Features ul.tab li{
		width: 33.3333%;
	}
	#PartInfo .PartDescription table.tb1 tr .col1{
		display: flex;
		width: 140px;
	}
	.properties{
		width: 100%;
	}
	#Features ul.content #content0 table.properties tr td{
		border-right:0px solid #CCCCCC;
		width: unset;
	}
	#Features ul.content #content0 table.properties tr td:nth-child(1){
		width: 100%;
		padding-left: 10px;
	}

	#Features ul.content #content0 table.properties tr td:nth-child(2){
		width: 100%;
		padding-left: 10px;
		line-height: 20px;
	}


	#Features ul.content #content0 table.properties tr{
		height: auto;
	}
	#PartInfo .PartDescription table.tb1 tr td.col1 span{
		width: 150px;
	}
	.showBigImg .closeBigImg{
		right: 10%;
	}

	.PartsSearchFirstTd{
		width: 10%;
		display: none;
	}
	.PartsSearchSecondTd{
		width: 400px;
	}

	.PartsSearchSecondTd{
		width: 400px;
	}
	.PartsSearchFirstTd{
		width: 10%;
		display: none;
	}
	.FeaturesText{
		width:100%;
	}
	#search{
		width: 100%;
	}
	.PartsSearch{
		width: 100%;
	}
	#partscate{
		width: 100%;

	}

	.PartsSearch{
		width: 100%;
	}
	#search table {
		width: 100%;
		height: 120px;
		float: left;
		/*margin-left: 0px;*/
	}
	#search table tr{
		width: 100%;
	}

	#PartInfo{
		width: 100%;
	}
	#PartInfo .PartPic{
		width: 100%;
	}
	#PartInfo .PartPic img{
		width: 100%;
	}
	#search table {
		width: 100%;
		display: block;
		margin-left: 0px;
	}

	#search tbody {
		width: 100%;
		display: block;
	}

	#search table tr {
		width: 100%;
		display: block;
		padding: 0 15px;
		float: left;
	}

	#partscate{
		width: 70px;
	}

	.PartsSearch .SearchInput {
		width: 100%;
		border-radius: 3px;
		text-align: center;
	}

	.terms{
		width: 100%;
		display: block;
	}

	#search table tr ul {
		width: 100%;
	}

	#search table tr ul li.stocked {
		width: 24%;
	}

	#search table tr ul li.rohs {
		width: 39%;
	}

	.visible-xs td{
		display: block;
	}

	.currencyType{
		width: 37%;
	}

	.PartCategory1 .ChildCategory ul li {
		height: auto;
		line-height: 40px;
		float: left;
		width: 100%;
	}

	#partCategoryList{margin-top:0px;margin-bottom:0px;}
	#partCategoryList dl dt div.parent{font-size:15px;height: auto;}
	#partCategoryList dl dd div.next{width:100%;height:auto;line-height:38px;float:left;color: #ccc;text-indent: unset;}
	#partCategoryList dl dd div.next a{color: #0088cc;text-decoration: underline;}

	.Filter .FilterBox .FilterItem {
		width: 50%;
	}

	.Filter .FilterBox .FilterItem ul.selector{
		margin-right:5px;
	}



}
@media(min-width: 768px) and (max-width: 991px) {

	#Features ul.content #content0 table.properties tr:nth-child(odd){
		height: auto;
	}
	#Features ul.content #content0 table.properties tr td:nth-child(1){
		width: 35%;
		height: auto;
		padding-left: 10px;
	}

	#Features ul.content #content0 table.properties tr td:nth-child(2){
		width: 65%;
		padding-left: 10px;
	}

	.PartsSearchSecondTd{
		width: 400px;
	}
	.PartsSearchFirstTd{
		width: 10%;
		display: none;
	}
	.FeaturesText{
		width:100%;
	}
	#search{
		width: 100%;
	}
	.PartsSearch{
		width: 100%;
	}
	#partscate{
		width: 100%;

	}

	.PartsSearch{
		width: 100%;
	}
	#search table {
		width: 100%;
		height: 120px;
		float: left;
		/*margin-left: 0px;*/
	}
	#search table tr{
		width: 100%;
	}

	#PartInfo{
		width: 100%;
	}
	#PartInfo .PartPic{
		width: 100%;
	}
	#PartInfo .PartPic img{
		width: 100%;
	}


	#search table tr ul{
		width: 100%;
	}
	#PartInfo .PartDescription{
		width: 100%;
	}
	#PartInfo .PartDescription table.tb1{
		width: 100%;
	}
	#PartInfo .PartDescription table.tb1 tr{
		width: 100%;
	}

	#PartInfo .PartBuy{
		width: 100%;
	}
	#PartInfo .PartBuy #Buy{
		width: 100%;
		margin: 0 0px 0 30px;
	}
	#PartInfo .PartBuy #Buy div.Quantity{
		width: 220px;
	}
	#PartInfo .PartBuy #currencyType{
		width: 100%;
		margin: 0 30px 0 30px;
	}

	#PartInfo .PartBuy #Price{
		width: 100%;
		margin: 0 30px 0 30px;
	}
	#PartInfo .PartBuy #Buy div.Limit{
		width: 50px;
	}
	#PartInfo .PartBuy #Price ul li{
		width: 100%;
	}
	#PartInfo .PartBuy #Price ul li table.cutreel{
		width: unset;
	}
	#Features ul.tab li{
		width: 33.3333%;
	}
	#PartInfo .PartDescription table.tb1 tr .col1{
		display: flex;
		width: 140px;
	}
	.properties{
		width: 100%;
	}
	#Features ul.content #content0 table.properties tr td{
		width: 50%;
	}
	#Features ul.content #content0 table.properties tr{
		height: auto;
	}
	#PartInfo .PartDescription table.tb1 tr td.col1 span{
		width: 150px;
	}
	.showBigImg .closeBigImg{
		right: 10%;
	}
}


@media(min-width: 768px) and (max-width: 991px) {

	#partCategoryList dl dd div.next {
		min-width: 50%;
		line-height: 50px;
		float: left;
		text-indent: unset;
	}

	#partscate {
		width: 160px;
	}


}
@media(min-width: 992px) and (max-width: 1199px) {
    #Features ul.content #content0 table.properties tr td:nth-child(1){
        /*width: 13%;*/
		padding-left: 10px;
		width: 35%;
		height: auto;
    }
    #Features ul.content #content0 table.properties tr td:nth-child(2){
        /*width: 32%;*/
		width: 65%;
		height: auto;
    }

	#partCategoryList dl dd div.next {
		min-width: 50%;
		line-height: 50px;
		float: left;
		text-indent: unset;
	}

}
@media (min-width: 1200px) {
	#partCategoryList dl{min-height:100px;}

	.advert{

		width: 112px;
		position: fixed;
		right: 73px;
		top: 30%;
		z-index: 999;
		padding: 5px;
		text-align: left;
		color: red;
		font-weight: bold;
	}

	.advert2{
		width: 150px;
		position: fixed;
		left: 10px;
		top: 30%;
		z-index: 999;
		padding: 5px;
		text-align: left;
		color: red;
		font-weight: bold;
	}

}

