a.rfq_cta_member {
	display:block;
	border: 1px solid #7e0f02;
	padding: 2px;
	/*margin:0px auto;*/
	margin:0;
	width: 25px;
	font-family : Helvetica, sans-serif;
	font-size: 12px;
	font-style : normal;
	font-weight : bold;
	color:#ffffff !important;
	text-decoration:none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color:#951102;
	background: -moz-linear-gradient(#c81b07, #951102 55%, #7e0f02);
  	background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #c81b07),color-stop(.55, #951102),color-stop(1, #7e0f02));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#c81b07, endColorstr=#7e0f02)";
}
	
a.rfq_cta_member:hover {
	border: 1px solid #0f2557;
	text-shadow: -1px -1px 2px #465f97;
	background-color:#224c8c;
	background: -moz-linear-gradient(#245192, #1e3b73 75%, #12295d);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #245192),color-stop(.75, #1e3b73),color-stop(1, #12295d));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#245192, endColorstr=#12295d)";

}

span.rfq_cta_deleted {
	display:block;
	border: 1px solid #7e0f02;
	padding: 2px;
	/*margin:0px auto;*/
	margin:0;
	width: 25px;
	font-family : Helvetica, sans-serif;
	font-size: 12px;
	font-style : normal;
	font-weight : bold;
	color:#ffffff !important;
	text-decoration:none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color:#951102;
	background: -moz-linear-gradient(#c81b07, #951102 55%, #7e0f02);
  	background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #c81b07),color-stop(.55, #951102),color-stop(1, #7e0f02));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#c81b07, endColorstr=#7e0f02)";
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}

div.RFQLink {
	display:none;
	text-align:center;
	padding:10px 5px 10px 0px;
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
	font-size : 95%;
}

div.RFQLink A {
	display:block;
	padding: 10px;
	margin:0px auto; 
	font-family : Helvetica, sans-serif;
	font-size: 18px;
	font-style : normal;
	font-weight : bold;
	color:#ffffff;
	text-decoration:none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 2px 2px 4px rgba(0,0,0,.3);
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,.3);
	-moz-box-shadow: 2px 2px 4px rgba(0,0,0,.3);
	border: 1px solid #f79621;
	background: #f79621; 
	background: -moz-linear-gradient(top, #f9c667 0%, #f79621 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9c667), color-stop(100%,#f79621)); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c667', endColorstr='#f79621',GradientType=0 );
}

div.RFQLink A.activeLink {
	border: 1px solid #0f2557;
	text-shadow: -1px -1px 2px #465f97;
	background-color:#224c8c;
	background: -moz-linear-gradient(#245192, #1e3b73 75%, #12295d);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #245192),color-stop(.75, #1e3b73),color-stop(1, #12295d));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#245192, endColorstr=#12295d)";
}

#trd_content_wrap {
	width:100%;	
	background-color:#ffffff; 
	/*overflow:hidden;*/ 
	border-top:1px solid #BFBFBF; padding-top:25px;
}

#trd_sidebar_wrap {
	width:225px;
	float:left; 
	font-size:90%;
	background-color:#ffffff;

	/*background-color:#f0f0f0;
	border:1px solid #BFBFBF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin:5px 5px 10px 5px;*/
}

#trd_sidebar {
	width:200px;
	float:left;
	padding:0px; 
	margin:0px;
}

#trd_sidebar_hide {  
	float:left;
	width:22px;
	height:25px;
	padding:0px;
	margin:0px;
	background-image:url(/images/icons/arrow_gray_b_22.png);
	background-repeat:no-repeat;
	background-position:0px 2px;
}

#trd_sidebar_hide:hover {  
	cursor: pointer;
}


#trd_sidebar_show {
	float:left;
	width:22px;
	height:25px;
	padding:0px;
	margin:0px;
	background-image:url(/images/icons/arrow_gray_a_22.png);
	background-repeat:no-repeat;
	background-position:0px 2px;
}

#trd_sidebar_show:hover {  
	cursor: pointer;
}

div#trd_sidebar h3 {
	background: #ffffff url(/images/Bullets/ar_closed.gif) no-repeat 9px 14px;
	padding: 10px 5px 5px 22px;
	margin: 0;
	cursor: pointer;
	font-size:14px;
	font-weight:500;
	color:#00F;
	text-decoration:underline;
}

div#trd_sidebar h3:hover {
	/*background-color: #e3e2e2;*/
	color:#F00;
	text-decoration:underline;
}
div#trd_sidebar h3.active {
	background: #ffffff url(/images/Bullets/ar_open.gif) no-repeat 9px 14px;
	color:#4d4d4d;
	text-decoration:none;
}

div#trd_sidebar h3#titleTop {
	padding:5px 5px 5px 22px;
	background: #ffffff url(/images/Bullets/ar_closed.gif) no-repeat 9px 9px;
}
div#trd_sidebar h3#titleTop.active {
	background: #ffffff url(/images/Bullets/ar_open.gif) no-repeat 9px 9px;
	color:#4d4d4d;
	text-decoration:none;
}

#trd_sidebar form {
	padding:0px 2px 10px 5px; 
	margin:0;
	font-size:100%;
}


#trd_sidebar label { 
	text-decoration:underline; 
	color:#0000ff;
} 

#trd_sidebar label:hover {
	color:#F00; 
	cursor:pointer;
}

#trd_sidebar div.fieldgroupx {
	width:195px; 
	margin-bottom:6px; 
	margin-left:10px;
}

	#trd_sidebar div.fieldgroupx div.leftx {
		float:left;	
		text-align:left;
		width:25px;
	}
	
	#trd_sidebar div.fieldgroupx div.rightx {
		float:left;	
		text-align:left;
		width:150px; 
		margin-top:2px;
	}

#trd_sidebar .groupData {
	padding:0px 0px 5px 10px; 
	font-size:12px;  
}

#trd_results { 
	margin-left: 228px;
	/*margin-left: 240px;*/
	padding:0px 0px 0px 0px;
	background-color:#FFF;
	/*border-left:1px solid #BFBFBF;*/
}

#trd_no_results {  
	margin-left: 228px;
	padding:0px 0px 0px 0px;
	background-color:#FFF;
}

table#itemListingsHead {
	width:100%;
	padding:5px;
	border-collapse:collapse;
	font-size:100%;
}

table#itemListingsHead TD { 
	padding:9px; 
	font-size:90%; 
	background-color:#CFCFCF;
}

table#itemListings {
	width:100%; 
	border-collapse:collapse;
	font-size:12px;
	border-left:1px solid #BFBFBF;
		
}
table#itemListings TH { 
	border-bottom:1px solid #d6d6d6;
	padding:5px 5px 5px 8px;
	color:#333;
	text-align:left;
	background-color:#DFE7EF; /*#E7E7E7;*/ 
}

table#itemListings TH.right, table#itemListings TD.right { 
	text-align:right;
}

table#itemListings TH.center, table#itemListings TD.center { 
	text-align:center;
}

table#itemListings TD { 
	padding:5px 5px 5px 8px;
	border: 1px solid #dddddd;
}

table#itemListings TH.smPad, table#itemListings TD.smPad { 
	padding:5px;
}

table#itemListings TH span.sortable_link { 
	text-decoration:underline; 
	color:#0000ff;
} 

table#itemListings TH span.sortable_link:hover {
	color:#F00; 
	cursor:pointer;
}


/*
table#itemListings TD.multiRowTop { 
	border-bottom: 0px; 
	padding-bottom:0px; 
}

table#itemListings TR.noBorder TD { 
	border-bottom: 0px; 
	padding-bottom:0px; 
}
*/

table#itemListings TR.hoverRows {
	background-color:#F5F5F5;	
}

table#itemListings TR.even {
	background-color:#FBFBFB;	
}

table#itemListings TR.deleted {
	background-color:#ffffff;	
}
table#itemListings TR.deleted TD {
	color: #c0c0c0;
}
table#itemListings TR.deleted A {
	color: #c0c0c0; 
}

table#itemListings table.comp_name {
	border:0px;
	padding:0px; 
	margin:-2px 0px 0px 0px; 
	vertical-align:top;
}

table#itemListings table.comp_name TD {
	border:0px;
	padding:0px; 
	margin:0px; 
	vertical-align:top;
}

table#itemListingsFoot {
	width:100%;
	padding:5px;
	border-collapse:collapse;
	font-size:100%;
}

table#itemListingsFoot TD { 
	padding:9px; 
	font-size:90%; 
	background-color:#CFCFCF;
	border-top: 1px solid #BFBFBF;
}

#part_info_datax  {
	width:100%; 
	margin:0px;
	padding:0px 0px 25px 0px; 
	/*overflow:hidden;*/
	border: 1px solid #dddddd;
	font-size:14px;
}

#part_info_datax #catalog_wrap  {
	min-width:700px;
	
}

#part_info_datax #catalog_wrap H1 { 
	background-color:#E0E0E0; 
	padding:5px;
}

#part_info_datax #catalog_data { 
	padding:10px;
}


table#itemListings div.tf_slider { 
	display:none;
	padding-top:3px;
}

div.sliderOpen { 
	padding:6px 0px 0px 0px;	
}

div.sliderOpen UL {
	margin:0px;
	padding:0px 0px 0px 20px; 
}

div.sliderOpen LI {
	margin:0px;
	margin-bottom:8px;
}

a.activeSlider { 
	font-weight:bold;
}

div.sliderOpen sup {
	padding:0;
	margin:0;
}

/*
	#part_info_datax #catalog_data {
		float:left;	
		text-align:left;
		width:50%;
		margin-top:0px;
		padding-top:0px; 
	}
	
	#part_info_datax #catalog_data H1 { 
		background-color:#E0E0E0; 
		padding:5px;
	}
	
	#part_info_datax  #high_low_avg{
		margin-left:52%;
		text-align:left;
		width:48%;
		margin-top:0px;
		padding-top:1px;
		}
	
	#part_info_datax #high_low_avg span.titles {
		color:#666666;
		font-size:15px;
		font-weight:bold;
	}
	
	#part_info_datax #high_low_avg span#high {
		color:#ff9933;
		font-size:18px;
		font-weight:bold;
	}

	#part_info_datax #high_low_avg span#low {
		color:#ff0400;
		font-size:18px;
		font-weight:bold;
	}

	#part_info_datax #high_low_avg span#avg {
		color:#8cc540;
		font-size:18px;
		font-weight:bold;
	}
	*/

