.drilldownsection {
    width: 100%;
    margin: 0;
    max-height: 300px;
    overflow: auto;
}

.drilldownsection ul {
    margin: 0;
    padding: 15px;
}

.drilldownsection ul li {
    background: #efefef;
    float: left;
    min-height: 25px;
    list-style: none;
    margin: 1px;
    padding: 0px 10px;
    min-width: 185px;
    cursor: pointer;
}

.drilldownsection ul li a {
    cursor: pointer;
}

.drilldownlookupheaddiv {
}

.drilldowntitle {
    font-weight: bold;
    margin: 0 15px;
    text-transform: uppercase;
}

.drilldownlookupheaddiv table td {
    border: 1px solid #dddddd;
    font-weight: bold;
    padding: 5px;
    width: 200px;
    text-transform: uppercase;
}

.drilldownlookupheaddiv table td a {
    text-decoration: underline;
    cursor: pointer;
}

.drilldown-selected {
    background: #efefef;
}

.custombtn:hover,
.custombtn:focus,
.custombtn:active,
.custombtn.active {
    color: #ffffff !important;
    background-color: #bd2020 !important;
    border-color: #bd2020 !important;
	/* border:5px solid #d0b8c0; */
}
.recentlookuplink{
	background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 5px 12px;
    text-align: left;
    vertical-align: middle;
}
.highlightpartrow
{
    background:#dd4814;
}
.highlightpartrow:hover
{
    background:#dd4814 !important;

}
.crosspartrow
{
	background:#dffeed;
}
.rowheadertext
{
	background:#3889f7;
	/* color:#ffffff; */
}
.rowinformation
{
	background:#f2f2f2;
}
.callforsporder
{
	font-weight:bold;
	color:red;
}

.recent-lookup-area-scrollable {
    background-color: white;
    display: inline-block;
    float: left;    
    height: 200px;
    overflow-x: hidden;
    overflow-y: auto;    
}
.recent-lookup-area-scrollable a{
	cursor:pointer;
	padding: 10px 0 0 10px;   
}
.accstatementsearchtable label{
	cursor:pointer;
	font-weight:normal;
	margin:0 20px 0 5px;
}
.accstatemanentmaintable{
	font-size:14px;
}
.accstatemanenttable tr{
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
.accstatemanenttable td{
	border-right:1px solid #cccccc;
}
.accstatemanenttablehead{
	background:#cccccc;
}
.supersededCatalogcls {
 background-color:#FAAAAA;
}
.alternatCatalogcls {
 background-color:yellow;
}
.catalogDiagramcls {
	background-color:#fee48d;
}
.partslinknote
{
	color:#FF0000;
	font-weight:bold;
	line-height:25px;
	margin:0 0 15px 15px;
}

#tbl_cart th:first-child, #tbl_cart td:first-child, #products_table th, #products_table td:first-child {
    text-align: center;
}
.conditionNoteTxtCls {
	font-weight:bold;
	font-style:italic;
	padding-top:5px; 
	vertical-align: baseline;
	font-size:13px;
	color:#F57F20;
}