* { 
	margin: 0;
	padding: 0;
}
html { 
	font: 62.5%/1.5 'trebuchet ms','lucida sans',tahoma,verdana,helvetica,arial,sans-serif;;
	text-align:center;
}
body {
	margin:0;
	padding:0;
	background:#fff;
	color:#3d3d3d;
}
a {
	color:#00396c;
}
a:visited {
	color:#3a608c;
}
a:focus, a:active {
	outline:none;
}
img {
	border:none;
	margin:0;
	padding:0;
	display:block;
}
.clear {
	clear:both;
	overflow:hidden;
}
/*---------------------------------------------------------------------------------------------
=> TIPOGRAFIJA
---------------------------------------------------------------------------------------------*/
li, dt, dd, p { 
	font-size: 1.3em;
}
ul, ol, dl {
	margin-bottom: 2em; /* ( line hight elementa * font-size child elementa ) npr. ( 1.5 * 1.3 = 1.95 ) */
}
p { 
	margin-bottom: 1.8em; /* line hight elementa */
}
h3 {
	font-size:2.1em;
	font-weight:normal;
	margin:40px 0 15px 0;
	padding:0;
	border-bottom:1px dashed #ccc;
}
h4 {
	font-size:1.7em;
	font-weight:normal;
	margin:10px 0 5px 0;
	padding:0;
}
ul {
	list-style:circle;
	margin:20px;
}
ol {
	margin:20px 30px;
}
li li {
	font-size:0.9em;
}
/*---------------------------------------------------------------------------------------------
=> TEXT
---------------------------------------------------------------------------------------------*/
.center {
	text-align:center;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
/*---------------------------------------------------------------------------------------------
=> TABLE
---------------------------------------------------------------------------------------------*/
table {
	text-align:center;
	border:1px solid #ccc;
	border-style:solid solid none none;
}
th {
	font-size:1.2em;
	font-weight:bold;
	border:1px solid #ccc;
	padding:2px 5px;
	background:#eee;
	border-style:none none solid solid;
}
td {
	font-size:1.1em;
	border:1px solid #ccc;
	padding:2px 5px;
	border-style:none none solid solid;
}
/* -----------------------------------------------------------------------------------
=> FORM
----------------------------------------------------------------------------------- */
form {
	text-align:left;
	font-family:"Trebuchet MS", tahoma, arial, helvetica, sans-serif;
}
fieldset {
	border:1px solid #ccc;
	background:#eee;
	margin:10px 0 10px 0;
	padding:20px;
}
fieldset.submit {
	border:none;
	background:none;
	margin:20px 0;
	padding:0;
}
fieldset.submit input {
	width:105px;
	height:30px;
	font-size:17px;
	font-style:italic;
	line-height:29px;
	color:#595959;
	text-align:center;
	background:#fff url(/images/emsi/vise.jpg) no-repeat;
	margin:10px auto 0 auto;
	padding:0;
	border:none;
	font-family:"Trebuchet MS", tahoma, arial, helvetica, sans-serif;
}
fieldset.submit input:hover {
	color:#111;
} 
form h3 {
	margin:20px 0 0 0;
	padding:0;
	border:none;
}
form label {
	font-weight:bold;
	font-size:1.3em;
	display:block;
	line-height:1.5em;
	margin:10px 0 0 0;
	padding:0;
}
form label.error {
	color:red;
}
form input.submit {
	font-weight:bold;
	margin:20px 0;
	color:#114466;
}
/*---------------------------------------------------------------------------------------------
=> LAYOUT
---------------------------------------------------------------------------------------------*/

div#header {
	background:#084c20;
	border-width:7px;
	border-color:#ccc;
	border-style:none none solid none;
	padding:0;
}
#content {
	width:740px;
	margin:20px auto 0 auto;
	padding:0 0 70px 0;
	background-color:#fff;
	text-align:left;
	position:relative;
}
#footer {
	background:#fff;
	padding:0;
	text-align:left;
	width:100%;
}
/*---------------------------------------------------------------------------------------------
=> HEADER
---------------------------------------------------------------------------------------------*/
#header img {
  float:left;
  margin:5px 0 0 5px;
}
/*---------------------------------------------------------------------------------------------
=> MENU
---------------------------------------------------------------------------------------------*/
ul#menu {
	text-align:right;
	padding:60px 30px 0 0;
	margin:0;
}
ul#menu li {
	font-size:1.5em;
	line-height:30px;
	display:inline;
}
ul#menu li.selected a {
	color:#bbb;
}
ul#menu li a {
	text-decoration:none;
	margin:0 10px;
	color:#fff;
}
ul#menu li a:hover {
	text-decoration:underline;
}
ul#our-sites {
	position:absolute;
	top:5px;
	right:0;
	margin:0;
	padding:0;
}
ul#our-sites li {
	font-size:1.1em;
	line-height:1.2em;
	display:inline;
	border-right:1px solid #ccc;
}
ul#our-sites li a {
	text-decoration:none;
	margin:0 10px;
	color:#ccc;
}
ul#our-sites li a:hover {
	text-decoration:underline;
}
ul#our-sites li.language {
	margin:0;
	padding:0 150px 0 0;
	border:none;
}
/*---------------------------------------------------------------------------------------------
=> CONTENT
---------------------------------------------------------------------------------------------*/
#content h2 {
	font-size:2.8em;
	line-height:2em;
	font-weight:normal;
	margin:30px 0 40px 0;
	padding:0 5px;
	border-bottom:1px solid #ccc;
	color:#084c20;
}
.more {
	height:30px;
}
.more a {
	display:block;
	float:right;
	width:105px;
	height:30px;
	font-size:17px;
	font-style:italic;
	line-height:29px;
	color:#595959;
	text-align:center;
	background:#fff url(/images/emsi/button.jpg) no-repeat;
	text-decoration:none;
}
.more a:hover {
	color:#111;
}
.order {
	height:30px;
	text-align:center;
	margin:0;
	padding:0;
}
.send {
	height:30px;
	text-align:left;
	margin:0;
	padding:0;
}
.order a, .send a {
	display:block;
	width:105px;
	height:30px;
	font-size:17px;
	font-style:italic;
	line-height:29px;
	color:#595959;
	text-align:center;
	background:#fff url(/images/emsi/vise.jpg) no-repeat;
	text-decoration:none;
	margin:10px auto 0 auto;
}
.order a:hover, .send a:hover {
	color:#111;
}
div#actual-wrapper {
  float:right;
	margin:10px 10px 0 0;
	width:220px;
}
div.actual {
  margin:0 0 10px 0;	
	padding:10px 0;
	border:1px solid #e1e1e1;
	background:#f6f9fb;
}
div.actual h3 {
	border:none;
	margin:0 0 10px;
	padding:0 10px;
	font-size:1.3em;
	font-weight:bold;
	font-family:"Lucida Grande", "Trebuchet MS", verdana, arial, helvetica, sans-serif;
}
div.actual dl {
	margin:0;
	padding:0 10px;
}
div.actual dl dt {
	margin:8px 0 2px 0;
	padding:0;
	font-size:1.1em;
	font-weight:normal;
}
div.actual dl dd {
	margin:0;
	padding:0;
	font-size:1.1em;
}
div.actual a {
	color:#00396c;
}
div.actual img {
  margin:0 auto;
}
div.about {
	text-align:left;
	margin:30px 10px 0 10px;
	padding:0;
	width:480px;
}
div#content div.about h2 {
	margin:0 0 20px 0;
}
div.about p {
	font-size:1.7em;
	font-style:italic;
	padding:0 5px;
	color:#595959;
}
div.about dl {
	margin:0 0 20px 0;
	padding:0 20px 15px 20px;
	border:1px solid #ccc;
	background:#eee;
}
div.about dl dt {
	font-size:1.3em;
	line-height:1.5em;
	font-weight:normal;
	margin:15px 0 0 0;
	padding:0;
}
div.about dl dd {
	font-size:1.2em;
	line-height:1.5em;
	margin:0;
	padding:0;
}
div.extra-box {
	width:212px;
	float:right;
	margin:0 0 10px 10px;
}
div.extra-box dl {
	border:1px solid #e1e1e1;
	background:#f6f9fb;
	margin:10px 0 0 0;
	padding:10px;
}
div.extra-box dl dt {
	margin:0 0 5px 0;
	font-size:1.3em;
	font-weight:bold;
}
div.extra-box dl dd {
	padding:3px 0;
	font-size:1.2em;
	color:#666666;
}
div.extra-box dl dd span, div.extra-box dl dd span a {
	color:#333;
}
div.extra-box dl dt span {
	text-decoration:line-through;
	font-size:0.9em;
	padding:0 2px;
}
div.image-border {
	border:1px solid #ccc;
	padding:5px;
}
p.note {
	font-size:1.1em;
	margin:10px 0;
}
p.note span {
	font-weight:bold;
	font-size:1.2em;
}
p.sold {
	text-align:center;
	margin:10px auto;
	font-size:1.7em;
	font-weight:bold;
	font-style:italic;
	color:#ff0000;
}
div#literatura h3 {
	clear:both;
}
div#literatura h4 {
	font-size:1.7em;
	font-weight:normal;
	font-style:italic;
	color:#666666;
}
div#literatura li ul {
	margin:5px 10px;
	padding:0;
}
dl.contact {
	border:1px solid #ccc;
	background:#eee;
	padding:20px;
}
dl.contact dt {
	font-weight:bold;
}
dl.contact dd {
	margin-bottom:1.8em;
}
.anchors {
	margin:0 0 20px 40px;
	padding:0;
}
ul.anchors {
	list-style-type:circle;
}
.anchors li {
	line-height:2em;
}
.anchors li span {
	color:#ff0000;
	font-weight:bold;
	padding:0 15px;
}
/*---------------------------------------------------------------------------------------------
=> KWICKS
---------------------------------------------------------------------------------------------*/
ul.kwicks {  
    list-style:none;  
    position:relative;  
    margin:0;  
    padding:0;
}  
ul.kwicks li{  
    display: block;  
    overflow: hidden; 
    cursor:pointer;
	float:left;  
	height:206px;
    width:181px;
    margin:0px;
	padding:0; 
}
#kwick1 {
    background-image: url('/images/emsi/kwicks/eges.jpg'); 
}  
#kwick2 {
    background-image: url('/images/emsi/kwicks/moja_kopalnica.jpg');  
}  
#kwick3 {  
    background-image: url('/images/emsi/kwicks/knjige.jpg');  
} 
#kwick4 {   
    background-image: url('/images/emsi/kwicks/hrvaska.jpg');  
}
/*---------------------------------------------------------------------------------------------
=> SHOPPING BASKET
---------------------------------------------------------------------------------------------*/
#kosarica h3 {
	margin:20px 0 0 0;
	padding:0;
	border:none;
}
#kosarica table tr.total td {
	font-weight:bold;
	font-size:1.2em;
}
#kosarica table tr.total td a {
	font-weight:normal;
	font-size:0.9em;
	float:right;
}
#kosarica table td a:hover {
	text-decoration:none;
}
#kosarica p.send a {
	margin:20px 0;
}
/*---------------------------------------------------------------------------------------------
=> SHOP
---------------------------------------------------------------------------------------------*/
p.credit-cards-list img {
	display:inline;
	margin:0 10px 10px 0;
}
dl.shop-check {
	width:500px;
}
dl.shop-check dt {
	float:left;
	padding:0 5px;
}
dl.shop-check dd {
	text-align:right;
	padding:0 5px;
}
dl.shop-check dt.total, dl.shop-check dd.total {
	border-top:1px solid #ccc;
	margin-top:5px;
}
/*---------------------------------------------------------------------------------------------
=> FOOTER
---------------------------------------------------------------------------------------------*/
#footer p {
	margin:0;
	line-height:1.8em;
}
#footer p.copyright {
	float:left;
	border-top:1px solid #ccc;
	padding:5px 100px 0 50px;
}
#footer p.contact {
	float:right;
	padding:10px 20px 0 230px;
	background:#808185 url(/images/emsi/em_logo_footer.png) no-repeat;
	height:98px;
	color:#fff;
	font-size:1.1em;
}
#footer p.contact a {
	color:#fff;
}

/*---------------------------------------------------------------------------------------------
=> O NAS
---------------------------------------------------------------------------------------------*/
table.osnovni-podatki td, table.osnovni-podatki th {
  text-align:left;
}
table.osnovni-podatki thead th {
  text-align:center;
  font-size:1.5em;
}

/*---------------------------------------------------------------------------------------------
=> PRIREDITVE
---------------------------------------------------------------------------------------------*/
div.fair {
  border-width:1px;
  border-color:#ccc;
  border-style:none none dashed none;
  padding:10px;
}
div.fair h3 {
  height:43px;
  line-height: 43px;
  margin:0 0 3px 0;
  padding:0;
  border:none;
}
div.fair h3 img {
  float:left;
  margin: 0 15px 0 0;
}
div.fair h4 {
  margin:0;
  padding:0;
  font-size:1.4em;
  font-weight:bold;
}
div.fair p {
  margin:0 0 0 0;
  padding:0;
}

/*---------------------------------------------------------------------------------------------
=> ANKETA OVE 2020
---------------------------------------------------------------------------------------------*/
a.anketa_ove_2020_link {
	text-decoration:none !important;
}

div#anketa_ove_2020 {
	position:relative;
	height:360px;
	background:url(../../images/emsi/misc/bg_ove_2020_360.jpg) top left no-repeat;
	border:1px solid #e1e1e1;
	color:#fff;
}
a div#anketa_ove_2020 {
	text-decoration:none;
}
div#anketa_ove_2020 h4 {
	margin:3px 0 20px 0;
	text-align:center;
	color:#fff;
}
div#anketa_ove_2020 h4 span.anketa_title {
	margin:0 0 0 5px;
	font-size:19px;
}
div#anketa_ove_2020 p {
	color:#fff;
	font-size:12px;
	line-height:14px;
	padding:8px;
	padding-bottom:0;
	font-weight:normal;
	text-align:left;
}

div#anketa_ove_2020 p.left_anketa {position:absolute; bottom:0; left:0; width:40%;}

div#anketa_ove_2020 p.right_anketa {position:absolute; bottom:0; right:0;  width:40%;}

/*---------------------------------------------------------------------------------------------
=> NEWSLETTER ODJAVA
---------------------------------------------------------------------------------------------*/
table.nl_odjava tr td {border:none;}