* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #eeeeee;
}
p {
	margin-top: 10px;
	margin-bottom: 5px;
}
input:hover, select:hover {
border: 1px solid #666666;
	box-shadow: 0px 0px 5px #999999;
  -moz-box-shadow: 0px 0px 5px #999999;
  -webkit-box-shadow: 0px 0px 5px #999999;
 
}
input, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
		-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #999999;
	padding: 2px;

}
h1 {
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-weight: normal;
	padding-left: 5px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin-top: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h2 {
	font-size: 18px;
	margin-top: 8px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #003366;
}
h4 {
	font-family: Calibri, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #FF4C00;
	padding-top: 5px;
	padding-bottom: 10px;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding-top: 20px;
	padding-bottom: 5px;
}


img {
	padding: 5px;

}
a {
	text-decoration: none;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
			-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #999999;
	padding:3px;
}

input {
	width: 150px;
}

a:hover {
	color: #FF4C00;
	text-decoration: underline;
}
label {
	width: 120px;
	display: block;
	float: left;
	height: 20px;
	line-height: 15px;
}

#outer {
	width: 950px;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(header.png);
	text-align: left;
	position: relative;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	box-shadow: 0px 0px 10px #CCCCCC;
	-moz-box-shadow: 0px 0px 10px #CCCCCC;
	-webkit-box-shadow: 0px 0px 10px #CCCCCC;
}


#header {
	position: relative;
	padding-top: 100px;
	padding-bottom: 10px;
}
#logo {
	position: absolute;
	left: 50px;
	top: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#main_menu {
	margin-top: 20px;
	margin-bottom: 15px;
	position: relative;
	padding-left: 35px;
	list-style-type: none;
	height: 25px;
	background-image: url(../images/econsulting/menu-econsulting.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 550;
}
#main_menu li {
	float: left;
	line-height: 25px;
	color: #FFFFFF;
}
#main_menu a {
	display: block;
	text-decoration: none;
	color: #FF4C00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	margin-right: 15px;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	border: 1px solid #ffffff;

}
#main_menu a:hover {


		color: #333333;
}
#submenu {
	position: absolute;
	top: 33px;
	left: 0px;
	background-color: #FFFFFF;
	visibility: hidden;

	color: #000000;
	padding-top: 0px;
	width: 163px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 8px;
	z-index: 500;
	margin: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	border-left-color: #EEEEEE;
}
#submenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	
}
#submenu a:hover {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color:#EEEEEE;
	
			   -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
#category {
	width: 151px;
}






#content {
	width: 670px;
	position: relative;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 35px;
	min-height:600px;
}
#right_banner {
	float: right;
	width: 205px;
	clear: both;
	margin-top: 30px;
	padding-right: 25px;
}

#right_banner_in {
	position: relative;


				-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 15px;
	padding: 5px;
}
#right_banner_in h3 {
	padding-left: 5px;
	font-size: 14px;
	font-family: Calibri, Arial, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
}
#right_banner_in div {
	position: relative;
	margin-bottom: 10px;
	  	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#right_banner_in a {
	font-size: 12px;
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#right_banner_in a:hover {
	text-decoration: none;
}


#right_banner_in div:hover {
	background-color:#ccebf0;
}
#right_banner_in p {
	padding-top: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#right_banner_in img {
	padding: 4px;
	border: 1px solid #dddddd;
    -moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin-right: 5px;
	background-color: #FFFFFF;
}


.all div {
	padding: 5px;
	position: relative;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 10px;
}
.all td {
	text-align: left;
	vertical-align: top;
	padding: 5px;
	width: 300px;
}
.all th {
	padding: 5px;
	width: 150px;
	vertical-align: top;
}


.all div:hover {
background-color:#eeeeee;
}
.alltop td, .alltop th {
	background-color: #eeeeee;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}


#econsulting_e {
	color: #4B52AD;
}
#left_text {
	width: 250px;
	display: block;
	font-weight: bold;
}#komentar1 {
	width: 400px;
	height: 100px;
}
#right_banner #sponzor {
	position: relative;
	border: 1px solid #CCCCCC;
	width: 185px;
	background-color: #dddddd;
	padding: 5px;
	height: 200px;
	text-align: center;
	margin-top: 15px;
	color: #666666;
	font-weight: bold;
}
#sponzor a {
	color: #666666;
}
.selected {
	background-color: #dddddd;
	border: 1px solid #CCCCCC;
	display: block;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	position: relative;
}
.selected p {
	margin-top: 0px;
	margin-bottom: 8px;
}

#bottom_menu {
	color: #666666;
	list-style-type: none;
	position: relative;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 52px;
	text-align: center;
}
#bottom_menu #ms_fb_tw_sk img {
	vertical-align: middle;
}

#bottom_menu_ul {
	list-style-type: none;
	margin-top: 5px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 750px;
}
#bottom_menu_ul li {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	padding-right: 3px;
	padding-left: 3px;
	float: left;
}
#bottom_menu_ul a {
	color: #666666;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 5px;
	margin-left: 5px;
}
#bottom_menu_ul a:hover {
	text-decoration: underline;
}
#bottom_menu_ul #copywright_li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



#ms_fb_tw_sk {
	clear: both;
	float: right;
}
#skype {
	color: #0099CC;
}
.right_img {
	float: right;
}
#komkomentar {
	height: 100px;
	width: 400px;
}
#search_li {
	padding-left: 50px;
}
#right_ads {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.regNew {
	width: 290px;
	position: relative;
	text-align: left;
	padding: 10px;
	border: 2px solid #eeeeee;


	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 360px;
}

#recapDiv {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}
.black_overlay{
	position: absolute;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: white;
	z-index:1001;



	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
	display: none;
	margin-bottom: 0px;
	bottom: 0%;
}
 
.white_content {
	display: none;
	position: absolute;
	top: 200px;
	left: 25%;

			-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #dddddd;
	background-color: white;
	z-index:1002;
	overflow: auto;
	text-align: left;
	box-shadow: 0px 0px 8px #dddddd;

  -moz-box-shadow: 0px 0px 8px #dddddd;
  -webkit-box-shadow: 0px 0px 8px #dddddd;
	padding: 16px;
	width: 400px;
}
.newOffer {
	padding-top: 15px;
	padding-bottom: 35px;
}

.newOffer div {
	position: relative;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.newOffer label {
	width: 200px;
	font-weight: bold;
}
.newOffer textarea {
	width: 250px;
}
.rightImg {
	width: 465px;
	position: relative;
	z-index: 100;
	padding-top: 25px;
}
.rightImg img{
			-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 8px #dddddd;


  -moz-box-shadow: 0px 0px 8px #dddddd;
  -webkit-box-shadow: 0px 0px 8px #dddddd;
	border: 1px solid #dddddd;
	padding: 2px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
}
#adInfo {
	word-wrap: break-word;
	float: right;
	width: 170px;
	padding-top: 75px;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-left: 12px;
	text-align: justify;
}
.addthis_toolbox .vertical
{
    width: 136px;
    padding: 10px 0 10px 0;
    border: 3px solid #eee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.addthis_toolbox .vertical a
{
	width: 102px;
	position: relative;
	display: block;
	text-decoration: none;
	color: blue;
	margin: 3px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 34px;
}

.addthis_toolbox .vertical a:hover
{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #B4D3F8;
    text-decoration: none;
}

.addthis_toolbox .vertical span
{
    position: absolute;
    left: 14px;
    top: 4px;
}

.addthis_toolbox .vertical .more
{
    border-top: solid 1px #eee;
    padding: 10px 0 0 0;
    margin: 10px 10px 0 10px;
    text-align: center;
}

.addthis_toolbox .vertical .more a
{
    padding: 4px 0;
    margin: 0;
}

.addthis_toolbox .vertical .more span
{
    display: none;
}
#help {
padding:2px; background:#eeeeee;
font:"Times New Roman", Times, serif;
font-size:11px;
border:1px solid #666666;

  	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	display:block;
	width:18px;
	text-align:center;
	color:#000000;
	font-weight:bold;
	margin:2px;	
	position:absolute;
	top:20px;
	left:0px;
}
#help:hover {
	box-shadow: 0px 0px 5px #999999;
  -moz-box-shadow: 0px 0px 5px #999999;
  -webkit-box-shadow: 0px 0px 5px #999999;
  text-decoration:none;
}
#prof div {
	width: 100px;
	position: relative;
	float: left;
	text-align: left;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;

}
#prof p {
	margin-top: 2px;
	margin-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.deleteImg {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	width:65px;
	text-decoration: none;
	border: 1px solid #FFFFFF;
}
#proMenu {
	position: absolute;
	top:26px; 
	left:0px
}
#proMenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	display: block;
	float: left;
	margin-right: 5px;
	color: #006699;
	padding: 0px;
}
#proMenu a:hover {
	text-decoration: none;
  	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #333333;
}
.mantra {
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-style: italic;
}
.ncomment {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
}
.newcomtable {
	width: 350px;
	vertical-align: top;
	position:relative;
	text-align: left;
	position:relative;



	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 5px;
	height: 90px;
}
.newcomtable input, #submitPriceHint {
	font-size: 12px;
	border: 2px solid #dddddd;

		-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #eeeeee;
	padding: 2px;
}


#scomment, .scomment {
	text-align: right;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-top: 5px;
	position: relative;
	padding-right: 0px;
	display: none;
}

#csubmit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: absolute;
	top: 5px;
	left: 0px;
	width: 80px;
}

.allcomments {
	width: 350px;
	text-align: justify;
	vertical-align: top;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 2px;
	font-size: 12px;
	word-wrap: break-word;
	border: 1px solid #eeeeee;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.allcomments p {
	margin-top: 5px;
	margin-bottom: 3px;
}
.datetime {
	color: #666666;
	font-size: 11px;
}
#cse-search-box input {
	float: left;
	margin-right: 8px;
	height: 20px;
	display: inline;
}
#cse-search-box {
	position:absolute;
	top:0px;
	right:25px;
	display:block;

}#cse-search-box #sa {
	width: 80px;
	height: 26px;
	vertical-align: middle;
	line-height: 26px;
	background-color: #E0DFE3;
}
#cse-search-box #q {
	padding: 4px;
}
.bottom_ads {
	margin-top: 15px;
	margin-bottom: 0px;

}
.bottom_ads p {
	margin-top: 3px;
	margin-bottom: 2px;
}

.bottom_ads img {
	padding: 4px;
	border: 1px solid #dddddd;

			-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin-right: 5px;
	background-color: #FFFFFF;
}
.research {
	border:1px solid #FFFFFF;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(researchN.png);
	background-position: left top;
	height: 395px;
	margin-top: 10px;
	
}
.research h4 {
	color: #003366;
	font-size: 24px;
	padding: 5px;
	margin: 0px;
}

.research  input {
	width: 20px;
	height: 17px;
}
.research #druga, .research #submitR{
	width: 150px;
	padding: 2px;
}
.research label {
	/* for IE */

	float: left;
	width: 150px;
	position: relative;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 5px;
	vertical-align: middle;
}
.research #divResearch {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border:1px solid #FFFFFF;
	height:350px;
	filter:alpha(opacity=92);
	/* CSS3 standard */
  opacity:0.92;
	background-color:#FFFFFF;
	padding: 5px;
}



.bottom_ads div {
	width: 200px;
	float: left;
	height: 120px;
	margin-right: 5px;
	margin-bottom: 10px;
	
}
.bottom_ads div:hover {
background-color:#FFFFFF;
	width: 200px;
	float: left;
	height: 120px;
	margin-right: 5px;
	margin-bottom: 10px;
	
}
.resT {
	text-align: center;
	border: 1px solid #dddddd;
}
.resT td {
	text-align: center;
}
#R2010 {
	background-image: url(R2010.png);

		-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border:1px solid #FFFF66;

	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 50px;
	color: #FFFF66;
	font-size: 36px;
	margin-bottom: 20px;
}
#lang {
	position: absolute;
	width: 100px;
	top: 35px;
	right: 320px;
	color: #006699;
}
#lang a {
	display: block;
	float: left;
	margin-right: 5px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;

}
#reasons {
	text-transform: uppercase;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
	padding-left: 10px;
}
#reasons li {
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left: 25px;
	background-attachment: scroll;
	background-image: url(ok.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	list-style-type: none;
}
.zoom {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}
.about {
	text-align: justify;
}

.about img {
	border: 1px solid #eeeeee;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 3px;
}
.about p {
	margin-top: 8px;
	margin-bottom: 5px;
}
.about h3 {
	display: block;
	padding-top: 15px;
}
#chLogo {
	float: right;
	position: relative;
	height: 150px;
	width: 85px;
}
#chLogo a {
	font-size: 11px;
	font-weight: bold;
	display: block;
	padding: 2px;
	background-color: #EEEEEE;
	color: #000000;
	margin: 2px;
	visibility: hidden;
	text-decoration: none;
	text-align: center;
}
.freead {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #FFFFCC;
	border: 2px solid #FFFF99;
}
.freead p {
	margin-top: 5px;
	margin-bottom: 2px;
}
.gads {
	padding-top: 10px;
	padding-bottom: 10px;
}
#taskbar {
	width: 900px;
	background-color: #14BCD7;
	height: 40px;
	border-top-right-radius:3px;
	border-top-left-radius:3px;

		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
	/* for IE */
  filter:alpha(opacity=90);
	/* CSS3 standard */
  opacity:0.9;
	position: fixed;
	bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	left: 15%;
	right: 15%;
	z-index: 1000;
}
#enDiv {
	display: none;
}
#messageBox , .messageBox{
	/* for IE */
  filter:alpha(opacity=90);
	/* CSS3 standard */
  opacity:0.9;
	background-color: #B3EBF4;
	font-weight: bold;
	color: #036;
	display: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 21px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	cursor: pointer;
	width: 380px;
	position: absolute;
	bottom: 5px;
	right: 0px;
	border: 1px solid #698EC7;
	z-index: 1000;
}
#messageBox a, .messageBox a{
	color: #003;
	text-decoration: underline;
}
#blog ul{
	list-style-type: none;
}
#blog a {
	text-decoration: none;
	font-family: Calibri, Arial, sans-serif;
	font-size: 14px;
}
#blog p {
	margin-top: 3px;
	margin-bottom: 2px;
}
#blog li {
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7CDBEA;
}
#blog {
	font-size: 11px;
	border: 2px solid #76D9E9;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.favAds {
	min-height:80px;
	float: left;
	margin: 5px;
	border: 1px solid #ddd;
	padding: 5px;
	background-color: #eee;
}
.favAds div {
	padding: 2px;
	text-align: center;
	position: relative;
}
.favorites, #favorites0{
	border:none;
	padding:0px;
	margin:0px;
	box-shadow: 0px 0px 0px #fff;
  -moz-box-shadow: 0px 0px 0px #fff;
  -webkit-box-shadow: 0px 0px 0px #fff;
}
#tt th, #tt td {
	width: 120px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#tt th {
	color: #FFFFFF;
	background-color: #5380bb;
	text-transform: uppercase;
				-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#tt td {
	background-color: #EFF3FA;
}

