/*
	Extra Style Sheet for MySQL Network comparison page
*/


.columns {
	/* background: #004E61; */
	font-size: 14px;
	font-weight: bold;
	color: #555;
	border-right: none;
	
}

.columns td.first {
	color: #333;
	text-align: right;
	font-size: 120%;
	background: #fff;
	width: 140px;
}

.columns td {
	padding: 6px 8px 2px 8px;
	border: solid #FFED9C 1px;
	border-left: none;
	border-top: none;
	border-bottom: solid #888 1px;
	text-align: center;
	background: #FFED9C; 
}

.columns td.alt {
	background: #FFE57F; 
}

.cat_bar td {
	background: #FFF1BB; /*#FDEFB3 */
	border: solid #888 1px;
	border-top: none;
	border-right: inset #666 1px;
	padding: 2px 4px 0px 4px;
	font-size: 85%;
	/* color: #004E62; */
}

.info td:first-child {
	text-align: left;
	border-left: solid #888 1px;
}

.info td.textInfo {
	text-align: left;
}

.info td {
	text-align: center;
	border-top: none;
	border-left: none;
	border-bottom: solid #666 1px;
	border-right: inset #666 1px;
	font-size: 9.0pt;
	padding: 2px 4px 2px 4px;
}

td.alt {
	background: #FFF6CF; 
}

.price td {
	vertical-align: top;
	text-align: center;
	padding: 4px;
	border: solid #ccc 1px;
	
}

.buy td {
	padding: 4px;
	text-align: center;
	border: none;
}


/* Related info tables */

.infotable {
	border: 1px solid #e0e0e0; margin: auto;
	border-right: none;
}

.infotable th{
	font-size: 90%;
	font-weight: bold;
	color: #666;
	padding: 6px;
	border: solid #e0e0e0 1px;
	border-left: none;
	border-top: none;
	text-align: center;
	background: #eee;
}

.infotable td {
	text-align: left;
	border-top: none;
	border-left: none;
	border-bottom: solid #e0e0e0 1px;
	border-right: inset #e0e0e0 1px;
	font-size: 90%;
	line-height: 160%;
	padding: 5px;

}

.infotable strong {
	color: #CD6500;
}


