/* ALL-IN-ONE CATEGORY TEMPLATE STYLESHEET */

table#cattree-all-in-one {
	width: 100%;
}

table#cattree-all-in-one th {
	background: #000;
	color: #fff;
	text-align: center;
}

table#cattree-all-in-one th.product-choice {
	text-align: left;
}

table#cattree-all-in-one td {
	padding-bottom: 16px;
	text-align: center;
}

table#cattree-all-in-one td.product-choice {
	text-align: left;
	width: 85%;
}

table#cattree-all-in-one td.product-choice select {
	width: 100%;
}

input.submit {
	border: 1px solid #000;
	font-size: 11px;
}