/* ##### Common Styles ##### */

body {
  color: black;
  background-color: transparent;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 71%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}

body img {
border-style: none;
    border-color: inherit;
    border-width: medium;
}

html > body {
  font-size: 8.5pt;
}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(153,153,153);
  cursor: help;
  margin: 0;
  padding: 0 0 0.4px 0;
}

.doNotDisplay {
  display: none;
}

.smallCaps {
  font-size: 110%;
  font-variant: small-caps;
}


/* ##### Header ##### */

.superHeader {
  color: white;
  background-color: rgb(140,170,230);
  height: 5px;
}

.superHeader a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-size: 91%;
  margin: 0;
  padding: 0 0.5ex 0 0.25ex;
  border:none;
}

.superHeader a:hover {
  text-decoration: underline;
}

.superHeader .left {
  position: absolute;
  left: 1.5mm;
  top: 0.75ex;
}

.superHeader .right {
  position: absolute;
  right: 2mm;
  top: 27px;
  width:230px;
}

.superHeader .rssButtonTop {
  position: absolute;
  right: 77.733mm;
  top: 25px;

}

.midHeader {
  color: rgb(39,78,144);
  background-color: rgb(140,170,230);
  min-width:750px;
}

.headerTitle {
  font-size: 337%;
  font-weight: normal;
  margin: 0 0 0 4mm;
  padding: 0.15ex 0;
}

.headerSubTitle {
  font-size: 12px;
  font-weight: normal;
  margin: 0 0 0 2mm;

}


.subHeaderBackground {
  height:25px;
  color: white;
  background-color: rgb(0,51,153);
  margin: 0;
  padding: 0 0 0 0;
}

.subHeader {
  color: white;
  background-color: rgb(0,51,153);
  margin: 0;
  padding: 1ex 1ex 1ex 1.5mm;
  min-width:750px;  
}

.subHeader a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 0.75ex 0 0.5ex;
}  

.subHeader a:hover {
  text-decoration: underline;
}

.superHeader .highlight, .subHeader .highlight {
  color: rgb(253,160,91);
  background-color: transparent;
}


/* ##### Side Bar ##### */

#side-bar {
  width: 14em;
  float: left;
  clear: left;
  border-right: 1px solid rgb(153,153,153);
  background-color: rgb(240,240,240);  

  min-height:596px;  
}

#side-bar div {
  border-bottom: 1px solid rgb(153,153,153);
}

.sideBarTitle {
  font-weight: bold;
  margin: 0 0 0.5em 2.5mm;
  padding: 1em 0 0 0;
  height: 24px;
}

#side-bar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0 0 1.1em 0;
}

#side-bar li {
  margin: 0;
  padding: 0.1ex 0;  /* Circumvents a rendering bug (?) in MSIE 6.0 */
}

#side-bar a, .thisPage {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: none;
  margin: 0;
  padding: 0.15em 1ex 0.15em 5mm;
  display: block;
}

.thisPage {
  color: black;
  background-color: white;
  padding-left: 4mm;
  border-top: 1px solid rgb(153,153,153);
  border-bottom: 1px solid rgb(153,153,153);
}

#side-bar a:hover {
  color: white;
  background-color: rgb(100,135,220);
  text-decoration: none;
  text-indent:5px; 
}

.sideBarText {
  line-height: 1.5em;
  margin: 0 0 0 0;
  padding: 0 1.5ex 0 5.5mm;
  display: block;
  background-color:White;
  border-bottom: 1px solid rgb(153,153,153);  
  
}

#side-bar .sideBarText a {
  text-decoration: none;
  margin: 0;
  padding: 0;
  display: inline;
}

#side-bar .sideBarText a:hover {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: none;
}

#side-bar .lqm_ad a:hover {
  color: rgb(0,0,0);
  background-color: transparent;
  text-decoration: none;
  text-indent:0px;   
}

#side-bar .highlight {
  color: rgb(253,160,91);
  background-color: transparent;
    text-indent:5px; 
}

#side-bar .fc {
   font-size:9px;
}


.lighterBackground {
  color: inherit;
  background-color: white;
  font-size:12px;
}

.google-ads-left {
  width: 14em;
  float: left;
  clear: left;
  border: 0px solid rgb(255,255,255);
  background-color: White;  
  height:auto;
  display: block;  
  text-align:center;
  vertical-align:top;
}


.MainFaqCategories {
  text-align:center;
  border-bottom-width:0px;
  font-size:13px;
  font-weight:bold;
  background-color: rgb(240,240,240);    
  border-bottom: 0px solid rgb(240,240,240);  
}


/* ##### Main Copy ##### */

#main-copy {
  color: black;
  background-color: White;
  text-align: justify;
  line-height: 1.5em;
  margin: 0 0 0 14em;
  padding: 0.1mm 5mm 5mm 5mm;
  float:none;
  vertical-align:top;
  min-height:596px;
  clear:none;
}

#main-copy p {
  margin: 1em 1ex 2em 1ex;
  padding: 0;
}

#main-copy a {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: underline;
}

#main-copy a:hover {
  text-decoration: none;
}

#main-copy h231 {
  color: white;
  background-color: rgb(100,135,220);
  font-size: 100%;
  font-weight: bold;
  padding: 0.5ex 0 0.5ex 5ex;
  position:relative;
  
}


#main-copy .headerBarLeftColumn {
width:80%;
float:left;
vertical-align:middle;
text-indent:10px;
font-weight:normal;
color:white;
  background-color: rgb(140,170,230);  
height:20px;  
  margin-bottom:5px;
  background-image:url("../img/bluebarbg.gif");

  
}



#main-copy .headerBarRightColumn {

float:right;
width:20%;
height:20px;
text-align:right;
font-size:9px;
color:Black;
  background-color: rgb(140,170,230);
  background-image:url("../img/bluebarbg.gif");  
  
  margin-bottom:5px;

}

#main-copy .faqListLink {
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
}  

#main-copy  a:hover {
  text-decoration: underline;
}


dl {
  margin: 1em 1ex 2em 1ex;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 0;
}

dd {
  margin: 0 0 2em 2em;
  padding: 0;
}

#oglasi-na-dnu-mastera
{
	width:100%;
	float:left;
	clear:none;
	vertical-align:top;
	padding-left:40px;
	padding-top:20px;
}


/* ##### Footer ##### */

#footer {
  color: white;
  background-color: rgb(100,135,220);
  font-size: 10px;
  margin: 0;
  padding: 3px 10px 0.5ex 1.5mm;
  clear: both;
  min-height:15px;
}

#footer .left {
 text-align: left;
 float:left;
 clear:left;
 vertical-align:top;
 width:30%;
}

#footer .right {
  text-align: right;
  float:left;
 vertical-align:top;  
 width:30%; 
 
  
}

#footer .center {
  text-align: center;
 vertical-align:top;  
  float:left; 
 width:40%;  
  
}

#footer a {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

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


#s {
	width: 150px;
	background: #fff url(../img/search-bg.png) top right no-repeat;
	border: 1px solid #005aaa;
	font-size: 9px;
	padding: 4px 0 4px 3px;
	margin-right: 10px;
	float: left;
}
.searchsubmit {
	border: 1px solid #005aaa;
	padding: 3px;
	font-size: 9px;
	background: #002f58 url('../img/search-button-bg.png') repeat-x right top;
	color: #fff;
	margin-bottom: 1px;
    height: 24px;
}

/* CSS classes for the navigation menu at bottom of the page (Previous/More Products, etc) */

.navigation
{
	width:100%;
	margin-top:10px;
	margin-bottom:10px;	
	
	vertical-align:top;
	clear:none;
	float:left;
}

#leftnav 
{
	float:left;
	width:180px;
	text-align:center;
}

#rightnav 
{
	float:right;
	width:180px;
	text-align:center;
}

#numnav
{
	float:inherit;
	text-align:center;
	float:none;
	
	
}