/* CSS Document */

.dropdown_search2, .SearchOfferInvent_dropdown_search2
{
	border: none;
	border-right: 1px solid #cccccc;
	appearance: none;
	-webkit-appearance: none;  /*Removes default chrome and safari style*/
	-moz-appearance: none; /* Removes Default Firefox style*/
	background-image: url(/Portlets/images/css/icons/jumpdown.jpg); /* Adds background-image*/
	background-repeat: no-repeat; 
	background-position: right;  /* Position of the background-image*/
	background-color: #FFFFFF;
	text-indent: 0.01px; /* Removes default arrow from firefox*/
	text-overflow: "";  /* Removes default arrow from firefox*/
	height: 30px;
	font-size: 18px;
	padding: 0px 25px 0px 5px;
}
	
.dropdown_list, .SearchOfferInvent_dropdown_list
{
	text-overflow: "";  /* Removes default arrow from firefox*/
	height: 25px;
	padding: 0px 5px 0px 5px;
	font-size: 18px;
}

.linkedPartNumber, .linkedPartNumber:visited {
	padding-left: 8px;
	padding-right: 8px;
	color: #0C4EA4;
	font-weight: normal;
	font-size: 12px;
	white-space: nowrap;
}

.linkedPartNumber:hover {
	text-decoration: underline;
}

.ico_suggest
{
background-image:url(/Portlets/images/css/icons/suggest.png);
background-repeat:no-repeat; 
padding: 1px 10px;
}






.icn-Cart
{
	background-image: url(../images/css/icons/icn_icn-Cart.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 3px 8px;
	font-size: 13px;
}