


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

.pageslist {
	font-weight: bold;
}

.pageslist a {
	font-weight: bold;
	text-decoration: none;
}

.clear {
	clear: both;
}

.resetstyles {
	margin: 0px;
	padding: 0px;
	border: none;
	line-height: 1em;
}
/* =================== TABLES =======================*/
.tablepadding th,.tablepadding td {
	text-align: left;
	padding: 2px 5px 2px 5px;
}


.tablenopadding th,.tablenopadding td {
	padding: 2px 5px 2px 5px;
	text-align: left;
}

.tablecontent td a:link,.tablecontent td a:visited {
	text-decoration: none;
	color: #00036A;
	/*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: #ADD7EF;
}

.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;
	}

.musthaveborderTdTop td {
	
}


/* =================== 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 7px 1px 7px;
	width: auto;
	overflow: visible; /* IE button width (extra padding) hack */
}

.formbutton_fixed {
	margin-left: 20px;
	width: 120px;
}

.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: #7EC0E3 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 #b6b6b6;
    border-bottom: 2px solid #b6b6b6;
}
.infomessage {
	width: 50%;
	margin: 0 auto 10px auto;
    background: #7EC0E3 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 #b6b6b6;
	border-bottom: 2px solid #b6b6b6;
} 


.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:#FBF5AA;
	color: #A53310;
	text-align: center;
	width: 350px;
	border: 1px dotted #A53310;
	} 
	

.productcategories_midleft {
	width: 700px;
	float: left;
}

.productcategories_midleft_ul {
	width: 700px;	
	float: left;
	list-style-type:none;
	margin: 0;
	padding:0;
	
}

.productcategories_midleft_ul li {
	float: left;
	margin: 5px 1px 0px 0px;
	display: block;
	width: 173px;
	/*height: 145px;*/
	

}

.productcategories_midleft_ul_li_div a,
.productcategories_midleft_ul_li_div a:visited {
	display:block;
	font-size: 16px;
	padding-left:10px;
	text-decoration:underline;
}

.productcategories_midleft_ul_li_div {
	float: left;
	padding-top: 16px;
	display: block;
	height: 49px;
	width: 173px;
	text-align: center;
	vertical-align: middle;	
	margin-top: 2px;
}

ul.product_category,ul.category {
	padding: 0 0 10px 0;
	margin: 0;
	list-style: none;
	width: 100%;
}


ul.product_category li,ul.category li {
	padding: 0;
	margin: 0;
	list-style: none;
	cursor: pointer;
	background-color: #F6F6F6;
	padding: 3px 0 3px 3px;
}

ul.product_category li ul, ul.category li ul {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-left: 15px;
}

ul.product_category li ul li, ul.category li ul li {
	background-color: #e8e8e8;
	padding: 3px 0 3px 3px;
}

ul.product_category li ul li ul, ul.category li ul li ul {
	padding: 0;
	margin: 0;
	list-style: none;	
	margin-left: 15px;
}

ul.product_category li ul li ul li, ul.category li ul li ul li {
	background-color: #CFCFCF;
	padding: 3px 0 3px 3px;
} 		
body { margin: 0 auto; padding: 0; background-color: #e5f7a5; background-image: url('/images/biosvet/Page-BgTexture.jpg'); background-repeat: repeat-x; background-attachment: scroll; background-position: top center; }
.Main { position: relative; width: 100%; left: 0; top: 0; }
.PageBackgroundGlare { position: absolute; width: 100%; height: 321px; left: 0; top: 0; }
.PageBackgroundGlareImage { background-image: url('/images/biosvet/Page-BgGlare.png'); background-repeat: no-repeat; height: 321px; width: 307px; margin: 0; }
html:first-child .PageBackgroundGlare { border: 1px solid transparent; /* Opera fix */ }
.cleared { float: none; clear: both; margin: 0; padding: 0; border: none; font-size: 1px; }
form { padding: 0 !important; margin: 0 !important; }
table.position { position: relative; width: 100%; table-layout: fixed; }
/* end Page */ /* begin Box, Sheet */
.Sheet { position: relative; z-index: 0; margin: 0 auto; width: 1032px; min-width: 35px; min-height: 35px; }
.Sheet-body { position: relative; z-index: 1; padding: 13px; }
.Sheet-tr,.Sheet-tl,.Sheet-br,.Sheet-bl,.Sheet-tc,.Sheet-bc,.Sheet-cr,.Sheet-cl { position: absolute; z-index: -1; }
.Sheet-tr,.Sheet-tl,.Sheet-br,.Sheet-bl { width: 34px; height: 34px; background-image: url('/images/biosvet/Sheet-s.png'); }
.Sheet-tl { top: 0; left: 0; clip: rect(auto, 17px, 17px, auto); }
.Sheet-tr { top: 0; right: 0; clip: rect(auto, auto, 17px, 17px); }
.Sheet-bl { bottom: 0; left: 0; clip: rect(17px, 17px, auto, auto); }
.Sheet-br { bottom: 0; right: 0; clip: rect(17px, auto, auto, 17px); }
.Sheet-tc,.Sheet-bc { left: 17px; right: 17px; height: 34px; background-image: url('/images/biosvet/Sheet-h.png'); }
.Sheet-tc { top: 0; clip: rect(auto, auto, 17px, auto); }
.Sheet-bc { bottom: 0; clip: rect(17px, auto, auto, auto); }
.Sheet-cr,.Sheet-cl { top: 17px; bottom: 17px; width: 34px; background-image: url('/images/biosvet/Sheet-v.png'); }
.Sheet-cr { right: 0; clip: rect(auto, auto, auto, 17px); }
.Sheet-cl { left: 0; clip: rect(auto, 17px, auto, auto); }
.Sheet-cc { position: absolute; z-index: -1; top: 17px; left: 17px; right: 17px; bottom: 17px; background-color: #FFFFFF; }
.Sheet { margin-top: -13px !important; }
.PageBackgroundSimpleGradient,.PageBackgroundGradient,.PageBackgroundGlare { min-width: 1032px; }
/* end Box, Sheet */ /* begin Header */
div.Header { margin: 0 auto; position: relative; z-index: 0; width: 1006px; height: 213px; }
div.Header-jpeg { position: absolute; z-index: -1; top: 0; left: 0; width: 1006px; height: 213px; background-image: url('/images/biosvet/Header.jpg'); background-repeat: no-repeat; background-position: center center; }
div.Header-jpeg a {display:block; height: 160px; width: 400px; margin: 15px auto;}
/* end Header */ /* begin Menu */ /* menu structure */
.artmenu a,.artmenu a:link,.artmenu a:visited,.artmenu a:hover { text-align: left; text-decoration: none; outline: none; letter-spacing: normal; word-spacing: normal; }
.artmenu,.artmenu ul { margin: 0; padding: 0; border: 0; list-style-type: none; display: block; }
.artmenu li { margin: 0; padding: 0; border: 0; display: block; float: left; position: relative; z-index: 5; background: none; }
.artmenu li:hover { z-index: 10000; white-space: normal; }
.artmenu li li { float: none; }
.artmenu ul { visibility: hidden; position: absolute; z-index: 10; left: 0; top: 0; background: none; }
.artmenu li:hover>ul { visibility: visible; top: 100%; }
.artmenu li li:hover>ul { top: 0; left: 100%; }
.artmenu:after,.artmenu ul:after { content: "."; height: 0; display: block; visibility: hidden; overflow: hidden; clear: both; }
.artmenu,.artmenu ul { min-height: 0; }
.artmenu ul { background-image: url(/images/biosvet/spacer.gif); padding: 10px 30px 30px 30px; margin: -10px 0 0 -30px; }
.artmenu ul ul { padding: 30px 30px 30px 10px; margin: -30px 0 0 -10px; }
/* menu structure */
.artmenu { padding: 0px 0px 0px 0px; }
.nav { position: relative; height: 36px; z-index: 100; }
.nav .l,.nav .r { position: absolute; z-index: -1; top: 0; height: 36px; background-image: url('/images/biosvet/nav.png'); }
.nav .l { left: 0; right: 0px; }
.nav .r { right: 0; width: 1006px; clip: rect(auto, auto, auto, 1006px); }
/* end Menu */ /* begin MenuItem */
.artmenu ul li { clear: both; }
.artmenu a { position: relative; display: block; overflow: hidden; height: 36px; cursor: pointer; text-decoration: none; margin-right: 0px; margin-left: 0px; }
.artmenu a .r,.artmenu a .l { position: absolute; display: block; height: 108px; background-image: url('/images/biosvet/MenuItem.png'); }
.artmenu a .l { left: 0; right: 0px; }
.artmenu a .r { width: 400px; right: 0; clip: rect(auto, auto, auto, 400px); }
.artmenu a .t { font-family: Arial, Helvetica, Sans-Serif; font-size: 13px; font-style: normal; font-weight: bold; color: #292929; padding: 0 17px; margin: 0 0px; line-height: 36px; text-align: center; }
.artmenu a:hover .l,.artmenu a:hover .r { top: -36px; }
.artmenu li:hover>a .l,.artmenu li:hover>a .r { top: -36px; }
.artmenu li:hover a .l,.artmenu li:hover a .r { top: -36px; }
.artmenu a:hover .t { color: #242424; }
.artmenu li:hover a .t { color: #242424; }
.artmenu li:hover>a .t { color: #242424; }
.artmenu a.active .l,.artmenu a.active .r { top: -72px; }
.artmenu a.active .t { color: #080808; }
/* end MenuItem */ /* begin MenuSeparator */
.nav .separator { display: block; width: 1px; height: 36px; background-image: url('/images/biosvet/MenuSeparator.png'); }
/* end MenuSeparator */ /* begin ContentLayout */
.contentLayout { position: relative; margin-bottom: 1px; width: 1006px; }
/* end ContentLayout */ /* begin Box, Block */
.Block { position: relative; z-index: 0; margin: 0 auto; min-width: 15px; min-height: 15px; }
.Block-body { position: relative; z-index: 1; padding: 7px; }
.Block-tr,.Block-tl,.Block-br,.Block-bl,.Block-tc,.Block-bc,.Block-cr,.Block-cl { position: absolute; z-index: -1; }
.Block-tr,.Block-tl,.Block-br,.Block-bl { width: 14px; height: 14px; background-image: url('/images/biosvet/Block-s.png'); }
.Block-tl { top: 0; left: 0; clip: rect(auto, 7px, 7px, auto); }
.Block-tr { top: 0; right: 0; clip: rect(auto, auto, 7px, 7px); }
.Block-bl { bottom: 0; left: 0; clip: rect(7px, 7px, auto, auto); }
.Block-br { bottom: 0; right: 0; clip: rect(7px, auto, auto, 7px); }
.Block-tc,.Block-bc { left: 7px; right: 7px; height: 14px; background-image: url('/images/biosvet/Block-h.png'); }
.Block-tc { top: 0; clip: rect(auto, auto, 7px, auto); }
.Block-bc { bottom: 0; clip: rect(7px, auto, auto, auto); }
.Block-cr,.Block-cl { top: 7px; bottom: 7px; width: 14px; background-image: url('/images/biosvet/Block-v.png'); }
.Block-cr { right: 0; clip: rect(auto, auto, auto, 7px); }
.Block-cl { left: 0; clip: rect(auto, 7px, auto, auto); }
.Block-cc { position: absolute; z-index: -1; top: 7px; left: 7px; right: 7px; bottom: 7px; background-color: #EDEDED; }
.Block { margin: 7px; }
/* end Box, Block */ /* begin BlockHeader */
.BlockHeader { position: relative; z-index: 0; height: 30px; padding: 0 5px; margin-bottom: 7px; }
.BlockHeader .t { height: 30px; color: #000000; font-family: Arial, Helvetica, Sans-Serif; font-size: 12px; font-style: normal; font-weight: bold; white-space: nowrap; padding: 0 5px; line-height: 30px; }
.BlockHeader .t a, .BlockHeader .t a:visited { height: 30px; color: #000000; font-family: Arial, Helvetica, Sans-Serif; font-size: 12px; font-style: normal; font-weight: bold; white-space: nowrap; padding: 0 5px; line-height: 30px; text-decoration: underline; }
.BlockHeader .t a:hover { text-decoration: none; }
.BlockHeader .l,.BlockHeader .r { display: block; position: absolute; z-index: -1; height: 30px; background-image: url('/images/biosvet/BlockHeader.png'); }
.BlockHeader .l { left: 0; right: 6px; }
.BlockHeader .r { width: 1026px; right: 0; clip: rect(auto, auto, auto, 1020px); }
/* end BlockHeader */ /* begin Box, BlockContent */
.BlockContent { position: relative; z-index: 0; margin: 0 auto; min-width: 1px; min-height: 1px; }
.BlockContent-body { position: relative; z-index: 1; padding: 6px; }
.BlockContent-body { color: #5E5E5E; font-family: Arial, Helvetica, Sans-Serif; font-size: 12px; font-style: normal; font-weight: normal; }
.BlockContent-body a:link { color: #525252; font-family: Arial, Helvetica, Sans-Serif; text-decoration: underline; }
.BlockContent-body a:visited,.BlockContent-body a.visited { color: #878787; font-family: Arial, Helvetica, Sans-Serif; text-decoration: underline; }
.BlockContent-body a:hover,.BlockContent-body a.hover { color: #92C511; font-family: Arial, Helvetica, Sans-Serif; text-decoration: none; }
.BlockContent-body ul { list-style-type: none; color: #242424; margin: 0; padding: 0; }
.BlockContent-body li { font-family: Arial, Helvetica, Sans-Serif; font-size: 12px; text-decoration: none; }
.BlockContent-body ul li { padding: 0px 0 0px 13px; background-image: url('/images/biosvet/BlockContentBullets.png'); background-repeat: no-repeat; margin: 0.5em 0 0.5em 0; line-height: 1.2em; }
/* end Box, BlockContent */ /* begin Box, Post */
.Post { position: relative; z-index: 0; margin: 0 auto; min-width: 1px; min-height: 1px; }
.Post-body { position: relative; z-index: 1; padding: 10px; }
.Post { margin: 10px; }
/* Start images */
a img { border: 0; }

.metadata-icons img { border: none; vertical-align: middle; margin: 2px; }

/* Finish tables */ /* end Box, Post */ /* begin PostHeaderIcon */
.PostHeaderIcon-wrapper { text-decoration: none; margin: 0.2em 0; padding: 0; font-weight: normal; font-style: normal; letter-spacing: normal; word-spacing: normal; font-variant: normal; text-decoration: none; font-variant: normal; text-transform: none; text-align: left; text-indent: 0; line-height: inherit; font-family: Arial, Helvetica, Sans-Serif; font-size: 22px; font-style: normal; font-weight: bold; text-align: left; color: #404040; }
.PostHeaderIcon-wrapper,.PostHeaderIcon-wrapper a,.PostHeaderIcon-wrapper a:link,.PostHeaderIcon-wrapper a:visited,.PostHeaderIcon-wrapper a:hover { font-family: Arial, Helvetica, Sans-Serif; font-size: 22px; font-style: normal; font-weight: bold; text-align: left; color: #404040; }
/* end PostHeaderIcon */ /* begin PostHeader */
.PostHeader a:link { font-family: Arial, Helvetica, Sans-Serif; text-decoration: none; text-align: left; color: #4D4D4D; }
.PostHeader a:visited,.PostHeader a.visited { font-family: Arial, Helvetica, Sans-Serif; text-decoration: none; text-align: left; color: #666666; }
.PostHeader a:hover,.PostHeader a.hovered { font-family: Arial, Helvetica, Sans-Serif; text-decoration: none; text-align: left; color: #A0D813; }
/* end PostHeader */ /* begin PostContent */ /* Content Text Font & Color (Default) */
body { font-family: Arial, Helvetica, Sans-Serif; font-size: 12px; font-style: normal; font-weight: normal; color: #545454; }
.PostContent { font-family: Arial, Helvetica, Sans-Serif; font-size: 12px; font-style: normal; font-weight: normal; text-align: justify; color: #545454; }
/* Start Content link style */ /*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
a { font-family: Arial, Helvetica, Sans-Serif; text-decoration: underline; color: #757575; }
/* Adds special style to an unvisited link. */
a:link { font-family: Arial, Helvetica, Sans-Serif; text-decoration: underline; color: #757575; }
/* Adds special style to a visited link. */
a:visited,a.visited { font-family: Arial, Helvetica, Sans-Serif; text-decoration: underline; color: #3B3B3B; }
/* :hover - adds special style to an element when you mouse over it. */
a:hover,a.hover { font-family: Arial, Helvetica, Sans-Serif; text-decoration: none; color: #A0D813; }
/* Finish Content link style */ /* Resert some headings default style & links default style for links in headings*/
h1,h2,h3,h4,h5,h6,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover
h1 a:visited,h2 a:visited,h3 a:visited,h4 a:visited,h5 a:visited,h6 a:visited { font-weight: normal; font-style: normal; text-decoration: none; }
/* Start Content headings Fonts & Colors  */
h1,h1 a,h1 a:link,h1 a:visited,h1 a:hover { font-family: Arial, Helvetica, Sans-Serif; font-size: 28px; font-style: normal; font-weight: bold; text-align: left; color: #595959; }
h2,h2 a,h2 a:link,h2 a:visited,h2 a:hover { font-family: Arial, Helvetica, Sans-Serif; font-size: 22px; font-style: normal; font-weight: bold; text-align: left; color: #757575; }
h3,h3 a,h3 a:link,h3 a:visited,h3 a:hover { font-family: Arial, Helvetica, Sans-Serif; font-size: 18px; font-style: normal; font-weight: bold; text-align: left; color: #757575; }
h4,h4 a,h4 a:link,h4 a:visited,h4 a:hover { font-family: Arial, Helvetica, Sans-Serif; font-size: 16px; font-style: normal; font-weight: bold; text-align: left; color: #696969; }
h5,h5 a,h5 a:link,h5 a:visited,h5 a:hover { font-family: Arial, Helvetica, Sans-Serif; font-size: 14px; font-style: normal; font-weight: bold; text-align: left; color: #696969; }
h6,h6 a,h6 a:link,h6 a:visited,h6 a:hover { font-family: Arial, Helvetica, Sans-Serif; font-size: 14px; font-style: normal; font-weight: bold; text-align: left; color: #696969; }
/* Finish Content headings Fonts & Colors  */ /* end PostContent */ /* begin PostBullets */ /* Start Content list */
ol,ul { color: #404040; margin: 1em 0 1em 2em; padding: 0; font-family: Arial, Helvetica, Sans-Serif; font-size: 12px; }
li ol,li ul { margin: 0.5em 0 0.5em 2em; padding: 0; }
li { margin: 0.2em 0; padding: 0; }
/*ul { list-style-type: none; }*/
ol { list-style-position: inside; }
.Post li { padding: 0px 0 0px 13px; line-height: 1.2em; }
.Post ol li,.Post ul ol li { background: none; padding-left: 0; }
.Post ul li,.Post ol ul li { background-image: url('/images/biosvet/PostBullets.png'); background-repeat: no-repeat; padding-left: 13px; }
/* Finish Content list */ /* end PostBullets */ /* begin PostQuote */ /* Start blockquote */
blockquote p { color: #0F0F0F; font-family: Arial, Helvetica, Sans-Serif; font-style: italic; font-weight: normal; text-align: left; }
blockquote { border: solid 1px #BFBFBF; margin: 10px 10px 10px 50px; padding: 5px 5px 5px 41px; background-color: #DEDEDE; background-image: url('/images/biosvet/PostQuote.png'); background-position: left top; background-repeat: no-repeat; }
/* Finish blockuote */ /* end PostQuote */ 
/* begin Footer */
.Footer { position: relative; z-index: 0; overflow: hidden; width: 1006px; margin: 5px auto 0px auto; }
.Footer .Footer-inner { height: 1%; position: relative; z-index: 0; padding: 8px; text-align: center; }
.Footer .Footer-background { position: absolute; z-index: -1; background-repeat: no-repeat; background-image: url('/images/biosvet/Footer.png'); width: 1006px; height: 150px; bottom: 0; left: 0; }
.Footer .Footer-text p { margin: 0; }
.Footer .Footer-text { display: inline-block; color: #121212; font-family: Arial, Helvetica, Sans-Serif; font-size: 11px; }
.Footer .Footer-text a:link { text-decoration: none; color: #1A1A1A; font-family: Arial, Helvetica, Sans-Serif; text-decoration: underline; }
.Footer .Footer-text a:visited { text-decoration: none; color: #1A1A1A; font-family: Arial, Helvetica, Sans-Serif; text-decoration: underline; }
.Footer .Footer-text a:hover { text-decoration: none; color: #CDF26E; font-family: Arial, Helvetica, Sans-Serif; text-decoration: none; }
/* end Footer */ /* begin PageFooter */
.page-footer,.page-footer a,.page-footer a:link,.page-footer a:visited,.page-footer a:hover { font-family: Arial; font-size: 10px; letter-spacing: normal; word-spacing: normal; font-style: normal; font-weight: normal; text-decoration: underline; color: #666666; }
.page-footer { margin: 1em; text-align: center; text-decoration: none; color: #666666; }
/* end PageFooter */ /* begin LayoutCell */
.contentLayout #sidebar1 { position: relative; margin: 0; padding: 0; border: 0; float: left; overflow: hidden; width: 201px; }
/* end LayoutCell */ /* begin LayoutCell */
.contentLayout #content { position: relative; margin: 0px 10px 15px 10px; padding: 0; border: 0; float: left; overflow: hidden; width: 583px; }
/* end LayoutCell */ /* begin LayoutCell */
.contentLayout #sidebar2 { position: relative; margin: 0; padding: 0; border: 0; float: left; overflow: hidden; width: 201px; }/* end LayoutCell */


.featured-product { float:left; width: 31%; margin-right: 3%; text-align: center; }
.featured-product_img { height: 200px; margin-bottom: 5px;}
.featured-product_img img { vertical-align: middle;}
.errormessage {
	width: 50%;
	margin: 10px auto 10px auto;
    background: #facdb1 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 #b6b6b6;
    border-bottom: 2px solid #b6b6b6;
}
.infomessage {
	width: 50%;
	margin: 10px auto 10px auto;
    background: #e8f7af 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 #b6b6b6;
	border-bottom: 2px solid #b6b6b6;
} 
.even {
	background-color: #e8f7af;
}
.productsNavigation h2,
.productsNavigation h2 a,
.productsNavigation h2 a:visited{
	display: inline;
	padding: 0px 5px 0px 5px;	
	color: #c4c4c4;
	font-size: 14px;
	text-decoration: none;
}

.productsNavigation h2 a:hover{
	text-decoration: underline;
}


.productsNavigation {
	height: 16px;	
	color: #c4c4c4;
	padding: 5px 0px 10px 0px;
}
.browseproductcategory_cat {
	background-color:#FFFFFF;
	float:left;
	/*width:174px;*/
	width: 187px;
	min-height: 195px;
	_height: 195px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.browseproductcategory_cat .imgdiv {
	float:left;
	height:auto;
	min-height:115px;
	text-align: center;
	width:174px;
}
.browseproductcategory_cat .textdiv {
	color:#33B7EB;
	float:left;
	font-size:14px;
	font-weight:bold;
	height:auto;
	min-height:50px;
	padding:6px;
	text-align:center;
	width:162px;
}
.web_store {
	font-size: 18px;
	line-height: 23px;
}


.container_input {
	width: 50px;
}
/*** Popup ***/

.thumbnail{
	position: relative;
	z-index: 0;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}

.thumbnail span{
	position: absolute;
	/*background-color: #FBF5AA;*/
	background-color: #7ec0e3;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	width: 330px;
}

.thumbnail span img{
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span{ /*Povecana pozicija*/
	visibility: visible;
	top: 100;
	left: 10px; /*position where enlarged image should offset horizontally */
}


/* end ContentLayout */ /* begin Box, Block */
.BlockBPC { position: relative; z-index: 0; margin: 0 auto; min-width: 15px; min-height: 15px; float: left;}
.BlockBPC-body { position: relative; z-index: 1; padding: 7px 0px; }
.BlockBPC-tr,.BlockBPC-tl,.BlockBPC-br,.BlockBPC-bl,.BlockBPC-tc,.BlockBPC-bc,.BlockBPC-cr,.BlockBPC-cl { position: absolute; z-index: -1; }
.BlockBPC-tr,.BlockBPC-tl,.BlockBPC-br,.BlockBPC-bl { width: 14px; height: 14px; background-image: url('/images/biosvet/Block-s.png'); }
.BlockBPC-tl { top: 0; left: 0; clip: rect(auto, 7px, 7px, auto); }
.BlockBPC-tr { top: 0; right: 0; clip: rect(auto, auto, 7px, 7px); }
.BlockBPC-bl { bottom: 0; left: 0; clip: rect(7px, 7px, auto, auto); }
.BlockBPC-br { bottom: 0; right: 0; clip: rect(7px, auto, auto, 7px); }
.BlockBPC-tc,.BlockBPC-bc { left: 7px; right: 7px; height: 14px; background-image: url('/images/biosvet/Block-h.png'); }
.BlockBPC-tc { top: 0; clip: rect(auto, auto, 7px, auto); }
.BlockBPC-bc { bottom: 0; clip: rect(7px, auto, auto, auto); }
.BlockBPC-cr,.BlockBPC-cl { top: 7px; bottom: 7px; width: 14px; background-image: url('/images/biosvet/Block-v.png'); }
.BlockBPC-cr { right: 0; clip: rect(auto, auto, auto, 7px); }
.BlockBPC-cl { left: 0; clip: rect(auto, 7px, auto, auto); }
.BlockBPC-cc { position: absolute; z-index: -1; top: 7px; left: 7px; right: 7px; bottom: 7px; background-color: #EDEDED; }
/*.BlockBPC { margin: 7px; }*/
/* end Box, Block */ /* begin BlockHeader */
.BlockBPCHeader { position: relative; z-index: 0; height: 30px; padding: 0 5px; margin-bottom: 7px; }
.BlockBPCHeader .t { height: 30px; color: #000000; font-family: Arial, Helvetica, Sans-Serif; font-size: 12px; font-style: normal; font-weight: bold; white-space: nowrap; padding: 0 5px; line-height: 30px; }
.BlockBPCHeader .l,.BlockBPCHeader .r { display: block; position: absolute; z-index: -1; height: 30px; background-image: url('/images/biosvet/BlockHeader.png'); }
.BlockBPCHeader .l { left: 0; right: 6px; }
.BlockBPCHeader .r { width: 1026px; right: 0; clip: rect(auto, auto, auto, 1020px); }
/* end BlockHeader */ /* begin Box, BlockContent */
.BlockBPCContent { position: relative; z-index: 0; margin: 0 auto; min-width: 1px; min-height: 1px; }
.BlockBPCContent-body { position: relative; z-index: 1; padding: 6px; }
.BlockBPCContent-body { color: #5E5E5E; font-family: Arial, Helvetica, Sans-Serif; font-size: 12px; font-style: normal; font-weight: normal; }
.BlockBPCContent-body a:link { color: #525252; font-family: Arial, Helvetica, Sans-Serif; text-decoration: underline; }
.BlockBPCContent-body a:visited,.BlockBPCContent-body a.visited { color: #878787; font-family: Arial, Helvetica, Sans-Serif; text-decoration: underline; }
.BlockBPCContent-body a:hover,.BlockBPCContent-body a.hover { color: #92C511; font-family: Arial, Helvetica, Sans-Serif; text-decoration: none; }
.BlockBPCContent-body ul { list-style-type: none; color: #242424; margin: 0; padding: 0; }
.BlockBPCContent-body li { font-family: Arial, Helvetica, Sans-Serif; font-size: 12px; text-decoration: none; }
.BlockBPCContent-body ul li { padding: 0px 0 0px 13px; background-image: url('/images/biosvet/BlockContentBullets.png'); background-repeat: no-repeat; margin: 0.5em 0 0.5em 0; line-height: 1.2em; }
/* end Box, BlockContent */ /* begin Box, Post */


