.navigator
{
	float: left;
	width: 560px;
	height: 47px;
	
	white-space: nowrap;
}

.navigator li
{
	 float: left;
	 
	 margin-right: 12px;
	 
	 color: #4c4c4c;
}

.navigator li a
{
	 color: #1e1e1e;
	 text-decoration: underline;
}

.navigator li.active
{
	 color: #cd0000;
	 text-decoration: underline;
	 margin-right: 0px;
}


/* ***** ALERT ***** */
.infobox
{
	clear: left;
	float: left;
	width: 560px;
	margin-top: 30px;
	color: #4c4c4c;
}

.infobox strong.ico
{
	float: left;
	width: 75px;
	padding-left: 37px;
	margin-right: 30px;
	line-height: 27px;
	
	font-weight: bold;
	color: #4c4c4c;
	background: url( gfx/ico/alert_info.png ) no-repeat;
}

.infobox p.title
{
	float: left;
	width: 418px;
	margin-top: 7px;
	margin-bottom: 12px;
	font-weight: bold;
	color: #4c4c4c;
}

.infobox p.tip
{
	float: right;
	width: 418px;
	line-height: 14px;
	color: #4c4c4c;
}

.infobox p.title a
{
	font-weight: bold;
	color: #cd0000;
}

.infobox p.tip em
{
	font-style: italic;
	color: #000;
}

.infobox p.tip strong
{
	font-weight: normal;
	color: #cd0000;
}

.infobox p.tip img.ikonka
{
	width: 15px;
	height: 15px;
}


/* ****************** */

.reds
{
		color: #cd0000;
		font-weight: bold;
}

.paddingTopLeftRight10px
{
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.paddingLeftRight10px
{
	padding-left: 10px;
	padding-right: 10px;
}

.paddingbottom10px
{
	padding-bottom: 10px;
}	

.paddingTop10px
{
	padding-top: 10px;
}

.marginBottom20px
{
	margin-bottom: 20px;
}

.paddingLeft20px
{
	padding-left: 20px;
}

.marginTop10px
{
	margin-top: 10px;
}

/* ***** STOCK CONTROL */
.d5 { background: url( gfx/ico_stockcontrol5.png ) no-repeat; }
.d4 { background: url( gfx/ico_stockcontrol4.png ) no-repeat; }
.d3 { background: url( gfx/ico_stockcontrol3.png ) no-repeat; }
.d2 { background: url( gfx/ico_stockcontrol2.png ) no-repeat; }
.d1 { background: url( gfx/ico_stockcontrol1.png ) no-repeat; }
/* ******************* */

/* ***** LINKS */
.redlink { color: #cd0000; text-decoration: underline; }
.redlink:hover { text-decoration: none; }


input, select, textarea { font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 8pt; }