
/*  top - top - navigation */
.top-menu {
	margin-top: 0;
	float: right;
}
.top-nav li:before{
	vertical-align: bottom;
}

.top-nav li {
	padding: 5px 5px 0 5px;
	display: inline-block;
}

.top-nav li:first-child{
	float:left;
	vertical-align: bottom;

}
.top-nav li a {

	font-weight: 400;
	color: #6a7180;
	font-family: Corbel, "Lucida Sans Unicode", "Lucida Grade", "Bitstream Vera Sans", "Luxi Serif", Verdana, sans-serif;
	text-decoration: underline;
	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;
	overflow: hidden;
  background-repeat: repeat-x;
  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;
  background-image: -webkit-gradient(
  linear,
  left top,
  left bottom,
  color-stop(0, #363C43),
  color-stop(1, #485059)
);
background-image: -o-linear-gradient(bottom, #363C43 0%, #485059 100%);
background-image: -moz-linear-gradient(bottom, #363C43 0%, #485059 100%);
background-image: -webkit-linear-gradient(bottom, #363C43 0%, #485059 100%);
background-image: -ms-linear-gradient(bottom, #363C43 0%, #485059 100%);
background-image: linear-gradient(to bottom, #363C43 0%, #485059 100%);
}


.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;
  position: relative;
  top: -4px;
}

.form-wrapper li a {
  display: inline-block;
  font-weight: 400;
  color: #ffffff;
  font-family: "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
  text-decoration: none;
  font-size: 10pt;
  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: 24px;
	padding: 2px 2px;
	float: left;    
	font: bold 12px Arial, Verdana, Helvetica, sans-serif;
  color: #999;
}

.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 { 
  background-image: url(../img/mglass.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-color: #485059;
  background-position: center;
  height: 32px;
  border: thin;
	float: left;
	width: 32px;
	padding: 0;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;  
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;    
}
  
.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*/


/*  top - linkovi - singleitem - catbrowser */
.top-menu-back {
  float: left;
  overflow: hidden;
  height: 34px;
  line-height: 34px;
}

.top-back ul {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #e7e7e7;
}

.top-back li {
  padding: 0 12px;
  display: inline-block;
}

.top-back li:first-child{
  float:left;
}
.top-back li a {
  color: #333;
  font-family: "arial","sans-serif";
  text-decoration: none;
  font-size: 14px;
  overflow: hidden;
}
.top-back li a:hover { 
  color:#e47911;
  text-decoration: underline;
}
/*  kraj - top - linkovi - singleitem - catbrowser */

.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: #e47911;
  FONT-STYLE: normal;
  font-family: Georgia, "Times New Roman", Times, 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%;art
display:inline-block;
padding-bottom:10px;
}

/*.articlecell {
  display: inline-block;
  width: 33%;
   float:left;
   height: 250px;
   overflow:hidden;
   min-width:520px;
   width:48%;
   width: expression( document.body.clientWidth < 1000 ? "100%" : "45%" );
   height:250px;
   margin-right:15px;
}*/

@media screen and (max-width: 1150px) {
  .articlecell {
  display: inline-block;
  width: 49%;
  float:left;
  height: 245px;
  overflow:hidden;
}
.latest {
  display: none;
}
}

@media screen and (min-width: 1150px) and (max-width: 1599px) {
 .articlecell {
  display: inline-block;
  width: 33%;
  float:left;
  height: 245px;
  overflow:hidden;
}
.latest {
  display: none;
}
}

@media screen and (min-width: 1600px) {
 .articlecell {
  display: inline-block;
  width: 24%;
  float:left;
  height: 263px;
  overflow:hidden;
}
}

.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: 10pt;
  COLOR: #465b69;
  font-family: Corbel, "Lucida Sans Unicode", "Lucida Grade", "Bitstream Vera Sans", "Luxi Serif", Verdana, sans-serif;
}

.contentnormalver8:hover {
  FONT-WEIGHT: bold;
  FONT-SIZE: 10pt;
  COLOR: #e47911;
  font-family: Corbel, "Lucida Sans Unicode", "Lucida Grade", "Bitstream Vera Sans", "Luxi Serif", Verdana, sans-serif;
}

.contentnormal {
  FONT-WEIGHT: normal;
  FONT-SIZE: 11pt;
  COLOR: #333;
  font-family: Corbel, "Lucida Sans Unicode", "Lucida Grade", "Bitstream Vera Sans", "Luxi Serif", Verdana, 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;*/
  font-family: Arial, Helvetica, Verdana, sans-serif;
  color: #ffffff;
  font-size: 8pt;
  text-decoration: none;
  font-weight: bold;
}

a.menusmall:visited {
  font-family: Arial, Helvetica, Verdana, 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: Georgia, "Times New Roman", Times, serif;
  color: #3b425f;
  font-size: 16px;
  text-decoration: underline;
  font-weight: bold;
  LETTER-SPACING: 0px;
}

a.blueboldlinkLight:visited {
  font-family: Georgia, "Times New Roman", Times, 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.homepagelinkscat:link {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  COLOR: #fb6100;
  text-decoration: none;
  font-weight: normal;
  line-height: 15px;
  text-decoration: underline;
  padding-left: 5px;
}

a.homepagelinkscat:visited {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  COLOR: #003399;
  text-decoration: none;
  font-weight: normal;
  line-height: 15px;
  text-decoration: underline;
  padding-left: 5px;
}

a.homepagelinkscat:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  COLOR: #3b425f;
  text-decoration: none;
  font-weight: normal;
  line-height: 15px;
  text-decoration: underline;
  padding-left: 5px;
}

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: bold;
  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: Corbel, "Lucida Sans Unicode", "Lucida Grade", "Bitstream Vera Sans", "Luxi Serif", Verdana, sans-serif;
  font-size: 10pt;
  COLOR: #3b425f;
  text-decoration: none;
  font-weight: normal;
  line-height: 15px;
}

.onlineSaleText {
  font-family: Corbel, "Lucida Sans Unicode", "Lucida Grade", "Bitstream Vera Sans", "Luxi Serif", Verdana, sans-serif;
  font-size: 10pt;
  color: #3b425f;
  text-decoration: none;
  font-weight: normal;
  line-height: 15px;
  padding: 3px 0 3px 0;
}

.phoneSingle {
  font-family: "Helvetica Neue", Frutiger, "Frutiger Linotype", Univers, Calibri, Tahoma, Geneva, Helvetica, Arial, sans-serif;
  font-size: 10pt;
  color: #009beb;
  text-decoration: none;
  font-weight: normal;
  line-height: 15px;
  padding-bottom:4px;
  padding-top:4px;
}

.idSingle {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 10pt;
  color: #009beb;
  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: #b90000;
}

.textAdTitlePromoNyLine {
  FONT-WEIGHT: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  FONT-SIZE: 12px;
  color: #666666;
}

.PriceLine {
  FONT-WEIGHT: bold;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  FONT-SIZE: 10pt;
  color: #3b425f;
}

.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-family: Corbel, "Lucida Sans Unicode", "Lucida Grade", "Bitstream Vera Sans", "Luxi Serif", Verdana, sans-serif;
  FONT-SIZE: 10pt;
  COLOR: #3b425f;
  font-weight: normal;
  line-height: 15px;
}

.textAdLink22 {
  FONT-WEIGHT: normal;
  FONT-SIZE: 10pt;
  COLOR: #123fab;
  FONT-STYLE: normal;
  /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
  /*font-family: Corbel, Arial, Helvetica, "Nimbus Sans L", "Liberation Sans", sans-serif;*/
  font-family: Corbel, "Lucida Sans Unicode", "Lucida Grade", "Bitstream Vera Sans", "Luxi Serif", Verdana, sans-serif;
  line-height: 150%;
}

a.textAdLink22:hover {
  FONT-WEIGHT: normal;
  FONT-SIZE: 10pt;
  COLOR: #3b425f;
  FONT-STYLE: normal;
  /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
  /*font-family: Corbel, Arial, Helvetica, "Nimbus Sans L", "Liberation Sans", sans-serif;*/
  font-family: Corbel, "Lucida Sans Unicode", "Lucida Grade", "Bitstream Vera Sans", "Luxi Serif", Verdana, sans-serif;
}

.adClassTitle {
  padding: 5px 0px 5px 0px;
  border-top: 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: underline;
  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.adTitleRi:link {
  font-family: Corbel, "Lucida Sans Unicode", "Lucida Grade", "Bitstream Vera Sans", "Luxi Serif", Verdana, sans-serif;
  color: #3b425f;
  font-size: 80%;
  text-decoration: underline;
  font-weight: normal;
  overflow: hidden;
}

a.adTitleRi:visited {
  font-family: Corbel, "Lucida Sans Unicode", "Lucida Grade", "Bitstream Vera Sans", "Luxi Serif", Verdana, sans-serif;
  color: #3b425f;
  font-size: 80%;
  text-decoration: none;
  font-weight: bold;
}

a.adTitleRi:hover {
  color: #fb6100;
  text-decoration: underline;
}

.RiPrikazano {
  font-family: Corbel, "Lucida Sans Unicode", "Lucida Grade", "Bitstream Vera Sans", "Luxi Serif", Verdana, sans-serif;
  color: #495176;
  font-size: 80%;
  font-weight: normal;
  overflow: hidden;
}

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;
}

.adNyImage {
  display: block; 
  height: auto; 
  float: left; 
  width: 100%; 
  max-width: 200px; 
  border: 1px solid #ccc;
    border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -khtml-border-radius: 5px;
}

#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-image: -webkit-gradient(
  linear,
  left top,
  right bottom,
  color-stop(0, #363C43),
  color-stop(1, #485059)
);
background-image: -o-linear-gradient(right bottom, #363C43 0%, #485059 100%);
background-image: -moz-linear-gradient(right bottom, #363C43 0%, #485059 100%);
background-image: -webkit-linear-gradient(right bottom, #363C43 0%, #485059 100%);
background-image: -ms-linear-gradient(right bottom, #363C43 0%, #485059 100%);
background-image: linear-gradient(to right bottom, #363C43 0%, #485059 100%);
  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;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius: 5px;
  -moz-border-bottom-right-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -o-border-radius: 5px;
  -o-border-bottom-right-radius: 0;
  -o-border-bottom-left-radius: 0;
  -khtml-border-radius: 5px;
  -khtml-border-bottom-right-radius: 0;
  -khtml-border-bottom-left-radius: 0;
}
/*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: -9px;
  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 Rounded MT Bold", "Helvetica Rounded", Arial, 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 a{
  color: #999;     /*text ispod glavnog naslova*/
  text-decoration: none;
}


ul.nav li a strong{
  font-size: 13px;
  color: #444;
  font-weight: 500;
  white-space: normal;
  display: block;
}

ul.nav li a strong:hover{
  font-size: 13px;
  color: #e47911;
  font-weight: 500;
  text-decoration: underline;
}

.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*/