@charset "utf-8";
/* CSS Document */

table.product-plan {
	border: 1px solid #ccc;
	width: 90%;
}

table.product-plan img {
	margin: 0;
}

table.product-plan td, table.product-plan thead th {
	text-align: center;
}

table.product-plan td, table.product-plan th {
	background: #eee;
	padding: 9px;
	vertical-align: middle;
}

table.product-plan tr.colhead th, table.product-plan tr.colhead td {
	background: #666;
	color: #fff;
	font-weight: bold;
}

table.product-plan tr.odd td, table.product-plan tr.odd th {
	background: #fff;
}

table.product-plan th.column1 {
	color: #000;
}

table.product-plan thead tr td.all, table.product-plan thead tr.odd th {
	color: #000;
	font-weight: bold;
}

table.product-plan thead tr.odd th.product {
	color: #666;
	font-weight: normal;
}

th.product {
	line-height: 15px;
}

th.product a {
	font-size: 11px;
}

table.product-plan tr.top td {
	background: #fff;
}

table.product-plan tr.top td.all {

	border-bottom: 1px solid #ddd;
	color: #666;
	font-weight: normal;
	
}

table.product-plan th.left-border {
	border-left: 1px solid #ddd;
}

table.product-plan th.right-border {
	border-right: 1px solid #ddd;
}

/* @end */
