@charset "utf-8";


/* General styles */

body {
	margin: auto;

	font-family: Tahoma, sans-serif;
	font-size: 11px;

	line-height: 1.5em;
}

a {
	text-decoration: none;
	color: #fd0101;
}
a:hover {
	color: #666;
}

p {
	margin-bottom: 1em;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: .5em;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
}



.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}

/* Header */
#header {
	width: 911px;
	height: 115px;

	margin: auto;
	margin-top: 0;

	background: url(/img/header_bg.png) no-repeat;
}
#header #logoWrap {
	width: 300px;
	height: 100px;
	float: left;
}
#header object {
	margin-left: -18px;
}
#header #logoWrap img {
	padding-top: 19px;
}

#menusWrap {
	width: 580px;
	height: 100px;
	float: right;
	padding-top: 10px;
	padding-right: 20px;
}

#header ul#langMenu {
	float: right;
}

#langMenu li {
	float: left;
}

#langMenu li a {
	display: block;
	width: 34px;
	height: 24px;
	float: left;
	text-indent: -3000px;
	margin-right: 2px;
}
#langMenu li a.sr {
	background: url(/img/lm_srp.png);
}
#langMenu li a.en {
	background: url(/img/lm_eng.png);
}
#langMenu li a.current, #langMenu li a:hover {
	background-position: 0 24px;

}

/* USER MENU */
#userMenu {
	color: #fff;
	padding-right: 10px;
	float: right;
}
#userMenu .login, #userMenu .logout, #userMenu .register, #userMenu .view_cart, #userMenu .checkout {
	display: block;
	float: right;
	width: 87px;
	height: 50px;
	background: url(/img/top_login_btn.png) no-repeat;
	text-shadow: 1px 1px 2px #000;
	text-align: center;
	padding-top: 3px;
	margin-left: 15px;
	color: #fff;
}
#userMenu a:hover {
	color: #fef181;
}
.submit input:hover {
	color: #fef181;
}
#userMenu .register {
	background: url(/img/top_register_btn.png) no-repeat;
}
#userMenu img {
	vertical-align: middle;
	margin-right: 5px;
}
#userMenu span {
	color: #fef181;
	font-weight: bold;
}
#userMenu .title {
	text-shadow: 1px 1px 2px #000;
	color: #fff;
	text-transform: uppercase;
}
#userMenu .info {
	float: right;
}
#userMenu .view_cart {
	background: url(/img/top_cart_btn.png) no-repeat;
	width: 130px;
	margin-top: 1px;
}
#userMenu .checkout {
	background: url(/img/top_checkout_btn.png) no-repeat;
	width: 46px;
	margin-top: 1px;
}

#header #mainMenu {
	list-style-type: none;
	float: right;

	padding: 0;
	margin: 0;

	margin-top: -15px;
}
#header #mainMenu li {
	display: block;
	height: 53px;

	float: left;
}
#header #mainMenu li a {
	display: block;
	height: 35px;
	padding-top: 22px;
	text-indent: -3000px
}

a#mm_naslovna {
	width: 83px;
	background: url(/img/mm_naslovna.png) no-repeat;
}
a#mm_o_nama {
	width: 68px;
	background: url(/img/mm_o_nama.png) no-repeat;
}
a#mm_proizvodnja {
	width: 96px;
	background: url(/img/mm_proizvodnja.png) no-repeat;
}
a#mm_tehnoloske_mogucnosti {
	width: 159px;
	background: url(/img/mm_tehnoloske_mogucnosti.png) no-repeat;
}
a#mm_novosti {
	width: 71px;
	background: url(/img/mm_novosti.png) no-repeat;
}
a#mm_kontakt {
	width: 76px;
	background: url(/img/mm_kontakt.png) no-repeat;
}

#header #mainMenu li a.current,
a#mm_naslovna:hover,
a#mm_o_nama:hover,
a#mm_proizvodnja:hover,
a#mm_tehnoloske_mogucnosti:hover,
a#mm_novosti:hover,
a#mm_kontakt:hover {
	background-position: 0 -53px;
}

/*
ul#mainMenu li .sub { display: none;}
ul#mainMenu li:hover .sub { display: block;}
*/
ul#mainMenu li {
	position: relative;
}
ul#mainMenu li .sub {
	position: absolute;
	background: url(/img/sub.png) no-repeat left bottom;
	width: 179px;
	height: 107px;
	padding: 0;
	top: 53px;
	left: -38px;
	z-index: 20;
	display: none;
}

ul#mainMenu li:hover .sub {
	display: block;
}

ul#mainMenu li:hover .sub ul {
	list-style-type: none;
}
ul#mainMenu li:hover .sub ul li {
}

ul#mainMenu li:hover .sub ul li.last { border-bottom: none;}

ul#mainMenu li:hover .sub ul li a {
	color: #fff !important;
	font-size: 10px;
	text-decoration: none;
	padding: 10px !important;
	line-height: 110%;
	text-indent: 0 !important;
}

ul#mainMenu li:hover .sub ul a:hover, ul.menu li .sub ul a:hover {
	color: #f00 !important;
}


/* END Header */









#container {
	width: 904px;

	margin: auto;

	padding-left: 6px;
	padding-right: 2px;
}

/* HOME */
#home_banner {
	margin-bottom: 15px;
	z-index: 0;
}

#about_us {
	width: 600px;
	float: left;

	border-right: 1px solid #eee;
	margin-bottom: 20px;
}
#about_us .body {
	width: 270px;
	height: 180px;
	float: left;

	text-align: justify;
}
#about_us img {
	float: left;
	margin-right: 12px;
}

#latest_news {
	width: 285px;
	float: left;

	padding-left: 15px;
}
#latest_news .head {
	margin-bottom: 1em;
}
#latest_news .body {
	height: 180px;
	text-align: justify;
}
#latest_news img {
	float: left;
	margin: 10px 10px 30px 0;
}

.rss {
	float:right;
	margin-top: -22px;
	font-size: 9px;
	background: url(/img/icon_rss.png) 0 5px no-repeat;
	padding-left: 10px;
}

.date {
	color: #ccc;
	border-right: 1px solid #ccc;
	margin-right: 5px;
	padding-right: 5px;
}

.detail_links {
	width: 283px;
	float: right;
}

.detail {
	background: url(/img/arrow_black.png) 0 4px no-repeat;
	padding-left: 10px;
}
.detail:hover {
	background: url(/img/arrow_red.png) 0 4px no-repeat;
}

.detail_links .news_link {
	float: right;
	background: url(/img/icon_news.png) 0 2px no-repeat;
	padding-left: 15px;
}

/* END HOME */

/* LEFT */
#left_column {
	width: 240px;
	float: left;
}

/* CONTENT */
#content {
	width: 655px;
	float: left;

	font-size: 12px;
}

#content h2 {
	font-size: 22px;
	font-weight: 400;
	border-bottom: 1px solid #999;
	padding-bottom: 5px;
}

#content h3 {
	font-size: 16px;
	color: #f00;
	padding-bottom: 2px;
	margin-bottom: .5em;
	border-bottom: 1px solid #c0c0c0;
	line-height: 19px;
}

#content p {
	text-align: justify;
	margin-bottom: 2em;
}

.totop {
	float: right;
	clear: both;

	font-size: 10px;

	padding-left: 10px;
	background: url(/img/icon_top.png) 0 6px no-repeat;
	margin-bottom: 2em;
}

#content ul {
	border-left: 5px solid #eee;
	padding-left: 10px;
	margin: 20px;
}
#content ul li {
	margin-left: 15px;
	list-style-image: url(/img/icon_bullet.png);

}

/* END CONTENT */

/* SUB PAGE */
#subTitle {
	background: url(/img/subtitle_bg.png) 1px 0 no-repeat;

	height: 54px;

	margin-bottom: 23px;

	padding-top: 20px;
	padding-left: 15px;
}

#subTitle h1 {
	margin-bottom: 10px;
	color: #fff;
	font-size: 30px;
	text-shadow: 1px 1px 2px #000;
	font-weight: 400;
}
#breadcrumbs {
	font-size: 10px;
	color: #fef181;
}
#breadcrumbs span {
	color: #690000;
}
#breadcrumbs a {
	color: #fff;
}

#subTitle #page_utils {
	float: right;
	margin-top: -38px;
	margin-right: 25px;
}
#page_utils li {
	float: left;
}
#subTitle #page_utils a {
	display: block;
	float: left;
	width: 27px;
	height: 24px;
	text-indent: -3000px;
}
#page_utils a.print {
	background: url(/img/um_print.png) no-repeat;
}
#page_utils a.email {
	background: url(/img/um_email.png) no-repeat;
}

#page_utils a:hover {
	background-position: 0 -25px;

}


/* SUB MENU */
#subMenu {
	margin-bottom: 48px;
}
#subMenu li a {
	display: block;
	width: 188px;
	height: 24px;

	padding: 7px 0 0 20px;

	color: #666;

	background: url(/img/arrow_black.png) 10px 13px no-repeat;
	border-bottom: 1px solid #eee;
}
#subMenu li a.current, #subMenu li a.current:hover {
	display: block;
	width: 223px;

	background: url(/img/sm_current.png) no-repeat;
	border: 0;

	color: #fff;
	font-weight: bold;
}
#subMenu li a:hover {
	color: #000;
	background: #f6f6f6 url(/img/arrow_red.png) 10px 13px no-repeat;
}
/* END SUB MENU */


/* END SUB PAGE */


/* Footer */
#footer {
	clear: both;
	height: 76px;

	font-size: 10px;
	color: #fff;

	background: url(/img/footer_bg.png) no-repeat;
	margin-bottom: 5px;
}
#footer a {
	color: #fff;
	text-decoration: none;

}
#footer a:hover {
	color: #fef181;
}

#footer #footerMenu {
	padding-left: 60px;
	padding-top: 30px;
}

#copyright {
	float: left;
	font-size: 10px;
	color: #999;
}
#copyright a, #copyright a:visited {
	font-weight: bold;
}
#dev {
	float: right;
	font-size: 10px;
	color: #999;
	padding-right: 5px;
}



/* NEWS */

.news ul {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}
.news ul li {
	list-style-image: none !important;
	padding: 0 !important;
	margin-left: 0 !important;
	margin-bottom: 10px;
	padding-bottom: 20px !important;
	border-bottom: 1px solid #eee;
	clear: both;
}
.news li .date {
	font-size: 9px;
	border: 0;
}
.news li .title a {
	font-weight: bold;
	font-size: 12px;
}
.news img.img {
	float: left;
	border: none;
	margin: 0 10px 50px 0;
}
.news .gallery {
	border: 0;
}

.news li .body .detail {
	color: #000;
	background: url(/img/arrow_red.png) 3px no-repeat;
	margin-left: 5px;
	float: right;
}
.news li .body .detail:hover {
	background: url(/img/arrow_black.png) 3px no-repeat;
	color: #fd0101;
}

.index img.img {
	float: left;
	padding: 4px;
	margin: 4px 12px 10px 0;
	border: 1px solid #ccc;
}

.news img {
	padding: 4px;
	margin: 12px;
	border: 1px solid #ccc;
}
.news img.left {
	margin-left: 0;
}
.news img.right {
	margin-right: 0;
}

/* NEWS END */

/* PAGING */
div.paging {
	background:#f3f3f3;
	border: 1px solid #eee;
	color: #000;
	padding: 3px 3px 3px 10px !important;
	padding-left: 10px;
	margin-bottom: 10px;
}
div.paging a, div.paging div.disabled, div.paging span {
	display: inline;
	padding: 2px;
	padding-left: 3px;
	padding-right: 3px;
}
div.paging div.numbers {
	float: right;
}
div.paging a { /* next/prev links */
	color: #000;
	font-weight: bold;
	padding-left: 7px;
	padding-right: 7px;
	background: #ccc;
}
div.paging div.disabled { /* next/prev links */
	color: #999;
	padding-left: 7px;
	padding-right: 7px;
	background: #ccc;
}
div.paging span a { /* page numbers */
	background: none;
	padding-left: 6px;
	padding-right: 6px;
	font-weight: normal;
}
div.paging span.current { /* current page number */
	color: #fff;
	font-weight: bold;
	background: #f00;
	padding-left: 6px;
	padding-right: 6px;
}
/* END PAGING */


/* USERS FORM */
.users {
}

.users h3 {
	clear: both;
	padding-top: 1em;
}

.leftHalf {
	width: 320px;
	float: left;

}
.rightHalf {
	width: 320px;
	float: right;
}

label {
	display: block;
	float: left;
	width: 85px;
	text-align: right;
	margin-right: 0px;
	margin-top: 8px;
}
.leftHalf .input {
	clear: both;
}
input {
	width: 212px;
	float: right;
	height: 32px;
	background: url(/img/field_bg.png) no-repeat;
	border: 0;
	padding-top: 8px;
	padding-left: 5px;
}
div.textarea {
}
div.textarea label {
	margin-right: 18px;
}
textarea {
	width: 547px;
	float: left;
	height: 200px;
	background: url(/img/textarea_bg.png) no-repeat;
	border: 0;
	padding-top: 8px;
	padding-left: 5px;
	margin-top: 10px;
}
.form-error {
}
.error-message {
	float: right;
	margin: -10px 5px 10px 0;
	color: #f00;
}

.submit input {
	width: 335px;
	height: 35px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	background: url(/img/submit_bg.png) no-repeat;
	padding-top: 0;
	font-weight: bold;
	margin: 10px 0 10px 0;
	text-shadow: 1px 1px 2px #000;
}
.submit input:hover {
	background-position: 0 -52px;
}

#UserLoginForm .submit input {
	background: url(/img/submit_bg.png) no-repeat;
}
#UserLoginForm .submit input:hover {
	background-position: 0 -52px;
}

/* Messages */
.message, .message-info, .message-success, .message-warning, .message-error {
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	width: 230px;
	font: inherit !important;
	position: absolute;
	top: 110px;
	left: 700px;
}
.message-info a, .message-success a, .message-warning a, .message-error a {
	background: transparent url(/img/icons/cross.png) right center no-repeat;
	color: transparent;
	float: right;
}
.message-info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url(/img/icons/information.png);
}
.message-success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url(/img/icons/accept.png);
}
.message-warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url(/img/icons/error.png);
}
.message, .message-error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url(/img/icons/exclamation.png);
}



/* CATEGORIES */
ul.categories {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}
ul.categories li {
	list-style-image: none !important;
	clear:both;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}
ul.categories li img {
	vertical-align: middle;
	padding: 2px;
	border: 1px solid #ccc;
	margin: 10px 20px 10px 0;
}
ul.categories li {
	border-bottom: 1px solid #eee;
}
ul.categories .title {
	font-family: Arial, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	letter-spacing: -1px;
}
ul.categories .btn {
	display: block;
	width: 85px;
	height: 23px;
	color: #999;
	text-shadow: 1px 1px 2px #000;
	float: right;
	background: url(/img/view_btn.png) no-repeat;
	text-align: center;
	padding-top: 3px;
	margin-top: 37px;
	font-size: 11px;
	font-weight: normal;
}
ul.categories .btn:hover {
	color: #fff;
}



/* PRODUCTS */
.zoomer {
	float: left;
	margin-right: 1em;
	margin-bottom: 50px;
	border: 1px solid #ccc;
	padding: 3px;
}
.gallery {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	border: 1px solid #ccc;
	padding: 3px;
}

dl {
	line-height: 3em;
	margin: 0em 0em;
	width: 100%;
}
dl.altrow, dt.altrow, dd.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
	color: #3A4043;
	font-weight: bold;
	padding: .5em;
	padding-left: 2em;
}
dd {
	margin-left: 15em;
	margin-top: -4em;
	vertical-align: top;
	text-align: right;
	padding: .5em;
	padding-right: 2em;
}
.products h3 {
	margin-top: 1em;
}
.products .middle {
	width: 450px;
	float: left;
}
.products .right {
	width: 200px;
	float: right;
}

.pages .right {
	width: 214px;
	float: right;
	border-left: 1px solid #c0c0c0;
	margin-top: 21px;
}

.middle_narrow {
	float: left;
	width: 440px;
}

.middle_narrow p {
	padding-right: 10px;
}


/* RIGHT PRODUCT SUB MENU */
#productMenu {
	margin: 0 !important;
	margin-bottom: 48px;
	border: none !important;
	/**//*border-left: 1px solid #c0c0c0 !important;*/
	/**//*margin-top: -2px !important;*/
	/**//*margin-left: -5px !important;*/
}
#productMenu li {
	list-style-image: none !important;
	margin: 0 !important;
	width: 200px;
}
#productMenu li a {
	display: block;
	width: 158px;
	height: 24px;

	padding: 7px 0 0 30px;

	color: #666;

	border-bottom: 1px solid #eee;
}
#productMenu li a.current, #productMenu li a.current:hover {
	display: block;
	width: 223px;

	border: 0;

	color: #fff;
	font-weight: bold;
}
#productMenu li:hover {
	background: url(/img/pm_bg.png) no-repeat !important;
}
#productMenu li a:hover {
	color: #fef181;
	border-bottom: 1px solid #fff;
	font-weight: bold;
}

.price {
	display: block;
	height: 20px;
	background: url(/img/price_bg.png) no-repeat;
	color: #fff;
	margin-left: 10px;
	padding: 2px;
	padding-left: 10px;
}
.price span {
	margin-left: 2em;
	color: #f00;
	font-weight: bold;
}

#productMenu .cart {
	background: url(/img/icon_cart.png) 10px 7px no-repeat;
}
#productMenu .catalogue {
	background: url(/img/icon_pdf.png) 10px 7px no-repeat;
}
#productMenu .manual {
	background: url(/img/icon_manual.png) 10px 7px no-repeat;
}

#productMenu .cart:hover, #productMenu .catalogue:hover, #productMenu .manual:hover {
	background-position: 10px -25px;
}

/* END RIGHT PRODUCT SUB MENU */


/* CARTS */
#viewCart {
	width: 900px;
	margin-left: -240px;
}
.cartTitles {
	margin-top: -20px !important;
	paddgin-top: 0 !important;
	paddgin-bottom: 0 !important;
	border: 0 !important;
}
.cartTitles li {
	list-style-type: none;
	list-style-image: none !important;
	margin-left: -5px !important;
	font-weight: bold;
	padding: 0 !important;
	margin-bottom: -40px;
}
.titleItem .num, .titleItem .title, .titleItem .fullprice, .titleItem .fullpricet, .titleItem .quantity, .titleItem .input, .titleItem .submit {
	height: 35px;
	padding-top: 20px;
}

.cartTitles .fullpricet {
	text-align: right;
	width: 132px !important;
	padding-right: 68px;
}
.titleItem .fullpricet {
	font-size: 11px;
	float: left;
	width: 200px;
}
.titleItem {
	margin-bottom: 30px;
}

.titleItem .num {
	float: left;
	width: 30px;
}
.titleItem .title {
	float: left;
	font-weight: bold;
	width: 400px;
}

.cartTitles li {
}
ol#cart {
	margin-top: -60px;
}
ol#cart li {
	clear: both;
	font-size: 16px;
	height: 50px;
	margin-bottom: 15px;
}

.item .num, .item .title, .item .fullprice, .item .fullpricet, .item .quantity, .item .input, .item .submit {
	height: 35px;
	padding-top: 20px;
}

.item {
	margin-bottom: 30px;
}

.item .num {
	float: left;
	width: 30px;
}
.item .title {
	float: left;
	font-weight: normal;
	letter-spacing: -1px;
	width: 400px;
}

.item .fullprice {
	font-size: 11px;
	float: left;
	width: 120px;
	color: #f00;
	border-left: 1px solid #ccc;
	padding-left: 1em;
	padding-right: 80px;
	text-align: right;
}

.item .fullprice span {
	font-weight: bold;
}
.item .quantity {
	float: left;
	font-size: 11px;
	margin-right: 20px;
}
.item .input {
	padding: 0;
	margin: 0;
}
.item .input input {
	background: transparent !important;
	width: 2em;
	height: 1.5em;
	border: 1px solid #aba8a6;
	color: #f00;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	padding: 0 !important;
	margin: 0 !important;
	padding-top: .3em !important;
	margin-top: -5px !important;
	margin-right: 37px !important;
}
.item .submit {

}
.item .submit input	 {
	margin: 0 !important;
	padding: 0 !important;
	background: url(/img/update_cart_btn.png) no-repeat 0 1px !important;
	font-size: 11px;
	text-transform: none;
	font-weight: normal;
	padding: 0 !important;

	height: 24px;
	width: 170px;

	margin-top: -7px !important;
}

.item .actions {
	float: left;
	width: 170px;
}
.cartFooter {
	border-top: 1px solid #ccc;
	padding-top: 1em;
	clear: both;
}
.total {
	float: left;
	padding-left: 300px;
	color: #f00;
	margin-bottom: 3em;
	margin-right: 170px;
}
.total span {
	font-weight: bold;
}

.cartFooter .submit input {
	padding: 0;
	margin: 0;
	background: none;
	text-transform: none;
	font-weight: normal;
	float: left;
	width: 150px;
	height: 23px;
	font-size: 11px;
}
.clearCart input {
	float: right;
	margin-right: -25px !important;
	padding-left: 8px !important;
	letter-spacing: -.5px;
}

.cartFooter .order .submit input {
	background: url(/img/order_cart_btn.png) 0 1px no-repeat;
}
.cartFooter .clearCart .submit input {
	background: url(/img/clear_cart_btn.png) 7px 0 no-repeat;
	float: right;
}

#viewCart .info {
	clear: both;
	border-top: 1px solid #e8d005;
	border-bottom: 1px solid #e8d005;
	background: #fffbd7;
	padding: 30px;
	height: 90px;
	margin-top: 60px;
}
#viewCart .info a {
	font-weight: bold;
	color: #000;
}
#viewCart .info h4 {
	color: #f00;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: .5em;
}

#viewOrder .fullprice, #viewOrder .cartTitles .fullpricet {
	padding-right: 10px;
	margin-left: -20px;
}
#viewOrder .quantity {
	text-align: center;
}
#viewOrder .total {
	padding-left: 430px;
	width: 200px;
}
#viewOrder img {
	margin-left: -240px;
}

.contact .leftHalf {
	width: 200px;
}

.contact .address .title, .contact .tel .title {
	width: 63px;
	height: 29px;
	background: url(/img/address_bg.png) no-repeat;
	font-size: 11px;
	color: #fff;
	text-shadow: 1px 1px 2px #000;
	float: left;
	clear: both;
	padding: 6px 0 0 18px;
}
.contact .tel .title {
	background: url(/img/tel_bg.png) no-repeat;
}
.contact .content {
	width: 250px;
	margin-top: 20px;
}
.map {
	float: right;
}



.error {
	color: #f00;
}


form.sidebar-search { overflow: hidden; margin-bottom: 20px; }
form.sidebar-search label { float: none; width: 200px; height: 32px; line-height: 32px; text-align: left; overflow: hidden; margin: 0; }
form.sidebar-search label span { float: left; }
form.sidebar-search input { float: none; height: 22px; width: 202px; padding: 5px; }
form.sidebar-search input.radio { width: 20px; float: left; margin-top: 6px; }
form.sidebar-search .submit { text-align: center; width: 212px; }
form.sidebar-search .submit input { width: 105px; height: 30px; margin: 0; padding: 0; background: url(/img/submit_bg_sb.png) no-repeat 0 0; cursor: pointer; font-size: 12px; }
}
