/**
 * Style sheet box
 */
.box
{
	bottom:0;
	left:0;
	right:0;
	top:0;
	margin:5px 0px 5px 10px;
	background-image:url("tl_files/design/table_header.gif");
	background-repeat:repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D6D6D6;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	border-left-color: #D6D6D6;
}

.box p
{
	margin:10px;
}

.cena
{
	font-weight:bold;
	font-size:15px;
	color:#FF1A00;
}

.naslovbox
{
	font-family:Cambria, Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#4682b4;
}

.clearclear
{
	clear:both;
}

.imgRight
{
	margin-right:5px;
}

.pLefttextbox
{
	text-align:left;
}

