
/*  top - top - navigation */
.top-menu {
	margin-top: 0;
	float: right;
}
.top-nav li:before{
	vertical-align: bottom;
	/*margin:10px 4px 0;*/
	/*content:url('../images/ok.png');*/
}
/*.top-nav li.active a{
	color:#97b538;
}*/
.top-nav li {
	padding: 5px 5px 0 5px;
	display: inline-block;
}
/*.top-nav li:nth-child(7){
	margin-right: 0; 
	padding-right: 0;
}*/
.top-nav li:first-child{
	float:left;
	vertical-align: bottom;

}
.top-nav li a {
	/*text-transform: capitalize;*/
	/*line-height: 1.8em;*/
	font-weight: 400;
	color: #6a7180;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
}
.top-nav li a:hover { 
	color:#e47911;
	text-decoration: underline;
}

/*--search bar sa linkovima desno--*/
.form-wrapper {
	min-width: 320px
	width: 100%;
  height: 32px;
	padding: 6px;
	/*margin: 100px auto;*/
	overflow: hidden;
	/*border-width: 1px;
	border-style: solid;
	border-color: #dedede #bababa #aaa #bababa;*/
  background-color: #364351;
  background-image: -moz-linear-gradient(center top, #364351, #5E6974);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#364351), to(#5E6974));
  background-image: -webkit-linear-gradient(top, #364351, #262F39);
  background-image: -o-linear-gradient(top, #364351, #262F39);
  background-image: linear-gradient(to bottom, #364351, #262F39);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff364351', endColorstr='#ff5E6974', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  box-shadow: 2px 2px 8px #999;
  -moz-box-shadow: 2px 2px 8px #999;
  -o-box-shadow: 2px 2px 8px #999;
  -khtml-box-shadow: 2px 2px 8px #999;
  -webkit-box-shadow: 2px 2px 8px #999;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -khtml-border-radius: 5px;
}


.form-wrapper li {
  padding: 0 5px 0 0;
  display: inline-block;
  line-height: 36px;
  vertical-align: middle;
}

.form-wrapper li img {
  display: inline-block;
  vertical-align: middle;
}

.form-wrapper li a {
  display: inline-block;
  font-weight: 400;
  color: #ffffff;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  text-decoration: none;
  font-size: 12px;
  padding: 0 5px 0 0;
}

.form-wrapper li a:hover { 
  color:#fff;
  background-color: #e0540f;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 0 5px 0 0;
}



.form-wrapper #search {
	width: 30%;
	height: 26px;
	padding: 2px 2px;
	float: left;    
	font: bold 12px 'lucida sans', 'trebuchet MS', 'Tahoma';
  color: #999;
	border: 1px solid #ccc;
	-moz-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;
	box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;  
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;    
}

.form-wrapper #search:focus {
	outline: 0; 
	border-color: #aaa;
	-moz-box-shadow: 0 1px 1px #bbb inset;
	-webkit-box-shadow: 0 1px 1px #bbb inset;
	box-shadow: 0 1px 1px #bbb inset;  
}

/*.form-wrapper #search::-webkit-input-value {
   color: #999;
   font-weight: normal;
}

.form-wrapper #search:-moz-value {
	color: #999;
	font-weight: normal;
}

.form-wrapper #search:-ms-input-value {
        color: #999;
        font-weight: normal;
} */

.form-wrapper #submit { 
	/*margin-left: 2%;   */
	float: left;
	border: 1px solid #c7c7c7;
  /*border-left: none;*/
	height: 32px;
	width: 5%;
	padding: 0;
	/*margin-left: 3px;*/
	cursor: pointer;
	font: bold 13px 'lucida sans', 'trebuchet MS', 'Tahoma';
	color: #fafafa;
	/*text-transform: uppercase;    */
  background-color: #5b626a;
  background-image: -moz-linear-gradient(center top, #364351, #5E6974);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#485059), to(#363c43));
  background-image: -webkit-linear-gradient(top, #485059, #363c43);
  background-image: -o-linear-gradient(top, #485059, #363c43);
  background-image: linear-gradient(to bottom, #485059, #363c43);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;  
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;    
	text-shadow: 0 1px 0 rgba(0, 0 ,0, .3);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff;
}
 
.form-wrapper #submit:hover,
.form-wrapper #submit:focus {		
	background-color: #31b2c3;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0483a0), to(#31b2c3));
	background-image: -webkit-linear-gradient(top, #0483a0, #31b2c3);
	background-image: -moz-linear-gradient(top, #0483a0, #31b2c3);
	background-image: -ms-linear-gradient(top, #0483a0, #31b2c3);
	background-image: -o-linear-gradient(top, #0483a0, #31b2c3);
	background-image: linear-gradient(top, #0483a0, #31b2c3);
}	
  
.form-wrapper #submit:active {
	outline: 0;    
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;    
}
  
.form-wrapper #submit::-moz-focus-inner {
	border: 0;
}
/*search-end*/

.darkBlueTall {
  FONT-WEIGHT: bold;
  FONT-SIZE: 13px;
  COLOR: #3B425f;
  FONT-STYLE: normal;
  FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
}

a.basketNav:link {
  FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
  color: #3B425f;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
}

a.basketNav:visited {
  FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
  color: #3B425f;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
}

a.basketNav:hover {
  color: #3B425f;
  text-decoration: underline;
}

.darkBlueSmall {
  FONT-WEIGHT: normal;
  FONT-SIZE: 12px;
  COLOR: #3B425f;
  FONT-STYLE: normal;
  FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
}

.blueDefault {
  FONT-WEIGHT: normal;
  FONT-SIZE: 10pt;
  COLOR: #3b425f;
  FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
}

.blueDefaultSmall {
  FONT-WEIGHT: normal;
  FONT-SIZE: 10px;
  COLOR: #526b8a;
  FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
}

.blueTitleOrange12 {
  FONT-WEIGHT: bold;
  FONT-SIZE: 12pt;
  COLOR: #fb6100;
  FONT-STYLE: normal;
  FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
}

.blueTitleBold {
  FONT-WEIGHT: bold;
  FONT-SIZE: 10pt;
  COLOR: #3b425f;
  FONT-STYLE: normal;
  FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
}

.blackTitleBold12 {
  FONT-WEIGHT: bold;
  FONT-SIZE: 12pt;
  COLOR: #000000;
  FONT-STYLE: normal;
  FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
}

.contentnormalblack {
  FONT-WEIGHT: normal;
  FONT-SIZE: 10pt;
  COLOR: #000000;
  FONT-STYLE: normal;
  FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
}
/*--- end --- vracene klase posle ciscenja*/

.hpad {
  width:33%;
  float:left;
}

.hpadny {
  width:25%;
  float:left;
}

.trecina {
  width:33%;
}

.hpad3 {
width:100%;
display:inline-block;
padding-bottom:10px;
}

.articlecell {
   float:left;
   min-width:520px;
   width:48%;
   width: expression( document.body.clientWidth < 1000 ? "100%" : "45%" );
   height:210px;
   margin-right:15px;
}

.blueTitleBold12 {
  FONT-WEIGHT: bold;
  FONT-SIZE: 12pt;
  COLOR: #3b425f;
  FONT-STYLE: normal;
  FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
}

.blueTitleBold112 {
  FONT-WEIGHT: bold;
  FONT-SIZE: 12pt;
  COLOR: #CC0000;
  FONT-STYLE: normal;
  FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
}

.blueTitleBold14 {
  FONT-WEIGHT: normal;
  FONT-SIZE: 15pt;
  COLOR: #e47911;
  FONT-STYLE: normal;
  FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
}

.blueTitleBold18 {
  FONT-WEIGHT: normal;
  FONT-SIZE: 15pt;
  COLOR: #e47911;
  FONT-STYLE: normal;
  FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
}

.contentsmall {
  FONT-WEIGHT: normal;
  FONT-SIZE: 8pt;
  COLOR: #333333;
  FONT-STYLE: normal;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

.contentnormalver {
  FONT-WEIGHT: normal;
  FONT-SIZE: 9pt;
  COLOR: #805580;
  FONT-STYLE: normal;
  FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
}

.contentnormalver8 {
  FONT-WEIGHT: bold;
  FONT-SIZE: 0.9em;
  COLOR: #465b69;
  FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
}

.contentnormalver8:hover {
  FONT-WEIGHT: bold;
  FONT-SIZE: 0.9em;
  COLOR: #e47911;
  FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
}

.contentnormal {
  FONT-WEIGHT: normal;
  FONT-SIZE: 10pt;
  COLOR: #333333;
  FONT-STYLE: normal;
  FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
}

.contentbluebold10 {
  FONT-WEIGHT: bold;
  FONT-SIZE: 10pt;
  COLOR: #3b425f;
  FONT-STYLE: normal;
  FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
}

.contentwhitebold {
  FONT-WEIGHT: normal;
  FONT-SIZE: 11px;
  COLOR: #FFFFFF;
  FONT-STYLE: normal;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
}

.contentwhitenormal {
  FONT-SIZE: 11px;
  COLOR: #FFFFFF;
  FONT-STYLE: normal;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

a.menusmall:link {
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 8pt;
  text-decoration: none;
  font-weight: bold;
}

a.menusmall:visited {
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 8pt;
  text-decoration: none;
  font-weight: bold;
}

a.menusmall:hover {
  color: #ffffff;
  text-decoration: underline;
}

a.startpagelink:link {
  FONT-FAMILY: tahoma, arial, helvetica, verdana, sans-serif;
  color: #465b69;
  font-size: 11px;
  text-decoration: none;
  font-weight: bold;
}

a.startpagelink:visited {
  FONT-FAMILY: tahoma, arial, helvetica, verdana, sans-serif;
  color: #465b69;
  font-size: 11px;
  text-decoration: none;
  font-weight: bold;
}

a.startpagelink:hover {
  color: #e0540f;
  text-decoration: underline;
}

a.blueboldlink:link {
  FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
  color: #3b425f;
  font-size: 16px;
  text-decoration: underline;
  font-weight: bold;
  LETTER-SPACING: 0px;
}

a.blueboldlink:visited {
  FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
  color: #3b425f;
  font-size: 16px;
  text-decoration: underline;
  font-weight: bold;
  LETTER-SPACING: 0px;
}

a.blueboldlink:hover {
  color: #fb6100;
}

a.blueboldlinkLight:link {
  FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
  color: #3b425f;
  font-size: 16px;
  text-decoration: underline;
  font-weight: bold;
  LETTER-SPACING: 0px;
}

a.blueboldlinkLight:visited {
  FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
  color: #3b425f;
  font-size: 16px;
  text-decoration: underline;
  font-weight: bold;
  LETTER-SPACING: 0px;
}

a.blueboldlinkLight:hover {
  color: #fb6100;
}

a.related:link {
  FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
  color: #3B425f;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
}

a.related:visited {
  FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
  color: #3B425f;
  font-size: 10pt;
  text-decoration: none;
  font-weight: bold;
}

a.related:hover {
  color: #fb6100;
  text-decoration: underline;
}

a.homepagelinks:link {
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  color: #003399;
  font-size: 11px;
  text-decoration: underline;
  font-weight: normal;
}

a.homepagelinks:visited {
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  color: #003399;
  font-size: 11px;
  text-decoration: underline;
  font-weight: normal;
}

a.homepagelinks:hover {
  color: #fb6100;
  text-decoration: underline;
}

.homepagelinksseparator {
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  color: #cccccc;
  font-size: 8pt;
  text-decoration: none;
  font-weight: normal;
}

a.orange:link {
  FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
  color: #FF6633;
  font-size: 12px;
  text-decoration: none;
  font-weight: normal;
}

a.orange:visited {
  FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
  color: #FF6633;
  font-size: 12px;
  text-decoration: none;
  font-weight: normal;
}

a.orange:hover {
  color: #FF6633;
  text-decoration: underline;
}

.priceBig {
  FONT-WEIGHT: bold;
  FONT-SIZE: 12px;
  COLOR: #CC0000;
  FONT-STYLE: normal;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

a.addtobasket:link {
  FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
  color: #3B425f;
  font-size: 11px;
  text-decoration: none;
  font-weight: bold;
}

a.addtobasket:visited {
  FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
  color: #3B425f;
  font-size: 11px;
  text-decoration: none;
  font-weight: bold;
}

a.addtobasket:hover {
  color: #3B425f;
  text-decoration: underline;
}

a.addtobasket2:link {
  FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
  color: #3B425f;
  font-size: 11px;
  text-decoration: none;
  font-weight: bold;
}

a.addtobasket2:visited {
  FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
  color: #3B425f;
  font-size: 11px;
  text-decoration: none;
  font-weight: bold;
}

a.addtobasket2:hover {
  color: #3B425f;
  text-decoration: underline;
}

a.backToLink:link {
  FONT-WEIGHT: normal;
  FONT-SIZE: 12px;
  COLOR: #805580;
  FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
  text-decoration: none;
}

a.backToLink:visited {
  FONT-WEIGHT: normal;
  FONT-SIZE: 12px;
  COLOR: #805580;
  FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
  text-decoration: none;
}

a.backToLink:hover {
  color: #3b425f;
  text-decoration: underline;
}

.ppi2 {
  FONT-WEIGHT: bold;
  FONT-SIZE: 12px;
  COLOR: #ffffff;
  FONT-STYLE: normal;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

.basketTitle {
  FONT-WEIGHT: bold;
  FONT-SIZE: 9pt;
  COLOR: #3b425f;
  FONT-STYLE: normal;
  FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
}

/*** Footer New Start***/
.footer {
	position: relative;
	background: #FCFCFC;
    border-top: 1px solid #CECECE;
    margin:20px auto;
}
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before, .group:after {
	content: "";
	display: table;
}
.group:after {
	clear: both;
}
.group {
	zoom: 1;
}
.col_1_of_4 {
	display: block;
	float: left;
	margin:0% 0 1% 3.6%;
}
.col_1_of_4:first-child {
	margin-left: 0;
}/* all browsers except IE6 and lower */
.span_1_of_4 {
	width: 15.4%;
	padding:1.5% 1.5% 0 0;
	border-left:1px solid #CECECE;
}
.span_1_of_4  h4 {
	color:#FC7D01;
	margin-bottom: .5em;
	font-size: 1.2em;
	line-height: 1.2;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-top: 0px;
	letter-spacing: -1px;
	/*text-transform: uppercase;*/
	border-bottom: 1px solid #CECECE;
	padding-bottom: 0.5em;
	padding-left:20px;
}
.span_1_of_4 ul{
	padding-left:20px;
}
.span_1_of_4  li a {
	font-size: 0.8125em;
	padding: 0.4em 0;
	color:#009BEB;
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	display: block;
}
.span_1_of_4  li span{
	font-size:1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	color:#2A5C86;
	cursor:pointer;
	margin:10px 0;
	display:block;
}
.span_1_of_4  li a:hover, .span_1_of_4  li span:hover {
	color:#FC7D01;
}
li.svapomoc{
  list-style-image: url(../img/arrow_orangetop.gif);
  margin-left: 15px;
}

.kartice {
  margin-left: 27.1%;
}
/*** Social Icons ***/
.social-icons {
	padding-top: 8%;
}
.social-icons li {
	padding: 0px 5px 0 5px;
	margin: 0;
	display: inline-block;
	cursor: pointer;
	background:#3b425f;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
}
.social-icons li:hover {
	background:#000;
}
.social-icons li a img{
	vertical-align:middle;
}
.copy_right {
	text-align: center;
	border-top: 1px solid #EEE;
	padding: 10px 0;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.copy_right p {
	font-size:0.823em;
	color: #747474;
}
.copy_right p a {
	color:#FC7D01;
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	text-decoration: underline;
}
.copy_right p a:hover {
	color:#222;
	text-decoration: none;
}
/*** Footer New End***/

button {
  background: none;
  border: none;
  padding: 0;
}

button span {
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #999;
  padding: 0;
  background: #F0F0F0;
  background: -moz-linear-gradient(top, #F0F0F0 50%, #D4D4D4 50%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #F0F0F0), color-stop(50%, #D4D4D4));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0F0F0', endColorstr='#D4D4D4',GradientType=0 );
}

button span span {
  border: 1px solid #fff;
  padding: 10px;
}
/*-------end win 7 button -----*/
/*drugi win 7 stil za link*/

a.win7 {
  padding: 5px 8px;
  border: 1px solid #999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 0 0 1px #707070;
  -moz-border-radius: 3px;
  background: #F0F0F0;
  background: -moz-linear-gradient(top, #F0F0F0 50%, #D4D4D4 50%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #F0F0F0), color-stop(50%, #D4D4D4));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0F0F0', endColorstr='#D4D4D4',GradientType=0 );
  font: normal 12px sans-serif;
  color: black;
  text-decoration: none;
  text-transform: uppercase;
}

a.win7:active {
  padding: 2px 7px 3px 9px;
  border: 1px solid #73A7C4;
  border-bottom: 0;
  -moz-box-shadow: 0 0 0 1px #2C628B;
  background: #F0F0F0;
  background: -moz-linear-gradient(top, #F0F0F0 50%, #D4D4D4 50%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #F0F0F0), color-stop(50%, #D4D4D4));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0F0F0', endColorstr='#D4D4D4',GradientType=0 );
}
/* kraj drugi win 7 stil za link */

.homeTitle {
  FONT-WEIGHT: bold;
  FONT-SIZE: 100%;
  COLOR: #e47911;
  FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
  LETTER-SPACING: 0px;
}

.homeDate {
  FONT-WEIGHT: bold;
  FONT-SIZE: 10px;
  COLOR: #3B425f;
  FONT-FAMILY: Verdana, Arial, Helvetica, Geneva;
}

.homeList {
  FONT-WEIGHT: bold;
  FONT-SIZE: 11px;
  COLOR: #6D8594;
  FONT-FAMILY: Arial, Helvetica, Verdana, Geneva;
  width: 310px;
  height: 23px;
  border: solid 0px;
  border-top-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 5px;
  margin-left: 4px;
  padding-left: 5px;
}

.blueDefault {
  FONT-WEIGHT: normal;
  FONT-SIZE: 10pt;
  COLOR: #3b425f;
  FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
}

.basketContent {
  FONT-WEIGHT: normal;
  FONT-SIZE: 12px;
  COLOR: #333333;
  FONT-STYLE: normal;
  FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
}

.darkBlueSmallVer {
  FONT-WEIGHT: normal;
  FONT-SIZE: 10px;
  COLOR: #8B9FBC;
  FONT-STYLE: normal;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

.contentnormalver3 {
  FONT-WEIGHT: normal;
  FONT-SIZE: 10px;
  COLOR: #805580;
  FONT-STYLE: normal;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

.smallBasketText {
  FONT-WEIGHT: normal;
  FONT-SIZE: 8pt;
  COLOR: #3b425f;
  FONT-STYLE: normal;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

H1 {
  MARGIN-TOP: 5px;
  FONT-WEIGHT: 600;
  MARGIN-BOTTOM: 5px;
  PADDING-BOTTOM: 0px;
  FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
  letter-spacing: -0.04em;
  FONT-SIZE: 130%;
  color: #e47911;
}

H2 {
  MARGIN-TOP: 5px;
  FONT-WEIGHT: bold;
  MARGIN-BOTTOM: 5px;
  PADDING-BOTTOM: 0px;
  FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
  FONT-SIZE: 12pt;
  color: #3b425f;
}

H3 {
  margin: 0;
  padding: 0;
  FONT-WEIGHT: normal;
  FONT-SIZE: 15pt;
  COLOR: #e47911;
  FONT-STYLE: normal;
  FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
}

H4 {
  FONT-WEIGHT: normal;
  FONT-SIZE: 15pt;
  COLOR: #e47911;
  FONT-STYLE: normal;
  FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
}

a.addTitle2:link {
  FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
  color: #000;
  font-size: 14px;
  text-decoration: underline;
  font-weight: bold;
}

a.addTitle2:visited {
  FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
  color: #000;
  font-size: 14px;
  text-decoration: underline;
  font-weight: bold;
}

a.addTitle2:hover {
  color: #3b425f;
  text-decoration: underline;
}

.bullet4 {
  FONT-WEIGHT: bold;
  FONT-SIZE: 11pt;
  COLOR: #3b425f;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

.bullet5 {
  FONT-WEIGHT: bold;
  FONT-SIZE: 11pt;
  COLOR: #3B425f;
  FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

a.blueDefaultLink:link {
  FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
  color: #3B425f;
  font-size: 12px;
  text-decoration: underline;
  font-weight: bold;
}

a.blueDefaultLink:visited {
  FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
  color: #3B425f;
  font-size: 12px;
  text-decoration: underline;
  font-weight: bold;
}

a.blueDefaultLink:hover {
  color: #ff9900;
}

.orderStatus {
  FONT-WEIGHT: bold;
  FONT-SIZE: 11px;
  COLOR: #FF6600;
  FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
}

.categoryAddText {
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  COLOR: #3b425f;
  text-decoration: none;
  font-weight: normal;
  line-height: 15px;
}

.onlineSaleText {
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  COLOR: #3b425f;
  text-decoration: none;
  font-weight: normal;
  line-height: 15px;
}

.topOfPage {
  FONT-WEIGHT: normal;
  FONT-SIZE: 8pt;
  COLOR: #0033cc;
  FONT-STYLE: normal;
  FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
}

.textAdTitle {
  MARGIN-TOP: 5px;
  FONT-WEIGHT: normal;
  MARGIN-BOTTOM: 5px;
  PADDING-BOTTOM: 0px;
  FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
  FONT-SIZE: 14pt;
  color: #fb6100;
}

.textAdTitlePromoNy {
  FONT-WEIGHT: bold;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  FONT-SIZE: 13px;
  color: #C00;
}

.textAdTitlePromoNyLine {
  FONT-WEIGHT: bold;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  FONT-SIZE: 12px;
  color: #666666;
}

.textAdTitlePromo {
  FONT-WEIGHT: bold;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  FONT-SIZE: 9pt;
  color: #9A0303;
}

.textAdText {
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  FONT-SIZE: 11px;
  COLOR: #3b425f;
  font-weight: normal;
  line-height: 15px;
}

.textAdLink22 {
  FONT-WEIGHT: normal;
  FONT-SIZE: 10px;
  COLOR: #3b425f;
  FONT-STYLE: normal;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  line-height: 150%;
}

a.textAdLink22:hover {
  FONT-WEIGHT: normal;
  FONT-SIZE: 10px;
  COLOR: #cc6600;
  FONT-STYLE: normal;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

.adClassTitle {
  padding: 5px 0px 5px 0px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

a.linkAdTitle {
  MARGIN-TOP: 5px;
  FONT-WEIGHT: normal;
  MARGIN-BOTTOM: 5px;
  PADDING-BOTTOM: 0px;
  FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
  FONT-SIZE: 14pt;
  color: #fb6100;
}

a.linkAdTitle:link {
  MARGIN-TOP: 5px;
  FONT-WEIGHT: normal;
  MARGIN-BOTTOM: 5px;
  PADDING-BOTTOM: 0px;
  FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
  FONT-SIZE: 14pt;
  color: #fb6100;
  text-decoration: none;
}

a.linkAdTitle:visited {
  text-decoration: none;
}

a.linkAdTitle:hover {
  text-decoration: underline;
}

.zoomLink {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #c7c7c7;
  border: 1px solid #c7c7c7;
}

a.adTitleInvNy:link {
  FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
  color: #000;
  font-size: 80%;
  text-decoration: none;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;/* koliko linija hoces da vidis - skracuje tackicama ... */
  -webkit-box-orient: vertical;
}

a.adTitleInvNy:visited {
  FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
  color: #000;
  font-size: 13px;
  text-decoration: none;
  font-weight: bold;
}

a.adTitleInvNy:hover {
  color: #3b425f;
  text-decoration: underline;
}

a.adTitleInv:link {
  FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
  color: #fb6100;
  font-size: 85%;
  text-decoration: none;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;/* koliko linija hoces da vidis - skracuje tackicama ... */
  -webkit-box-orient: vertical;
}

a.adTitleInv:visited {
  FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
  color: #fb6100;
  font-size: 13px;
  text-decoration: none;
  font-weight: bold;
}

a.adTitleInv:hover {
  color: #3b425f;
  text-decoration: underline;
}

/*a.topbtns:link {
  FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 13px;
  text-decoration: none;
  font-weight: normal;
  padding-top: 9px;
  padding-bottom: 12px;
  padding-right: 7px;
}

a.topbtns:hover {
  FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 13px;
  text-decoration: none;
  color: #fff;
  text-decoration: none;
  background-color: #e0540f;
  padding-top: 9px;
  padding-bottom: 12px;
  padding-right: 7px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

a.topbtns:visited {
  FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 13px;
  text-decoration: none;
  font-weight: bold;
}
*/
#siright {
  padding: 5;
  border-top: 1px #c7c7c7 solid;
  border-left: 1px #c7c7c7 solid;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -khtml-border-radius: 2px;
  box-shadow: 2px 2px 5px #364351;
  -moz-box-shadow: 2px 2px 5px #364351;
  -o-box-shadow: 2px 2px 5px #364351;
  -khtml-box-shadow: 2px 2px 5px #364351;
  -webkit-box-shadow: 2px 2px 5px #364351;
}

.vertical{
  margin: 5px;
  padding: 5px;
  margin-top: 0em;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -khtml-border-radius: 5px;
  box-shadow: 2px 2px 8px #999;
  -moz-box-shadow: 2px 2px 8px #999;
  -o-box-shadow: 2px 2px 8px #999;
  -khtml-box-shadow: 2px 2px 8px #999;
  -webkit-box-shadow: 2px 2px 8px #999;
}

.text{
  background-color: white;
  z-index: 9;
  float: left;
  display: none;
  position: relative;
  left: -315;
  top: -130;
  width: 300px;
  height: 160px;
  FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
  color: #3b425f;
  font-size: 14px;
  padding: 8;
  text-align: left;
  border: 1px #c7c7c7 solid;
  margin: 5px;
  padding: 5px;
  margin-top: 0em;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -khtml-border-radius: 5px;
  box-shadow: 2px 2px 8px #999;
  -moz-box-shadow: 2px 2px 8px #999;
  -o-box-shadow: 2px 2px 8px #999;
  -khtml-box-shadow: 2px 2px 8px #999;
  -webkit-box-shadow: 2px 2px 8px #999;
}

.topbar{
  background-color: #364351;
  background-image: -moz-linear-gradient(center top, #364351, #5E6974);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#364351), to(#5E6974));
  background-image: -webkit-linear-gradient(top, #364351, #262F39);
  background-image: -o-linear-gradient(top, #364351, #262F39);
  background-image: linear-gradient(to bottom, #364351, #262F39);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff364351', endColorstr='#ff5E6974', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  box-shadow: 2px 2px 8px #999;
  -moz-box-shadow: 2px 2px 8px #999;
  -o-box-shadow: 2px 2px 8px #999;
  -khtml-box-shadow: 2px 2px 8px #999;
  -webkit-box-shadow: 2px 2px 8px #999;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -khtml-border-radius: 5px;
}
/*Tetx line limit adovi home page*/

.txtlinelimit2{
  overflow: hidden;
  text-overflow: ellipsis;
   -o-text-overflow: ellipsis;
   -ms-text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;/* number of lines to show */
  -webkit-box-orient: vertical;
}
/*SMS Hover PopUp*/

#menu1 a .text {
  display: none;
}

#menu1 a:hover .text {
  display: block;
  position: absolute;
  height: 370px;
  top: 30px;
  left: 55%;
  color: #364351;
  font-size: 11px;
}

#slider_container_2 {
  width: 566px;
}

.SliderName_2 {
  width: 566px;
  height: 200px;
  overflow: hidden;
}

#SliderNameNavigation_2 {
  margin: 0;
  padding: 10px 0 0 0;
  height: 16px;
  text-align: center;
  overflow-y: hidden;
}

#SliderNameNavigation_2 a:link, #SliderNameNavigation_2 a:active, #SliderNameNavigation_2 a:visited, #SliderNameNavigation_2 a:hover{
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
}

#SliderNameNavigation_2 a img {
  border: none;
  width: 16px;
  height: 16px;
  background: url(../images/bullet.png) no-repeat center center;
}

#SliderNameNavigation_2 a.active img {
  background: url(../images/bullet_active.png) no-repeat center center;
}

.pozlev {
  display: inline-block;
  position: relative;
  top: -7px;
  box-shadow: 2px 2px 8px #999;
  -moz-box-shadow: 2px 2px 8px #999;
  -o-box-shadow: 2px 2px 8px #999;
  -khtml-box-shadow: 2px 2px 8px #999;
  -webkit-box-shadow: 2px 2px 8px #999;
}

li{
  list-style-type: none;
}

ul.nav{
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  width: 190px;
}

ul.nav li{
  padding: 5px 4px;
  border-top: none;
  border-bottom: 1px #dbdbdb solid;
  margin-bottom: -4px;
  position: relative;

}

ul.nav > li:hover{
  background: #f4f4f4;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

ul.nav > li:hover > span{

 /* width: 5px;
  height: 100%;
  /*background: #fff;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 15px;
  z-index: 10;     */
}

ul.nav li a{
  color: #999;     /*text ispod glavnog naslova*/
  text-decoration: none;
}
/*ul.nav li a:hover{
    color: #e47911;
    text-decoration: none;
}          */

ul.nav li a strong{
  font-size: 13px;
  color: #333;
  font-weight: 500;
  display: block;
}

ul.nav li a strong:hover{
  font-size: 13px;
  color: #e47911;
  font-weight: 500;
  text-decoration: underline;
/* display: block;*/
}
/* desno izletanje */
/*desni prozor*/

ul.nav li ul{
 /* width: 750px;
  height: 500px;
  padding-left: 6px;
  background: #fff;
  position: fixed;
  top: 133px;
  left: 198px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  box-shadow: 2px 2px 14px #999;
  -moz-box-shadow: 2px 2px 2px #999;
  z-index: 9;
  display: none;      */
}

ul.nav li:hover > ul{
  /*border-top: 1px solid #c7c7c7;
  display: block;  */
}

ul.nav li ul li{
  /*padding-left: 1px;
  display: inline-block;
  float: left;
  overflow: hidden;
/*background: url(http://www.svezakucu.rs/www/img/catarrow.png) no-repeat 185px center;*/
}

ul.nav li ul li a strong{
  /*font-weight: normal;
  color: #034995; */
}
/*FlyOut Menu CSS END - Kategorije Levo*/
/*new top menu Serach start*/

.navlist-top li {
  /*display: inline;
  list-style-type: none;
  padding-right: 3px;
  vertical-align: middle;        */
}

.blogpop{
  margin: 5px;
  padding: 5px;
  margin-top: 0em;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -khtml-border-radius: 5px;
  box-shadow: 2px 2px 8px #999;
  -moz-box-shadow: 2px 2px 8px #999;
  -o-box-shadow: 2px 2px 8px #999;
  -khtml-box-shadow: 2px 2px 8px #999;
  -webkit-box-shadow: 2px 2px 8px #999;
}


.blogpop ul {
  list-style-type: none;
  width: 300px;
  margin: 0;
  padding: 0;
}

.blogpop h3 {
  font: bold 11px/1.5 Helvetica, Verdana, sans-serif;
}

.blogpop li img {
  float: left;
  margin: 0 15px 0 0;
}

.blogpop li p {
  padding: 0;
  margin: 0;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  FONT-SIZE: 11px;
  COLOR: #3b425f;
  font-weight: normal;
  line-height: 15px;
}

.blogpop li {
  padding: 3px;
  overflow: auto;
  margin: 0;
  padding: 3;
  border-bottom: 1px solid #dbdbdb;
}

.blogpop li:hover {
  background: #eee;
  cursor: pointer;
}

/*MainAdNy - slider responsive - start*/
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

#wrapper {
  float: left;
  width: 100%;
  }


.rslides {
  margin: 0 auto;
  }

.rslides_container {
  position: relative;
  float: left;
  width: 100%;
  }

.centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.centered-btns_nav:active {
  opacity: 1.0;
  }

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

.transparent-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  left: 0;
  display: block;
  background: #fff; /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 48%;
  text-indent: -9999px;
  overflow: hidden;
  height: 91%;
  }

.transparent-btns_nav.next {
  left: auto;
  right: 0;
  }

.large-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  opacity: 0.6;
  text-indent: -9999px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000 url("themes.gif") no-repeat left 50%;
  width: 38px;
  }

.large-btns_nav:active {
  opacity: 1.0;
  }

.large-btns_nav.next {
  left: auto;
  background-position: right 50%;
  right: 0;
  }

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
  }

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  margin-top: 10px;
  text-align: center;
  }

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
  }

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #222;
  background: rgba(0,0,0, .8);
  }
/*MainAdNy - slider responsive - end*/

