.search {
  background: #98A8DB;
  border: 1px solid #717ea9;
  padding-left: 5px;
  height: 20px;
  width: 130px;
  color: white;
}

ul{
	margin-left: 25px;	
	padding-left: 0;

}

ol {
	margin-left: 30px;    
	padding-left: 0;

}	

li {
	padding-top: 3px;	
	padding-left: 0;
        list-style-type: square;
        list-style-image: url('/images/bg_spacer/red_square.png');
}

.menu_headline {
  color: #36436d;
  padding-left: 10px;  
}

.newsHeader {
  background: #98A8DB; 
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  padding: 2px;
  padding-left: 20px;
}

.newsTD {
  padding: 10px;
  background: #e1e4f5;
  width: 50%;
}

.newsTD_separator {
  background: url('/images/bg_spacer/newsTD_separator.gif') repeat-y center top;
}

.newsTD_separator_horizontal {
  background: url('/images/bg_spacer/newsTD_separator_horizontal.gif') repeat-x center top;
}

.content_headline {  
  font-weight: normal;
  font-size: 23px;
  padding-top: 0px;
  padding-bottom: 15px;
  text-transform: uppercase;
  background: url('/images/bg_spacer/line_horizontal_bottom.gif') no-repeat left bottom;
}

.content_blue {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #98A8DB; 
  color: #657199;
  
}

.light_bg {
  background: #eee;
  border: 2px solid white;
  padding: 5px;
}

.white_bg {
  background: #FFFFFF;
  border: 1px solid #e1e4f5;
  color: #7f8db9;
}


input, select, textarea {
  background: #ffffff;
  border: 1px solid #9aa7db;
}

.box_blue_header {
  background: #9aa7db;
  color: white;
  font-weight: bold;
  padding: 5px;
  font-size: 10px;
}

.box_blue_link {
  background: #9aa7db;
  color: white;  
  padding: 2px;
  font-size: 10px;
  text-transform: uppercase;  
  cursor: pointer;
}

.box_blue {
  border: 1px solid #9aa7db;
  padding: 5px;
  background: white;
  height: 50px;
} 


.download_box_header {
  background: #9aa7db;
  color: white;
  font-weight: bold;
  padding: 5px;
  font-size: 10px;
}

.download_link {
  background: #9aa7db;
  color: white;  
  padding: 5px;
  font-size: 10px;
  text-transform: uppercase;
  background:url('/images/icons/bt_download.gif') left;  
  cursor: pointer;
}

.download_box {
  border: 1px solid #9aa7db;
  padding: 5px;
  background: white;
  height: 80px;
}


.search_box_header {
  background: #9aa7db;
  color: white;
  font-weight: bold;
  padding: 5px;
  font-size: 10px;
}


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

a:link 
{
        text-decoration: none;		
}

a:visited 
{        
        text-decoration: none;
}

a:hover {
		text-decoration: none;
}

.search_box {
  border: 1px solid #9aa7db;
  padding: 5px;
  background: white;
  height: 60px;
}


.prodajax {
  margin-top: 1px;
  background: #FFFFFF;
  color: 262626;
  vertical-align: middle;
  font-size: 11px;
  width: 100%;  
}

.prodoption {  
  color: #262626;  
  vertical-align: middle;
  font-size: 11px;
  width: 100%;
}

.prfinder ul {
   border-color: #FF0000;
   border-style: solid;
}

.prfinder li {
        list-style-type: none;
        list-style-image: none;
}

.special_product {
  background:url('/images/content/images/products/special.jpg');  
}


