html, body { height: 100%; }

body {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #444;
}

#masterWrapper {
	width: 860px;
	margin: 0 auto;
}

#header {
	height: 180px;
	background-color: #fff;
	margin: 0 0 20px 0;
	color: #fff;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#left_menu {
	float: left;
	width: 175px;
	height: 100%;
}

#content {
	float: left;
	width: 665px;
	padding: 0 0 0 20px;
}

#footer {
	height: 75px;
	margin: 15px 0 0 0;
}


/* Left menu */
#categories_menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

#categories_menu li#menu_head {
	border-bottom: 1px solid #ccc;
	background-color: #f5f5f5;
	height: 25px;
	line-height: 25px;
	padding: 0 0 0 10px;
	font-weight: bold;
	margin-bottom: 8px;
}

#categories_menu li.item {
	padding: 8px 8px 8px 12px;
	border-bottom: 1px dotted #ccc;
}

#categories_menu li.item a:link, #categories_menu li.item a:visited {
	color: #444;
	text-decoration: none;
}

#categories_menu li.item a:hover {
	color: #2d88c8;
	text-decoration: underline;
}

h1.title {
	margin: 0 0 20px 0;
	padding: 0;
	color: #094997;
	font-size: 26px;
	font-weight: normal;
}

h1.sub_title {
	margin: 0 0 0 0;
	font-weight: bold;
	font-size: 14px;
}

.subcat_header {
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #97b2c8;
	background-color: #e9f3fb;
	margin-bottom: 15px;
	padding: 0 0 0 10px;
}

.product_container {
	float: left;
	width: 155px;
	margin: 0 15px 0 0;
}

.siviText { color: #b2b2b2; }

.kratkiText { color: #797979; font-size: 14px; }

.bluText { color: #3cb9e2; }

.bigBluText { font-size: 42px; color: #3cb9e2; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; line-height: 42px; }

.text {
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #4d5357;
	line-height: 20px;
}

.blacktext {
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 18px;
}

.breadcrumb { padding: 0 0 15px 0; }

table.siva { 
	cellpadding:2px;
	cellspacing:1px;
	width:500px;
}

td.black {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#e6e7e8;
	color:#6d6e71;
	text-align:center;
	max-width:	150px;

}

td.siva {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#d1d3d4;
	color:#6d6e71;
	text-align:center;
	font-weight:bold;
	min-width:	50px;

}

a.bluLink:link, a.bluLink:visited {
	color: #2d88c8;
	text-decoration: none;
}

a.bluLink:hover {
	color: #444;
	text-decoration: none;
	border-bottom: 1px dotted #444;
}


a.regularLink:link, a.regularLink:visited {
	color: #2d88c8;
	text-decoration: none;
}

a.regularLink:hover {
	color: #444;
	text-decoration: none;
}


a.button:link, a.button:visited {
	display: block;
	width: 200px;
	height: 25px;
	line-height: 25px;
	border: 1px solid #7089a7;
	background-color: #c4d8ef;
	padding: 2px 2px 2px 8px;
	color: #094997;
	text-decoration: none;
	margin-bottom: 3px;
}

a.button:hover, a.selected:link, a.selected:visited, a.selected:hover {
	background-color: #fff;
}

a.headerLink:link, a.headerLink:visited {
	color: #fff;
	text-decoration: none;
}

a.headerLink:hover {
	color: #3cb9e2;
	text-decoration: none;
}