.breadcrumbs
{
	float: left;
	width: 564px;
	height: 22px;
	background: url(../img/bcrumbsbg.png) repeat-x;
	margin-top: 3px;
}

.bcrumbsr
{
	float: right;
	width: 3px;
	height: 22px;
	background: url(../img/bcrumbsr.png) no-repeat;
}

.breadcrumbs ul
{
	float: left;
	width: 560px;
	height: 22px;
	background: url(../img/bcrumbsl.png) no-repeat;
}

.breadcrumbs li
{
	display: inline;
	float: left;
	height: 22px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6e6e6e;
	position: relative;
	background: url(../img/bcrumbsbgh.png) repeat-x;
}

.breadcrumbs li.hovered { background: url(../img/bcrumbsbg-hover.png) repeat-x; }

.breadcrumbs span
{
	height: 22px;
	float: left;
	background: url(../img/bcrumbsl.gif) no-repeat;
	margin-left: -7px;
	padding-left: 5px;
	position: relative;
}

.breadcrumbs li.hovered span { background: url(../img/bcrumbsr-hover.png) no-repeat; }

.breadcrumbs li.first span
{
	padding-left: 5px;
	background: url(../img/bcrumbslh.png) no-repeat;
	margin:0;
}

.breadcrumbs li.first span.hovered { background: url(../img/bcrumbsl-hover.png) no-repeat; }

.breadcrumbs a
{
	float: left;
	height: 16px;
	padding-top: 6px;
	text-decoration: none;
	color: #1D8EC2;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 12px;
	background: url(../img/bcrumbshh.png) top right no-repeat;
}

.breadcrumbs li.hovered a { background: url(../img/bcrumbshh-hover.png) top right no-repeat; }

.breadcrumbs li.last a { background: url(../img/bcrumbshn.png) top right no-repeat; }
.breadcrumbs li.last a:hover { background: url(../img/bcrumbshn-hover.png) top right no-repeat; }

.breadcrumbs li.plain { background: none; }
.breadcrumbs li.plain span
{
	padding-top: 6px;
	padding-left: 5px;
	height: 16px;
	background: none;
	margin:0;
}

.frame-t, .frame-b
{
	float: left;
	width: 564px;
	margin-top: 6px;
	height: 3px;
	line-height: 3px;
	font-size: 0;
	background: url(../img/tline.png) 0 0 repeat-x;
}

.frame-b { background: url(../img/tline.png) 0 2px repeat-x; margin:0; }

.frame-tl, .frame-tr, .frame-bl, .frame-br
{
	width: 3px;
	height: 3px;
	line-height: 3px;
	font-size: 0;
	float: left;
	background: url(../img/ttl.png) no-repeat;
}

.frame-tr { float: right; background: url(../img/ttr.png) no-repeat; }
.frame-bl { background: url(../img/tbl.png) no-repeat; }
.frame-br { float: right; background: url(../img/tbr.png) no-repeat; }

.frame-l
{
	float: left;
	clear: left;
	width: 564px;
	background: url(../img/tline.png) 0 0 repeat-y;
}

.frame-r
{
	float: right;
	width: 563px;
	background: url(../img/tline.png) top right repeat-y;
}

.frame-content
{
	margin: 3px 6px 3px 5px;
	color: #6E6E6E;
	font-size: 13px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	text-align: justify;
}

.frame-content img
{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.frame-content p { padding: 2px; }

.post-comment
{
	display: block;
	float: right;
	width: 132px;
	height: 20px;
	margin-top: -20px;
	background: url(../img/send_comment.png) 0 0 no-repeat;
}

.post-comment:hover { background-position: 0 -20px; }

.comment-top
{
	float: left;
	clear: left;
	width: 564px;
	height: 22px;
	margin-top: 6px;
	background: url(../img/comment-top.png) no-repeat;
}

.comment-top a
{
	float: left;
	font-family: Georgia, Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #1D8EC2;
	text-decoration: none;
	padding-top: 4px;
	padding-left: 23px;
}

.comment-top a:hover { color: #6E6E6E; }

.comment-top p
{
	width: 200px;
	float: right;
	text-align: right;
	color: #6E6E6E;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-right: 7px;
}


.commentbox
{
	display: none;
	position: absolute;
	left: 300px;
	top: 100px;
	width: 324px;
	height: 202px;
	z-index: 1000;
}

.commentbox-holder
{
	width: 324px;
	height: 202px;
	position: relative;
}

.commentbox-bg
{
	position: absolute;
	left: 0;
	top: 0;
	width: 324px;
	height: 202px;
	background: url(../img/newcomment.png) no-repeat;
}

.commentbox-content
{
	position: absolute;
	left: 0;
	top: 0;
	width: 324px;
	height: 202px;
	z-index: 1001;
	background: url(../img/postcomment.png) 18px 16px no-repeat;
}

.commentbox-content *
{
	position: absolute;
	left: 0;
	top: 0;
}

.commentbox-content a.close
{
	display: block;
	left: 295px;
	top: 12px;
	width: 16px;
	height: 15px;
	background: url(../img/close3.png) no-repeat;
}

.commentbox-content a.close:hover { background-position: 0 -15px; }

.commentbox form
{
	width: 324px;
	height: 202px;
	background: url(../img/postcommentedits.png) 18px 43px no-repeat;
}

.commentbox input
{
	width: 106px;
	height: 18px;
	margin: 0;
	padding: 0;
	background: #fff;
	border: none;
	left: 19px;
	top: 165px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555;
}

.commentbox-mail { left: 133px; }

.commentbox button
{
	left: 246px;
	top: 164px;
	width: 60px;
	height: 20px;
	border: none;
	background: transparent url(../img/posalji.png) no-repeat;
}

.commentbox button:hover { background-position: 0 -20px; }

.commentbox textarea
{
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555;
	left: 19px;
	top: 44px;
	width: 286px;
	height: 113px;
	border: none;
	margin: 0;
	padding: 0;
}

.form-row
{
	float: left;
	clear: left;
	width: 500px;
	margin-top: 10px;
	margin-left: 20px;
}

.form-row label
{
	float: left;
	width: 110px;
	padding-top: 3px;
}

.form-row input, .form-row select, .form-row textarea
{
	float: left;
	width: 140px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555;
	border: 1px solid #c6c6c6;
	background: #fff;
	padding: 0 2px;
}

.form-row textarea
{
	width: 300px;
	height: 200px;
}

.form-row select { width: 145px; padding: 0; }

.btn_trazi, .btn_send
{
	width: 60px;
	height: 20px;
	background: url(../img/btn_trazi.png) no-repeat;
	border: none;
}

.btn_send { background: url(../img/btn_send.png) no-repeat; }

.btn_trazi:hover, .btn_send:hover { background-position: 0 -20px; }

strong, b { font-weight: bold }

#col2 .block .whosonline img { display: none }
#col2 .block .whosonline div.friend { margin: 0; background: transparent; padding: 0; width: auto; height: auto; display: inline }
.f {line-height:13px;padding:4px 10px}