/*
VedaEna
Style Sheet
by boomerank
*/

/* O S N O V A _________________________________________*/

body {
	margin: 0;
	padding: 0;
	background: #fff url(/pic/back.gif) repeat-x;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .625em;
	color: #000;
	text-align: center;
}

img, a img {
	border: 0;
}

/*  S T R U K T U R A ______________________________________*/

/*  glava  */
#header {
	margin: 0 auto;
	padding: 0;
	width: 956px;
	text-align: left;
}

/*  Vsebina strani  */
#main { 
	margin: 0 auto;
	padding: 0;
	width: 950px;
	text-align: left;
}

/*  levi stolpec  */
#contentLeft {
	float: left;
	display: inline;
	margin: 0 0 0 13px;
	padding: 0;
	width: 237px;
    font-size: 1.1em;
}

/*  glavna vsebina  */
#content {
	position: relative;
	float: right;
	top: -15px;
	margin: 0;
	width: 690px;
	font-size: 1.1em;
}

/*  Noga  */
#footer {
	margin: 5px auto 5px auto;
	padding: 8px 0 0 0;
	width: 950px;
	height: 25px;
	background: url(/pic/footer.gif) no-repeat top right;
	font-size: 1.1em;
	text-align: left;
}

/*  G L A V A ______________________________________*/

#header img.logo {
  float: left;
  margin-right: 7px;
}

/* slogan */
#header #slogan {
  float: left;
  padding: 40px 0 0 0;
}


/* Info ter linki */

#header #info {
  float: right;
  width: 330px;
  text-align: right;
  padding: 20px 0 0 0;
  color: #d9d9d9;
}

#header #info a {
  color: #000;
  text-decoration: none;
}

#header #info a:hover {
  text-decoration: underline;
}

#header #info p {
  margin: 25px 0 0 0;
  padding: 0;
}

/* Pozdrav ter voziček */

#header #greeting_cart {
  float: left;
  margin: 20px 0 0 0;
}

#header #greeting_cart .greeting {
  float: left;
  margin: 0;
  padding: 0 0 0 45px;
  width: 325px;
  height: 21px;
  background: url(/pic/arrow-user.gif) no-repeat left top;
  color: #bfc0ec;
  font-size: 1.1em;
  line-height: 150%;
}

#header #greeting_cart .greeting span {
  color: #fff;
}

#header #greeting_cart .greeting a {
  color: #bfc0ec;
  text-decoration: underline;
}

#header #greeting_cart .greeting span a {
  color: #fff;
  text-decoration: underline;
}

#header #greeting_cart .greeting a:hover {
  text-decoration: none;
}

/* linka za urejanje podatkov in odjavo */
#header #greeting_cart .greeting span.links {
	display: block;
	margin-top: 3px;
	font-size: 0.9em;
}
#header #greeting_cart .greeting span.links a {
	text-decoration: none;
}
#header #greeting_cart .greeting span.links a:hover {
	text-decoration: underline;
}

#header #greeting_cart .cart {
  margin: 0 0 0 377px;
  padding: 20px 0 0 61px;
  width: 240px;
  height: 35px;
  background: url(/pic/cart_back.jpg) no-repeat left top;
  color: #fff;
  font-size: 1.1em;
  white-space: nowrap;
}

#header #greeting_cart .cart img {
  margin-left: 5px;
}

/* Zgornji menu in iskanje */

#header #menu_search {
  float: left;
  margin: 30px 0 0 0;
}


/*  Z G O R N J I   M E N I ______________________________________*/

#header #menu_search .menu {
  float: left;
  margin: 0 5px 0 -5px;
  padding: 0;
  width: 375px;
  height:40px;
  list-style-type: none;
  font-weight: bold;
}

#header #menu_search .menu li {
  float: left;
}

#header #menu_search .menu li a {
  float:left;
  display: block;
  height:32px;
  margin: 0 1px;
  padding: 4px 12px;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  color: #fff;
  text-decoration: none;
}

#header #menu_search .menu li a:hover {
  color: #f7fe3d;
  background: #5557ad;
}


/*  ISKANJE ______________________________________*/

#header #menu_search .search {
  float: left;
  margin: 0 0 0 2px;
  padding: 6px 0 0 8px;
  width: 293px;
  height: 28px;
  background: url(/pic/search_back.jpg) no-repeat left top;
  white-space: nowrap;
}

#header #menu_search .search input {
	margin: 2px 0 0 0;
	padding: 2px 2px 1px 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
    width: 180px;
    color: #000;
}

#header #menu_search .search input.submit {
	width: auto;
	margin: 0;
}


/*  L E V I  M E N I ______________________________________*/

/* telo menija */
#navigation {
  padding: 10px 0;
  margin: 10px 0 0 0;
  background: url(/pic/menu-left-back.gif) no-repeat left top;
}

#navigation h1 {
  font-size: 1.1em;
  font-weight: bold;
  margin: 0 10px 0 20px;
}

#navigation h1 a {
  color: #000;
  text-decoration: none;
}

/* prvi nivo */
#navigation ul {
  list-style-type: none;
  margin: 5px 10px 8px 10px;
  padding: 0;
}

#navigation ul li {
  margin: 0;
  padding: 2px 0;
  border-bottom: 1px solid #e1e1e1;
  font-size: 1.1em;
}

/* povezave v meniju */
#navigation ul li a {
  display: block;
  margin: 0;
  padding: 3px 0 3px 10px;
  color: #3539c0;
  text-decoration: none;
}

#navigation ul li a:hover, #navigation ul li a.selected {
  padding: 2px 0 2px 10px;
  color: #fff;
  font-weight: bold;
  background: #5d5fb1 url(/pic/menu-left-hover.gif) repeat-x left top;
  border: 1px solid #5d5fb1;
}


/* drugi nivo */
#navigation ul li ul {
  list-style-type: none;
  margin: 0 0 0 10px;
  padding: 0;
}

#navigation ul li ul li {
  padding: 0;
  margin: 0;
  border: none;
  font-size: 0.9em;
}

/* povezave v meniju */
#navigation ul li ul li a {
  display: block;
  margin: 1px 0 0 0;
  padding: 3px 0 3px 10px;
  color: #3539c0;
  text-decoration: none;
}

#navigation ul li ul li a:hover, #navigation ul li ul li a.selected {
  font-weight: normal;
}


/* spodnji rob menija */
#navigationBottom {
  height: 4px;
  font-size: 4px;
  background: url(/pic/menu-left-bottom.gif) top center no-repeat;
  margin: 0 0 7px 0;
}

#contentLeft p {
  margin: 0 0 7px 0;
}


/*  V S E B I N A ______________________________________*/

#content p {
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 140%;
}

#content a {
	color: #000;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

#content a.linkReverse {
	color: #000;
	text-decoration: none;
}

#content a.linkReverse:hover {
	text-decoration: underline;
}

#content ul, #content ol {
	margin: 8px 0 10px 25px;
	padding: 0;
}

#content ul li {
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 140%;
}

#content ol li {
	margin: 0 0 5px 0;
	padding: 0;
}

/* pot */
#path {
	color: #3539c0;
	width: 550px;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 150%;
}

#path a {
	color: #3539c0;
	text-decoration: underline;
}

#path a:hover {
	text-decoration: none;
}

#print {
	float: right;
    margin: 0;
	display: none;
}


/*  NASLOVI  */

#content h1 {
  margin: 10px 0 0 0;
  padding: 0;
  color: #000;
  font-size: 1.6em;
  font-weight: bold;
}

#content h2 {
	margin: 15px 0 5px 0;
	padding: 0;
	color: #59358f;
	font-size: 1.4em;
	font-weight: bold;
}

#content h2 a {
	color: #59358f;
	text-decoration: none;
}

#content h3 {
	margin: 15px 0 5px 0;
	padding: 0;
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
}

/* priporočamo, sorodni izdelki ... */
#content h4 {
	margin: 20px 0 8px 0;
	padding: 0 0 0 35px;
	color: #000;
	font-size: 1.4em;
	font-weight: bold;
	background: url(/pic/arrow.gif) no-repeat left center;
}

/* podatki o naročilu */
#content h5 {
	margin: 20px 0 5px 0;
	padding: 0 0 2px 0;
	color: #59358f;
	font-size: 1.3em;
	font-weight: bold;
	border-bottom: 1px solid #8385bf;
}

#content .priporocamo {
	margin: 10px 0 5px 0;
	padding: 2px 10px 0 50px;
	height: 21px;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	background: url(/pic/priporocamo-back.gif) no-repeat left top;
}
 
 
/*  SEZNAM PODROČIJ  */

/* Rumena fleha na raznih straneh */
#content .notice {
  padding: 10px;
  background: url(/pic/notice-back.gif) no-repeat left top;
}

/* dobaviteljeva koda pod naslovom */
#content .notice .supplier {
	margin: -2px 0 -5px 0;
	color:#666;
}

#content .subAreaItem {
	float: left;
	display: inline;
	margin: 10px;
	padding: 0 0 5px 0;
	width: 210px;
	text-align: center;
	background: #f2f2f2;
}

#content .subAreaItem h1 {
	margin: 8px 5px 0 5px;
	padding: 0 0 0 35px;
	height: 30px;
	font-size: 1.1em;
	background: url(/pic/arrow.gif) no-repeat left top;
	color: #3539c0;
	text-align: left;
}

#content .subAreaItem h1 a {
	color: #3539c0;
	text-decoration: none;
}

#content .subAreaItem h1 a:hover {
	text-decoration: underline;
}


/*  SEZNAM IZDELKOV  */

.row {
	margin: 15px 0 10px 0;
}

#content .product {
	float: left;
	width: 345px;
}

/* slikca */
#content .product .thumb {
	float: left;
	padding: 0 0 0 5px;
	text-align: right;
}

#content .product .thumb .logo {
	padding: 2px 2px 0 0;
}


/* tekst */
#content .product .text {
	margin: 0 5px 0 125px;
	padding: 5px;
	background: #f2f2f2;
}

#content .product .text h1 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 1.1em;
	color: 3539c0;
	font-weight: bold;
}

#content .product .text h1 a {
	color: #3539c0;
	text-decoration: none;
}

#content .product .text h1 a:hover {
	text-decoration: underline;
}

#content .product .text p {
	margin: 0 0 3px 0;
	padding: 0;
	line-height: 120%;
}

/* dobaviteljeva koda pod naslovom */
#content .product .text p.supplier {
	margin: -5px 0 0 0;
	color:#666;
	font-size: 0.9em;
}

/* cena */
#content .product .text .price, #content .product .text .priceOld {
	margin: 5px 0;
	font-weight: bold;
}

#content .product .text .price span, #content .product .text .priceOld span {
	white-space: nowrap;
}

#content .product .text .priceOld span {
	text-decoration: line-through;
}

/* spletna cena */
#content .product .text .priceWeb {
	margin: 5px 0;
	padding: 0 0 0 26px;
	color: #3ccc15;
	font-weight: bold;
	background: url(/pic/bullet-web.gif) no-repeat left center;
}

/* akcijska cena */
#content .product .text .priceAction {
	margin: 5px 0;
	padding: 0 0 0 26px;
	color: #ee0a0a;
	font-weight: bold;
	background: url(/pic/bullet-action.gif) no-repeat left center;
}

#content .product .text .priceWeb span, #content .product .text .priceAction span {
	font-size: 1.1em;
	white-space: nowrap;
}

#content .product .text .delivery {
  margin: 5px 0 8px 0;
  color: #7c7c7c;
}


/*  P O L I C A  */

/* filter po znamkah */
#content .filter p {
	margin: 0 0 5px 0;
	padding: 0;
	color: #9f966d;
	line-height: 100%;
}

#content .filter p.brands {
	margin: 0;
	padding: 0;
	color: #3539c0;
	line-height: 150%;
}

#content .filter a {
	color: #3539c0;
	text-decoration: none;
	white-space: nowrap;
}

#content .filter a:hover {
	text-decoration: underline;
}

/* izbran */
#content .filter span {
	font-weight: bold;
}

/* sortiranje */
#content .strip {
	margin: 10px 0;
	padding: 8px 10px 0 10px;
	height: 26px;
	background: url(/pic/strip.gif) no-repeat left top;
}

#content .strip .sort {
	float: right;
}

#content .strip select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 150px;
}

/* pager */
#content .pager {
	text-align: center;
	font-size: 1.1em;
}

#content .pager a {
	margin: 0;
	padding: 0;
	color: #3539c0;
	text-decoration: none;
}

#content .pager a:hover {
	color: #000;
}

#content .pager span {
	font-weight: bold;
	color: #000;
}


/*  I Z D E L E K  */

/* slika */
#content .productItem .image {
	float: left;
	text-align: center;
}

#content .productItem .image a {
	font-size: 0.9em;
	color: #3539c0;
	text-decoration: none;
}

#content .productItem .image a:hover {
	text-decoration: underline;
}

/* tekst */
#content .productItem .text {
	margin: 0 0 0 220px;
	padding: 0;
}

#content .productItem .text p {
	margin: 0 0 5px 0;
	padding: 0;
}

/* cena */
#content .productItem .text .price, #content .productItem .text .priceOld {
	font-size: 1.1em;
	margin: 10px 0 0 0;
	font-weight: bold;
}

#content .productItem .text .price span, #content .productItem .text .priceOld span {
	font-size: 1.1em;
	white-space: nowrap;
}

#content .productItem .text .priceOld span {
	text-decoration: line-through;
}

/* spletna cena */
#content .productItem .text .priceWeb {
	padding: 0 0 0 26px;
	color: #3ccc15;
	font-size: 1.2em;
	font-weight: bold;
	background: url(/pic/bullet-web.gif) no-repeat left center;
}

/* akcijska cena */
#content .productItem .text .priceAction {
	padding: 0 0 0 26px;
	color: #ee0a0a;
	font-size: 1.2em;
	font-weight: bold;
	background: url(/pic/bullet-action.gif) no-repeat left center;
}

#content .productItem .text .priceWeb span, #content .productItem .text .priceAction span {
	font-size: 1.3em;
	white-space: nowrap;
}

/* dobava */
#content .productItem .text .delivery {
  margin: 5px 0 8px 0;
  color: #7c7c7c;
}

/* spletna stran */
#content .www {
	margin: 10px 0 10px 0;
	color: #3539c0;
}

#content .www a {
	color: #3539c0;
	text-decoration: none;
}

#content .www a:hover {
	text-decoration: underline;
}


/*  V O Z I Č E K  */

/* koraki na vrhu */
#content .checkout {
	padding: 20px 10px 15px 10px;
}

/* opozorilna fleha */
#content .info {
	margin: 15px 0 10px 0;
	padding: 0 10px 6px 45px;
	background: url(/pic/icon-info.gif) no-repeat left top;
}

#content .info p {
	margin: 0 0 4px 0;
}

/* tabela */
#content table.cart {
	margin: 0 0 10px 0;
}

#content table.cart td {
	padding: 5px 4px;
	vertical-align: top;
	color: #000;
	background: #f2f2f2;
}

#content table.cart td a {
	color: #3539c0;
}

/* glava tabele */
#content tr.cartHeader td {
	background: #e4e4f2;
	color: #000;
	font-weight: bold;
	font-size: 1.1em;
	border: 0;
}

/* izdelki */
#content table.cart tr.cartItem td {
	border-bottom: 1px dotted #b2b2b2;
	vertical-align: top;
	background: none;
}

/* gumb za osvežitev količin */
#content table.cart input.cartButton {
	margin: 0;
	padding: 0;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3539c0;
	background: none;
	border: none;
	border-bottom: 1px solid #3539c0;
}

/* opozorilo za zalogo */
#content table.cart p.cartInfo {
	margin: 1px 0 0 0;
	padding: 1px;
	background: #f2f2f2;
	font-size: 0.9em;
	white-space: nowrap;
	color: #59358f;
}

/* skupaj */
#content table.cart tr.cartSum td {
	vertical-align: middle;
	font-size: 1.1em;
}

/* total cena */
#content tr.cartTotal td {
	border-top: 3px solid #fff;
	font-size: 1.4em;
	padding: 8px 4px;
}

/* gumbi */
#content a.button {	
	margin: 5px 0 0 0;
	padding: 0.7em;
	color: #000;
	font-weight: bold;
	background: #ffd400 url(/pic/button.gif) repeat-x left top;
	border: 1px solid #ffd400;
	text-decoration: none;
}

#content a.big {	
	font-size: 1.2em;
}

#content a.small, #content tr.cartItem td a.small {
	 font-size: 0.9em;
	 padding: 2px 3px;
	 font-weight: normal;
	 color: #000;
}



/*  F O R M S _____________________________________________ */

#content form {
	margin: 0;
	padding: 0;
}

#content input, #content textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	font-size: 1em;
	border: 1px solid #c5c5c5;
}

#content input.error, #content textarea.error {
	border: 1px solid #f00;
	padding: 3px;
	color: #000;
}

/* skrijemo kontrolno polje za spam */
#content input.field {
	display: none;
}

#content form p {
	clear: both;
}

/* fieldset */
#content fieldset {
	margin: 0 0 10px 0;
	padding: 20px 30px 15px 30px;
	display: inline;
	border: none;
	background: #f2f2f2;
}

/* fieldset pri vnosu podatkov */
#content fieldset.fieldset {
	display: block;
	padding: 20px 15px 15px 15px;
}

/* legend */
#content legend {
	border: 0;
	margin: 0;
	padding: 3px 8px;
	background: #fff;
	font-size: 1em;
	color: #999;
}

#content legend.legendBig {
	font-size: 1.2em;
	font-weight: bold;
}

/* label */
#content label {
	display: block;
	float: left;  
	margin: 0;
	padding: 3px 5px 0 0; 
	text-align: right;
}

#content label.label2 {
	display: inline;
	float: none;
	margin: 0;
	padding: 0;
}

/* error message */
#content .errorMsg {
	color: #f00;
	display: block;
}

#content input.button {	
	margin: 5px 0 0 0;
	padding: 0.5em;
	color: #000;
	font-weight: bold;
	border: 1px solid #ffd400;
	background: #ffd400 url(/pic/button.gif) repeat-x left top;
	cursor: pointer;
}

/* ŠIRINE LEVIH POLJ */

/* kontakt */
#content #formContact label {
	width: 5.5em;
}
#content #formContact .errorMsg {
	margin-left: 6em;
}

/* prijava */
#content #formLogin p {
	margin: 0 0 8px 0;
}
#content #formLogin label {
	width: 3.5em;
}
#content #formLogin .errorMsg {
	margin-left: 4em;
}

/* registracija */
#content #formRegister label {
	width: 8em;
}
#content #formRegister .errorMsg {
	margin-left: 8.5em;
}

/* pozabljeno geslo */
#content #formSendpass label {
	width: 3.5em;
}
#content #formSendpass .errorMsg {
	margin-left: 4em;
}

/* vnos podatkov: kupec */
#content #formCustomer label {
	width: 7em;
}
#content #formCustomer .errorMsg {
	margin-left: 7.5em;
}

/* vnos podatkov: dostava */
#content #formDelivery label {
	width: 6.5em;
}
#content #formDelivery .errorMsg {
	margin-left: 7em;
}

/* urejanje osebnih podatkov */
#content #formChangeData label {
	width: 8em;
}
#content #formChangeData .errorMsg {
	margin-left: 8.5em;
}

/* sprememba gesla */
#content #formChangePass label {
	width: 12em;
}
#content #formChangePass .errorMsg {
	margin-left: 12.5em;
}

/* urejanje podatkov za dostavo */
#content #formChangeDelivery label {
	width: 6em;
}
#content #formChangeDelivery .errorMsg {
	margin-left: 6.5em;
}


/*  D R U G O _____________________________________________ */

/* bannerji na naslovnici */
#content .hbPager {
	margin:1px 0 10px 0;
	padding:12px 10px;
	background:#fdf4c9;
}

#content .hbPager a.hbButton {
	padding:5px 8px;
	color: #333;
	font-weight: bold;
	background: #ffd400 url(/pic/button.gif) repeat-x left top;
	border: 1px solid #ffd400;
	text-decoration: none;
}

#content .hbPager a.hbButtonOn {
	padding:5px 8px;
	color: #333;
	font-weight: bold;
	background: #ffd400 url(/pic/button.gif) repeat-x left top;
	border: 2px solid #f2bd1a;
	text-decoration: none;
	cursor:default;
}

#content .hbPager #hbTitle {
	font-weight:bold;
}


/* nagovor na naslovnici */
#content .notice img.nagovor {
  float: left;
  margin: 0 10px 0 0;
  border: 5px solid #f3e9ac;
}

#content .notice.nagovor p {
  margin: 0;
  padding: 0 0 10px 0;
  line-height: 150%;
  font-size: 1.1em;
}

#content .noticeBottom {
  height: 4px;
  font-size: 1px;
  background: url(/pic/notice-bottom.gif) no-repeat left top;
}

.priporocamo {
  margin: 20px 0;
}

.textSmall {
	font-size: 0.9em;
}

.textLarge {
	font-size: 1.1em;
}

.textBlue {
	color: #3539c0;
}

/* napaka */
#content .error, #content .error a {
	color: #f40000;
}

/* podatkovna tabela */
#content .tableData td {
	padding: 4px;
	border-bottom: 1px solid #bfc0ec;
}

/* iskalnik */
#searchTop {
	border-bottom: 1px solid #e1e1e1;
	font-size: 5px;
	margin-bottom: 10px;
	width: 100%;
}

#searchBottom {
	border-bottom: 1px solid #e1e1e1;
	font-size: 5px;
	margin-bottom: 10px;
	width: 100%;
}


/*  P R I J A V A  */

#content td.box {
	padding: 0;
	width: 300px;
	text-align: left;
}

#content td.boxMargin {
	width: 30px;
}

#content td.box h4 {
	margin: 0 0 5px 0;
}

#content div.box {
	background: #f2f2f2;
	padding: 6px 10px 10px 10px;
}

#content div.box p {
	margin: 0 0 6px 0;
}



/*  F O O T E R _____________________________________________ */

#footer a {
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#footer .copy {
  margin: 0;
  padding: 0 0 0 23px;
}

#footer .copy a {
  color: #000;
}

#footer .produkcija {
  float: right;
  margin: 0 10px 0 0;
  padding: 0;
}

#footer .produkcija a {
  color: #3539c0;
}


/*  T H U M B  V I E W E R _____________________________________________ */

/* okvir */
#thumbBox{
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 1px 1px 0 1px;
	background: #313394;
	visibility: hidden;
	z-index: 10;
	cursor: pointer;
}

/* footer */
#thumbBox .footerbar {
	letter-spacing: 1px;
	color: #fff;
	padding: 5px 3px;
	text-align: center;
}

/* notranji div s sliko*/
#thumbBox #thumbImage{
	background-color: #fff;
	padding: 5px;
}

/* loading div */
#thumbLoading{
	position: absolute;
	visibility: hidden;
	border: 1px solid #313394;
	background-color: #fff;
	padding: 10px;
	z-index: 5;
}


/*  P L A C I L N I   N A L O G   B N 0 2 _____________________________________________ */

/* št. računa in sklic */
.bn-data {
	float:left;
	background-color: #f7f7f7;
	padding: 10px 10px 0 6px;
	margin-bottom: 10px;
	border: 1px solid #999;
}

/* okvir */
.bn-okvir {
	border: 1px solid #dcdcdc;
	float: left;
	width: 500px;
	margin-bottom: 10px;
}

/* zgornji del */
.bn-top {
	background-color: #fbc2d2;
	padding: 5px 5px 8px 5px;
}

/* spodnji del */
.bn-bottom {
	background-color: #ffe3a2;
	padding: 5px 5px 8px 5px;
}

/* rdeci tekst */
.bn-red {
	float: left;
	color: #f00;
	font-size: 10px;
	margin: 8px 10px 2px 0;
	width: 170px;
}

/* belo polje */
.bn-field {
	float: left;
	background-color: #fff;
	color: #000;
	padding: 2px;
	border: 1px solid #dcdcdc;
	margin: 0 10px 0 0;
	width: 164px;
}

/* neaktivno polje */
.bn-field_inactive {
	float: left;
	background-color: #f99;
	padding: 3px;
	margin: 0 10px 0 0;
	width: 164px;
}

/* easy clearing */
.bn-okvir:after, .bn-top:after, .bn-bottom:after {
	content: ".";
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* homebanners */
#content .homebanner {
	
}

#content .off {
	display:none;
}

/*  E A S Y  C L E A R I N G _____________________________________________ */

/* easy clearing */
#main:after,
#content .row:after,
#content .notice:after, 
#content .productItem:after {
	content: ".";
	display: block; 
	height: 0; 
	clear: both;
	visibility: hidden;
}