/* BUSINESS DIRECTORY V2 */
.bd-output {
	text-align: left; 
}
.bd-display {
	border: 1px solid #ccc; padding: 5px;
}
.bd-display thead {
	background-color: #e1e1e1;
}
.bd-display tbody {
	border: 1px solid #ccc;
}
.nested-business-details, .nested-business-details tbody tr, .nested-business-details tbody tr th {
	padding: 0px 5px 5px 2px;
	vertical-align: top;
}
.viewing-row {
	border-bottom: 1px solid #ccc; 
	padding: 5px; 
	background-color: #ccc;
}
#business-name {
	padding-left:5px;
}
.bd-content {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc; 
	padding: 5px;
}
.styled-pre { 
	margin: 0px;
	vertical-align: top;
}
/* BUSINESS DIRECTORY V1 */
table.admin.mysite.list.businessdirectory
{
	border: 1px solid #999;
	background-color: #fff;
}
table.admin.mysite.list.businessdirectory thead th.heading
{
	font-weight: normal;
	text-align: left;
}
table.admin.mysite.list.businessdirectory thead th
{
	background-color: #DEE3E7;
}
table.admin.mysite.list.businessdirectory tbody tr.off td
{
	background-color: #eee;
}

table.module.output.form.businessdirectory
{
	border: 1px solid #333;
}
table.module.output.form.businessdirectory thead th
{
	background-color: #eee;
}
table.module.output.form.businessdirectory tbody th
{
	font-size: 11px;
	vertical-align: middle;
	padding-left: 5px;
}
table.module.output.form.businessdirectory tbody td
{
	text-align: left;
}
table.module.output.form.businessdirectory tbody td p
{
	font-size: smaller;
	text-align: center;
}
td.store-button
{
	vertical-align: middle;
}
table.module.output.form.businessdirectory.login.signin 
{
	border: none;
}
table.module.output.form.businessdirectory.login.signin tbody td
{
	text-align: center;
}
table.module.output.form.businessdirectory.login.signin thead th
{
	background-color: transparent;
	border: none;
	text-align: center;
}
table.module.output.form.businessdirectory.login.signup
{
	width: 620px;
}
table.module.output.form.businessdirectory.login.signup thead th
{
	text-align: center;
	font-size: 12px;
	line-height: 20px;
}
table.module.output.form.businessdirectory.login.signup tbody th
{
	text-align: right;
}
table.module.output.form.businessdirectory.login.signup tbody td.already
{
	background-color: #FFFFEC;
	border-left: 1px solid #999;
}
table.module.output.form.businessdirectory.new
{
	width: 620px;
	margin-top: 10px;
}
table.module.output.form.businessdirectory.new thead th
{
	text-align: center;
	border-bottom: 1px solid #333;
	font-size: 12px;
	line-height: 20px;
}
table.module.output.form.businessdirectory.new tbody th
{
	text-align: center;
	padding-right: 5px;
}
table.module.output.businessdirectory.product-select, table.module.output.businessdirectory.product
{
	margin-top: 10px;
}
table.module.output.businessdirectory.product
{
	width: 100%;
}
table.module.output.businessdirectory.product thead th
{
	padding: 5px;
	border-bottom: 1px solid #999;
}
table.module.output.businessdirectory.product tbody td.thumb-image
{
	vertical-align: top;
	text-align: center;
}
span.note
{
	font-size: smaller;
	font-style: italic;
	color: #999;
	display: block;
}
a.button
{
	display: block;
	border: 1px solid black;
	padding: 2px;
	text-align: center;
	width: 80px;
	text-decoration: none;
	color: black;
	font-size: xx-small;
	white-space: nowrap;
	line-height: 14px;
}
a.button:hover
{
	color: white;
}
a.signin
{
	background-color: #eee;
}
a.signin:hover
{
	background-color: #6c6;
}
span.product-name
{
	color: red;
}

.validation.fail
{
	border: 1px solid red;
}