/* ----------------------------- */
/* OBRAZOK						 */
/* ----------------------------- */


#picture-main{
	width: 780px;
	height: 233px;
	background: black;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid black;
}

/* ----------------------------- */
/* NEWS							 */
/* ----------------------------- */

#news{
	width: 780px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	background: white;
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	line-height: 24px; 
}

#news i{
	font-style: normal;
	font-weight: bolder;
	color: #FF3300; 
}

#news table{
	margin-left: auto;
	margin-right: auto;
}

/* ----------------------------- */
/* PRODUKTY NA UVODNEJ	STRANKE	 */
/* ----------------------------- */

#products-main{
	width: 780px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	background: #7F7982;

	font-family: arial;
	font-size: 11px;
	color: black; 
	text-align: left;
}


#products-main b{
	color: white;
	font-size: 11px;
}

#products-main i{
	font-style: normal;
	font-weight: bolder;
}

#products-main u{
	font-style: normal;
	font-weight: bolder;
	text-decoration: none;
	color: white;
}


#procucts-main-left{
	background: #7F7982;
	float: left;
	width: 200px;
 
}

#procucts-main-center{
	background: #7F7982;
	float: left;
	width: 292px;
 
}

#procucts-main-right{
	background: #7F7982;
	float: left;
	width: 284px; 
}

.products-main-content{
	background: #7F7982;
	height: 220px; 
	border-right: 1px solid white;
}


/* ----------------------------- */
/* SVETLO NOVINKA				 */
/* ----------------------------- */

#newLight
{
	width: 170px;
	height: 80px;	
	margin-left: 20px;
	padding-top: 5px;
}

#newLight sup
{
	font-size: 7px;
}


#newLight a{
	text-decoration: none;
		color: black;
}


#newLight img
{
	float: left;
	margin-right: 5px;

}


