#subContent2a {
	font-size: 14px;
	COLOR: #000;
}

#subContent2a .product_title {
	color: #ff7b00;
	font-size: 1.3em;
	text-align: center;
	margin-bottom: 0.6em;
}

#subContent2a .product_caption {
	color: #ff7b00;
	font-size: 1.2em;
	text-align: center;
	margin-bottom: 0.6em;
}

#subContent2a Input {
	border-style: inset;
	border-width: 0.1em;
}

#subContent2a .freqInput {
	width: 90px;
}

#subContent2a  #filter td {
	padding: 3px;
}

#subContent2a  form td {
	padding: 3px;
}

#subContent2a  form td label {
	padding-bottom: 5px;
}

/*
.search {
	padding: .1em .5em;
	background: #ff7f00;
	border: 3px;
	background: #d6cd65;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff6600),
		to(#d6cd65));
	background: -ms-linear-gradient(top, #ff6600, #d6cd65);
	border-radius: 3px;
	color: #000000;
	font-size: 14px;
}
*/

.search {
	padding: .1em .5em;
	background: #ff7f00;
	border: 3px;
	background: #ffa000;
	
	border-radius: 3px;
	color: #000000;
	font-size: 14px;
}

.sliderInput{
	width:55px;
}

.sliderBar{
	width:160px;
}

.search:hover {
	background: #ffa000;
	color: #000000;
}

.searchTable{
    border-collapse: separate;
    border-spacing: 0px 2px;
}

#subContent2a .search:active {
	background: #ce882d;
	color: #000000;
}

.dbwave-table {
	font-size: 11px;
	width: auto;
	word-wrap: break-word;
}

.dbwave-view-table {
	font-size: 12px;
	width: auto;
	word-wrap: break-word;
}

.rfqCartGrid.ui-panelgrid>*>tr, .rfqCartGrid.ui-panelgrid .ui-panelgrid-cell
	{
	border: none;
}

.account-input {
	background-color: #fbfbfb;
	margin-bottom: 8px;
	padding: 8px 5px;
	color: #797979;
}

.ui-datatable tbody td.wrap {
	white-space: normal;
}

.rfqQtyInputClass, .orderQtyInputClass {
	margin-right: 10px;
}

.productTableCaption {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #ff7b00;
	margin-bottom: 10px;
}

.searchProductPrompt {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #ff7b00;
}

.hrProductSearch {
	width: 100%;
	height: 1px;
	background: #c6c6c6;
	margin: 10px 0;
}

.tdRightAlign {
	text-align: right;
}

.tdLeftAlign {
	text-align: left;
}

.tdCenterAlign {
	text-align: center;
}

.tdPrice {
	text-align: right;
}

.tdText {
	text-align: left;
}

.tdQty {
	text-align: center;
}

.info_list li {
	list-style-type: decimal;
	font-size: 12px;
	margin-left: 50px;
}

#noBorder input{
	border-style: none;
	border-width: 0;
}