

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/lightbox/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/lightbox/next.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

/* =================== PAGE LAYOUT ======================= */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	
}

body,#contents {
	/* ce ni tudi za body, bo v ie v standard compliant mode (z doctype) v kratkih besedilih problem */
	width: 100%;
	min-height: 100%; /* mozilla za kratka besedila */
	height: 100%; /* ie za kratka besedila */
}

html>body,html>body #contents {
	height: auto; /* ce odstranim, se v mozilli pri dolgih besedilih pojavi na sredi */
}

body {
	margin: 0;
}

#contents {
	margin-top: 2em;
	position: absolute; /* pomembno firefox */
}

#header_container {
	margin: 0 auto;
	width: 1003px;
	height: 253px;
	overflow: hidden;
}

#header {
	height: 178px;
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	margin-bottom: 10px;
}

.main_menu {
	/*background-image: url(/images/main_menu.jpg);
	background-repeat: no-repeat;*/
	width: 1003px;
	height: 55px;
	
	
}

#main_container {
	width: 1003px;
	min-width: 772px;
	min-height: 20em;
	margin: 0 auto;
}

#sidecolumn {
	display: inline; /* IE double margin bug */
	width: 180px;
	float: left;
	/*margin-right: 5px;*/
	overflow: hidden;
}

#maincolumn {
	/* height: 200px;  Firefox and IE only */
	margin: 0px 13px 0px 13px;
	width: 617px;
	float: left;
	overflow: hidden;
}

#sidecolumn2 {
	margin-top: -75px;
	display: inline; /* IE double margin bug */
	width: 180px;
	float: right;
	/*margin-right: 15px;*/
	overflow: hidden;
}

.heightspacer {
	width: 1px;
	height: 10px;
}

#footer_container {
	/*position: absolute;*/
	bottom: 0;
	margin: 3em auto;
	width: 1003px;
	min-width: 1003px;
	height: 48px;
	background-image: url(/images/footer.jpg);
	background-repeat: no-repeat;	
	text-align: right;
}
/*
.footer_left {
	padding: 6px 0px 2px 6px;
	color: #000000;
	font-size: 11px;
	color: #666666;
	float: left;
	text-align: left;
	width: 552px;
	height: 48px;
	white-space: nowrap;
}*

.footer_right {
	padding: 6px 6px 2px 0;
	color: #000000;
	font-size: 11px;
	color: #666666;
	height: 48px;
}

/* =================== END PAGE LAYOUT ======================= */
/*
COLORS for DeltaNewWave
#a2784e -rjava
#666666 -temno siva
#c4c4c4 -temnejsa siva
#e7e5e5 -svetlo siva
*/


/* additional styles */
/* =================== GENERAL STYLES ======================= */
body {
	font-family: Verdana, Arial;
	font-size: 12px;
	line-height: 1.3em;
}

h1, .title {
	font-size: 18px;
	font-weight: normal;
	padding: 0.3em 0 0.4em 0;
	color: #666666;	

	
}


.h1box {
	background-image: url(/images/main_column_category.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 26px;
	padding: 11px 0px 0px 30px;
	margin-bottom: 10px;
	color: white;
	font-weight: bold;
	font-size: 12px;
}

h2, .subtitle {
	font-weight: normal;
	font-size: 16px;
	padding: 0.3em 0 0.1em 0;
	color: #666666;	
	font-weight: bold;
}
h1 a, h2 a {
	color: #666666;		
	text-decoration: none;
}
h1 a:hover, h2 a:hover {
	text-decoration: underline;
}

p {
	padding-bottom: 0.7em;
	padding-top: 0.2em;
}

blockquote {
	padding-left: 15px;
}


td {
	border: 0;
	font-size: 12px;
}

ul li {
	margin-left: 2.5em;
}

a {
	color: #241aa7;
}

/* =================== END GENERAL STYLES ======================= */

/* =================== MAIN MENU ======================= */

#nav {
margin: 0;
padding: 0;
list-style-type: none;
}

#nav li {
display: inline;
padding: 0;
margin: 0;
}

#nav a:link,
#nav a:visited {
color: #000000;
padding: 1.4em 3.5em 0.25em 4em;
float: left;
text-decoration: none;
font-weight: bold;
font-size: 1em;
color: #FFFFFF;
/*text-shadow: 2px 2px 2px #555;*/ /* CSS3 FTW */
}

#nav a:hover {
color: #666666;
}

/* =================== END MAIN MENU ======================= */


/* =================== SIDE COLUMN STYLES ======================= */


#sidecolumn img {
	/*width: 180px;*/
	border: none;
}

.sidemenu_caption {
	background-image: url(/images/left_menu_caption.jpg);
	background-repeat: no-repeat;
	width: 180px;
	height: 26px;
	font-size: 12px;
	font-weight: bold;
	padding: 11px 0px 0px 35px;
	margin-bottom: 2px;
	color: #666666;
}

.sidemenu_category {
	font-size: 12px;
	padding: 5px 0px 3px 15px;
}

.sidemenu_category a {
	color: #5c5c5c;
	text-decoration: none;
}

.sidemenu_category a:hover{
	color: #a2784e;
}

.sidemenu_subcategory {
	color: black;
	font-size: 12px;
	padding: 0px 0px 3px 25px;
	
}
.sidemenu_subcategory a {
	color: #a2784e;
}


.sidemenu_subcategory a:hover {
	color: #5c5c5c;	
}

.sidecolumn p,
.sidecolumn2 p {
	padding: 0px 0px 15px 20px;	
	color: #5c5c5c;
	font-size: 12px;
}

.sidecolumn p a,
.sidecolumn2 p a {
	color: #5c5c5c;
	text-decoration: none;	
}

.sidecolumn p a:hover ,
.sidecolumn2 p a:hover {
	color: #a2784e;
}


.lastnews a {
	color: #a2784e;

}

.lastnews a:hover {
	color: #5c5c5c;	
}

.lastnews h2 {
	color: #5c5c5c;
	font-family: Verdana, Arial;
	font-size: 12px;
}




/* =================== END SIDE COLUMN STYLES ======================= */

/* =================== MAIN COLUMN STYLES ======================= */



.contact {
	padding: 0;
	margin: 0;
	background-image: url(/images/contact/logo-background.jpg);	
	background-repeat: no-repeat;
	background-position: center;
	color: #666666;
	
}

.contacttable {
	width: 80%;
	}
	
.contact_td_text {
	font-size: 12px;
	vertical-align: top;
}

.contact_td_image {
	vertical-align: top;
}

.contact_world {
	text-align: center;
}

.products_box {
	background-color: white;
}
.products_box_image {
	overflow:hidden;	
	text-align: center;
}
.products_box_description {
	height: 250px;
	width: 350px;
	background-image: url(/images/product_background.jpg);
	background-repeat: no-repeat;
	background-position: right;
	position: relative;

	
}
.products_box_text {
	font-size: 12px;
	padding: 15px 5px 5px 10px;
	vertical-align: top;	
}

.products_box_text h1, h1 a {
	color: #a2784e;
	font-weight: bold;
	padding-bottom: 10px;
}

.products_box_text h1 a:hover {
	color: #666666;
	text-decoration: underline;
}

.products_box_text p{
	line-height: 1.4em;
	padding-top: 8px;
}

.products_line {
	background-image: url(/images/product_background_line.jpg);
	background-repeat: repeat-x;
	background-position: center;
	height: 14px;
}

.product_price {

	background-image: url(/images/price.gif);
	background-repeat: no-repeat;
	width: 160px;
	height: 60px;
	overflow: hidden;
	/*
	float: right;
	vertical-align: top;
	padding: 0;
	*/
	position: absolute;
	top: -5px;
	right: 5px;
}
/*
.tablepadding_price td {
	padding: 12px 2px 0px 5px;
	font-size: 0.8em;
	line-height: 0.8em;
	color: #000000;
	font-weight: bold;
}*/


.tablepadding_price_caption {
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0px 0px 7px;
	color: #FFFFFF;
	text-align: left;
}

.tablepadding_price_price {
	font-size: 13px;
	padding-top: 8px;
	color: #FBAE22;
	font-weight: bold;
	text-align: center;
}

.login_links a{
	color: #5c5c5c;
	font-size: 12px;
	text-decoration: none;	
}

.login_links a:hover {
	color: #a2784e;
}


.pageslist {
	font-weight: bold;
}

.pageslist a {
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}

.pagelist a:hover {
	color: #a2784e;
}

.maincolumn a  {
	color: #5c5c5c;
	text-decoration: underline;
}

.maincolumn a:hover {
	color: #a2784e;
}

/* =================== END MAIN COLUMN STYLES ======================= */

/* =================== FOOTER STYLES ======================= */
.footer_right {
	padding: 7px 10px 2px 0;	
	font-size: 10px;
}
.footer_right a {
	color: #000000;
	text-decoration: none;
	color: #666666;
}

.footer_right a:hover,
.footer_left a:hover {
	color: #a2784e;
}
/* DISCARDED
.footer_left a {
	padding: 3px 0px 2px 6px;
	color: #000000;
	font-size: 11px;
	text-decoration: none;
	color: #666666;
}
*/

/* =================== END FOOTER STYLES ======================= */


/* =================== STYLES MISC ======================= */

.clear {
	clear: both;
}

.resetstyles {
	margin: 0px;
	padding: 0px;
	border: none;
	line-height: 1em;
}
.errormessage {
	width: 50%;
	margin: 0 auto 10px auto;
    background: #fff6bf url(/images/exclamation.png) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 7px 20px 7px 45px;
    border-top: 2px solid #ffd324;
    border-bottom: 2px solid #ffd324;
}
.infomessage {
	width: 50%;
	margin: 0 auto 10px auto;
    background: #f8fafc url(/images/information.png) 15px 50% no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 7px 20px 7px 45px;
	border-top: 2px solid #b5d4fe;
	border-bottom: 2px solid #b5d4fe;
}    
/* =================== END STYLES MISC ======================= */




/* =================== TABLES =======================*/
.tablepadding th,.tablepadding td {
	padding: 2px 5px 2px 5px;
}

.tablenopadding th,.tablenopadding td {
	padding: 2px 5px 2px 0px;
}

.tablecontent td a:link,.tablecontent td a:visited {
	text-decoration: none;
	color: black;
}

.tablepadding th,.tablenopadding th,.tableheader {
	font-weight: bold;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.tablepadding th a:link,.tablenopadding th a:link,.tableheader a:link,.tablepadding th a:visited,.tablenopadding th a:visited,.tableheader a:visited
	{
	text-decoration: none;
}

.tablecontent {
	font-size: 12px;
}

.even {
	background-color: #e7e5e5;
}

.topborder {
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 2px;
}

/* =================== END TABLES ======================= */
/* =================== FORM ELEMENTS ======================= */
.formbutton {
	cursor: pointer;
	border: outset 1px #AAAAAA;
	background: #999999;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	background: url(/images/button.gif) repeat-x left top;
	padding: 1px 10px 1px 10px;
	width: auto;
	overflow: visible; /* IE button width (extra padding) hack */
}

.formfield {
	background-color: #FFFFFF;
	background: url(/images/formfield_shadow.gif);
	border: #AAAAAA solid 1px;
	color: #000000;
	font-size: inherit;
	padding: 0.2em;
	width: 150px;
	font-size: 12px;
}

.formfield_short {
	background-color: #FFFFFF;
	background: url(/images/formfield_shadow.gif);
	border: #AAAAAA solid 1px;
	color: #000000;
	font-size: inherit;
	padding: 0.2em;
	font-size: 12px;
}

.formfield_textarea {
	background-color: #FFFFFF;
	background: url(/images/formfield_shadow.gif);
	border: #AAAAAA solid 1px;
	color: #000000;
	font-size: inherit;
	padding: 0.2em;
	width: 200px;
	height: 200px;
	font-size: 12px;
}

.formerror {
	color: red;
}

select.formfield {
	background: #FFFFFF;
}

/* =================== END FORM ELEMENTS ======================= */

/* =================== SINGLE PRODUCT ======================= */


.imageframe {
	background-color:#F5F5F5;
	border:1px solid lightgrey;
	margin-right:5px;
	padding:6px;
}

.product_info {
	border: 1px solid lightgrey;	

}

.product_info_table {
	padding: 5px;
	color: #666666;
}

.product_info_table th, 
.product_info_table td {
	padding-top: 10px;
	text-align: left;
}

/* =================== SINGLE PRODUCT END ======================= */

/* =================== WEB SHOP ======================= */
.web-shop {

	width: 100%;
	display: inline;	
	
	
}

.web-shop-table {
	margin-left: 13px;
	margin-bottom: 10px;
	float:left;
	font-size: 10px;
	width: 194px;
	height: 55px;
	text-align: left;
	border-width: 1px;
	border-style: solid;
	border-color: #fbae22;
}


.web-shop-table th, 
.web-shop-table th a {
	color: #fbae22;
	font-weight: bold;
	font-size: 11px;
	padding: 0;
	margin: 0;
	text-decoration: underline;
}

.web-shop-table th a:hover {
	color: gray;
	font-weight: bold;
}

.procents {
	font-weight: bold;
	font-size: 12px;	
}

/* =================== WEB SHOP END ======================= */

/*

.orderbyship {
	padding: 5px 5px 5px 5px;
	margin: 0px 5px 10px 13px;
	width: 180px;
	float: left;
	border: 1px solid #fbae22;
	height: 45px;
	
}

.orderbytruck {
	border: 1px solid #fbae22;	
	padding: 5px 5px 5px 5px;
	margin-left: 10px;
	margin-right: 10px;
	width: 180px;
	float: left;
	height: 45px;
}

.mybasket {
	border: 1px solid #fbae22;	
	padding: 5px 5px 5px 5px;
	width: 180px;
	float: left;
	margin-left: 5px;
	height: 45px;
}*/

.rounded{display:block}
.rounded *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#999798}
.rounded1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #d3d2d2;
  border-right:1px solid #d3d2d2;
  background:#b2b1b1}
.rounded2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #f4f4f4;
  border-right:1px solid #f4f4f4;
  background:#acaaab}
.rounded3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #acaaab;
  border-right:1px solid #acaaab;}
.rounded4{
  border-left:1px solid #d3d2d2;
  border-right:1px solid #d3d2d2}
.rounded5{
  border-left:1px solid #b2b1b1;
  border-right:1px solid #b2b1b1}
.roundedfg{
	background:#999798;
	padding: 10px 10px 10px 10px;
}
/* The main calendar widget.  DIV containing a table. */

.calendar {
  position: relative;
  display: none;
  border: 1px solid;
  border-color: #fff #000 #000 #fff;
  font-size: 11px;
  cursor: default;
  background: Window;
  color: WindowText;
  font-family: tahoma,verdana,sans-serif;
}

.calendar table {
  border: 1px solid;
  border-color: #fff #000 #000 #fff;
  font-size: 11px;
  cursor: default;
  background: Window;
  color: WindowText;
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;
  padding: 1px;
  border: 1px solid;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  background: ButtonFace;
}

.calendar .nav {
  background: ButtonFace url(menuarrow.gif) no-repeat 100% 100%;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;
  padding: 1px;
  border: 1px solid #000;
  background: ActiveCaption;
  color: CaptionText;
  text-align: center;
    font-size: 12px;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
    
}

.calendar thead .daynames { /* Row <TR> containing the day names */
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid ButtonShadow;
  padding: 2px;
  text-align: center;
  background: ButtonFace;
  color: ButtonText;
    
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #f00;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  border: 2px solid;
  padding: 0px;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  border-width: 1px;
  padding: 2px 0px 0px 2px;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #aaa;
}
.calendar tbody .day.othermonth.oweekend {
  color: #faa;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid ButtonShadow;
  background: ButtonFace;
  color: ButtonText;
}

.calendar tbody .rowhilite td {
  background: Highlight;
  color: HighlightText;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  padding: 1px 3px 1px 1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  

}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  padding: 2px 2px 0px 2px;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}

.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
  padding: 2px 2px 0px 2px;
  background: ButtonFace;
  color: ButtonText;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #f00;
}

.calendar tbody td.today { /* Cell showing today date */
  font-weight: bold;
  color: #00f;
}

.calendar tbody td.disabled { color: GrayText; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: ButtonFace;
  padding: 1px;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
  color: ButtonText;
  text-align: center;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  padding: 1px;
  background: #e4e0d8;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  width: 4em;
  top: 0px;
  left: 0px;
  cursor: default;
  border: 1px solid;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  background: Menu;
  color: MenuText;
  font-size: 90%;
  padding: 1px;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .active {
  padding: 0px;
  border: 1px solid #000;
}

.calendar .combo .hilite {
  background: Highlight;
  color: HighlightText;
}

.calendar td.time {
  border-top: 1px solid ButtonShadow;
  padding: 1px 0px;
  text-align: center;
  background-color: ButtonFace;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: Menu;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: Highlight;
  color: HighlightText;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}

