﻿@charset "utf-8";
/*
 *	BLUENET, Sebastjan Ribarič s.p.
 *	November 2008
 *	E-mail: 
 *	Phone: 
 */


/************************************************************
CSS HACKS
************************************************************/
/* Always visible vertical scroller in firefox and Safari  */
html {
	overflow-y: scroll;
}

/*clears floating without "clear: both;"*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/************************************************************
GENERAL HTML TAGS
************************************************************/

html, body, p, a, form, img, ul, li, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #91a2c5;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

/*body {
	behavior:url("csshover.htc");
}*/

a,
a:link,
a:visited {
	color: #0000FF;
}

a:hover {
	text-decoration: none;
}

/*No dotted frame around links:*/

a:active,
a:focus {
	outline: 0;
}


h1 {
	font-size: 14px;
	color: #006699;
	font-weight: bold;
	margin-bottom: 15px;
}

h2 {
	font-size: 13px;
	color: #666666;
	font-weight: bold;
	margin-bottom: 6px;
	margin-top: 8px;
}


h3 {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

h4, h5, h6 {
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

input {
	border: 1px solid #c2c2c2;
	font-size: 11px;
	padding: 2px 0px 2px 0px;
	margin: 0;
}

select {
	font-size: 11px;
}

select option {
	font-size: 11px;
}

p {
	margin-bottom: 10px;
	margin-top: 5px;
	line-height: 17px;
}

ul {
	margin-left: 30px;
	line-height: 16px;
	font-size: 13px;
}

ul li {
	list-style-position: outside;
	line-height: 15px;
	margin-bottom: 7px;
}


table th {
	border: 1px solid #999999;
	padding: 2px;
	font-weight: bold;
	font-size: 12px;
}

table td {
	border: 1px solid #999999;
	padding: 1px;
	font-size: 12px;
}

table {
	border-collapse: collapse;
	border: 1px solid #999999;
	color: #000000;
}

table td {
	font-size: 11px;
}



/************************************************************
 ************************************************************
 CUSTOM CSS
 ***********************************************************
 ***********************************************************/

.middle {
	margin-left: auto;
	margin-right: auto;
	width: 958px;
	text-align: left;
	padding-top: 26px;
}

.line {
	margin: 5px 0px 10px 0px;
}

input.customButton {
	background-image: url(../images/buttonBg.gif);
	background-repeat: repeat-x;
}

.systemMsg {
	color: #FF0000;
	background-image: url(../images/icons/attention.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 20px;
}

.systemMsgOk {
	color: #006600;
	background-image: url(../images/icons/yes.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 20px;
}

a.textLink,
a.textLink:link,
a.textLink:visited {
	color: #000000;
	text-decoration: none;
}

a.textLink:hover {
	color: #000000;
	text-decoration: underline;
}

.zvezdicaInput {
	position: relative;
}

.zvezdicaInput .zvezdica {
	color: #FF0000;
	position: absolute;
	left: -10px;
	top: 5px;
}

/************************************************************
NO JAVASCRIPT MESSAGE
************************************************************/

.noScript {
	color: #CC0000;
	font-weight: bold;
	font-size: 16px;
	border: 1px solid #000000;
	padding: 10px;
	margin: 20px 0px 20px 0px;
}

/************************************************************
HEADER
************************************************************/

.header {
	background-color: #FFFFFF;
	position: relative;
	margin-bottom: 1px;
	height: 93px;
}

.header .tl {
	background-image: url(../images/cornerTL.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	height: 6px;
	width: 6px;
}

.header .tr {
	background-image: url(../images/cornerTR.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	height: 6px;
	width: 6px;
}

.header .logo {
	position: absolute;
	top: 9px;
	left: 14px;
}

.header .sponsor {
	position: absolute;
	top: 0;
	left: 263px;
}

.header .banner {
	position: absolute;
	top: 7px;
	right: 15px;
	background-image: url(../images/bannerBigBg.gif);
	background-repeat: no-repeat;
	height: 78px;
	width: 486px;
	padding: 9px 0px 0px 9px;
}

.header .posebnaNagradnaIgra {
	position: absolute;
	top: 64px;
	left: 300px;
}

/************************************************************
TOP BAR
************************************************************/

.topBar {
	position: relative;
	font-size: 11px;
	padding: 5px;
	margin-bottom: 22px;
	height: 31px;
	background-image: url(../images/topBarBg.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.topBar select,
.topBar input,
.topBar textarea {
	font-size: 11px;
}

.topBar a,
.topBar a:link,
.topBar a:visited {
	color: #000000;
	text-decoration: underline;
}

.topBar a:hover {
	text-decoration: none;
}

.topBar input.text {
	width: 75px;
}



.topBar .iskalnik {
	float: left;
	width: 600px;
	height: 25px;
	margin: 5px 0px 0px 10px;
}

.topBar .iskalnik form {
	background-image: url(../images/icon_search.gif);
	background-repeat: no-repeat;
	background-position: 0px 14px;
	padding: 0 0 0 18px;
}

.topBar .iskalnik form select,
.topBar .iskalnik form select option {
	width: 130px;
}

.topBar .iskalnik .naprednoIskanje {
	width: 120px;
	margin-top: 4px;
}

.topBar .info {
	position: absolute;
	top: 10px;
	left: 600px;
	background-image: url(../images/icon_prvicTukaj.gif);
	background-repeat: no-repeat;
}

.topBar .info a,
.topBar .info a:link,
.topBar .info a:visited {
	text-decoration: none;
	display: block;
	height: 19px;
	width: 85px;
	padding: 2px 0px 0px 25px;
	color: #4d529e;
	font-size: 13px;
}

.topBar .info a:hover {
	text-decoration: underline;
}

.topBar .quickLogin {
	float: right;
	width: 230px;
}

.topBar .quickLogin .usernameWrap {
	width: 230px;
}

.topBar .quickLogin .usernameWrap .username {
	border-bottom: 1px solid #ffffff;
	height: 15px;
	overflow: hidden;
	font-weight: bold;
	text-align: center;
}

.topBar .quickLogin .userMenu {
	text-align: center;
}

.topBar .quickLogin .userMenu span a,
.topBar .quickLogin .userMenu span a:link,
.topBar .quickLogin .userMenu span a:visited {
	background-image: url(../images/icons/list.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 8px;
	text-decoration: none;
	margin: 0px 10px 0px 0px;
}

.topBar .quickLogin .userMenu span a:hover {
	text-decoration: underline;
}

.userMenu span {
	padding-bottom: 4px;
	line-height: 20px;
}

.userMenu #admin {
	background-image: url(../images/icons/admin.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.userMenu #profil {
	background-image: url(../images/icons/profil.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.userMenu #nastavitve {
	background-image: url(../images/icons/nastavitve.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.userMenu a,
.userMenu a:link,
.userMenu a:visited {
	padding-left: 18px;
	padding-bottom: 4px;
}


.userMenu #odjava {
	background-image: url(../images/icons/logout.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


/************************************************************
MENU TOP
************************************************************/
.menuTop {
	margin-left: 0px;
}

.menuTop .item a,
.menuTop .item a:link
.menuTop .item a:visited {
	display: block;
	width: 146px;
	height: 18px;
	padding-top: 5px;
	float: left;
	text-decoration: none;
	color: #000000;
	text-align: center;
	margin-right: 4px;
	font-weight: bold;
	font-size: 13px;
}

.menuTop .item a:hover {
	text-decoration: underline;
	color: #666666;
}

.menuTop #item1 a,
.menuTop #item1 a:link,
.menuTop #item1 a:visited {
	background-image: url(../images/mainBut_1.gif);
	background-repeat: no-repeat;
}

.menuTop #item2 a,
.menuTop #item2 a:link,
.menuTop #item2 a:visited {
	background-image: url(../images/mainBut_2.gif);
	background-repeat: no-repeat;
}

.menuTop #item3 a,
.menuTop #item3 a:link,
.menuTop #item3 a:visited {
	background-image: url(../images/mainBut_3.gif);
	background-repeat: no-repeat;
}

.menuTop #item4 a,
.menuTop #item4 a:link,
.menuTop #item4 a:visited {
	background-image: url(../images/mainBut_4.gif);
	background-repeat: no-repeat;
}

.menuTop #item5 a,
.menuTop #item5 a:link,
.menuTop #item5 a:visited {
	background-image: url(../images/mainBut_5.gif);
	background-repeat: no-repeat;
}

.menuTop .specialLink {
	float: right;
	color: #FF0000;
	margin-right: 10px;
}

.menuTop .specialLink a,
.menuTop .specialLink a:link,
.menuTop .specialLink a:visited {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	top: 7px;
}

.menuTop .specialLink a:hover {
	text-decoration: underline;
}

#menuDesc {
	margin: -43px 0px 29px -15px;
	padding: 4px 20px 2px 20px;
	height: 32px;
	width: 706px;
	font-size: 12px;
}

/************* HOME PAGE ******************/
#menuDesc.homePage {
	background-image: url(../images/menuDescBg_1.gif);
	background-repeat: no-repeat;
}

/************* IMENIK STORITEV ******************/
#menuDesc.imenikStoritev {
	background-image: url(../images/menuDescBg_2.gif);
	background-repeat: no-repeat;
}

/************* KUPUJ CENEJE ******************/
#menuDesc.kupujCeneje {
	background-image: url(../images/menuDescBg_3.gif);
	background-repeat: no-repeat;
}

/************* PONUDBA DEL ******************/
#menuDesc.ponudbaDel {
	background-image: url(../images/menuDescBg_4.gif);
	background-repeat: no-repeat;
}

/************* NAGRADNE IGRE ******************/
#menuDesc.nagradneIgre {
	background-image: url(../images/menuDescBg_5.gif);
	background-repeat: no-repeat;
}

/************* ZA PODJETJA ******************/
#menuDesc.zaPodjetja {
	background-image: url(../images/menuDescBg_6.gif);
	background-repeat: no-repeat;
}

/************************************************************
CONTENT
************************************************************/

.content {
	background-color: #FFFFFF;
	position: relative;
	padding: 25px 15px 15px 15px;
}

.content .tl {
	background-image: url(../images/cornerMainTL.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 6px;
	width: 6px;
	top: 0;
	left: 0;
}

.content .tr {
	background-image: url(../images/cornerMainTR.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 6px;
	width: 6px;
	top: 0;
	right: 0;
}


.content .contentWrap {
	float: left;
	width: 740px;
	margin-top: 18px;
}

.content .contentWrap .catHeader {
	background-color: #efefef;
	position: relative;
	height: 17px;
	padding: 0px 10px 0px 40px;
	margin-bottom: 20px;
	font-weight: bold;
}

.content .contentWrap .catHeader .bgLeft {
	background-image: url(../images/catHeaderSmallBgLeft.gif);
	background-repeat: no-repeat;
	height: 17px;
	width: 5px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.content .contentWrap .catHeader .bgRight {
	background-image: url(../images/catHeaderSmallBgRight.gif);
	background-repeat: no-repeat;
	height: 17px;
	width: 5px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.content .contentWrap .catHeader .icon {
	background-image: url(../images/catHeaderSmallIcon.gif);
	background-repeat: no-repeat;
	height: 31px;
	width: 24px;
	position: absolute;
	top: -6px;
	left: 10px;
}


/************** IZPIS GLAVNIH KATEGORIJ *****************/

.content .contentWrap .categories {
	margin-bottom: 42px;
}

.content .contentWrap .categories .cat {
	float: left;
	width: 230px;
	height: 53px;
	margin-right: 10px;
	margin-bottom: 7px;
	padding-bottom: 5px;
	position: relative;
}

.content .contentWrap .categories .cat img {
	position: absolute;
	top: 0;
	left: 0;
}

.content .contentWrap .categories .cat .catTitle {
	font-size: 13px;
	color: #35599c;
	position: absolute;
	width: 230px;
	top: 0px;
	left: 0px;
	background-image: url(../images/icons/imenikMakrokategorije.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}

.content .contentWrap .categories .cat .catTitle a,
.content .contentWrap .categories .cat .catTitle a:link,
.content .contentWrap .categories .cat .catTitle a:visited {
	color: #2c347f;
	padding: 5px 0px 5px 19px;
	display: block;
	height: 12px;
	overflow: hidden;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}

.content .contentWrap .categories .cat .catTitle a:hover {
	text-decoration: underline;
}

.content .contentWrap .categories .cat .catDescription {
	position: absolute;
	top: 21px;
	left: 19px;
	height: 30px;
	overflow: hidden;
	color: #999999;
	font-size: 11px;
}

.content .contentWrap .element {
	float: left;
	width: 220px;
	margin-right: 0px;
}


.content .contentWrap .element .elementHeader {
	background-color: #efefef;
	position: relative;
	height: 17px;
	padding: 0px 10px 0px 40px;
	margin-bottom: 20px;
	font-weight: bold;
}

.content .contentWrap .element .elementHeader .name {
	height: 17px;
	overflow: hidden;
}

.content .contentWrap .element .elementHeader .bgLeft {
	background-image: url(../images/catHeaderSmallBgLeft.gif);
	background-repeat: no-repeat;
	height: 17px;
	width: 5px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.content .contentWrap .element .elementHeader .bgRight {
	background-image: url(../images/catHeaderSmallBgRight.gif);
	background-repeat: no-repeat;
	height: 17px;
	width: 5px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.content .contentWrap .element .elementHeader#kupujCeneje .icon {
	background-image: url(../images/kupujCenejeIcon.gif);
	background-repeat: no-repeat;
	height: 31px;
	width: 24px;
	position: absolute;
	top: -6px;
	left: 10px;
}

.content .contentWrap .element .elementHeader#ponudbaDel .icon {
	background-image: url(../images/ponudbaDelIcon.gif);
	background-repeat: no-repeat;
	height: 31px;
	width: 24px;
	position: absolute;
	top: -6px;
	left: 10px;
}

.content .contentWrap .element .elementHeader#nagradnaIgraHeader .icon {
	background-image: url(../images/nagradnaIgraIcon.gif);
	background-repeat: no-repeat;
	height: 31px;
	width: 24px;
	position: absolute;
	top: -6px;
	left: 10px;
}

.content .contentWrap .element .elContent#nagradnaIgraContent {
	width: 260px;
	height: 182px;
	overflow: hidden;
}

.content .contentWrap .element .elContent {
	padding: 0 5px 0 5px;
}

.content .contentWrap .element .elContent a.more,
.content .contentWrap .element .elContent a:link.more,
.content .contentWrap .element .elContent a:visited.more {
	color: #0f0f6f;
	float: right;
	text-decoration: none;
	background-image: url(../images/icons/catArrow.gif);
	background-position: right 3px;
	background-repeat: no-repeat;
	padding-right: 10px;
	margin-right: 30px;
}

.content .contentWrap .element .elContent a:hover.more {
	text-decoration: underline;
}

.content .contentWrap .element .elContent .line {
	margin-bottom: 5px;
}

.content .contentWrap .element .elContent .line a,
.content .contentWrap .element .elContent .line a:link,
.content .contentWrap .element .elContent .line a:visited {
	color: #ff6600;
	text-decoration: none;
}

.content .contentWrap .element .elContent .line a:hover {
	text-decoration: underline;
}

.content .contentWrap .element .elContent .line .date {
	font-size: 10px;
}

.content .contentWrap .element#big {
	float: left;
	width: 270px;
	margin-right: 0px;
	padding: 0 5px 0 5px;
}

.content .contentWrap .element#big .elContent {
	border-left: 1px dotted #000000;
	border-right: 1px dotted #000000;
}

.content .sideBar {
	float: right;
	width: 160px;
	text-align: center;
}

.content .sideBar .container {
	margin-bottom: 20px;
}

.content .sideBar .container .top {
	background-image: url(../images/containerTopBg.gif);
	background-repeat: no-repeat;
	height: 7px;
	width: 160px;
	font-size: 0;
	line-height: 0;
	padding: 0px;
}

.content .sideBar .container .bottom {
	background-image: url(../images/containerBotBg.gif);
	background-repeat: no-repeat;
	height: 7px;
	width: 160px;
	font-size: 0;
	line-height: 0;
}

.content .sideBar .container .sideBanners {
	background-color: #efefef;
	padding: 8px 0px 8px 0px;
}

.content .sideBar .container .sideBanners .sideBanner {
	margin-bottom: 15px;
}

.content .sideBar .container .sideBanners .sideBanner#last {
	margin-bottom: 0px;
}

/************************************************************
BOTTOM BAR
************************************************************/

.botBar {
	background-color: #ffffff;
	background-image: url(../images/bottomBorder.gif);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	padding: 8px 5px 10px 5px;
	text-align: center;
	margin-bottom: 1px;
}

.botBar .bl {
	position: absolute;
	width: 6px;
	height: 5px;
	background-image: url(../images/cornerMainBL.gif);
	bottom: 0;
	left: 0;
}

.botBar .br {
	position: absolute;
	width: 6px;
	height: 5px;
	background-image: url(../images/cornerMainBR.gif);
	bottom: 0;
	right: 0;
}

.botBar .menu .item {
	display: inline;
}

.botBar .menu .item a,
.botBar .menu .item a:link,
.botBar .menu .item a:visited {
	margin-right: 10px;
	color: #000000;
	text-decoration: none;
}

.botBar .menu .item a:hover {
	text-decoration: underline;
}


/************************************************************
FOOTER
************************************************************/

.footer {
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
	background-image: url(../images/footerBg.gif);
	background-repeat: repeat-x;
	height: 21px;
	padding-top: 5px;
	position: relative;
}

.footer .left {
	background-image: url(../images/footerBgLeft.gif);
	background-repeat: repeat-x;
	height: 21px;
	width: 6px;
	position: absolute;
	left: 0;
	top: 0;
}

.footer .right {
	background-image: url(../images/footerBgRight.gif);
	background-repeat: repeat-x;
	height: 21px;
	width: 6px;
	position: absolute;
	right: 0;
	top: 0;
}



/************************************************************
NAGRADNE IGRE
************************************************************/

.velikaNagradnaIgra .banner {
	margin-left: 7px;
	margin-top: 5px;
}

.velikaNagradnaIgra .sodelovanje {
	position: relative;
	background-image: url(../images/tedenskaNagradnaIgraBg.gif);
	background-repeat: repeat-y;
	margin-bottom: 18px;
}

.velikaNagradnaIgra.marked .sodelovanje {
	position: relative;
	background-image: url(../images/velikaNagradnaIgraBg.gif);
	background-repeat: repeat-y;
	margin-bottom: 18px;
}

.velikaNagradnaIgra .sodelovanje .top {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/tedenskaNagradnaIgraHeaderBg.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 716px;
}

.velikaNagradnaIgra.marked .sodelovanje .top {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/velikaNagradnaIgraHeaderBg.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 716px;
}

.velikaNagradnaIgra .sodelovanje .nagradnaIgraContent {
	padding: 15px 20px 5px 20px;
	position: relative;
}

.velikaNagradnaIgra .sodelovanje .bottom {
	position: absolute;
	bottom: 16;
	left: 0;
	background-image: url(../images/tedenskaNagradnaIgraBottomBg.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 716px;
}

.velikaNagradnaIgra.marked .sodelovanje .bottom {
	position: absolute;
	bottom: 16;
	left: 0;
	background-image: url(../images/velikaNagradnaIgraBottomBg.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 716px;
}

.velikaNagradnaIgra .sodelovanje .vprasanje,
.tedenskaNagradnaIgra .sodelovanje .vprasanje {
	margin-bottom: 6px;
}

.velikaNagradnaIgra .sodelovanje .vprasanje span,
.tedenskaNagradnaIgra .sodelovanje .vprasanje span {
	font-weight: bold;
}

.velikaNagradnaIgra .sodelovanje form,
.tedenskaNagradnaIgra .sodelovanje form {
	margin-bottom: 3px;
}

.velikaNagradnaIgra .sodelovanje form .drobniTiski,
.tedenskaNagradnaIgra .sodelovanje form .drobniTiski {
	margin-top: 3px;
	margin-bottom: 10px;
}

.tedenskaNagradnaIgra .banner {
	margin-left: 7px;
	margin-top: 5px;
}

.tedenskaNagradnaIgra .sodelovanje {
	position: relative;
	background-image: url(../images/tedenskaNagradnaIgraBg.gif);
	background-repeat: repeat-y;
	margin-bottom: 18px;
}

.tedenskaNagradnaIgra .sodelovanje .top {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/tedenskaNagradnaIgraHeaderBg.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 716px;
}

.tedenskaNagradnaIgra .sodelovanje .bottom {
	position: absolute;
	bottom: 16;
	left: 0;
	background-image: url(../images/tedenskaNagradnaIgraBottomBg.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 716px;
}

.tedenskaNagradnaIgra .sodelovanje .nagradnaIgraContent {
	padding: 15px 20px 5px 20px;
}

.velikaNagradnaIgra .sodelovanje .nagradnaIgraContent .nagrada,
.tedenskaNagradnaIgra .sodelovanje .nagradnaIgraContent .nagrada {
	margin-bottom: 3px;
}

.velikaNagradnaIgra .sodelovanje .nagradnaIgraContent .buttonSodeluj,
.tedenskaNagradnaIgra .sodelovanje .nagradnaIgraContent .buttonSodeluj {
	margin-top: 8px;
}

.nagrajenci {
	text-align: right;
	width: 705px;
	margin-bottom: 20px;
}

.nagrajenci a,
.nagrajenci a:link,
.nagrajenci a:visited {
	background-image: url(../images/icons/nagrajenci.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 20px;
	text-decoration: none;
	color: #999999;
}

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

.odgovor {
	margin-bottom: 4px;
}


/************************************************************
ISKALNIK
************************************************************/

.napredniIskalnik {
	position: relative;
	width: 517px;
	height: 76px;
	background-image: url(../images/searchBg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 20px 20px 20px 100px;
	margin-left: 37px;
}

.napredniIskalnik .iskanje {
	font-size: 11px;
	padding: 5px;
}

.napredniIskalnik .line {
	margin-bottom: 3px;
	height: 20px;
}

.napredniIskalnik .iskanje .line .lineElement {
	float: left;
	width: 240px;
	margin-right: 10px;
}

.napredniIskalnik .iskanje .line .lineElement .label {
	float: left;
	width: 95px;
	margin-right: 0px;
}

.napredniIskalnik .iskanje .line .lineElement .input {
	float: left;
	width: 145px;
	text-align: left;
}

.napredniIskalnik .iskanje .line input.inputField,
.napredniIskalnik .iskanje .line select,
.napredniIskalnik .iskanje .line select option {
	width: 130px;
}

.napredniIskalnik .iskanje .line select.stIzpisov,
.napredniIskalnik .iskanje .line select.stIzpisov option {
	width: 45px;
}

.napredniIskalnik .iskanje .line input.button {
	margin-left: 190px;
}


.napredniIskalnik .iskanje select,
.napredniIskalnik .iskanje input {
	font-size: 11px;
}


/************************************************************
REZULTATI ISKANJA
************************************************************/

.results {
	margin-left: 79px;
}

.advancedSearch .results {
	margin-left: 59px;
}

.advancedSearch h2 {
	margin-left: 59px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.zadetek {
	height: 180px;
	width: 600px;
	text-align: left;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}

.zadetek#neplacnik,
.zadetek#placnikNeoznacen {
	background-image: url(../images/searchHitBg_2.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.zadetek#placnik {
	background-image: url(../images/searchHitBg_1.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.zadetek#placnik .logoPodjetje,
.zadetek#placnikNeoznacen .logoPodjetje,
.zadetek#neplacnik .logoPodjetje {
	width: 120px;
	height: 90px;
	position: absolute;
	top: 34px;
	left: 14px;
}

.zadetek#placnik .logoPodjetje,
.zadetek#placnikNeoznacen .logoPodjetje {
	border: 1px solid #98989a;
	padding: 5px;
}

.zadetek .opisnoIme {
	font-weight: bold;
	height: 15px;
	padding: 2px 15px 2px 15px;
	overflow: hidden;
}

.zadetek .opisnoIme a,
.zadetek .opisnoIme a:link,
.zadetek .opisnoIme a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	display: block;
	width: 550px;
}

.zadetek .opisnoIme a:hover {
	text-decoration: underline;
}



.zadetek .details {
	width: 390px;
	height: 140px;
	overflow: hidden;
	position: absolute;
	top: 32px;
	left: 160px;
	font-size: 11px;
	line-height: 14px;
}

.zadetek .details .firma {
	font-weight: bold;
	font-size: 12px;
	overflow: hidden;
	height: 13px;
	margin-bottom: 4px;
}


.zadetek .details .desc {
	margin: 1px 0px 0px 0px;
	height: 25px;
	line-height: 11px;
	overflow: hidden;
}

.zadetek .details .keywords {
	font-size: 10px;
	position: absolute;
	bottom: 2px;
	left: 0px;
}

.zadetek .details .keywords a,
.zadetek .details .keywords a:link,
.zadetek .details .keywords a:visited {
	color: #000000;
	text-decoration: underline;
}

.zadetek .details .keywords a:hover {
	text-decoration: none;
}

.zadetek .arrow {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.zadetek .arrow a,
.zadetek .arrow a:link,
.zadetek .arrow a:visited {
	display: block;
	padding: 15px;
}


.error {
	color: #FF0000;
}

.list td {
	text-align: center;
}

.dataLineCat-1 td{
	background-color: #CCCCCC;
}

.dataLineCat-2 td{
	background-color: #efefef;
}

.dataLineSubCat-1 td{
	background-color: #c5ccff;
}

.dataLineSubCat-2 td{
	background-color: #dadefc;
}


.list .naslov {
	text-align: left;
}

.list .dataLineSubCat-1 td.naslov,
.list .dataLineSubCat-2 td.naslov {
	padding-left: 20px;
}

.list .vUporabi {
	
}

.list .edit {

}

.list .del {

}

/************************************************************
PAGE NAVIGATION
************************************************************/

.pageNav {
	margin: 10px 0px 10px 0px;
	text-align: center;
}

.pageNav a,
.pageNav a:link,
.pageNav a:visited {
	color: #5c5c5c;
	text-decoration: none;
	border: 1px solid #d2d2d2;
	padding: 2px 4px 2px 4px;
}

.pageNav a:hover {
	background-color: #ff6600;
	color: #FFFFFF;
}

.pageNav #active a,
.pageNav #active a:link
.pageNav #active a:visited {
	color: #ff6600;
	border: none;
	font-weight: bold;
}

.pageNav #active a:hover {
	background: none;
}




/************************************************************
FORMS
************************************************************/

form .vrstica {
	margin-bottom: 10px;
	font-size: 11px;
}

form .vrstica .label {
	float: left;
	width: 200px;
	text-align: left;
	padding-top: 3px;
	margin-right: 10px;
}

form .input {
	width: 600px;
	float: left;
}

form input.customInput {
	width: 340px;
	margin-right: 5px;
}


form .vrstica .button {
	float: left;
	margin: 5px;
}

form .vrstica .vrsticaInside {
	float: left;
	width: 165px;
	height: 160px;
	margin: 0px 20px 20px 0px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	position: relative;
}

form .vrstica .vrsticaInsideSmall {
	float: left;
	width: 200px;
	height: 10px;
	margin: 0px 20px 10px 0px;
	padding: 5px;
	position: relative;
}

form .vrstica .vrsticaInside .label {
	float: none;
}


form .vrstica .vrsticaInside .input1,
form .vrstica .vrsticaInside .input2 {
	float: none;
}

form .vrstica .vrsticaInside .delete {
	position: absolute;
	top: 0px;
	right: 0px;
}

form .vrstica .vrsticaInsideDatoteke {
	float: left;
	width: 165px;
	height: 80px;
	margin: 0px 20px 20px 0px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	position: relative;
	overflow: hidden;
}

form .vrstica .vrsticaInsideDatoteke .delete {
	position: absolute;
	top: 0px;
	right: 0px;
}

form .vrstica .vrsticaInsideKeywords {
	float: left;
	width: 165px;
	height: 50px;
	margin: 0px 20px 20px 0px;
	padding: 5px;
	border: 1px solid #CCCCCC;
}

form .formFrame {
	border: 1px solid #999999;
	padding: 5px;
}

form .emptyFrame {
	padding: 5px;
}


/************ PUBLIC FORM ************************/

.public form .vrstica {
	margin-bottom: 4px;
}

.public form .label {
	float: left;
	width: 150px;
	text-align: left;
	padding-top: 3px;
	margin-right: 10px;
}

.public form .input {
	width: 510px;
	float: left;
	font-size: 11px;
}


.public form .vrstica .button {
	float: left;
	margin: 5px;
}

.public form .vrstica .vrsticaInside {
	float: left;
	width: 150px;
	height: 160px;
	margin: 0px 5px 20px 0px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	position: relative;
}

.public form .vrstica .vrsticaInside .label {
	float: none;
}

.public form .vrstica .vrsticaInside .input1,
.public form .vrstica .vrsticaInside .input2 {
	float: none;
}

.public form .vrstica .vrsticaInside .delete {
	position: absolute;
	top: 0px;
	right: 0px;
}

.public form .vrstica .vrsticaInsideDatoteke .delete {
	position: absolute;
	top: 0px;
	right: 0px;
}

.public form .vrstica .vrsticaInsideDatoteke {
	float: left;
	width: 150px;
	height: 70px;
	margin: 0px 5px 20px 0px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	position: relative;
}

.public form .vrstica .vrsticaInsideKeywords {
	float: left;
	width: 140px;
	height: 40px;
	margin: 0px 10px 20px 0px;
	padding: 5px;
	border: 1px solid #CCCCCC;
}

.public.registration form .vrstica .input {
	width: 530px;
	float: left;
	font-size: 11px;
}

/************ PUBLIC FORM PODJETJE ************************/

.publicEditCompany form .vrstica {
	clear: both;
	height: 20px;
	margin-bottom: 10px;
	padding-top: 10px;
}

.publicEditCompany form .label {
	float: left;
	width: 130px;
	text-align: left;
	padding-top: 3px;
	margin-right: 10px;
}

.publicEditCompany form .input {
	width: 600px;
	float: left;
}


.publicEditCompany form .vrstica .button {
	float: left;
	margin: 5px;
}

.publicEditCompany form .vrstica .vrsticaInside {
	float: left;
	width: 165px;
	height: 160px;
	margin: 0px 20px 20px 0px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	position: relative;
}

.publicEditCompany form .vrstica .vrsticaInside .label {
	float: none;
}

.publicEditCompany form .vrstica .vrsticaInside .input1,
.publicEditCompany form .vrstica .vrsticaInside .input2 {
	float: none;
}

.publicEditCompany form .vrstica .vrsticaInside .delete {
	position: absolute;
	top: 0px;
	right: 0px;
}

.publicEditCompany form .vrstica .vrsticaInsideDatoteke .delete {
	position: absolute;
	top: 0px;
	right: 0px;
}


.publicEditCompany form .vrstica .vrsticaInsideDatoteke {
	float: left;
	width: 165px;
	height: 80px;
	margin: 0px 20px 20px 0px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	position: relative;
}

.publicEditCompany form .vrstica .vrsticaInsideKeywords {
	float: left;
	width: 165px;
	height: 50px;
	margin: 0px 20px 20px 0px;
	padding: 5px;
	border: 1px solid #CCCCCC;
}




/************************************************************
FORM STEPS
************************************************************/

.formSteps {
	background-color: #f0f0f0;
	height: 120px;
	width: 600px;
	font-size: 11px;
	padding: 5px;
}

.formSteps .stepsTitle {
	font-size: 13px;
	font-weight: bold;
}

.formSteps .step {
	float: left;
	width: 100px;
	margin-right: 10px;
	font-weight: bold;
	padding: 5px;
}

.formSteps .step a,
.formSteps .step a:link,
.formSteps .step a:visited {
	display: block;
	width: 100px;
	color: #000000;
	text-decoration: none;
}

.formSteps .step a:hover {
	color: #006600;
	text-decoration: underline;
}

.formSteps .step#active  a,
.formSteps .step#active  a:link,
.formSteps .step#active  a:visited {
	color: #DB171D;
}

.formSteps .step .stepNum {
	display: block;
	text-align: center;
	width: 30px;
	height: 30px;
	border: 1px solid #333333;
	padding: 10px;
	font-size: 20px;
	margin-bottom: 5px;
}

.formSteps .step#active .stepNum {
	background-color: #F8C9CA;
}

.formSteps .step .stepDesc {
	font-weight: normal;
}


/************************************************************
PUBLIC FORM STEPS
************************************************************/

.publicFormSteps {
	height: 50px;
	width: 600px;
	font-size: 11px;
	padding: 5px;
}

.publicFormSteps .step {
	float: left;
	width: 150px;
	margin-right: 10px;
	padding: 5px;
	background-image: url(../images/userProfile/stepNumBg.gif);
	background-repeat: no-repeat;
	background-position: 6px 1px;
}

.publicFormSteps .step a,
.publicFormSteps .step a:link,
.publicFormSteps .step a:visited {
	display: block;
	width: 150px;
	color: #000000;
	text-decoration: none;
}

.publicFormSteps .step a:hover {
	text-decoration: underline;
}

.publicFormSteps .step#active,
.publicFormSteps .step#active,
.publicFormSteps .step#active {
	background-image: url(../images/userProfile/stepNumBgActive.gif);
	background-repeat: no-repeat;
	background-position: 6px 1px;
}

.publicFormSteps .step .stepNum {
	padding: 7px 12px 0px 9px;
	font-size: 13px;
	font-weight: bold;
}

.publicFormSteps .step .stepDesc {
	font-weight: normal;
}




.errorMain {
	background-color: #FEEFCD;
	padding: 10px;
	background-image: url(../images/icons/errorImportant.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	color: #F40000;
	margin: 10px 0px 10px 0px;
}

.errorMain .errorNavodilo {
	padding-left: 45px;
	font-weight: bold;
	height: 48px;
}


/************************************************************
KATEGORIJE
************************************************************/

.kategorije .categoryBreadcrumbs {
	background-color: #efefef;
	position: relative;
	height: 17px;
	padding: 0px 10px 0px 40px;
	margin-bottom: 20px;
}

.kategorije .categoryBreadcrumbs .bgLeft {
	background-image: url(../images/catHeaderSmallBgLeft.gif);
	background-repeat: no-repeat;
	height: 17px;
	width: 5px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.kategorije .categoryBreadcrumbs .bgRight {
	background-image: url(../images/catHeaderSmallBgRight.gif);
	background-repeat: no-repeat;
	height: 17px;
	width: 5px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.kategorije .categoryBreadcrumbs .breadcrumbIcon {
	background-image: url(../images/catHeaderSmallIcon.gif);
	background-repeat: no-repeat;
	height: 31px;
	width: 24px;
	position: absolute;
	top: -6px;
	left: 10px;
}

.kategorije .izpisKategorij {
	margin-bottom: 20px;
}

.kategorije .izpisKategorij .leftCol {
	float: left;
	width: 310px;
	margin-left: 40px;
	margin-right: 30px;
}


.kategorije .izpisKategorij .rightCol {
	float: left;
	width: 310px;
}

.kategorije .izpisKategorij .leftCol .cat a,
.kategorije .izpisKategorij .leftCol .cat a:link,
.kategorije .izpisKategorij .leftCol .cat a:visited,
.kategorije .izpisKategorij .rightCol .cat a,
.kategorije .izpisKategorij .rightCol .cat a:link,
.kategorije .izpisKategorij .rightCol .cat a:visited {
	background-image: url(../images/icons/catArrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding: 0px 0px 0px 10px;
	color: #000000;
	text-decoration: none;
}

.kategorije .izpisKategorij .leftCol .cat a:hover,
.kategorije .izpisKategorij .rightCol .cat a:hover {
	text-decoration: underline;
}


.kategorije .filter {
	background-color: #efefef;
	height: 26px;
	position: relative;
	margin-bottom: 20px;
	padding: 0px 10px 0px 10px;
}

.kategorije .filter .bgLeft {
	background-image: url(../images/catHeaderBgLeft.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 5px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.kategorije .filter .bgRight {
	background-image: url(../images/catHeaderBgRight.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 5px;
	position: absolute;
	top: 0px;
	right: 0px;
}


.kategorije .filter,
.kategorije .filter select {
	font-size: 11px;
}

.kategorije .filter select {
	width: 150px;
}

.kategorije .filter .selects,
.kategorije .filter .submit {
	float: left;
}

.kategorije .filter form {
	padding-top: 2px;
}

.kategorije .filter .stIzpisov {
	float: right;
	width: 200px;
	padding-top: 2px;
	text-align: right;
}

.kategorije .filter .stIzpisov select {
	width: 45px;
}

.kategorije .stZadetkov {
	color: #5c5c5c;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 20px;
}

/************************************************************
PODJETJE TEDNA
************************************************************/

.podjetjeTedna {
	background-image: url(../images/podjetjeTednaBg.gif);
	background-repeat: no-repeat;
	width: 712px;
	height: 160px;
	margin: 0px 0px 22px 20px;
	overflow: hidden;
}

.podjetjeTedna .podjetjeTednaContent {
	margin: 17px 28px 5px 15px;
	height: 126px;
	overflow: hidden;
}


/************************************************************
USER PROFILE
************************************************************/

.userProfile h1 {
	color: #006699;
	border-bottom: 2px solid #006699;
}

.userProfile .helloText {
	background-image: url(../images/userProfile/headingBotBorder.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0px 0px 10px 0px;
	margin-bottom: 20px;
}

.userProfile h2 {
	color: #000000;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ff6600;
}

.userProfile .userProfileMenu {
	margin-bottom: 40px;
}

.userProfile .userProfileMenu a,
.userProfile .userProfileMenu a:link,
.userProfile .userProfileMenu a:visited {
	border: 1px solid #cdcdcd;
	display: block;
	width: 105px;
	float: left;
	margin-right: 3px;
	color: #000000;
	text-decoration: none;
	padding: 3px 3px 5px 35px;
}

.userProfile .userProfileMenu a:hover {
	text-decoration: underline;
}

.userProfile .userProfileMenu a#osebneNastavitve,
.userProfile .userProfileMenu a#osebneNastavitve:link,
.userProfile .userProfileMenu a#osebneNastavitve:visited {
	background-image: url(../images/userProfile/iconUserProfileNastavitve.gif);
	background-repeat: no-repeat;
	background-position: 9px 1px;
}

.userProfile .userProfileMenu a#ponudbaDel,
.userProfile .userProfileMenu a#ponudbaDel:link,
.userProfile .userProfileMenu a#ponudbaDel:visited {
	background-image: url(../images/userProfile/iconUserProfilePonudbaDel.gif);
	background-repeat: no-repeat;
	background-position: 7px 3px;
}

.userProfile .userProfileMenu a#help,
.userProfile .userProfileMenu a#help:link,
.userProfile .userProfileMenu a#help:visited {
	background-image: url(../images/userProfile/iconUserProfileHelp.gif);
	background-repeat: no-repeat;
	background-position: 7px 1px;
}

.userProfile .userProfileMenu a#nastavitvePodjetja,
.userProfile .userProfileMenu a#nastavitvePodjetja:link,
.userProfile .userProfileMenu a#nastavitvePodjetja:visited {
	background-image: url(../images/userProfile/iconUserProfilePodjetjeNastavitve.gif);
	background-repeat: no-repeat;
	background-position: 4px 1px;
}

.userProfile .userProfileMenu a#kupon,
.userProfile .userProfileMenu a#kupon:link,
.userProfile .userProfileMenu a#kupon:visited {
	background-image: url(../images/userProfile/iconUserProfileKupon.gif);
	background-repeat: no-repeat;
	background-position: 9px 2px;
}

.userProfile .userProfileMenu a#mailing,
.userProfile .userProfileMenu a#mailing:link,
.userProfile .userProfileMenu a#mailing:visited {
	background-image: url(../images/userProfile/iconUserProfileMailing.gif);
	background-repeat: no-repeat;
	background-position: 4px 3px;
}

.userProfile .userProfileMenu a#admin,
.userProfile .userProfileMenu a#admin:link,
.userProfile .userProfileMenu a#admin:visited {
	background-image: url(../images/userProfile/iconUserProfileAdmin.png);
	background-repeat: no-repeat;
	background-position: 7px 1px;
}

.userProfile .userProfileMenu a#komercialist,
.userProfile .userProfileMenu a#komercialist:link,
.userProfile .userProfileMenu a#komercialist:visited {
	background-image: url(../images/userProfile/iconUserProfileKomercialist.png);
	background-repeat: no-repeat;
	background-position: 7px 1px;
}

/************************************************************
AKCIJE
************************************************************/

.akcije {
	margin-left: 40px;
}

.akcije .headerAkcije {
	background-image: url(../images/akcije/akcijeHeader.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 146px;
	width: 687px;
	position: relative;
	margin-bottom: 20px;
}

.akcije .headerAkcije .selects {
	position: absolute;
	top: 91px;
	left: 100px;
}

.akcije .headerAkcije .stIzpisov {
	position: absolute;
	top: 91px;
	right: 5px;
}

.akcije .headerAkcije .submit {
	position: absolute;
	top: 87px;
	left: 480px;
}

.akcije table.akcijeRezultati {
	width: 100%;
	border: none;
}

.akcije table.akcijeRezultati tr td,
.akcije table.akcijeRezultati tr th {
	border: 1px solid #FFFFFF;
	text-align: center;
	height: 25px;
}

.akcije table.akcijeRezultati tr td {
	height: 35px;
}

.akcije table.akcijeRezultati tr td.alignLeft {
	text-align: left;
	padding-left: 4px;
}

.akcije table.akcijeRezultati tr td.popust {
	font-weight: bold;
}

.akcije table.akcijeRezultati tr.line-1 td {
	background-color: #f0f0f0;
}

.akcije table.akcijeRezultati tr.line-2 td {
	background-color: #f7f7f7;
}

.akcije table.akcijeRezultati tr th.obcina {
	min-width: 70px;
	width: auto !important;
	width: 70px;
}

.akcije table.akcijeRezultati tr th.regija {
	min-width: 70px;
	width: auto !important;
	width: 70px;
}

.akcije table.akcijeRezultati tr th.datumObjave {
	width: 80px;
}

.akcije table.akcijeRezultati tr th.datumPoteka {
	width: 80px;
}

.akcije table.akcijeRezultati tr th.firstTableHeader {
	background-image: url(../images/akcije/tableHeaderBgLeft.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 60px;
}

.akcije table.akcijeRezultati tr th.tableHeader {
	background-image: url(../images/akcije/tableHeaderBg.gif);
	background-repeat: repeat-x;
}

.akcije table.akcijeRezultati tr th.lastTableHeader {
	background-image: url(../images/akcije/tableHeaderBgRight.gif);
	background-repeat: no-repeat;
	background-position: right;
	width: 34px;
}

.akcije .headerAkcijeKupon {
	background-image: url(../images/akcije/akcijeHeaderKupon.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 159px;
	width: 685px;
	position: relative;
	margin-bottom: 20px;
}

.akcije .vizitkaPodjetja {
	background-image: url(../images/akcije/vizitkaPodjetjaBg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 164px;
	width: 509px;
	position: relative;
	margin-bottom: 20px;
	margin-left: 115px;
}

.akcije .vizitkaPodjetja .kuponNaslov {
	position: absolute;
	top: 4px;
	left: 5px;
	font-weight: bold;
	height: 17px;
	width: 360px;
	overflow: hidden;
}

.akcije .vizitkaPodjetja .kuponDatumKonca {
	position: absolute;
	top: 4px;
	right: 25px;
}

.akcije .vizitkaPodjetja .logo {
	position: absolute;
	top: 32px;
	left: 27px;
}

.akcije .vizitkaPodjetja .logo img {
	border: 1px solid #98989a;
	padding: 5px;
}

.akcije .vizitkaPodjetja .details {
	position: absolute;
	top: 30px;
	left: 165px;
	font-size: 11px;
	overflow: hidden;
	width: 330px;
	height: 127px;
}

.akcije .vizitkaPodjetja .details .opisnoIme {
	height: 15px;
	overflow: hidden;
	font-weight: bold;
}

.akcije .akcijeContainer {
	background-image: url(../images/akcije/containerBg.gif);
	background-repeat: repeat-y;
	position: relative;
	padding: 12px;
	width: 467px;
}

.akcije .akcijeContainer .top {
	background-image: url(../images/akcije/containerTopBg.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 491px;
	height: 11px;
}

.akcije .akcijeContainer .bot {
	background-image: url(../images/akcije/containerBotBg.gif);
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 491px;
	height: 12px;
}

.akcije .kuponDetails {
	margin-left: 135px;
}

.akcije .kuponDetails .detailsTitle {
	margin-bottom: 4px;
}

.akcije .natisniKupon {
	text-align: right;
	margin-right: 75px;
}

.akcije .backButton {
	text-align: center;
	position: relative;
	top: -20px;
	width: 200px;
	margin: 0px 0px 10px 280px;
}


/************************************************************
KUPON
************************************************************/

.kuponContainer {
	position: relative;
	height: 280px;
	width: 650px;
	font-size: 12px;
	text-align: left;
	color: #666666;
	border: 1px dotted #000000;
	margin: 10px;
}

.kuponContainer .logo {
	position: absolute;
	top: 40px;
	left: 7px;	
}

.kuponContainer .skarje {
	position: absolute;
	top: -11px;
	right: 5px;	
}

.kuponContainer .kuponPodjetjeLogo {
	position: absolute;
	top: 22px;
	right: 40px;
}

.kuponContainer .kuponContent {
	position: absolute;
	top: 22px;
	left: 70px;
	width: 400px;
	height: 80px;
	overflow: hidden;
	padding: 5px;
	background-color: #f4f4f4;
}

.kuponContainer .kuponContent .kuponPodjetjeFirma {
	font-weight: bold;
}

.kuponContainer .kuponDrobniTisk {
	position: absolute;
	bottom: 5px;
	left: 70px;
	font-size: 11px;
}

.kuponContainer .kuponDrobniTisk a,
.kuponContainer .kuponDrobniTisk a:link,
.kuponContainer .kuponDrobniTisk a:visited {
	color: #666666;
}

.kuponContainer .kuponVeljavnost {
	position: absolute;
	bottom: 20px;
	left: 70px;
	font-size: 16px;
	font-weight: bold;
}

.kuponContainer .kuponNaslovOpis {
	position: absolute;
	top: 130px;
	left: 70px;
	width: 570px;
	height: 100px;
	overflow: hidden;
}

.kuponContainer .kuponNaslov {
	font-weight: bold;
	font-size: 12px;
}

.kuponContainer .kuponOpis {
	
}


/************************************************************
PONUDBA DEL
************************************************************/

.ponudbaDel {
	margin-left: 20px;
}

.ponudbaDel .ponudbaDelHeader {
	background-image: url(../images/ponudbaDel/header.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 160px;
	width: 602px;
	position: relative;
	margin-bottom: 20px;
	margin-left: 40px;
}

.ponudbaDel table.ponudbeRezultati {
	width: 100%;
	border: none;
}

.ponudbaDel table.ponudbeRezultati tr td,
.ponudbaDel table.ponudbeRezultati tr th {
	border: 1px solid #FFFFFF;
	text-align: center;
}

.ponudbaDel table.ponudbeRezultati tr td.alignLeft {
	text-align: left;
	padding-left: 4px;
}

.ponudbaDel table.ponudbeRezultati tr td.popust {
	font-weight: bold;
}

.ponudbaDel table.ponudbeRezultati tr.line-1 td {
	background-color: #f0f0f0;
}

.ponudbaDel table.ponudbeRezultati tr.line-2 td {
	background-color: #f7f7f7;
}

.ponudbaDel table.ponudbeRezultati tr th.firstTableHeader {
	background-image: url(../images/ponudbaDel/tableHeaderLeftBg.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 80px;
}

.ponudbaDel table.ponudbeRezultati tr th.tableHeader {
	background-image: url(../images/akcije/tableHeaderBg.gif);
	background-repeat: repeat-x;
}

.ponudbaDel table.ponudbeRezultati tr th.lastTableHeader {
	background-image: url(../images/ponudbaDel/tableHeaderRightBg.gif);
	background-repeat: no-repeat;
	background-position: right;
	width: 80px;
}

.ponudbaDel .ponudbaDelFilter {
	background-image: url(../images/ponudbaDel/filterBg.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 700px;
	position: relative;
	margin-bottom: 20px;
	margin-left: 5px;
}

.ponudbaDel .ponudbaDelFilter .selects {
	position: absolute;
	top: 3px;
	left: 20px;
}

.ponudbaDel .ponudbaDelFilter .stIzpisov {
	position: absolute;
	top: 3px;
	right: 5px;
}

.ponudbaDel .ponudbaDelFilter .submit {
	position: absolute;
	top: 0px;
	left: 460px;
}

.ponudbaDel table th.datumObjave {
	width: 100px;
}

.ponudbaDel .stOglasa {
	float: left;
	padding-left: 10px;
}

.ponudbaDel .datumKonca {
	float: right;
	padding-right: 10px;
}

.ponudbaDel .oglasHeader {
	background-image: url(../images/ponudbaDel/oglasBg.gif);
	background-repeat: no-repeat;
	padding: 4px 10px 4px 10px;
	height: 26px;
	width: 600px;
}

.ponudbaDel .oglasContainer {
	background-color: #f7f7f7;
	padding: 2px 2px 2px 10px;
	margin-bottom: 2px;
	width: 588px;
}

.ponudbaDel .oglasContainerKontakt {
	background-color: #fff8e8;
	padding: 2px 2px 2px 10px;
	margin-bottom: 2px;
	width: 588px;
}

.ponudbaDel .oglasPodatki {
	margin-left: 40px;
}

.ponudbaDel .fotografije {
	padding: 10px 10px 10px 0px;
}

.ponudbaDel .fotografije .fotografijeTitle {
	padding-left: 10px;
	font-weight: bold;
}

.ponudbaDel .fotografije .oglasGalerija {
	background-color: #f7f7f7;
	width: 590px;
	padding: 5px;
	margin-top: 3px;
}

.ponudbaDel .fotografije .oglasGalerija .oglasSlika {
	float: left;
	width: 144px;
	margin-right: 2px;
}

.ponudbaDel .fotografije .oglasGalerija .oglasSlika .oglasImg {
	padding: 2px;
	border: 1px solid #999999;
}

.ponudbaDel .fotografije .oglasGalerija .oglasSlika .oglasCaption {
	font-size: 11px;
	height: 12px;
	width: 144px;
	overflow: hidden;
}

/************************************************************
ZA PODJETJA
************************************************************/

.zaPodjetja-1,
.zaPodjetja-2,
.zaPodjetja-3 {
	font-size: 12px;
}

.zaPodjetja-1 table td,
.zaPodjetja-2 table td,
.zaPodjetja-3 table td {
	font-size: 12px;
}

table tr td.crta {
	border: 1px solid #FF6600;
	background-color: #FFF9F0;
}

.crtanaslov {
	background-color: #FFF9F0;
	border-top: 1px solid #FF6600;
	border-right: 1px solid #FF6600;
	border-bottom: medium solid #FF6600;
	border-left: 1px solid #FF6600;
}

.specialHeader {
	text-align: center;
	font-weight: bold;
	border-top: 1px solid #FF6600;
	border-right: 1px solid #FF6600;
	border-bottom: 3px solid #FF6600;
	border-left: 1px solid #FF6600;
	padding: 20px 0px 20px 0px;
	font-size: 13px;
	background-color: #FFF9F0;
}

.specialHeaderSmall {
	text-align: center;
	font-weight: bold;
	border-top: 1px solid #FF6600;
	border-right: 1px solid #FF6600;
	border-bottom: 1px solid #FF6600;
	border-left: 1px solid #FF6600;
	padding: 2px 0px 2px 0px;
	font-size: 13px;
	background-color: #FFF9F0;
}

.specialHeaderList {
	text-align: left;
	font-weight: bold;
	border-top: 1px solid #FF6600;
	border-right: 1px solid #FF6600;
	border-bottom: 1px solid #FF6600;
	border-left: 1px solid #FF6600;
	padding: 2px 0px 2px 2px;
	font-size: 13px;
	background-color: #FFF9F0;
}

a.specialLink,
a.specialLink:visited,
a.specialLink:link {
	color: #FF0000;
	font-weight: bold;
	font-size: 15px;
}

table.emptyTable {
	border: none;
}

table.emptyTable td {
	border: none;
}

table.emptyTable td.locilni {
	border-right: 2px solid #FFFFFF;
}

.extraInfoInput {
	position: relative;
}

.extraInfoInput input,
.extraInfoInput input.customInput {
	margin-right: 35px;
}

.extraInfo {
	position: absolute;
	top: 0px;
	left: 350px;
	display: inline;
}

.extraInfoTextarea {
	position: absolute;
	top: 0px;
	right: 55px;
	width: 25px;
}

.extraInfoFckEditor {
	position: absolute;
	top: 0px;
	right: -28px;
	width: 25px;
}

.extraInfoSmall {
	position: absolute;
	top: -2px;
	left: 64px;
	width: 25px;
}

/*********************************************
DODAJ PODJETJE
*********************************************/

.dodajPodjetje {
	text-align: right;
	margin-bottom: 37px;
	margin-top: -37px;
}

.dodajPodjetjeAkcije {
	text-align: right;
	margin-top: 10px;
}

.dodajPodjetje a,
.dodajPodjetje a:link,
.dodajPodjetje a:visited,
.dodajPodjetjeAkcije a,
.dodajPodjetjeAkcije a:link,
.dodajPodjetjeAkcije a:visited {
	color: #0099ff;
	background-image: url(../images/icons/dodajPodjetje.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 10px;
	text-decoration: none;
	font-size: 11px;
}

.dodajPodjetje a:hover,
.dodajPodjetjeAkcije a:hover {
	text-decoration: underline;
}

.napredniIskalnik .dodajPodjetje {
	position: absolute;
	top: 0px;
	right: 5px;
	width: 150px;
	height: 20px;
	text-align: right;
	margin: 0;
}