html {
	overflow-y: scroll;
}

body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

img {
	border: 0;
}

h1 {
	margin: 0;
	padding: 0;
	margin-top: -4px;
	margin-left: -1px;
	color: #ffcc00;
	font-weight: normal;
	font-size: 2em;
}

h2 {
	margin: 0;
	padding: 0;
	color: #ffcc00;
	font-weight: normal;
	font-size: 18px;
	font-size: 1.6em;
	margin-top: -4px;
}

h3 {
	color: #ffcc00;
	font-size:14px;
	padding:0;
	margin:0;
	margin-bottom: 5px;
	margin-top: 5px;
}

h4 {
	font-size:12px;
	padding:0;
	margin:0;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #c00;
}

a.more {
	display: block;
	text-align: right;
	font-weight: bold;
	padding-right: 15px;
	margin-right: 15px;
	background: transparent url(../images/menubullet.gif) right center no-repeat;
	text-decoration: none;
	color: #333;
}

a.more:hover {
	color: #c00;
}

a.arrowlink {
	font-weight: bold;
	padding-right: 15px;
	margin-right: 15px;
	background: transparent url(../images/menubullet.gif) right center no-repeat;
	text-decoration: none;
	color: #333;
}

a.arrowlink:hover {
	color: #c00;
}

form {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	float: left;
	padding-top: 24px;
	width: 64px;
	height: 110px;
}

#navigation {
	float: left;
	text-align: center;
	padding-top: 98px;
	width: 716px;
}

#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	padding-left: 18px;
	padding-right: 18px;
}

#navigation a:hover {
	color: #cc0000;
}

#navigation .current {
	color: #cc0000;
}

#panel {
	float: left;
	width: 180px;
	overflow: auto;
}

#icons {
	padding-left: 8px;
	padding-top: 20px;
	height: 31px;
}

#icons a {
	display: block;
	float: left;
	height: 31px;
	margin-right: 11px;
	background-position: left top;
	background-repeat: no-repeat;
	background-color: transparent;
}

#icons a:hover, #icons a.selected {
	background-position: left bottom;
}

#icons a span {
	display: none;
}

	#icons a.home { width: 13px; background-image: url(../images/tools/home.gif); }
	#icons a.contact { width: 14px; background-image: url(../images/tools/contact.gif); }
	#icons a.sitemap { width: 16px; background-image: url(../images/tools/sitemap.gif); }
	#icons a.line { width: 13px; background-image: url(../images/tools/line.gif); }
	#icons a.font { width: 13px; background-image:  url(../images/tools/text.gif); }
	#icons a.print { width: 13px; background-image: url(../images/tools/print.gif); }

#langs {
	padding-left: 8px;
	white-space: nowrap;
	margin-top: 6px;
	height: 21px;
}

#langs a {
	display: block;
	float: left;
	height: 21px;
	
	background-position: left top;
	background-repeat: no-repeat;
	background-color: transparent;
}

#langs a:hover, #langs a.selected {
	background-position: left bottom;
}

#langs a span {
	display: none;
}

	#langs a.sl { width: 13px; background-image: url(../images/langs/sl.gif); }
	#langs a.hr { width: 15px; background-image: url(../images/langs/hr.gif); }
	#langs a.sr { width: 15px; background-image: url(../images/langs/sr.gif); }
	#langs a.ba { width: 13px; background-image: url(../images/langs/ba.gif); }
	#langs a.en { width: 17px; background-image: url(../images/langs/en.gif); }

#langs img {
	float: left;
}

#search {
	padding-top: 3px;
	position: relative;
	height: 30px;
}

#search_input {
	position: absolute;
	width: 143px;
	background-color: #ffdf33;
	border: 1px solid #ffffff;
	color: #333333;
	padding: 3px 6px 3px 6px;
	font-size: 10px;
	top: 6px;
	left: 0;
}

#search_button {
	position: absolute;
	top: 6px;
	left: 157px;
	background-image: url(../images/button_go.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	width: 21px;
	height: 21px;
	margin-left: 2px;
	margin-bottom: 0;
}

#intro {
	border-bottom: 1px solid #dedede;
}

#picture {
	float: left;
	width: 420px;
	padding-top: 17px;
	padding-bottom: 15px;
}

#introtext {
	float: left;
	width: 301px;
	margin-top: 35px;
	padding-right: 40px;
	padding-left: 19px;
	padding-bottom: 17px;
}

#introtext div {
	padding-top: 16px;
}

#groups {
	float: left;
	width: 163px;
	padding-left: 16px;
	margin-top: 35px;
	border-left: 1px solid #dedede;
}

#groups a {
	text-decoration: none;
	color: #333;
}

#groups a:hover {
	text-decoration: underline;
}

#companies {
	color: #333333;
	line-height: 16px;
	padding-top: 4px;
	font-size: 11px;
}

#footer {
	border-top: 1px solid #dedede;
/*	position: relative;*/
	padding-top: 4px;
	padding-left: 1px;
	padding-bottom: 10px;
	color: #666666;
	font-size: 11px;
	z-index: 0;
}

#footer a {
	text-decoration: none;
	color: #666666;
}

#footer a:hover {
	text-decoration: underline;
}

#footer span {
	display: block;
	float: right;
}

#content {
	padding-top: 21px;
	padding-bottom: 70px;
	font-size: 1em;
	color: #333333;
}

#content .left {
	float: left;
	width: 175px;
}

#content .center {
	position: relative;
	float: left;
	width: 530px;
	padding-left: 25px;
	padding-right: 50px;
	font-size: 12px;
	line-height: 1.3;
}

#content .center table {
	position: relative;
	border: 1px solid #e6e6e6;
	border-collapse: collapse;
}

#content .center table td {
	padding: 4px;
}

#content .wide {
	width: 705px;
}

#content .right {
	float: left;
	width: 163px;
	border-left: 1px solid #dedede;
	padding-left: 16px;
}

/* First page boxes */

#content .box {
	display: inline;
	float: left;
	width: 188px;
	margin-left: 7px;
}

#content .box_more {
	display: inline;
	float: left;
	width: 188px;
	margin: 10px 0 0 7px;
}

#content .box  h3 {
	padding-top: 20px;
}

#content .box  p {
	padding: 0 0 7px 0;
	margin: 0;
}

#content .box  a.more {
	display: block;
	text-align: right;
	font-weight: bold;
	padding-right: 15px;
	margin-right: 15px;
	background: transparent url(../images/menubullet.gif) right center no-repeat;
	text-decoration: none;
	color: #333;
}

#content .box  a.more:hover {
	color: #c00;
}
.info_number {
	float: left;
}

/* Right block */
.right ul {
	margin:0;
	padding: 0;
	list-style: none;
}

.right li {
	margin:0;
	padding: 0 0 6px 13px;
	list-style: none;
	background: transparent url(../images/info_bullet.gif) left 7px no-repeat;
}

.right a {
	color: #333;
	text-decoration: none;
}

.right a:hover {
	text-decoration: underline;
	color: #c00;
}

.right a.more:hover {
	text-decoration: none;
}

/* Main menu */

#mainmenu {
	padding: 0;
	margin: 0;
	list-style-type: none;
	white-space: nowrap;
}

#mainmenu li {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

#mainmenu li a {
	display: block;
	padding:  3px 0 4px 5px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	font-size: 12px;
	margin-bottom: 1px;
}

#mainmenu li a:hover {
	background-color: #ffef99;
}

#mainmenu .current {
	background-color: #ffd800;
}

#mainmenu li ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#mainmenu li ul a {
	display: block;	
	font-weight: normal;
	padding-left: 25px;
}

#mainmenu li ul a:hover {
	background-color: #FFFFFF;
	background-image: url(../images/menubullet.gif);
	background-repeat: no-repeat;
	background-position: 7px 5px;
}

#mainmenu li ul .current {
	background-color: #FFFFFF;
	background-image: url(../images/menubullet.gif);
	background-repeat: no-repeat;
	background-position: 7px 5px;
}

/* Forms */
#forms label {
	display: block;
	font-weight: bold;
	float: left;
	width: 150px;
	font-size: 1.1em;
}

#forms div {
	margin-bottom: 4px;
}

#forms div input, #forms div textarea, #forms div select {
	width: 255px;
	border: 1px solid #ccc;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.2em;
}

#forms div select {
	width: 257px;
}

#form_submit {
	text-align: right;
	width: 405px;
}

#form_submit input {
	margin: 0;
	padding: 0 15px 0 0;
	border: none;
	font-weight: bold;
	color: #333;
	font-size: 1em;
	background: #fff url(../images/menubullet.gif) right center no-repeat;
	cursor: pointer;
}

#forms .message {
	color: #c00;
	font-weight: bold;
	font-size: 1.2em;
}

/* Search */
.search_keyword {
	font-weight: bold;
}

.search_result_text {
	padding: 10px 0;
}

.search_result {
	font-size: 1em;
	padding-bottom: 20px;
}

.search_result h3 {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

.search_result h3 a {
	color: #ffcc00;
	font-weight: bold;
	font-size: 1.3em;
}

.search_result h3 a:hover {
	color: #c00;
}

.search_result a.more {
	display: inline;
	padding-left: 5px;
}

.nolist ul {
	margin: 20px 0 20px 0;
	padding: 0;
	list-style-type: none;
}

/* Stylish tables */

.stylishtable {
	margin: 15px 0 15px 0;
	border: none !important;
}

.formmargin {
	margin: 25px 0 0 0;
}

.stylishtable th {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	text-align: left;
	padding-left: 1px;
	color: #333333;
}

.stylishtable td {
	padding: 2px 0 2px 1px !important;
}

.stylishtable td div {
	position: relative;
}

.stylishtable .odd {
	background-color: #fff7cc;
	border-bottom: 1px solid #ffffff;
}

.stylishtable .even {
	background-color: #ffef99;
	border-bottom: 1px solid #ffffff;
}

.order {
	font-weight: bold;
	color: #333333;
	font-size: 11px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position:right center;
	margin-right: 5px;
	padding-right: 15px;
}

a.detail {
	outline: none;
}

.product_info {
	position: absolute;
	min-width: 200px;
	width: auto;
	display: none;
	z-index: 99000;
	right: 0;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #ccc;
}

#checkboxes{
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
}

#checkboxes input {
	width: auto !important;
	border: none !important;
}

#checkboxes div {
	float: left;
	width: 250px;	
}

#submitfilter {
	width: auto !important;
	font-size: 12px;
}

/* Zacetne ikonce */

div.box
{
	cursor: pointer;
}

div.box a.icon {
	display: block;
	width: 39px;
	height: 52px;
	background-repeat: no-repeat;
}

div.box a.icon:hover {
	background-position: 0 -52px;
	background-repeat: no-repeat;
}

/* Obrazec za naročanje */

#narocanje input {
	border: 1px solid #999999;
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
	margin-top: 5px;
	text-align: right;
}

#narocanje select {
	border: 1px solid #999999;
	color: #333333;
	font-size: 11px;
	margin-top: 5px;
	padding: 1px;
}

#narocanje .resetstyle {
	border: none;
	padding: 0;
	margin-top: 0;
}

#step3 {
	margin-top: 30px;
}

#meetfamily {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#meetfamily li {
	padding: 3px 0 3px 0;
}

#meetfamily a {
	font-weight: bold;
	padding-left: 5px;
	padding-right: 15px;
	margin-right: 15px;
	background: transparent url(../images/menubullet.gif) right center no-repeat;
	text-decoration: none;
	color: #333;
}
