.container {width: 710px;}

ul.tabs {
	border-bottom: 1px solid #d4d4d4;
    float: left;
    height: 32px;
    list-style: none outside none;
    margin-left: 0;
    margin-right: 0;
    padding: 0 0 20px;
    width: 100%;
}

ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 32px;
	line-height: 32px;
    margin-top: 10px;
    margin-right: 8px;
	overflow: hidden;
	position: relative;

    border-radius: 5px;
    -moz-border-radius: 5px;
	-khtml-border-radiust: 5px;
	-webkit-border-radius: 5px;

    background: #2c5736;

}
ul.tabs li a {
	text-decoration: none;
	display: block;
	font-size: 14px;
    font-weight: bold;
	padding: 0 10px;
	outline: none;
    color: #ffffff;

}


ul.tabs li a:hover {
    /*background-color: #55972f;*/
    color: #FFFFFF;

    background: #EACF0B; /* Old browsers */

    border-radius: 5px;
    -moz-border-radius: 5px;
	-khtml-border-radiust: 5px;
	-webkit-border-radius: 5px;

}

ul.tabs li.active a {
    /*background-image: url(http://oljarna-sredisce.si/js/jquery.tabs/tabs-active-arrow.png);
    background-position: center 42px;
    background-repeat: no-repeat;*/
    color: #FFFFFF;

    border-radius: 5px;
    -moz-border-radius: 5px;
	-khtml-border-radiust: 5px;
	-webkit-border-radius: 5px;

}

/*
ul.tabs li.popular-posts .tab-arrow {
  background:url(http://oljarna-sredisce.si/js/jquery.tabs/tabs-active-arrow.png) no-repeat scroll 0 0 transparent;
    bottom:-5px; height:5px; position:; right:44px; width:11px
}

ul.tabs li a .tab-arrow {
    display: none;
}
ul.tabs li.active a .tab-arrow {
    display: block;
} */


html ul.tabs li.active, html ul.tabs li.active a:hover  {
	/*background-color: #55972f;*/
    color: #FFFFFF;

    /*background-image: linear-gradient(bottom, rgb(30,66,10) 37%, rgb(85,151,47) 86%);
    background-image: -o-linear-gradient(bottom, rgb(30,66,10) 37%, rgb(85,151,47) 86%);
    background-image: -moz-linear-gradient(bottom, rgb(30,66,10) 37%, rgb(85,151,47) 86%);
    background-image: -webkit-linear-gradient(bottom, rgb(30,66,10) 37%, rgb(85,151,47) 86%);
    background-image: -ms-linear-gradient(bottom, rgb(30,66,10) 37%, rgb(85,151,47) 86%);

    background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.37, rgb(30,66,10)),
    color-stop(0.86, rgb(85,151,47))
    );*/

    background: #EACF0B;
    box-shadow: 0 1px 5px rgba(50, 50, 50, 0.25);

    border-radius: 5px;
    -moz-border-radius: 5px;
	-khtml-border-radiust: 5px;
	-webkit-border-radius: 5px;



}

.tab_container {
	border-top: none;
	clear: both;
	width: 100%;

	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

.tab_content {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 20px;
}

.tab_content a {
    color: #008000;
    font-weight: bold;
    text-decoration: none;
}

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

.tab_content h1 {
    border-bottom: 0 solid #F8F8F8;
    color: #1C5D2E;
    font-family: Trebuchet MS, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 0;
}

.tab_content h2 {
	border-bottom: 0 solid #F8F8F8;
    color: #1C5D2E;
    font-family: Trebuchet MS, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 0;
}

.tab_content h3 {
    border-bottom: 0 solid #F8F8F8;
    color: #1C5D2E;
    font-family: Trebuchet MS, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 0;
}

.tab_content h4 {
    border-bottom: 0 solid #F8F8F8;
    color: #1C5D2E;
    font-family: Trebuchet MS, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 0;
}

.tab_content img {
	border: 1px solid #DDDDDD;
    margin: 0 0px 0px 0;
    padding: 2px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.tab_content th {
  border-bottom: 2px solid #666666;
}

.tab_content ul li {
    background-image: url("../../images/oljarna-icon-buca-mini.png");
    background-position: 5px 5px;
    background-repeat: no-repeat;
    display: block;
    line-height: 24px;
    list-style-type: none;
    margin: 5px -20px;
    padding-left: 30px;
    width: 100%;
}