@charset "utf-8";
/* CSS Document */

#produs
{
	float:left;
	width:760px;
/*		border:dashed #676767 1px;*/
}

	#produs .spec1
	{
		float:right;
		width:410px;
		margin-right:5px;
/*		border:dashed #676767 1px;*/
	}

	#produs .row
	{
		float:left;
		width:100%;
		padding:2px 2px 5px 2px;
		border-bottom:dashed #dadada 1px;
		margin:3px 0px 3px 0px;
	}

	#produs .var
	{
		float:left;
		width:100px;
		text-align:justify;
		color:#999999;
	}

	#produs .val
	{
		color:#000000;
		text-align:justify;
	}
	
	
	
#poza
{
	float:left;
	width:340px;
	height:260px;
/*		border:dashed #676767 1px;*/
}

.clflt
{
	clear:both;
}
