.forumMarker {
	padding: 5px;
}

.tabColorImg2 {
	height: 55px;
	background: url( img/tab2_bg2.png) repeat-x;
	padding: 2px;	
	margin-bottom: 1px;
}

.forumUB /*forum USER box*/ {
	width: 15%;
	float: left;
	padding: 0px 10px 5px 10px;
	border-right: 1px solid #FFFFFF;
	font-size: 11px;
}
.forumCB /*forum CONTENT box*/ {
	width: 80%;
	float: left;
	padding: 0px 10px 5px 10px;
}
.forumTB /*forum topic box*/ {
	font-size: 16px;
	font-weight: bold;
	float: left;
}
.forumBtnsTB /*forum buttons top box*/ {
	text-align: right;
}
.forumDtB /*forum date box*/ {
	font-size: 10px;
}
.forumUBtnsBB /*forum user buttons bottom box*/ {
	padding: 5px 10px 0px 10px;
	float: left;
}
.forumBtnsBB /*forum buttons bottom box*/ {
	text-align: right;
	padding: 5px 10px 0px 0px
}

/* Forum main page */
#forum_nav_1 {
	width: 646px;
	padding: 5px;
	background-color:#CCCCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin-right: 5px;
}
.forum_name1 {
	width: 381px;
	padding: 5px;
}
.forum_name2 {
	width: 125px;
	text-align: center;
	padding: 5px;
}
.forum_category_box {
	height: 50px;
	background-image: url(img/tackice.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
.forum_cat_img {
	width: 40px;
	padding: 9px 10px 0px 10px;
}
.forum_cat_name {
	width: 335px;
	height: 37px;
	padding: 10px 0px 10px 0px;
	border-right: 1px solid #F4F4F4;
}
.forum_cat_name a, .forum_cat_name a:link, .forum_cat_name a:visited, .forum_cat_name a:hover {
	font: bold 14px Tahoma;
}
.forum_cat_tr {
	width: 129px;
	height: 42px;
	text-align: center;
	padding-top: 15px;
	font-family: Tahoma, Verdana, Arial, Courier;
	font-size: 14px;
	color: #666666;
	border-right: 1px solid #F4F4F4;
}
.forum_cat_tf_nob {
	border-right: none;
}

/* Forum topic list */
.forumCN1 {
	padding: 5px;
	width: 530px;
}
.forumCN2 {
	padding: 5px;
	width: 170px;
}
.forumCN3 {
	padding: 5px;
	width: 100px;
	text-align: center;
}
.forum_cat_img {
	width: 40px;
}
.forumCNameBox a, .forumCNameBox a:link, .forumCNameBox a:visited, .forumCNameBox a:hover {
	font: bold 14px Tahoma;
}
.forumRepView {
	padding-top: 15px;
	font-weight: bold;
	font-size: 12px;
}
.smallF {
	font-size: 7pt;	
	margin-bottom: -2px;
}
.smallF a, .smallF a:link, .smallF a:visited, .smallF a:hover {
	font-size: 6pt;
}

/*forum citati*/
.quote {
	width: 680px;
	margin-left: 5px;
	padding: 10px;
	color: #29698F;
	margin-right: -1px;
	background-color: #CFC2C3;
}
/* navodnik za citiranj na forumu, gorrnji lijevi */
.navodnik {
	width: 40px;
	height: 35px;
	margin: -25px 0px 0px -10px;
	background-image: url(img/forum/top-left.png);
}
/* navodnik za citiranje na forumu, dojnji desni */
.navodnikB {
	width: 40px;
	height: 35px;
	margin: -20px 0px 0px 660px;
	background-image: url(img/forum/bottom-right.png);	
}
