/*
nVISION
Style Sheet
by boomerank
*/


/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								BASICS
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .625em;
	color: #4d4d4d;
	text-align: center;
	background: url(/pic/back.png) no-repeat center top;
}

a:active, a:focus {
	outline: none;
	-moz-outline-style: none;
}

img, a img {
	border: 0;
}

td {
	vertical-align: top;
}

hr {
	margin:0 0 5px 0;
	color:#999;
	background-color:#999;
	height:1px;
	border:none;
}

/* skip links */
#skipLinks {
	position: absolute;
	top: -500px;
}


/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								HEADER
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/

/*  glava  */
#header {
	margin: 0 auto 0 auto;
	padding: 0;
	background: #fff;
	border-bottom: 1px solid #ccc;
}

/*  zgornji pomožni meni  */
#headerTop {
	margin: 0 auto;
	background-color: #555;
}

#headerTop p {
	color: #fff;
	font-size: 1.1em;
	margin: 0 auto;
	padding: 7px 0;
	width: 970px;
	text-align: right;
}

#headerTop a {
	color: #fff;
	text-decoration: none;
}

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

#headerInner {
	margin: 0 auto;
	width: 970px;
	text-align: left;
}

#headerInner p {
	float: left;
	margin-top: 20px;
	font-size: 2em;
	color: #999;
}

/* logotip */
#header img {
  float: left;
  margin: 0 20px 0 0;
}

/* iskanje */
#headerSearch {
	float: right;
	width: 280px;
	margin: 5px 0 0 0;
	color: #fff;
	font-size: 1.1em;
	text-align: right;
}

/* iskalna forma */
#headerSearch form {
	margin: 15px 0 0 0;
}

#headerSearch form input {
	width: 140px;
	padding: 3px;
	border: 1px solid #ccc;
	color: #000;
	font-size: 1em;
}

#headerSearch form input.button {
	width: 18px;
    height: 18px;
	margin: 1px 0 0 5px;
	padding: 0;
	border: 0;
}


/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								MAIN CONTENT
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/

/*  glavni del strani  */
#main {
	width: 970px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

/* glavna vsebina */
#content {
	display: inline;
	float: left;
	margin: 10px 0 0 0;
	width: 590px;
	font-size: 1.2em;
}

/* home */
.home #content {
	width:auto;
	margin:0;
}


/*=====================================================================
									COMMON
  =====================================================================*/
/* odstavek */
#content p {
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 140%;
}

/* links */
#content a {
	color: #d71920;
	text-decoration: underline;
}

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

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

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


/* bullets & numbering */
#content ul {
	margin: 0 0 10px 10px;
	padding: 0;
	list-style:none;
}

#content ul li {
	margin: 3px 0;
	padding:0 0 0 13px;
	list-style:none;
	background:url(/pic/bullet.gif) no-repeat left 4px;
	line-height: 130%;
}

#content ol {
	margin: 8px 0 10px 30px;
	padding: 0;
}

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


/* pot */
#content #path {
	width: 370px;
    padding: 0 0 10px 0;
	color: #555;
	font-size: 0.9em;
	line-height: 130%;
}

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

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

/* +, -, print ikonce */
#content #print {
	float: right;
	font-size: 0.9em;
	display: none;
}

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

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


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

#content h2 {
	margin: 15px 0 8px 0;
	padding: 0;
	font-size: 1.3em;
	font-weight: bold;
	color: #d71920;
}
#content h2 a {
	color: #d71920;
	text-decoration: none;
}

#content h3 {
	margin: 15px 0 5px 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #d71920;
}
#content h3 a {
	color: #d71920;
	text-decoration: none;
}

/* similar products ... */
#content h4 {
	margin: 15px 0 5px 0;
	padding: 0;
	font-size: 1.2em;
	font-weight: bold;
}

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

/*----------------------------------------------------------------------
							CMS - SPECIAL
  ---------------------------------------------------------------------*/

/* uvodni text */
#content p.pIntro {
	font-size: 1.1em;
	line-height: 150%;
}

/* manjši tekst */
#content .pTextSmall {
	font-size: 0.9em;
}

/* črn text */
#content .pTextBlack {
	color:#000;
}

/* link back */
#content a.aLinkBack  {
	font-size: 0.9em;
	color: #d71920;
	text-decoration: none;
}
#content a.aLinkBack:hover  {
	text-decoration: underline;
}

/* vrstica, ki se ne prelomi (če ima notri floatane DIVe) */
#content div.divLine {
	clear: both;
}


/*----------------------------------------------------------------------
							TABLE DATA
  ---------------------------------------------------------------------*/
#content table.tableDefault {
	margin:0 0 10px 0;
}

#content table.tableDefault tr td {
	padding:4px 5px;
	font-size:1em;
	background:#fff5d9;
}

#content table.tableDefault thead td {
	font-weight:bold;
	background:#ffc423;
}

#content table.tableDefault tr.trRow2 td {
	background:#fff;
}


/*=====================================================================
									HOME
  =====================================================================*/

/*----------------------------------------------------------------------
							NAVIGATION
  ---------------------------------------------------------------------*/
.home #content ul {
	margin-top:10px;
}

.home #content ul li {
	padding-left:0;
}

/*----------------------------------------------------------------------
							BOTTOM BANNER
  ---------------------------------------------------------------------*/
#content table.tableHomeBanner {
	margin-top:10px;
}

#content table.tableHomeBanner td img {
	padding-right:10px;
}

#content table.tableHomeBanner td h3 {
	margin-top:0;
}

#content table.tableHomeBanner td h3 a {
	color:#d71920;
}

#content table.tableHomeBanner td p {
	margin-bottom:5px;
}

/*----------------------------------------------------------------------
							RIGHT BANNER
  ---------------------------------------------------------------------*/
#content .tableHomeBannerRight {
	border-top: 1px solid #ccc;
}

#content .tableHomeBannerRight td {
	padding: 10px;
	font-size:0.9em;
	color:#000;
}

#content .tableHomeBannerRight h2 {
	margin:0;
	padding:0;
	color: #d71920;
    font-size: 1.3em;
	font-weight: normal;
}

#content .tableHomeBannerRight h2 a {
	color: #d71920;
    text-decoration: underline;
}
#content .tableHomeBannerRight h2 a:hover {
	text-decoration: none;
}

#content .tableHomeBannerRight h3 {
	margin:0;
	padding:0;
	color: #000;
    font-size: 1.3em;
	font-weight: bold;
}

#content .tableHomeBannerRight p {
	margin-bottom:2px;
}

#content .tableHomeBannerRight img {
	float: right;
	margin:10px 0 0 10px;
}


/*=====================================================================
								PRODUCT LIST
  =====================================================================*/
/* tabela s produkti */
#content table.listProduct {
	width: 100%;
	margin: 0 0 5px 0;
}

#content table.listProduct td {
	padding: 6px 5px;
	border-bottom: 1px solid #ccc;
}

/* naslovna vrstica*/
#content table.listProduct th {
	padding: 5px;
	background:#ffc423;
	font-size: 1.1em;
}

/* širine stolpcev */
#content table.listProduct th.image {
	width: 40px;
}

#content table.listProduct th.part {
	width: 40px;
}

#content table.listProduct th.cat {
	width: 120px;
}

#content table.listProduct td a {
	color: #4d4d4d;
	text-decoration: none;
}

#content table.listProduct td a:hover {
	text-decoration: underline;
}

#content table.listProduct td span {
	display: block;
	margin-top: 5px;
}

#content table.listProduct td span a {
	color: #0d3692;
	text-decoration: none;
}


/*=====================================================================
								PRODUCT
  =====================================================================*/
#content .product {
	margin: 0;
	padding: 0;
}

/*div s slikami */
#content .product .image {
	float: left;
	width: 210px;
	margin: 0;
	padding: 10px 0;
	font-size: 0.9em;
}

#content .product .image img.border {
	padding: 2px;
	border: 1px solid #ccc;
}

/*div z opisom */
#content .product .text {
	margin: 0 0 0 210px;
	padding: 0;
}

#content .product .text h1 {
	margin: 0;
	padding: 0;
	font-size: 1.4em;
	color: #000;
	font-weight: bold;
}

#content .product .text p.price {
	margin:0;
	font-size:1.1em;
	color:#d71920;
}

#content .product .text p.includes {
	font-size:0.9em;
	color:#aaaaaa;
}

#content .product .color {
	margin-right: 5px;
	border: 1px solid #000;
}

#content .product form input {
	border: 1px solid #ccc;
	color: #000;
	font-size: 1em;
}

#content .product form input.inputImage {
	border: 0;
}


/*----------------------------------------------------------------------
								TABS
  ---------------------------------------------------------------------*/
#content #tabs  {
	margin: 20px 0 0 0;
	height:26px;
}

#content #tabs li {
	float: left;
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0 5px 0 5px;
	font-weight: bold;
	border: 1px solid #808080;
	border-bottom: 0;
	background:none;
}

#content #tabs li a {
	display: block;
	float:left;
	height:20px;
	padding: 4px 2px 0 2px;
	color: #000;
	text-decoration: none;
}

#content #tabs li:hover, #content #tabs li.on {
	background: #ffc423;
}

#content #tabs li:hover a, #content #tabs li a:hover, #content #tabs li.on a {
	background: #ffc423;
	color: #000;
}

#content #tabs li.on a {
	cursor: default;
}

/* vsebina zavihkov */
#content div.tabsContent {
	margin-top:-1px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #808080;
}

#content div.tabsContent p {}

#content div.off {
	display: none;
}


/*=====================================================================
								SITEMAP
  =====================================================================*/
#sitemapArea {
	float: left;
	width: 240px;
}

#sitemapArea ul {
	margin: 0;
	padding: 0;
}

/* default za strani */
#sitemapArea ul li {
	margin: 0;
	padding: 0 0 0 12px;
	list-style: none;
	color: #4d4d4d;
}

#sitemapArea li a {
	color: #000;
	text-decoration: none;
}

#sitemapArea li a:hover {
	text-decoration: underline;
}

/* I. nivo */
#sitemapArea li.area_1 {
	margin: 0;
	padding: 7px 0 0 10px;
	list-style: none;
	font-size: 1.2em;
	background: url(/pic/btn-menu.gif) no-repeat left top;
	color: #000;
	height: 28px;
}

#sitemapArea li.area_1 a {
	color: #d71920;
	text-decoration: none;
}

#sitemapArea li.page_1 {
	margin: 0 0 5px 20px;
}

/* II. nivo */
#sitemapArea li.area_2 {
	margin: 6px 0 0 15px;
	list-style: disc;
	font-weight: bold;
	font-size: 1.3em;
	color: #0d3692;
}

#sitemapArea li.area_2 a {
	color: #0d3692;	
	text-decoration: none;
}

#sitemapArea li.page_2 {
	margin: 2px 0 4px 30px;
}


/* splošne strani */
#sitemapPage {
	float: left;
}

/* default za strani */
#sitemapPage ul li {
	margin: 0 0 4px 0;
	padding: 0 0 0 12px;
	color: #4d4d4d;
}

#sitemapPage ul li a {
	color: #4d4d4d;
	text-decoration: none;
}

#sitemapPage ul li a:hover {
	text-decoration: underline;
}


/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								LEFT COLUMN
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/

/*  levi stolpec  */
#contentLeft {
	display:inline;
	float: left;
	margin: 10px 15px 0 10px;
	width: 160px;
    font-size: 1.1em;
}


/*=====================================================================
								NAVIGATION
  =====================================================================*/
#navigation {}

/* 1. nivo */
#navigation ul {
	list-style: none;
}

#navigation ul li {
	background:none;
}

#navigation ul li a {
	display: block;
	width: 150px;
	height: 15px;
	padding: 6px 0 15px 5px;
	color: #000;
	text-decoration: none;
    line-height: 130%;
    font-size: 1.2em;
	background: url(/pic/menu-back.gif) no-repeat left top;
}

#navigation ul li a:hover, #navigation ul li a.selected {
	color: #000;
	background: url(/pic/menu-back-on.gif) no-repeat left top;
}

/* 2. nivo */
#navigation ul li ul {
	border: none;
}

#navigation ul li ul li a {
	width:auto;
	height:auto;
	padding: 0 10px 10px 10px;
    font-size: 1.1em;
	background: none;
}

#navigation ul li ul li a:hover, #navigation ul li ul li a.selected {
	background: none;
	color: #d71920;
}


/* linki pod levim menijem */
#contentLeft p {
	margin: 0 0 5px 0;
}

#contentLeft p a {
	color: #d71920;
	text-decoration: underline;
}


/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								RIGHT COLUMN
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/

/*  desni stolpec  */
#contentRight {
	display:inline;
	float: right;
	width: 170px;
	margin-right:5px;
    font-size: 1.1em;
}


/*=====================================================================
								BANNER
  =====================================================================*/
#contentRight .divRightBox {
	margin:10px 0 20px 0;
}

#contentRight .divRightBox h2 {
	margin:0 0 7px 0;
	padding: 0 0 3px 0;
	color: #000;
    font-size: 1.3em;
	font-weight: bold;
	text-align:center;
	background: url(/pic/right-line.gif) no-repeat center bottom;
}

#contentRight .divRightBox h2 a {
	color: #000;
	text-decoration:none;
}
#contentRight .divRightBox h2 a:hover {
    text-decoration:underline;
}

#contentRight .divRightBox h3 {
	margin:0;
	padding:0;
	color: #d71920;
    font-size: 1.2em;
	font-weight: normal;
}

#contentRight .divRightBox h3 a {
	color: #d71920;
    text-decoration:none;
}
#contentRight .divRightBox h3 a:hover {
    text-decoration:underline;
}

#contentRight .divRightBox p {
	margin:0 0 5px 0;
    padding:0;
}

#contentRight .divRightBox ul {
	margin:0 0 5px 5px;
    padding:0;
	list-style:none;
}

#contentRight .divRightBox ul li {
	margin:0 0 7px 0;
    padding:0 0 0 13px;
	list-style:none;
	background:url(/pic/bullet.gif) no-repeat left 4px;
}

#contentRight .divRightBox a {
	color: #000;
    text-decoration: underline;
}
#contentRight .divRightBox a:hover {
	text-decoration: none;
}


/*=====================================================================
								SEARCH
  =====================================================================*/
#searchTop {
	border-bottom: 1px solid #ccc;
	font-size: 1px;
	margin-bottom: 10px;
	width: 100%;
}

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

/* zadetki */
#content ol.searchResults {
	margin-left:25px;
}

#content ol.searchResults li {
	margin:0 0 10px 0;
}

#content ol.searchResults a {
	color:#4d4d4d;
}

#content ol.searchResults span {
	font-size:0.9em;
}
#content ol.searchResults span a {
	text-decoration:none;
}

/* pager */
#content .pager {
	margin: 10px 0 5px 0;
	padding: 0;
	text-align: center;
}

#content .pager a {
	margin: 0 3px;
	padding: 0.2em 0.5em;
	text-decoration: none;
	border: 1px solid #ccc;
	color: #4d4d4d;
}

#content .pager a:hover {
	background: #f1f2f2;
	border: 1px solid #ccc;
	text-decoration: none;
}

#content .pager span {
	margin: 0 3px;
	padding: 0.2em 0.5em;
	background: #f1f2f2;
	border: 1px solid #ccc;
	font-weight: bold;
}

/* prejsnja & naslednja */
#content .pager a.side {
	margin: 0 3px;
	padding: 0;
	text-decoration: none;
	border: 0;
}

#content .pager a.side:hover {
	background: none;
	border: 0;
	text-decoration: underline;
}

/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								FORMS
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/

#content form {}

#content input, #content textarea, #content select {
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	font-size: 1em;
}

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

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

#content form p {
	clear: both;
}

/* fieldset */
#content fieldset {
	margin: 0;
	padding: 10px;
	background-color: #fff5d9;
	border: 1px solid #ccc;
}

#content fieldset p {
	margin-bottom: 10px;
}

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

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

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

/* običajni in veliki gumb */
#content input.button {	
	padding: 5px 7px;
	background: #f2f2f2;
	border: 1px solid #ccc;
	color: #000;
	font-weight: bold;
	cursor: pointer;
}


/*=====================================================================
								CONTACT
  =====================================================================*/

#content #formContact label {
	width: 8em;
}
#content #formContact .errorMsg {
	margin-left: 8.5em;
}


/*=====================================================================
							PRODUCT REGISTRATION
  =====================================================================*/
#content #formRegister label {
	width: 11em;
}
#content #formRegister .errorMsg {
	margin-left: 11.5em;
}


/*=====================================================================
								SURVEY
  =====================================================================*/
#content #formSurvey p {
	margin-bottom:15px;
}

#content #formSurvey table {
	margin-bottom: 15px;
}

#content #formSurvey table td {
	padding:3px 6px;
}

#content #formSurvey table th {
	padding:3px 6px;
	font-weight:bold;
	background:#ffc423;
	white-space:nowrap;
}

#content #formSurvey table tr.row2 td {
	background:#fff;
}

#content #formSurvey input {
	padding:1px;
}

#content #formSurvey .errorMsg {
	margin-left:0;
}


/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								FOOTER
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/

#footer {
	margin: 5px auto;
	padding: 5px 0;
    color: #999;
	font-size: 1.1em;
	line-height: 170%;
	border-top: 1px solid #c1c1c1;
}

#footer a {
  text-decoration: none;
  color: #999;
}

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

#footer .iso {
	float: left;
}


/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								NOTE
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/
/* popup layer za obvestila */
.note {
	display:none;
	position: absolute;
	top: auto;
	left: 50%;
	width: 580px;
	margin-left: -250px;
	padding: 7px 10px;
	border: 2px solid #555;
	border-top: 15px solid #555;
	background: #fff;
	color: #4d4d4d;
	visibility: hidden;
	font-size: 1.1em;
	text-align: left;
}

.note h2 {
	margin: 5px 0 10px 0;
	padding: 0;
	font-size: 1.6em;
	font-weight: normal;
	color: #d71920;
}

.note h3 {
	margin: 12px 0 3px 0;
	padding: 0;
	font-size: 1.4em;
	font-weight: bold;
	color: #d71920;
}

.note p {
	margin: 0 0 8px 0;
	padding: 0;
	line-height: 140%;
}
.note a {
	color: #4d4d4d;
}

.note form {
	margin: 0;
	padding: 0;
}

/* label */
.note label {
	margin: 0;
	padding: 0 0 0 4px; 
	font-weight: normal;
}

.note input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	font-size: 1em;
	border: 1px solid #c3c3c3;
}

/* običajni gumb */
.note input.button {
	padding: 5px;
	border: auto;
	font-weight: bold;
	cursor: pointer;
}

/* loading */
#response.loading {
	background: url(/pic/icon-loading.gif) no-repeat center bottom;
}

/* tabela z rezzltati */
.note table.listProduct {
	width: 100%;
	margin: 0 0 5px 0;
}

.note table.listProduct td {
	padding: 4px;
	border-bottom: 1px solid #ccc;
}

/* naslovna vrstica*/
.note table.listProduct th {
	padding: 4px;
	background:#ffc423;
}



/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
							EASY CLEARING
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/

#header:after,
#main:after,
#content .product:after,
#content .product .image p:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}