body
{
	width:auto;
	margin:0;
	padding:5px;
	text-align:center;
	background-color:#fff;
}

a:link, a:visited
{
	color:#0a3861;
	text-decoration:none;
	border-bottom:1px dotted #0a3861;
}
a:hover
{
	color:#0a3861;
	text-decoration:none;
	border-bottom:1px solid #0a3861;
}

#content
{
	width:auto;
	clear:none;
	margin:0;
	text-align:left;
	font-size:80%;
}


/* Table Styles */
table.normal
{
	width:auto;
	margin:1em auto;
	border-collapse:collapse;
	empty-cells:show;
}

.normal th, .normal td
{
	vertical-align:top;
	border:1px solid #000;
	padding:0 10px;
}
.normal th
{
	text-align:center;
	font-weight:bold;
	background-color:#bbb;
	color:#000;
}

table.list
{
	width:auto;
	margin:1em 0;
	empty-cells:show;
}

.list th, .list td
{
	vertical-align:top;
	border:0;
	padding:4px 15px 4px 0;
}
.list th
{
	font-weight:bold;
}

.products td
{
	padding:10px;
	border:0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

table.selector
{
	margin:1em 0;
}
.selector a
{
	display:block;
	height:100%;
	padding:2px 4px;
}
.selector a.quiet:link, .selector a.quiet:visited
{
	color:#aaa;
	text-decoration:none;
}
.selector a.quiet:hover
{
	color:#0a3861;
}
.selector a.chosen:link, .selector a.chosen:visited
{
	color:#0a3861;
	background-color:#b2ae70;
	font-weight:bold;
}
.selector th, .selector td
{
	border:0;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
.selector th
{
	text-align:left;
	background-color:transparent;
	padding:4px 10px;
	font-size:120%;
	color:#888;
}

#product_details .product_images
{
	float:left;
	margin-right:20px;
}


/* Ajax layout styles */
.ajax .cake-sql-log{display:none;} /* hide sql log output during ajax call */

