/****			PRODUCT CATALOG			****/

.catalog-container
{
	clear: both;
	padding: 20px;
}

.catalog-sidebar
{
	float: left;
	width: 20%;
	padding: 20px 20px 20px 0;
}

.catalog-content
{
	float: left;
	width: 75%;
	padding: 20px 20px 20px 0;
}

#ajax-content {
	padding: 15px;
	color: black;
}

#ajax-content h1
{
	color: black;
}
.catalog-detail
{
	width: 60%;
}
.catalog-detail tr
{
	padding-top: 4px;
	border-bottom: 1px solid #ddd;
}
.catalog-detail th, .catalog-detail td
{
	padding: 3px;
	margin: 2px;
}
.catalog-detail th
{
/*	background-color: #eee;*/
	font-weight: bold;
	vertical-align: top;
	width: 25%;
}
.catalog-detail td
{
	width: 75%;
}
.catalog-detail-image
{
	padding: 10px;
	right: 0px;
	top: 0px;
	float: right;
}

/****			FLASH MESSAGES			****/

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

/*div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}*/

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

/****			PORTLET			****/

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

