
#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;
	}

/* 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;
}

/* additional styles */

/*
barva za ok sporocila: 00bf6c
*/

/* =================== GENERAL STYLES ======================= */
body {

}

a,
a:visited {
	/*color: #241aa7;
	color: #0B74AA;
	color: #0384B1;*/
	color: #1462DC;
	/*font-weight: bold;*/
}

a:hover {
	color: #434343;
	}

h1,.title {
	font-size: 22px;
	font-weight: bold;
	padding: 0.3em 0 0.7em 0;
	color: #535353;
	/*
	font-size: 20px;
	font-weight: normal;
	padding: 0.3em 0 0.4em 0;
	color: #0b74aa;
	*/
}

h2,.subtitle {
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
	/*color: #409ae2;*/
	padding: 0.3em 0 0.4em 0;
	color: #DBB173;	
}

h1 a, h1 a:visited, h2 a, h2 a:visited {
	color: #DBB173;		
	text-decoration: none;
}
h1 a:hover, h2 a:hover {
	text-decoration: underline;
	color: #434343;
}

p {
	padding-bottom: 0.7em;
	padding-top: 0.2em;
}

h3 {
	font-weight: normal;
	font-size: 12px;
	color: #333333;	
}

blockquote {
	padding-left: 15px;
}

a img {
	border: none;
	text-decoration: none;
	}

/*
td {
	border: 0;
	font-size: 12px;
}
*/
ul li {
	/*
	margin-left: 2.5em;
	*/
}


.blue {
	color: #0b74aa;	
}
.blue a {
	color: #0b74aa;	
	font-weight: bold;
	text-decoration: none;
}

.handwriting {
	font-size: 13px;
	font-family:'Lucida Casual', 'Comic Sans MS', 'Comic Sans';
}

/* =================== END GENERAL STYLES ======================= */

/* =================== SIDE COLUMN STYLES ======================= */
#left_column h1 {
	padding-bottom: 0.2em;
	font-size: 16px;
	font-weight: bold;
	color: #0b74aa;	
}

#left_column p {
	padding-bottom: 0.2em;
	padding-top: 0.2em;
}

.news_more {
	padding-left: 15px;
	padding-right: 10px;
	color: #0b74aa;
	font-weight: bold;
	text-align: right;
}
.news_more a {
	color: #0b74aa;
	text-decoration: none;	
}
.news_more a:hover {
	text-decoration: underline;
}

/* =================== END SIDE COLUMN STYLES ======================= */

/* =================== MAIN COLUMN STYLES ======================= */

.pageslist {
	font-weight: bold;
}

.pageslist a {
	font-weight: bold;
	text-decoration: none;
}

/* =================== END MAIN COLUMN STYLES ======================= */


/* =================== STYLES MISC ======================= */
#header_title {
	font-size: 20px;
	color: #cfdef0;	
}
#header_title a {
	color: #cfdef0;
	text-decoration: none;
}

ul.topmenu li {
	list-style-type: none;
	display: block;
	float: left;
	padding: 10px 10px 0px 15px;
	margin: 0px;
	height: 21px; /* 29-8 */
	color: #cfdef0;
	background-image: url(/images/topmenu_between.gif);
	background-repeat: no-repeat;
}
ul.topmenu li a {
	display: block;
	color: #cfdef0;
	text-decoration: none;	
}
ul.topmenu li a:hover {
	text-decoration: underline;	
}

ul.topmenu .first {
	background-image: none;
}

#bread_crumbs {
	font-size: 11px;
	font-weight: bold;
	color: #73acf0;
}
#bread_crumbs a {
	color: #0b74aa;
	text-decoration: none;
}
#bread_crumbs a:hover {
	text-decoration: underline;
}
.sidebar_blue {
	font-size: 11px;
	color: #0b74aa;
}
.clear {
	clear: both;
}

.resetstyles {
	margin: 0px;
	padding: 0px;
	border: none;
	line-height: 1em;
}

.productCategoryDiv, .productCategorySelectedDiv, .notShownCategoryDiv {
	width: auto;
	height: 20px;
}

.productCategorySelectedDiv {
	color: #094EA0;
	background-color: #B3C9E8; 
	font-weight: bold;
}

.productCategoryDiv {
	color: black;
	background-color: white;
}

.productCategoryDiv:hover {
	background-color: #DCE6F4;
}

.productCategoriesMenuTitleDiv {
	margin-bottom: 10px;
	color: blue;
	font-weight: bold;
}

.productCategoriesB2BMenuTitleDiv {
	margin-bottom: 10px;
	color: blue;
	font-weight: bold;
}

.notShownCategoryDiv {
	color: graytext;
}

.notShownCategoryDiv:hover {
	color: black;
	background-color: #DCE6F4;
}

.linkedCategoryDiv {
	color: blue;
	background-color: #FEFFC3;
}

#editCategoryDiv {
	border: 1px solid #DBB173;
	padding: 5px 10px 5px 10px; 
	margin-top: 10px;
	display: none;
}
/* =================== END STYLES MISC ======================= */




/* =================== TABLES =======================*/
.tablepadding th,.tablepadding td {
	text-align: left;
	padding: 2px 5px 2px 5px;
}


.tablenopadding th,.tablenopadding td {
	padding: 2px 5px 2px 0px;
	text-align: left;
}

.tablecontent td a:link,.tablecontent td a:visited {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

.tablecontent td a:hover {
	text-decoration: underline;
}

.tablepadding th,.tablenopadding th,.tableheader {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-align: left;
}

.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: #ebebeb;
}

.topborder {
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 2;
}

.contact-table {/*bordercolor="#ffffff" border="1" bgcolor="#f0f0f0" style="border-collapse: collapse;"*/
	border-color: #ffffff;
	border-width: 1px;
	border-collapse: collapse;
	border-width: 1px;
	}

.articledate {
	font-size: 11px;
	padding-bottom: 10px;
	}


/* =================== END TABLES ======================= */
/* =================== FORM ELEMENTS ======================= */
.formbutton, .formbutton_fixed {
	cursor: pointer;
	border: outset 1px #AAAAAA;
	background: #999999;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	background: url(/images/formbutton.gif) repeat-x left top;
	padding: 1px 10px 1px 10px;
	width: auto;
	overflow: visible; /* IE button width (extra padding) hack */
}

.formbutton_fixed {
	margin-left: 20px;
	width: 120px;
}

.input {
	background-color:#FFFFFF;
	border: 1px solid #D5D5D5;
	color: #434343;
	height:19px;
	padding-left:2px;
	width: 140px;
	font-size: 15px;
	margin: 5px 0px;
}

.products-order {
	background-color: #FFFFFF;
	background: url(/images/formfield_shadow.gif);
	border: #AAAAAA solid 1px;
	color: #000000;
	width: 45px;	
	}
	
.products-order-disabled {
	background-color: #cccccc;
	border: #AAAAAA solid 1px;
	color: #000000;
	width: 45px;	
	}	

.products-details {
	text-decoration: underline;
	cursor: pointer;
	/*font-weight: bold;*/
	color: #000000;
	}

.products-details-bold {
	text-decoration: underline;
	cursor: pointer;
	font-weight: bold;
	color: #000000;
	}

.products-details:hover,
.products-details-bold:hover {
	color: #10789D;
	border: none;
	background: none;
	}

.formfield {
	background-color: #FFFFFF;
	background: url(/images/formfield_shadow.gif);
	border: #AAAAAA solid 1px;
	color: #000000;
	font-size: inherit;
	padding: 0.2em;
	width: 200px;
	font-size: 12px;
}

.formfield-error-report {
	background-color: #FFFFFF;
	background: url(/images/formfield_shadow.gif);
	border: #AAAAAA solid 1px;
	color: #000000;
	font-size: inherit;
	padding: 0.2em;
	width: 360px;
	font-size: 12px;
}


.formerror {
	color: red;
}

select.formfield {
	background: #FFFFFF;
}

.availableProduct {
	color: #00bf6c;
}

.notavailableProduct {
	color: red;
}



/* =================== END FORM ELEMENTS ======================= */
.imageframe {
	background-color:#F5F5F5;
	border:1px solid lightgrey;
	margin-bottom:5px;
	margin-right:5px;
	padding:6px;
}

.headingdate {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:13px;
	font-style:italic;
	font-weight: bold;
}

.cmsboxUL {
	list-style: none;
	padding-left: 0px;	
}

.topmenu {
	display: inline;
}

.here {
	background-color: red;	
}

.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;
} 


.datadescription{
	display:block;
	}
.datadescription *{
	display:block;
	height:1px;
	overflow:hidden;
	background:#CEDCF0;
	}
	
.datadescription1{
	border-right:1px solid #f3f3f3;
	padding-right:1px;
	margin-right:3px;
	border-left:1px solid #f3f3f3;
	padding-left:1px;
	margin-left:3px;
	background:#ebebeb;
	}
	
.datadescription2{
	border-right:1px solid #fcfcfc;
	border-left:1px solid #fcfcfc;
	padding:0px 1px;
	background:#e9e9e9;
	margin:0px 1px;
	}
	
.datadescription3{
	border-right:1px solid #e9e9e9;
	border-left:1px solid #e9e9e9;
	margin:0px 1px;
	}
	
.datadescription4{
	border-right:1px solid #f3f3f3;
	border-left:1px solid #f3f3f3;
	}
	
.datadescription5{
	border-right:1px solid #ebebeb;
	border-left:1px solid #ebebeb;
	}
	
.datadescription_content{
	padding: 10px;
	background:#CEDCF0;
	} 
* {margin: 0px; padding: 0px;}

body,html{
	margin:0px;
	font-family:Verdana, "Times New Roman", Times, serif;
	font-size:11px;
	color:#333333;
	font-weight:normal;
	background-image:url(/images/back.gif);
	background-repeat:repeat;
	line-height:15px;
	text-decoration:none;
}

a:focus {
	outline:none;
}


#container{
	width:899px;
	margin:0 auto;
}

/*header css start*/

#headerdiv{
	width:880px;
	float:left;
	z-index:1;
	text-align:left;
	background-color:#FFFFFF;
	padding:0px 10px;
}


.topbgdiv{
	width:880px;
	float:left;
	background-image:url(/images/bgimage.gif);
	background-repeat:repeat-x;
	height:81px;
}

.logodiv{
	/*width:700px;*/
	float:left;
}


.emaildiv{
	/*
	width:155px;
	float:left;
	padding-top:45px;
	padding-right:25px;
	text-align:right;
	height:36px;
	color:#212121;
	font-weight:bold;*/
	
	color:#212121;
	float:right;
	font-weight:bold;
	height:36px;
	padding-right:25px;
	text-align:left;
}

.emaildiv p {
	margin:4px 0 6px;
	padding: 0;
}

.emaildiv a{
	font-family:Verdana, "Times New Roman", Times, serif;
	font-size:12px;
	color:#033C97;
	font-weight:bold;
	text-decoration:none;
	padding:0px 5px;
}

.emaildiv a:hover{
	font-family:Verdana, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}




.linkdiv{
	width:875px;
	float:left;
	background-image:url(/images/linkbg.gif);
	background-repeat:repeat-x;
	height:35px;
	padding-left:5px;
}

.toplink {
	padding:0px;
	margin:0px;
}
.toplink li {
	display:inline;
	list-style-type:none;
}
.toplink li a,
.toplink li a:visited  {
	float:left;
	font-family:Verdana, "Times New Roman", Times, serif;
	font-size:13px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	background-image:url(/images/linkline.gif);
	background-repeat:no-repeat;
	background-position:right;
	height:26px;
	padding-right:26px;
	padding-left:26px;
	padding-top:9px;
}
.toplink li a:hover {
	float:left;
	font-family:Verdana, "Times New Roman", Times, serif;
	font-size:13px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	background-color:#CAA460;
}

/*header css ends*/

/*middle css start*/

#middlediv{
	width:880px;
	float:left;
	z-index:1;
	text-align:left;
	background-color:#FFFFFF;
	padding:0px 10px;
}

.middletopdiv{
	width:880px;
	float:left;
}

.leavediv{
	width:238px;
	float:left;
	background-image:url(/images/arrowimg.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:203px;
	padding-top:28px;
	padding-left:10px;
}

.leftimgdiv{
	width:508px;
	height:231px;
	float:left;
	background:url(/images/leftimg.gif) no-repeat left top;
	padding-left:124px;
}


.bormain{
	width:500px;
	height:220px;
	float:left;
	border-top:4px solid #E4E4E4;
	border-bottom:7px solid #E4E4E4;
	border-right:8px solid #E4E4E4;
}

.stepcarouse{
	position:relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width:500px;
	height:180px; /*Height should enough to fit largest content's height*/
}

.stepcarouse .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarouse .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin:0px; /*margin around each panel*/
	width:500px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}



.slideimgdiv {
	width:261px;
	float:left;
	height:151px;
	border:6px solid #E4E4E4;
	margin-top:18px;
}

.sltextdiv {
	width:212px;
	float:left;
	padding-top:22px;
	padding-left:15px;
}

.sltextdiv a{
	font-size:11px;
	color:#838383;
	font-weight:normal;
	text-decoration:none;
}

.sltextdiv a:hover{
	font-size:11px;
	color:#000000;
	font-weight:normal;
	text-decoration:underline;
}

.sltextdiv p {
	margin: 10px 0px 0px 0px;
}


.sltextdiv img {
	margin:3px 5px 0 0;
}





.heading1 {
	font-family:verdana, "Times New Roman", Times, serif;
	font-size:16px;
	color:#003799;
	font-weight:bold;
}





.nextdiv{
	width:490px;
	float:left;
	text-align:right;
	padding-right:10px;
}
.nextdiv a{
	float:right;
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size:24px;
	color:#DEDEDE;
	font-weight:normal;
	line-height:normal;
	text-decoration:none;
	height:33px;
	background:url(/images/nextimg.gif) no-repeat;
	padding-left:45px;
	padding-top:3px;
}
.nextdiv a:hover{
	float:right;
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size:24px;
	color:#000000;
	font-weight:normal;
	line-height:normal;
	text-decoration:none;
	background:url(/images/nextimg-ho.gif) no-repeat;
}

.nextdiv a img{
	margin-right:10px;
}



.brestdiv{
	font-family:arial, "Times New Roman", Times, serif;
	font-size:52px;
	color:#535353;
	line-height:56px;
}

.europeiondiv{
	font-family:arial, "Times New Roman", Times, serif;
	font-size:26px;
	color:#1A64D8;
	line-height:30px;
}


.fromdiv{
	font-family:arial, "Times New Roman", Times, serif;
	font-size:20px;
	color:#4c4c4c;
	line-height:26px;
}


.middlediv{
	width:880px;
	float:left;
}


.midleft{
	width:192px;
	float:left;
	background-image:url(/images/whitebg.gif);
	background-repeat:no-repeat;
	background-position:top right;

}

.blueflowbg{
	width:192px;
	float:left;
	background-image:url(/images/blueflowbg.gif);
	background-repeat:no-repeat;
	height:125px;
	text-align:center;
}


.letflinkdiv{
	width:186px;
	float:left;
	/*padding-bottom:10px;*/
	padding-left:6px;
	padding-top:20px;
}

.letflinkdiv ul{
	padding:0px;
	margin:0px;
}
.letflinkdiv ul li{
	display: inline;
	list-style-type:none;
}

.letflinkdiv ul li a,
.letflinkdiv ul li a:visited {
	display:block;
	font-family:verdana, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	background:url(/images/button.gif) no-repeat;
	width:140px;
	min-height:24px;
	*height:24px;
	padding-left:40px;
	padding-top:7px;
	margin-bottom:1px;
}

.letflinkdiv ul li a:hover{
	font-family:verdana, "Times New Roman", Times, serif;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	background:url(/images/button-ho.gif) no-repeat;
}

.letflinkdiv ul li a.letflinkdiv_exposed{
	background:url(/images/button-selected.gif) no-repeat;
}

.letflinkdiv ul li ul li a,
.letflinkdiv ul li ul li a:visited {
	background:#EDEDED url(/images/icon1.gif) no-repeat scroll 15px 10px;
	border-bottom:1px solid #CCCCCC;
	color:#00408C;
	display:block;
	font-family:verdana, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	min-height:24px;
	*height:24px;
	margin-bottom:1px;
	padding-left:40px;
	padding-top:7px;
	text-decoration:none;
}

.letflinkdiv ul li ul li a:hover {
	background:#FFFFFF url(/images/icon1-ho.gif) no-repeat scroll 15px 10px;
	border-bottom:1px solid #CCCCCC;
	color:#C37900;
	display:block;
	font-family:verdana, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.letflinkdiv1{
	width:186px;
	float:left;
	padding-bottom:10px;
	padding-left:6px;
	padding-top:10px;

}

.letflinkdiv1 ul{
	padding:0px;
	margin:0px;
}
.letflinkdiv1 ul li{
	display:block;
	list-style-type:none;
}
.letflinkdiv1 ul li a{
	display:block;
	font-family:verdana, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	background:url(/images/button.gif) no-repeat;
	width:140px;
	height:24px;
	padding-left:40px;
	padding-top:7px;
	margin-bottom:1px;
}

.letflinkdiv1 ul li a:hover{
	font-family:verdana, "Times New Roman", Times, serif;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	background:url(/images/button-ho.gif) no-repeat;
}





.newsdiv{
	width:192px;
	float:left;
	padding-bottom:12px;
}

.latestdiv{
	width:192px;
	float:left;
}



.leftcor{
	width:8px;
	float:left;
}

.rightcor{
	width:8px;
	float:left;
}


.midcor{
	width:171px;
	float:left;
	background-image:url(/images/midcor.gif);
	background-repeat:repeat-x;
	height:29px;
	font-family:arial, "Times New Roman", Times, serif;
	font-size:16px;
	color:#ffffff;
	line-height:21px;
	font-weight:bold;
	padding-top:8px;
	padding-left:5px;
}







.newsmiddiv{
	width:175px;
	float:left;
	border-left:1px solid #D5D5D5;
	border-right:1px solid #D5D5D5;
	padding-top:10px;
	padding-left:10px;
	padding-right:5px;
}


.loremdiv2{
	font-family:arial, "Times New Roman", Times, serif;
	font-size:12px;
	color:#5C5C5C;
	font-weight:bold;
	text-decoration:none;
}

.loremdiv2:hover{
	font-family:arial, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

.loremdiv2:visited {
	color:#5C5C5C;
}


.newsbotdiv{
	width:192px;
	float:left;
}

.nbotbg{
	width:176px;
	height:16px;
	float:left;
	background:url(/images/bmbg.gif) repeat-x;
}


.font {
	font-family:arial, "Times New Roman", Times, serif;
	font-size:11px;
	color:#2A5592;
}

.para {
	margin:2px 0px 2px 0px;
	color:#636363;
}
.para1 {
	margin:8px 0px 0px 0px;
	color:#636363;
}

.bludiv {
	width:182px;
	height:70px;
	float:left;
	background:url(/images/blubg-big.gif) no-repeat;
	padding:5px 0px 0px 10px;
}

.bludiv p {
	margin:4px 0 0 0;
}

.bludiv img {
	margin-right:6px;
}

.heading {
	font-family:arial, "Times New Roman", Times, serif;
	font-size:18px;
	color:#FFFFFF;
	font-weight:normal;
	line-height:normal;
}

.link {
	font-family:arial, "Times New Roman", Times, serif;
	font-size:10px;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
}
.link:hover{
	font-family:arial, "Times New Roman", Times, serif;
	font-size:10px;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:underline;
}

.link:visited{
	color:#FFFFFF;
}

.brestlogo{
	width:192px;
	float:left;
	padding:10px 0px;
	text-align:center;
}

.midright{
	width:678px;
	float:left;
	padding-left:10px;
	_padding-left:5px; /*Dont use IE6 anymore! We are in 2008, for christ sake!*/
	padding-top:10px;

}


.midright1{
	width:678px;
	float:left;
	padding-left:10px;
	/*display: inline;*/
	/*_padding-left:10px; /*Dont use IE6 anymore! We are in 2008, for christ sake!*/
}


.bantop{
	padding: 0;
	margin: 0;
	width:688px;
	height:99px;
	float:left;
	background-image:url(/images/flow2.gif);
	background-repeat:no-repeat;
}

.bantop1{
	width:638px;
	float:left;
	font-family:AvantGarde Md BT, Verdana, "Times New Roman", Times, serif;
	font-size:30px;
	line-height:34px;
	color:#1A64D8;
	padding-left:50px;
	padding-top:20px;
}

.brest1{
	font-family:Myriad Web Pro, Verdana, "Times New Roman", Times, serif;
	font-size:40px;
	color:#535353;
	line-height:44px;
	font-weight:bold;
}

.brest1_sub {
	font-size:30px;	
	}


.bantop2{
	width:598px;
	float:left;
	font-family:AvantGarde Md BT, "Times New Roman", Times, serif;
	font-size:20px;
	color:#4c4c4c;
	line-height:24px;
	text-align:right;
	padding-right:90px;
}





.middot{
	width:678px;
	float:left;
	background-image:url(/images/dootedline.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:10px;
}

.middot1{
	width:678px;
	float:left;
	padding-bottom:10px;
}




.obsicitediv{
	width:678px;
	float:left;
	background-image:url(/images/lon.gif);
	background-repeat:repeat-x;
	height:27px;
	font-family:verdana, "Times New Roman", Times, serif;
	font-size:18px;
	color:#1C1A17;
	line-height:22px;
	padding-top:5px;
}

.firstpagearticlediv{
	width:678px;
	float:left;
}

.firstpagearticlediv_bottom{
	width:678px;
	float:left;
	height: 25px;
	min-height: 25px;
}

.inimgdiv{
	width:678px;
	float:left;
	padding-top:12px;
}

.inimgdiv1{
	width:666px;
	min-height: 450px;
	float:left;
	/*border:1px solid #DFDFDF;*/
	padding:7px 0px 7px 0px;
	text-align:center;
}

.productMainPicture {
	border:2px solid #DFDFDF;
	vertical-align: middle;
}

.inimgdiv3{
	/*width:390px; in JSP!*/
	padding-right: 10px;
	float:left;
	font-family:verdana, "Times New Roman", Times, serif;
	font-size:12px;
	color:#2B2B2B;
	padding-top:20px;
}

.inimgdiv4{
	width:276px;
	float:left;
	font-family:verdana, "Times New Roman", Times, serif;
	font-size:12px;
	color:#2B2B2B;
	padding-top:20px;
}

.siena{
	font-family:verdana, "Times New Roman", Times, serif;
	font-size:12px;
	color:#1056C2;
	font-weight:bold;
}


.inimgdiv2{
	width:678px;
	float:left;
	padding-top:15px;
	padding:10px 0px 0 0;
}


.simg{
	width:113px;
	float:left;
	padding:12px 28px 0px 28px;
}

.imgdiv_small{
	float:left;
	padding:3px;
	text-align:center;
	border:1px solid #DFDFDF;
}



.stextdiv{
	width:570px;
	float:left;
	padding:18px 20px 0px 0px;
	text-align:right;
}


.stextdiv1{
	font-family:verdana, "Times New Roman", Times, serif;
	font-size:11px;
	color:#094FA1;
	font-weight:normal;
	text-decoration:none;
}

.stextdiv1:hover{
	font-family:verdana, "Times New Roman", Times, serif;
	font-size:11px;
	color:#000000;
	font-weight:normal;
	text-decoration:underline;
}



.mitjaimgdiv{
	width:121px;
	float:left;
	font-family:verdana, "Times New Roman", Times, serif;
	font-size:11px;
	color:#2E2E2E;
	font-weight:bold;
	padding-left:9px;
	padding-top:14px;
}

.mitjaimgdiv a{
	font-family:verdana, "Times New Roman", Times, serif;
	font-size:11px;
	color:#1056C2;
	font-weight:bold;
	text-decoration:none;
}
.mitjaimgdiv a:hover{
	font-family:verdana, "Times New Roman", Times, serif;
	font-size:11px;
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}



.stro{
	font-family:verdana, "Times New Roman", Times, serif;
	font-size:12px;
	color:#1056C2;
	font-weight:bold;
}


.signdiv{
	width:548px;
	float:left;
	padding-top:14px;
}


.clickdiv{
	font-family:verdana, "Times New Roman", Times, serif;
	font-size:12px;
	color:#1462DC;
	font-weight:normal;
	padding-left:10px;
	text-decoration:none;
}


.clickdiv:hover{
	font-family:verdana, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000000;
	font-weight:normal;
	text-decoration:underline;
}


.productdiv{
	width:678px;
	float:left;
	padding-bottom: 70px;
}


.rangediv{
	width:673px;
	float:left;
	font-family:verdana, "Times New Roman", Times, serif;
	font-size:18px;
	color:#070707;
	line-height:22px;
	padding:8px 0px 8px 5px;
}


.mainsinadiv{
	width:678px;
	float:left;
}


.seinadiv{
	width:334px;
	float:left;
}


.lindiv{
	width:300px;
	float:left;
	padding-left:15px;
}

.sienassdiv{
	font-family:verdana, "Times New Roman", Times, serif;
	font-size:18px;
	color:#023A97;
	line-height:22px;
	background-image:url(/images/bg4.gif);
	background-repeat:repeat-x;
	height:40px;
	padding-top:13px;
}

.sienassdiv img{
	padding-left:20px;
	padding-right:20px;
	display: inline;	
}

.sienassdiv h2,
.sienassdiv h2 a,
.sienassdiv h2 a:visited{
	display: inline;
	padding-top: 0;
	color: #1462DC;	
}

.lakhodiv{
	font-family:verdana, "Times New Roman", Times, serif;
	font-size:11px;
	color:#333333;
	font-weight:normal;
	background-image:url(/images/bg5.gif);
	background-repeat:repeat-x;
	padding-top:10px;
}

lakhodiv_image {
	width: 156px;
	float: left;
	padding-right: 10px;
	}

.readmorediv{
	font-family:verdana, "Times New Roman", Times, serif;
	font-size:11px;
	color:#1651AE;
	font-weight:normal;
	text-decoration:none;
}

.readmorediv:hover{
	font-family:verdana, "Times New Roman", Times, serif;
	font-size:11px;
	color:#000000;
	font-weight:normal;
	text-decoration:underline;
}


.mainsina1div{
	width:678px;
	float:left;
	/*padding-top:15px;*/
	padding-top:5px;
}


.veiwdiv{
	width:650px;
	float:left;
	margin-top: 15px;
	padding-top: 5px;
	background-image:url(/images/bg9.gif);
	background-repeat:repeat-x;
	height:35px;
	font-family:verdana, "Times New Roman", Times, serif;
	font-size:13px;
	color:#6B6B6B;
	line-height:17px;
	text-align:right;
	padding-right:10px;
}

.veiwdiv a{
	font-family:verdana, "Times New Roman", Times, serif;
	font-size:13px;
	color:#6B6B6B;
	text-decoration:none;
}

.veiwdiv a:hover{
	font-family:verdana, "Times New Roman", Times, serif;
	font-size:13px;
	color:#000000;
	text-decoration:underline;
}
/*middle css ends*/



/*footer css start*/
#footerdiv{
	width:880px;
	float:left;
	z-index:1;
	text-align:left;
	background-color:#FFFFFF;
	padding:30px 10px 20px 10px;
}

.footlinkdiv{
	width:880px;
	height:27px;
	float:left;
	text-align:center;
	background:url(/images/fbg.gif) repeat-x;
	font-size:11px;
	color:#FFFFFF;
	padding-top:12px;
}
.footlinkdiv a,
.footlinkdiv a:visited {
	font-size:11px;
	color:#FFFFFF;
	padding-top:12px;
	text-decoration:none;
	padding:0px 7px;
}
.footlinkdiv a:hover{
	font-size:11px;
	color:#FFFFFF;
	padding-top:12px;
	text-decoration:underline;
}


.copyright{
	width:880px;
	float:left;
	text-align:center;
	padding-top:8px;
}

/*footer css ends*/


/*-------------------------- EXTRA --------------------------*/

.cmsbox {
	float: left;
	width: 192px;	
}

/*-------------------------- BrowseProduct --------------------------*/

/*
.midright {
	width:712px;
	float:left;
	}


.midrtoptext {
	width:707px;
	float:left;
	font-size:16px;
	color:#000000;
	font-weight:normal;
	line-height:20px;
	padding-left:6px;
	padding-bottom:10px;
}
*/

.midrtop {
	width:679px;
	float:left;
}


.midrtop-top {
	width:679px;
	float:left;
}

.midrtop-topleft {
	width:15px;
	height:17px;
	float:left;
}

.midrtop-topmid {
	width:649px;
	height:17px;
	float:left;
	background-image:url(/images/rtopmid-bg.gif);
	background-repeat:repeat-x;
}

.midrtop-topright {
	width:15px;
	height:17px;
	float:left;
}




.midrtop-mid {
	width:678px;
	float:left;
	background-color:#F6F6F6;
	padding-left:1px;
}

.rbox {
	width:300px;
	float:left;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
	height: 250px;
}

.rboxtop {
	width:300px;
	float:left;
}

.rboxtop-left {
	width:12px;
	height:16px;
	float:left;
}

.rboxtop-mid {
	width:276px;
	height:16px;
	float:left;
	background-image:url(/images/rmid-bg.gif);
	background-repeat:repeat-x;
}

.rboxtop-right {
	width:12px;
	height:16px;
	float:left;
}



.rboxmid {
	width:288px;
	float:left;
	background-color:#FFFFFF;
	padding-left:6px;
	padding-right:6px;
	}

.imgdiv {
	width:288px;
	float:left;
	text-align:center;
	min-height: 145px;
	height:auto;
	_height: 145px;

	}

.imgdiv-img {
	border:1px solid lightgrey;
	width: 285px;
	height: 200px;
	}


.imageframe {
	background-color:#F5F5F5;
	border:1px solid lightgrey;
	margin-bottom:5px;
	margin-right:5px;
	padding:6px;
}

.product_imageframe {
	margin-right:8px;	
}

.textdiv {
	width:288px;
	float:left;
	text-align:center;
	padding:10px 0px;
	font-size:14px;
	color:#1462DC;
	font-weight:bold;

	
	}
	
.textdiv a {
	font-size:14px;
	color:#1462DC;
	font-weight:bold;
	text-decoration:none;
	}

.textdiv a:hover{
	font-size:14px;
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
	}



.rboxbot {
	width:300px;
	float:left;
	}

.rboxbot-mid {
	width:276px;
	height:16px;
	float:left;
	background-image:url(/images/rbot-mid.gif);
	background-repeat:repeat-x;
	}

.category-navigation {
	width: 676px;
	margin: 0;
	padding: 0px 0px 20px 0px;
	font-size: 13px;
	list-style-type: none;
	}

.category-navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}

.category-navigation li {
	float: left;
	text-align: left;
	/*
	padding-right: 30px;
		list-style-image: url(/images/icon.gif);
		*/
	background-image: url(/images/icon.gif);
	background-repeat: no-repeat;
	background-position: 15px;
	padding-left: 35px;	

		
	}

.category-navigation li a, 
.category-navigation li a:visited {
	display: block;
	text-decoration: none;
	color: #19A1D0;
	}

.category-navigation li a:hover{
	text-decoration: underline;

	}

.category-navigation li.firstcategory {
	list-style: none;
	background-image: none;
	padding-left: 0px;

	}

.category-navigation li.categoryhere a,
.category-navigation li.categoryhere a:visited {
	color: #000000;
	font-weight: bold;
	}

.midrtop-bot {
width:679px;
float:left;
}

.midrtop-botmid {
width:649px;
height:17px;
float:left;
background-image:url(/images/rbotmid-bg.gif);
background-repeat:repeat-x;
}


/* GALLERY */

/* outmost wrapper element */
#scrollable {
	/*background-color:#efefef;*/
	background-color: #F7F7F7;
	/*border:1px solid #ddd;*/
	border:1px solid #DFDFDF;	
	padding:10px 8px;
	width:650px;
	height:65px;
}

/* container for the scrollable items */
div.items {
	height:66px;	
	margin-left:8px;
	margin-right:8px;	
	float:left;
	/*width:478px !important;*/
	width:572px !important;
}



/* single item */
div.items a {
	display:block;
	float:left;
	/*margin-right:8px;*/
	/*width:88px;*/
	height:66px;
	background:url(/images/item.gif) 0 0 no-repeat;
	font-size:50px;
	color:#ccc;
	line-height:66px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}

div.items a:hover {
	color:#999;	
}

div.items a.active {
	background-position:-174px 0;		
	color:#555;
	cursor:default;
}


/* next / prev buttons */
a.prev, a.next {
	display:block;
	width:30px;
	height:30px;
	float:left;
	background-repeat:no-repeat;	
	margin:15px 0 0 0;
}

a.prev {
	background:url(/images/button-left.gif);		
}

a.prev:hover {
	background:url(/images/button-left-over.gif);		
}

a.next {
	background:url(/images/button-right.gif);		
}

a.next:hover {
	background:url(/images/button-right-over.gif);		
}


/* navigator */
div.navi {
	position:relative;
	top:-30px;
	left:310px;
	margin-left:-50px;
	width:50px;
	height:0px;
}


/* items inside navigator */
div.navi span {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(/images/dots.png) 0 0 no-repeat;     
	cursor:pointer;
}

div.navi span:hover {
	background-position:0 -8px;      
}

div.navi span.active {
	background-position:0 -16px;     
} 	

.fp_ul_products {
	list-style: none;
	margin: 0;
	padding: 0;
}

.fp_ul_products li {
	padding-left: 11px;
	background: url(/images/icon1-ho.gif) 3px center no-repeat;
}

.productsNavigation img {
	vertical-align: text-bottom;
}

.productsNavigation h2,
.productsNavigation h2 a,
.productsNavigation h2 a:visited{
	display: inline;
	padding: 0px 2px 0px 0px;	
	color: #DBB173;
	font-size: 15px;
}

.productsNavigation h2 a:hover{
	color: #1462DC;
}


.productsNavigation {
	min-height: 18px;	
	margin-bottom: 20px;
}



.div_with_border {
	width:650px;
	float:left;
	font-family:verdana, "Times New Roman", Times, serif;
	font-size:12px;
	color:#2B2B2B;
	border: 1px solid #DBB173;
	padding: 10px;
	margin-top: 25px;
}

.catalogs_li_div {
	padding-left: 15px;
	vertical-align: middle;
}

.catalogs_li_div a{
	vertical-align: middle;
}

.catalogs_ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.catalogs_ul li {
	padding-left: 15px;
}

.saloonsRegionTitle {
	width: 100%;
	float: left;
	margin-top: 15px;
}

.saloonsDiv {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}

.saloonMainDiv {
	width: 100%;
	float: left;
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px dotted #DBB173;
}

.saloonImages {
	min-width: 10%;
	max-width: 50%;
	float: right;
}

.saloonImageContainer {
	float: left;
	display: inline;
	
}

.saloonOtherData {
	min-width: 50%;
	max-width: 90%;
	float: left;
}

.saloon_imageframe {
	border: 1px solid #DBB173;
	margin-left: 3px;
}

.chooseArea {
	width: 165px;
	margin: 15px 7px 10px 6px;
	padding: 12px 5px;
	text-align: center; 
	float: left;
	border: 2px dotted #DBB173;
	display: inline;
	font-size: 13px;
	
}

.chooseArea a,
.chooseArea a:visted {
	font-size: 13px;
}
/*
.saloonEmailDiv,
.saloonFaxDiv,
.saloonPhoneDiv,
.saloonTimetableDiv,
.saloonAddressDiv {
	width: 100%;
	float: left;	
}*/

.signupClubLink {
	text-align: center;
	font-size: 16px;
	line-height: 18px;
}

.signupClubLink a,
.signupClubLink a:visited {
	font-weight: bold;
}

