/**
 * Style sheet tarife
 */
.promobox p
{
	margin:2px 2px 0px 5px;
	font-weight:bold;
	font-size:12px;
	color:#666666;
}

.pRight a
{
	background-color:#ffffff;
	-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
}

.promobox
{
	width:310px;
	height:170px;
	float:left;
	margin:3px;
	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;
}

.tarife
{
	width:280px;
	height:260px;
	bottom:0;
	left:0;
	right:0;
	top:0;
	float:right;
	margin:5px 17px 5px 15px;
	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;
}

.tarife p
{
	margin:10px;
}

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

.naslovTarifa
{
	font-family:Cambria, Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:12px;
	color:#000000;
}

.clearclear
{
	clear:both;
}

.imgRight
{
	margin-right:5px;
}

.pRight
{
	text-align:right;
}

