@charset "UTF-8";
/* CSS Document */

/**************************************
Suppliers
**************************************/

#supplier {

	padding: 0 0 0 0;
	margin: 20px 0 0 10px;
	
	display: table; 
	#position: relative; 
	overflow: hidden;
	
}



/* tables */

#supplierTable {
	font-size: 12px;
	margin: 0px 0px 0px 20px;
}

#supplierTable .header {
	border-bottom: 1px solid #000000;
	border-right: none;
	border-left: none;
	font-size: 13px;
	font-weight: bold;
	padding: 0px 0px 3px 5px;
	height: auto;
}

#supplierTable .tableimg {
	padding: 3px 10px 3px 0px;
	margin: 0px 0px 0px 0px;
	border-left: none;
}

#supplierTable td {
	border-bottom: none;
	border-left: none;
	border-collapse: collapse;
	padding: 3px 0px 3px 10px;
	margin: 0px;
	border-spacing: 0px;
	height: 27px;
}

#supplierTable a img {
	border: 1px solid #000000;
	cursor: pointer;
	padding: 0px 0px 0px 0px;
}
