/****************************************************************************
 * Default, no style
****************************************************************************/
.joomla-eidogo
{
	clear: both;
	border: 0;
	overflow: hidden;
	margin: 1.25em auto;
}

/****************************************************************************
 * Left inline
****************************************************************************/
.joomla-eidogo.left
{
	display: inline; /* IE6 fix for float margins */
	float: left;
	margin: 0 10px 10px 0;
	width: auto; /* override other template values, if present */
}

/****************************************************************************
 * Right inline
****************************************************************************/
.joomla-eidogo.right
{
	display: inline; /* IE6 fix for float margins */
	float: right;
	margin: 0 0 10px 10px;
	width: auto; /* override other template values, if present */
}

/****************************************************************************
 * Center, based on theme
****************************************************************************/
.joomla-eidogo.center_standard
{
	width: 810px;
}

.joomla-eidogo.center_compact
{
	width: 423px;
}