@charset "utf-8";
/* CSS Document */
body{font-size:12px;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:#108232;
}

.PartsSearch{
	width:1000px;
    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:1000px;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;margin-left:-4px;}
#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:1000px;height:35px;float:left;line-height:35px;margin-top:10px;}
#partCategoryList{width:1000px;float:left;margin-top:30px;margin-bottom:60px;}
#partCategoryList dl{width:1000px;min-height:100px;float:left;}
#partCategoryList dl dt div.parent{width:1000px;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:333px;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:1000px;height:35px;float:left;line-height:35px;margin-top:10px;}



.Parts{
    width:1000px;
    height:auto;
    float:left;
	margin: 10px 0 50px 0;
}

.Parts .Function{
    width:1000px;
    height:35px;
    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:1000px;
    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-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:1000px;
	height:auto;
	float:left;
	margin-top:-2px;
	background:#FBFBFB;
	border-top:1px solid #CCCCCC;
}

.Filter .FilterBox{
	width:1000px;
	height:auto;
	float:left;
	overflow:hidden;
}

.Filter .FilterBox .FilterItem{
	width:175px;
	height:auto;
	float:left;
	margin-left:20px;
}

.Filter .FilterBox .FilterItem p.title{
	width:175px;
	height:45px;
	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:45px;
    line-height:45px;
}

.Filter .FilterBox .FilterItem a{
	color:#004B85;
	font-weight:normal;
}

.Filter .FilterBox .FilterItem a:HOVER {
	text-decoration: underline;
}

.clearFilter {
	width:1000px;
	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:1000px;
	height:30px;
	float:left;
}

.hideFilter a{
	width: 100px;
	height: 30px;
	display:block;
	float:left;
	background:url(../part_images/filterhidebox.png) no-repeat;
	cursor: pointer;
	margin-top:20px;
    margin-left:45%;
}

.PartCategory1{
	width:1000px;
	height:auto;
	border:1px solid #CCCCCC;
	margin-bottom: 23px;
	float:left;
}

.PartCategory1 .CategoryName{
	font-size: 16px;
	border-bottom: 1px solid #CCCCCC;
	width:1000px;
	height:48px;
	line-height:48px;
	background:#F2F2F2;
    float:left;
}

.PartCategory1 .CategoryName span{
	margin-left:24px;
	font-weight:550;
}

.PartCategory1 .ChildCategory ul{
	list-style: none;
	float: left;
    width:1000px;
    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:1000px;
	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:1000px;
	height:auto;
	float:left;
}

#PartInfo .PartPic{
	width: 393px;
	height: 393px;
	float:left;
	border: 1px solid #CCCCCC;
}

#PartInfo .PartPic img{
	width: 393px;
	height: 393px;
}

#PartInfo .PartDescription{
	width: 575px;
	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 p.Description{
    color:#9999AA;
    width: 220px;
}

#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:360px;
    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:1000px;
	height:auto;
	float:left;
	margin-top:30px;
	margin-bottom:60px;
	border:1px solid #CCCCCC;
}

#Features ul.tab{
	width:1000px;
	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:1000px;
	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;
}

#Features ul.content #content0 table.properties tr{
	width:1000px;
	height:40px;
	line-height:40px;
	float:left;
}
#Features ul.content #content0 table.properties tr:nth-child(odd){
    background:#EDEDED;
}
#Features ul.content #content0 table.properties tr td{
	width:275px;
	height:40px;
	line-height:40px;
	float:left;
	overflow:hidden;
}

#Features ul.content #content0 table.properties tr td strong{
    margin-left:10px;
}

#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;
}

.PartCurrencyType{
	width:100px;
	margin-left: 5px;
}