/***********************************************/
/*  Matpatnik Cascade Style Sheet              */
/***-----------------------------------------***/
/*  Copyright by                               */
/*  Matpatnik.com                              */
/***-----------------------------------------***/
/*  By Matpatnik                               */
/*  Released: December 25, 2008                */
/*  Last Update: December 26, 2008             */
/***-----------------------------------------***/
/*  HTML tag styles                            */
/***********************************************/ 

.spacer
{
	border-bottom:1px dotted #999999;
	padding-bottom:10px;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
div.regle
{
	padding:5px;
	border-top:1px dotted #999999;
}

div.regle em
{
	text-decoration:underline;
}

div.regle strong
{
	background-color:#EAF1F2;
	color:#FF4646;
	font-size:12px;
	border:1px solid #CCCCCC;
	padding: 1px 5px 1px 5px;
}

/************* #horizon_menu styles **************/
.horizon_menu
{
	width: 100%;
	text-align: center;
}

.horizon_menu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: #fff none;
}

.horizon_menu li
{
	padding: 0;
	float: left;
	width: 2em;
	margin-right: 1em;
	background: #eee none;
	text-align: center;
	border:1px solid #CCCCCC;
}
