/* Linecard css */

/* styles for suppliers list */

#listcolumns ul { /* div for suppliers' alphabetical lists */
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

h5 {clear:both;}
.left {float:left;}
.right {float:right;}
.paftera {clear: both; text-align:right;}

/* end styles for suppliers list */

/* styles for technologies lists */

#technology ul {
	color: #26529b;
}

#technology ul li{
	color: #26529b;
	font-size: 11px;
	font-weight: normal;
}

.discBullet {
	list-style-type: circle;
	color: #8d9b27;
}

.discBullet li {
	font-size: 12px;
	font-weight: normal;
}
/* end styles for technologies lists */

/* styles for centerColumn */

ul, ol {
	margin-left: 15px;
	padding-left: 0px;
}

dt {
	margin-top: 7px;
	margin-bottom: 3px;
}

.top { /* for anchor links */
	text-align: right;
	font-size: 9px;
	padding: 10px 0px;
}

.center {
	text-align: center;
}

/* supplier showcase */

#showcaseLeft, #showcaseRight {
	width: 175px;
	float: left;
	text-align: center;
	margin-left: 3px;
	margin-right: 3px;
}

#showcaseLeft img, #showcaseRight img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 7px;
}
/*#showcaseLeft {
	float: left;
	background-color:#CCCC00;
}

#showcaseRight {
	float: right;
	background-color:#CC3300;
}
*/
