/* CSS Document */
* {
	font-size: 14px;
	font-weight: normal;
	font-family: "Times New Roman", Arial, Georgia, Times, serif;
}
body {
	margin: 0px;
	padding: 0px;
	background: #000 url(../images/back.jpg);
}

/* hyperlinks */
a, a:link, a:active {
	color: #333;
}
a:hover {
	color: #f00;
}
small {
	font-size: 9px; color: #999;
}
strong {
	font-weight: bold;
}
table {
	padding: 0; margin: 0; vertical-align: top;
}

/***********************************************
*** Header section
************************************************/
#header {
	width: 919px;
}

#header h1 {
	background: transparent url(../images/logo.gif) 0 0 no-repeat;
	margin: 0px 0 4px 0px;
	padding: 0;
	overflow: hidden;
	float: left;
	display: block;
}

#header h1 a {
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	width: 246px;
	height: 106px;
}

/* Tools Navigation box for Cart */
#header .toolsNav { 
	margin: 0; padding: 5px 0 0 5px; 
	font: normal 1em 'lucida grande', verdana, tahoma,sans-serif; 
	float: right;
	background: transparent url(../images/topNavBG.png) no-repeat;
	width: 170px; height: 36px;
	
}

#header .toolsNav a { 
	color: #666; font-weight: bold; text-decoration: none;
}

/* Admin Top Navigation for Change Password, etc */
#header .topNav { 
	margin-top: 0; color: #fcc; 
	font: normal 1em 'lucida grande', verdana, tahoma,sans-serif; 
	padding: 2px 0 3px 15px; 
	float: right;
}

#header .topNav a { 
	color: #fff;
}


/*-------------------------------------------
-- header Nav
-------------------------------------------*/
#header #nav  {
	float: right;
	padding:0;
	margin: 0;
	width: 919px;
	height: 40px;
	background: transparent url(../images/navbk.gif) right bottom  no-repeat;
}

#header #nav ul {
	float: right;
	padding: 0; margin: 0;
	font-size: 1.2em;
	width: 673px; height: 40px;
}

#header #nav li {
	float: left;
	position: relative;
	height: 32px; width: 87px;
	list-style: none;
	margin: 8px 0 0 2px; padding: 8px 0 0 0; 
	background: url(../images/navOff.gif) no-repeat;
}

#header #nav li.first{
	margin-left: 6px;
}

#header #nav li:hover, #header #nav li:over, #header #nav li.on{
	background: url(../images/navOn.gif) no-repeat;
}

#header #nav a, #header #nav a:link, #header #nav a:visited {
	margin: 0; padding: 0;	
	text-align: center;
	text-decoration: none;
	font-family:  verdana, tahoma, Times, serif;
	color: #fff;
	font-size: 11px;
}

#header #nav a:hover {
 /* */
}

/****************************************************
*** flash content bar 
****************************************************/
#flash {
	clear: both;
	padding: 0; margin: 0;
	width: 919px; height: 255px;
}

#flashBottom {
	display: block;
	width: 919px; height: 9px;
	background: #fff url(../images/flashBottom.gif) bottom left no-repeat;
}

/* Main Content Area */
#content {
	display: block;
	margin:0; padding:0;
	width: 919px; 
	background-color: #fff;
	text-align: left;
	color:  #4E4E4E; font-size:1.1em; font-family:Georgia, "Times New Roman", Times, serif;
}

#content .textimage{
	float: left;
	padding: 0 10px;
}

#content .rightimg {
	float: right;
}

#content .imagesource {
	font: 10px Arial, Verdana, Helvetica, sans-serif;
	color: #999;
}

#content #main {
	display: inherit;
	padding: 10px 10px 20px 20px; margin: 0;
	text-align: left; font-family:Georgia, "Times New Roman", Times, serif; font-size:1.1em;
}

#content #main #dblCol {
	display: inherit;
	margin: 0 0 0 50px;; padding:10px;
	width: 370px;
	text-align: left;
	border: 1px solid #f00; font-family:Georgia, "Times New Roman", Times, serif; font-size:1.1em;
}

#content b, p {font-family:Georgia, "Times New Roman", Times, serif; font-size:1.1em; }

#content ul, #content ol {
	padding: 10px 10px 0 10px; margin: 0;
	text-align: left; font-family:Georgia, "Times New Roman", Times, serif; font-size:1em;
}
#content li {
	padding: 0 0 10px 10px;
	margin-left: 30px;
	list-style-position: outside; font-family:Georgia, "Times New Roman", Times, serif; font-size:0.9em;
}
#content div.padLeft {
	clear: both;
	padding-left: 10px;
}

#content .colBlack, #content .colRed, #content .colWhite, #content .colVNav, #content .colBody {
	display: inline;
	margin: 0; padding: 0;
	float: left;
	width: 302px; height: 159px; overflow: hidden;
	text-align: left;
}

#content .colBlack p, #content .colRed p, #content .colWhite p, #content .colVNav p, #content .colBody p {
	font-family: Georgia, Arial, "Times New Roman", Times, serif;
	padding: 18px; padding-top: 10px;
	line-height: 16px;
}

#content .colBlack	{ background: #fff url(../images/tabela_black.jpg) no-repeat; color: #fff;  }
#content .colRed	{ background: #fff url(../images/tabela_red.gif) no-repeat; color: #fff; }
#content .colWhite	{ background: #fff url(../images/tabela_white.jpg) no-repeat; color: #000; }
#content .colVNav	{ width: 260px; min-height: inherit; height: 100%;  margin: 0px 10px 0 0; display: run-in}
#content .colBody	{ min-height: 315px; }

#content .colBlack a, #content .colRed a { color: #ccc; }

#content .colBlack h4 {margin: 0; padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif, Arial,  ;
	font-size: 1em;
	font-weight: bold; color:#fff;
	padding-left: 18px; padding-top: 15px; }
	
#content .colRed h4 {margin: 0; padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif, Arial,  ;
	font-size: 1em;
	font-weight: bold; color:#fff;
	padding-left: 18px; padding-top: 15px; }
	
	
#content .colWhite h4 {margin: 0; padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif, Arial,  ;
	font-size: 1em;
	font-weight: bold; color:#000000;
	padding-left: 18px; padding-top: 15px; }



#content h6 {
	margin: 0; padding: 0;
	font-family: Georgia, Arial, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}

#content h5 {
	margin: 0 0 10px 0; padding: 0;
	font-family: Georgia, Arial, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	padding-top: 15px; color:#000000;
}
#content h4 {
	margin: 0; padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif, Arial,  ;
	font-size: 1em;
	font-weight: normal; color:#000000;
	padding-left: 18px; padding-top: 15px;
}

#content h3 {display: block;padding: 3px 3px 3px 0.5em; border-left: 1.1em solid #ff0000;background-color:#ffffff; color:#000000;
font-family:Georgia, "Times New Roman", Times, serif; font-size:1.2em; font-weight: bold; border-bottom:2px solid #ff0000;margin-bottom: 5px; }

/** #content h3 {
	margin: 0; padding: 0; 
	font-family: "Times New Roman", Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	font-weight: lighter;
	padding-left: 0; padding-top: 15px;
	color: #f00; i 
	

}**/

#content h2 {
	margin: 0; padding: 0;
	font-family: Georgia, Arial,  "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: lighter;
	padding: 15px 0 15px 0;
	color: #333;
}

#content .clkBack {
	float: right;
}


#contentTop {
	display: block; width: 919px; height: 9px;
	background: transparent url(../images/tabela_gore.gif) bottom left no-repeat;
}
#contentBottom {
	display: block; width: 919px; height: 9px;
	background: transparent url(../images/tabela_dole.gif) top left no-repeat;
}

/********************************************************
*** Extra Special Content above the Footer 
********************************************************/
#scontent {	
	margin: 0; padding: 0;
	font-size: 0.9em;
	width: 919px; height: 126px;
	background: transparent url(../images/predfooter.gif) left top no-repeat;
}
#scontent .col {
	float: left;
	width: 270px;
	text-align: left;
	margin: 25px 15px 0 15px; padding: 0;
}

/* Misc */
.clearAll {
	clear: both;
}
.err {
	color: #f00; font-weight: 110%;
}
.msg {
	color: #0c0; font-weight: 110%;
}


/****************************************************
*** List Table Definition
****************************************************/
#ItemsTable tr.heading { background: #FF8000;}
#ItemsTable tr.heading td{ font-weight: bold; }
#ItemsTable tr.row1 { background: #fff; cursor: pointer;}
#ItemsTable tr.row0 { background: #fcfcfc; cursor: pointer;}
#ItemsTable tr.row1:hover, #ItemsTable tr.row0:hover{ background: #c0c0c0; cursor: pointer;}
#ItemsTable tr.row2:hover { background: #F2AAD3; cursor: pointer;}

#ItemsTable {
	padding: 0;
	border-collapse: separate;
	border-spacing: 0;
	color: #000;
	width: 90%;
	margin: 10px 0 0 20px;
}
#ItemsTable a {
	display: inline;
}
#ItemsTable td {
	border-bottom: 1px dotted #DEF1F6;
	padding: 3px;
	vertical-align: top;
}
#ItemsTable th { display: inline; }



/*****************************************************
*** Other Table definitions 
*****************************************************/
.tabblacknaslov {
	font-family: Georgia, Arial, "Times New Roman", Times, serif;
	font-size: 19px;
	color: #ebece9;
	padding-left: 18px;
	font-weight: lighter;
}
.footertext {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #81a7ad;
	font-size: 11px;
	line-height: 16px;
}

a.footertext:link {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #81a7ad;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
}

a.footertext:visited {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #81a7ad;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
}

a.footertext:hover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 16px;
	text-decoration: underline;
}

.footertext2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #496C72;
	font-size: 11px;
	line-height: 16px;
}

a.footertext2:link {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #496C72;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
}

a.footertext2:visited {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #496C72;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
}

a.footertext2:hover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 16px;
	text-decoration: underline;
}

.tabrednaslov {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	color: #fcf4f4;
	padding-left: 18px;
	font-weight: lighter;
}
.tabbluenaslov {
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #FFFFFF;
	padding-left: 0px;
	font-weight: lighter;
}

a.tabbluenaslov:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #FFFFFF;
	padding-left: 0px;
	font-weight: lighter;
	text-decoration: none;
}


a.tabbluenaslov:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #FFFFFF;
	padding-left: 0px;
	font-weight: lighter;
	text-decoration: none;
}

a.tabbluenaslov:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #a2dfea;
	padding-left: 0px;
	font-weight: lighter;
	text-decoration: underline;
}








.tabwhitetxt {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 16px;
}


a.tabwhitetxt:link {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
}

a.tabwhitetxt:visited {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
}

a.tabwhitetxt:hover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 16px;
	text-decoration: underline;
}




.tabwhitetxt2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 16px;
}


a.tabwhitetxt2:link {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 16px;
	text-decoration: underline;
}

a.tabwhitetxt2:visited {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 16px;
	text-decoration: underline;
}

a.tabwhitetxt2:hover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
}



.tabblacktxt {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #bbbbbb;
	font-size: 11px;
	line-height: 16px;
}

a.tabblacktxt:link {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #bbbbbb;
	font-size: 11px;
	line-height: 16px;
	text-decoration: underline;
}
a.tabblacktxt:visited {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #bbbbbb;
	font-size: 11px;
	line-height: 16px;
	text-decoration: underline;
}

a.tabblacktxt:hover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #bbbbbb;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
}

.tabbluetxt {
	font-family:  Arial, Helvetica, Tahoma, sans-serif;
	color: #4E4E4E;
	font-size: 11px;
	line-height: 16px;
}
a.tabbluetxt:link {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #4E4E4E;
	font-size: 11px;
	line-height: 16px;
	text-decoration: underline;
}
a.tabbluetxt:visited {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #4E4E4E;
	font-size: 11px;
	line-height: 16px;
	text-decoration: underline;
}

a.tabbluetxt:hover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #4E4E4E;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
}

.GlavniNaslovi {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FF0000;
	padding-left: 0px;
	font-weight: lighter;
	line-height: 25px;
}
.ManjiNaslovi {
	font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	padding-left: 0px;
	font-weight: bold;
	line-height: 16px;
}
.sivopolje {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #F5F5F5;
	height: 19px;
	width: 140px;
	border: 1px solid #d1d1d1;
	padding-right: 2px;
	padding-left: 4px;
}
.sivopoljelogin {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #f3eee0;
	height: 18;
	width: 155;
	border: 1px solid #e4dbc2;
	padding-right: 2px;
	padding-left: 4px;
}

.sivopolje2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #F5F5F5;
	height: 120px;
	width: 350px;
	border: 1px solid #d1d1d1;
	padding-right: 2px;
	padding-left: 4px;
}
.tabblacktxt_prored {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #bbbbbb;
	font-size: 11px;
	line-height: 14px;
}
