
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* 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;
}

/* Import Google Font API */

@import url(http://fonts.googleapis.com/css?family=Reenie+Beanie|Tangerine|Molengo|Cantarell);

/* Global Styles #EBEBEB */

body 								   {background:#FFFFFF url(/images/project/body-bg.jpg) repeat; font:normal normal normal 10px arial, verdana, helvetica, sans-serif; line-height:2.4em; color:#000000;}
a:focus, a:active, -moz-focus-inner    {outline:none;}
input[type="submit"]::-moz-focus-inner, 
input[type="button"]::-moz-focus-inner {border : 0px;}
input[type="submit"]:focus, 
input[type="button"]:focus 			   {outline:none;}

p {font-size:1.4em; line-height:1.8em; color:#333; }
a {color:#0169c9; text-decoration:none;}
a:hover {text-decoration:underline; color:#0169c9; cursor:pointer;}

/* Headings - Breadcrumbs */

h1 					 		 {color:#511407; font-size:2.8em; line-height: 1.1em;}
h2 	   						 {color:#444; font-size:1.8em; margin:1.8em 0 0.5em;}
h2.top 						 {margin:0 0 0.5em;}
h4	   						 {color:#222; font-size:1.4em; margin:1.8em 0 0.5em;}
h4.top 						 {margin:0;}

#breadcrumb-nav 			 {margin-bottom:50px;}
#breadcrumb-nav ul li 		 {float:left; list-style-type:none;}
#breadcrumb-nav.center ul    {display:table-cell; text-align:center; width:978px;}
#breadcrumb-nav.center ul li {float:none;}
h2.breadcrumb-link { margin: 0;color:#511407;font-size:2.8em; line-height: 1.1em}
h2.breadcrumb-link a,h2.breadcrumb-link a:visited {color:#888888; background:transparent url(/images/project/breadcrumb-arrow.png) no-repeat 100% 50%; padding-right:30px; margin-right:20px;}
h2.breadcrumb-link a:hover 	 {color:#0169c9;}


/* Header */

#header 									   {margin-bottom:30px;}

#logo a   									   {display:block; width:978px; height: 50px; text-decoration:none;text-align: center;margin-bottom: 20px;}
#logo h1									   {height:50px;text-align: center;display: inline;}
#logo a span									{display: none;}

#select_language ul 						   {right:0px; text-align:right; height:16px; padding-top:5px;}
#select_language ul li 						   {display:inline; margin-left:5px;}

#global_navigation 							   {width:100%; height:75px; background:transparent url(/images/project/globalnav-bg.png) repeat-x;}
#global_navigation ul 						   {padding-top:1px; list-style:none; margin:0 auto; text-align:center; width: 978px;}
#global_navigation ul li					   {display:block; float:left; list-style:none; margin:0; padding:0;display: inline;}
#global_navigation ul li a  				   {text-decoration:none; color:#fab10b; cursor:pointer; font:900 14px/60px Arial; height:61px; display:block; float:left; margin-left:60px; vertical-align:middle;display: inline;}
#global_navigation ul li a span 			   {display:block; width:20px; height:20px; margin-top:20px;}
#global_navigation ul li a.first 			   {margin-left:0px;}
#global_navigation ul li a span.home 		   {background:transparent url(/images/project/home.png) top left; margin-left:0px;}
#global_navigation ul li a:hover span.home, 
#global_navigation ul li a.current span.home   {background-position: bottom left;}
#global_navigation ul li a span.search		   {background:transparent url(/images/project/home.png) top right;}
#global_navigation ul li a:hover span.search, 
#global_navigation ul li a.current span.search {background-position: bottom right;}
#global_navigation ul li a:hover 			   {color:#FFF;}
#global_navigation ul li a.current 			   {background:url(/images/project/current.png) no-repeat 50% 50px; color:#FFF;}


/* Footer */

#footer 					 {border-top:1px solid #888888; padding-top:10px; position:relative; margin-top:25px; margin-bottom:20px;}
#footer p 					 {font-size:1.2em;}
#footer .quicklinks ul 		 {margin-bottom:15px;}
#footer .quicklinks a 		 {color:#666;}
#footer .quicklinks a.mailto {text-decoration:underline; color:#0169c9;}
#footer .quicklinks a:hover  {color:#0169c9;}
#footer .design 			 {text-align:center; padding:10px 0 20px;}


/* Content */

#content {margin-bottom:45px;}

/* Index */

#billboard {width:962px; height:432px; border:1px solid #d6d6d6; background-color:#FFF; padding:7px; margin-bottom:25px;position: relative; display: inline-block; }
#portfolio-sidebar {width:190px; height: 432px; float: left;}
#portfolio-sidebar a {height:78px; display:block; padding:30px 40px 0 40px; text-align:center; color:#000;line-height:24px;font-size:20px; color:#000;}
#portfolio-sidebar a.category1 {background:#fbba00;}
#portfolio-sidebar a.category2 {background:#a05580;}
#portfolio-sidebar a.category3 {background:#598daa;}
#portfolio-sidebar a.category4 {background:#809247;}

/*
#portfolio-sidebar {width:190px; height: 432px; position: absolute; top: 7px; left: 7px;}
#portfolio-sidebar a {height:78px; display:block; padding:30px 40px 0 40px; text-align:center; color:#000;line-height:24px;font-size:20px; color:#000;}
#portfolio-sidebar a.category1 {background:#fbba00;}
#portfolio-sidebar a.category2 {background:#a05580;padding:40px 40px 0 40px;height:68px;}
#portfolio-sidebar a.category3 {background:#598daa;}
#portfolio-sidebar a.category4 {background:#809247;}
*/
/*
.nivoSlider{position:relative;}
.nivoSlider img{position:absolute;top:0;left:0;}
.nivoSlider a.nivo-imageLink{position:absolute;top:0;left:0;width:100%;height:100%;border:0;z-index:60;display:none;margin:0;padding:0;}
.nivo-slice{display:block;position:absolute;z-index:50;height:100%;}
.nivo-caption{position:absolute;left:0;bottom:0;background:#000;color:#fff;opacity:0.8;width:100%;z-index:89;}
.nivo-caption p{margin:0;padding:5px;}
.nivo-caption a{display:inline!important;}
.nivo-html-caption{display:none;}
.nivo-directionNav a{position:absolute;top:45%;z-index:99;cursor:pointer;}
.nivo-prevNav{left:0;}
.nivo-nextNav{right:0;}
.nivo-controlNav a{position:relative;z-index:99;cursor:pointer;}
.nivo-controlNav a.active{font-weight:700;}
/*
#slider{position:absolute; top:0; left:190px; width:772px; height:432px;overflow: hidden; }
#slider img {display:none; z-index:1;}
#slider a{border:0;display:block;z-index: 355; }
.nivo-controlNav{position:relative; left:634px; top:408px;z-index: 350}
.nivo-controlNav a{display:block;width:10px;height:10px;background:url(/images/project/index-dots.png) no-repeat;text-indent:-9999px;border:0;margin-right:8px;float:left; z-index:151;}
.nivo-controlNav a:hover {background-position:0 -10px;}
.nivo-controlNav a.active{background:url(/images/project/index-dots.png) no-repeat 0 -20px;}
.nivo-directionNav a{display:block;width:12px;height:18px;background:url(/images/project/index-arrow.png) no-repeat;text-indent:-9999px;border:0; top:404px; z-index:152;}
a.nivo-nextNav{right:15px; background-position:right top;}
a.nivo-nextNav:active{background-position:right bottom;}
a.nivo-prevNav{left:612px;}
a.nivo-prevNav:active {background-position:left bottom;}
.nivo-caption a{text-decoration:underline;display:block;}

.nivo-controlNav{float: left;}
.nivo-controlNav a{display:block;width:10px;height:10px;background:url(/images/project/index-dots.png) no-repeat;text-indent:-9999px;border:0;margin-right:8px;float:left; z-index:151;}
.nivo-controlNav a:hover {background-position:0 -10px;}
.nivo-controlNav a.active{background:url(/images/project/index-dots.png) no-repeat 0 -20px;}
.nivo-directionNav a{display:block;width:12px;height:18px;background:url(/images/project/index-arrow.png) no-repeat;text-indent:-9999px;border:0; top:404px; z-index:152;}
a.nivo-nextNav{right:15px; background-position:right top;}
a.nivo-nextNav:active{background-position:right bottom;}
a.nivo-prevNav{left:612px;}
a.nivo-prevNav:active {background-position:left bottom;}
.nivo-caption a{text-decoration:underline;display:block;}

#navigation {width:250px; height:36px; z-index:150; position:absolute; top:396px; right: 0; background:#f0a513; display:inline;}
#toggle-text {display:block; width:18px; height:18px; background:url(/images/project/plus-minus.png) no-repeat left bottom; margin:9px 0 0 15px;}
*/

/*MOJ PREFUK FP*/
.mainContentsNav {width:250px; height:36px; z-index:150; position:absolute; top:396px; right: 0; background:#f0a513; float: left;display: inline;}
.mainContentsHref {float: left; z-index: 151;display: inline;}
#toggle-text {display:block; width:18px; height:18px; background:url(/images/project/plus-minus.png) no-repeat left bottom; margin:9px 0 0 15px;}
.mainContentsHrefs {float: left; text-align: center;width: 150px;z-index: 151;display: inline;margin: 9px 0 0 67px;}
.mainContentsHrefs a{display:block;width:10px;height:10px;background:url(/images/project/index-dots.png) no-repeat 0 0;text-indent:-9999px;border:0;margin:4px 8px 0 0;float:left; z-index:151;overflow: hidden;}
.mainContentsHrefs a:hover {display:block;width:10px;height:10px;background:url(/images/project/index-dots.png) no-repeat 0 -10px;}
.mainContentsHrefs a.active{display:block;width:10px;height:10px;background:url(/images/project/index-dots.png) no-repeat 0 -20px;}
.mainContentsHrefs a.arrow {display:block;width:12px;height:18px;text-indent:-9999px;border:0;}
a.nextNav{background:url(/images/project/index-arrow.png) no-repeat right top;margin: 0;}
a.nextNav:hover, a.nextNav:active {background:url(/images/project/index-arrow.png) no-repeat right bottom;}
a.prevNav{background:url(/images/project/index-arrow.png) no-repeat left top;margin: 0 8px 0 0;}
a.prevNav:hover, a.prevNav:active {background:url(/images/project/index-arrow.png) no-repeat left bottom;}

/*
.news-sidebar {width:220px; height:366px; position:absolute; background:url(/images/project/index-sidebar-bg.png) repeat; display:block; padding:15px;top: 0; right: 0;}
*/
.news-sidebar {width:220px; height:366px; position:absolute; background:url(/images/project/index-sidebar-bg.png) repeat; display:block; padding:15px;top: 0; right: 0;z-index:150;}

/*
.news-sidebar {width:220px; height:373px; z-index:160; position:absolute; background:url(/images/project/index-sidebar-bg.png) repeat; display:block; padding:15px;top: 7px; right: 7px;}
*/
.news-sidebar h1 {font-family:'Georgia'; font-size:28px; font-weight:100; margin-bottom:20px; line-height:1.2em;color:#980101;}
.news-sidebar h1 a,
.news-sidebar h1 a:visited {font-family:'Georgia'; font-size:28px; font-weight:100; color:#980101;}
.news-sidebar p {color:#333;z-index:200;}
/*.news-sidebar h1[rel='0'], .news-sidebar p[rel='0'] {display: block;z-index:200;}
.news-description {z-index:200;}*/

#promotions	  {width:978px;}
#promotions a {float:left; width:210px; height:118px; display:block; padding:7px; background:#FFF; margin-right:25px; border:1px solid #d6d6d6;display: inline;}
#promotions a:hover {background:#fab10b;}
#promotions a img {width:210px; height:118px;}
#promotions a.position1 {}
#promotions a.position2 {}
#promotions a.position3 {}
#promotions a.position4 {margin-right:0 !important; margin-left:-1px !important;}

/* Portfolio & Portfolio-Category */

.img-container-items 		 {}
.pdf-container-items		{margin-top: 20px; text-align: center; display: inline;}
.pdf-container-items a, .pdf-container-items a:visited	  {background:url(/images/project/button-main-catalogue.png) no-repeat left top; display:block; height:54px; width:317px; cursor:pointer; border:none; margin-left: 330px;}
.pdf-container-items a:active {background-position:left bottom;}

.img-container-item {float:left; width:243px; min-height:170px; text-align:center; padding-top:13px;display: inline;}
.img-container-item:hover img {background:#FAB10B; cursor:pointer;}
.img-container-items img {width:210px; padding:7px; background:white; border:1px solid #d6d6d6;}
.img-container-items img:hover {background:#FAB10B;}
.img-container-items h3	 {padding-top:4px;}
.img-container-items h3 a, .img-container-items h3 a:visited {font-size:1.6em; font-weight:600; color:#333;text-decoration: none;}
.img-container-items h3 a:hover {text-decoration: none;}





/* Portfolio-Category-Product */
/*
#product-head {margin:15px 0 20px 0; padding-bottom:5px; background:url(../img/line.png) repeat-x left 54px;} 
#product-head h1 {color:#000000;} 
#product-head p.category-name {color:#333333;} 
#product-head.links {} 
#product-head a {float:right; display:block; height:36px; text-decoration:none; margin:24px 0 0 30px; font-size:14px; color:#333333;} 
#product-head a:hover {color:#0169c9; text-decoration:underline;} 
#product-head a.current {background:url(../img/yellow-dot.png) no-repeat 50% 100%; color:#333; font-weight:900; text-decoration:none;} 
#product-head a.action {display:block; width:100px; height:26px; background:url(../img/action.png) no-repeat; text-align:center; color:#FFF; margin-top:18px !important; margin-right:12px; font-weight:900;} 
#product-head a.action:active {background-position:0 -26px;}

*/
#product-head 				  {margin:15px 0 20px 0; padding-bottom:5px; background:url(/images/project/line.png) repeat-x left 54px;width: 978px;display: inline;}
#product-head h1 			  {color:#000000;}
#product-head p.category-name {color:#333333;}
#product-head.links			  {}
#product-head a				  {float:right; display:block; height:36px; text-decoration:none; margin:24px 0 0 30px; font-size:14px; color:#333333;}
#product-head a:hover		  {color:#0169c9; text-decoration:underline;}
#product-head a.current		  {background:url(/images/project/yellow-dot.png) no-repeat 50% 100%; color:#333; font-weight:900; text-decoration:none;}
#product-head a.action		  {display:inline; width:100px; height:26px; background:url(/images/project/action.png) no-repeat; text-align:center; color:#FFF; margin-top:18px !important; margin:18px 12px 0 0; font-weight:900;}
#product-head a.action:active {background-position:0 -26px;}

.promotion {display: inline;}

#product-description a		  {font-size:14px;}
.dealers-button 			  {height:26px !important; width:133px; margin-top:16px !important; background:url(/images/project/button-dealers.png) no-repeat left top;}
.dealers-button:active 		  {background-position:left bottom;}
.catalogue-button			  {display:block; height:54px !important; width:281px; margin-top:25px !important; background:url(/images/project/button-catalogue.png) no-repeat left top;}
.catalogue-button:active	  {background-position:left bottom;}
.support-button				  {display:block; height:75px !important; width:281px; margin-top:40px !important; background:url(/images/project/button-support.png) no-repeat left top;}
.support-button:active		  {background-position: left bottom;}

#gallery					  {position: relative;float: left;width: 642px}
#gallery img				  {background:#FFF; border:1px solid #d6d6d6;}
#gallery .rap				  { float: left;height:352px; width: 642px }
#gallery .rap img			  {padding:7px; margin-left:25px; width:600px; height:338px;}
#gallery ul 				  {padding-left: 7px; float: left; width: 635px;}
#gallery ul li 				  {float:left; margin:18px 0 0 18px;display: inline;}
#gallery ul li a img		  {padding:5px;}
#gallery ul a				  {display:block; text-align:center; text-decoration:none; cursor:pointer; }
#gallery ul li:hover a img, 
#gallery ul li.current a img  {background:#fab10b;}

.partslist-image 			  {margin-top:15px;}


/* Support */

#support-container   	 {}
a.trigger 			 	 {text-decoration:none; padding:0; margin:0; height:69px; width:808px; font-weight:normal; float:left; background:url(/images/project/orange-bg.png) repeat; border:1px solid silver; border-bottom:none; display:block;}
a.last				 	 {border-bottom:1px solid silver;}
a.trigger span 		 	 {display:block; height:16px; width:16px; background:url(/images/project/plus-minus.gif) no-repeat -16px 0; margin:26px 0 0 774px;}
a.trigger:hover span 	 {background-position:0 0;}
a.active:hover span  	 {background-position:0 -16px;}
a.trigger h2		 	 {display:block; float:left; line-height:70px !important; margin:0px !important; height:69px; width:729px; padding-left:79px; background:url(/images/project/support-buttons.png) no-repeat;}
a.trigger h2.one 	 	 {background-position:0 0;}
a.trigger h2.two 	 	 {background-position:0 -69px;}
a.trigger h2.three	 	 {background-position:0 -138px;}
a.trigger h2.four    	 {background-position:0 -207px;}
a.trigger h2.five 	 	 {background-position:0 -276px;}
a.trigger h2.six		 {background-position:0 -345px;}
a.active 			 	 {background:none; border-bottom:none;}
a.active h2 		 	 {color:#511407;}
.toggle_container 	 	 {margin:0; overflow:hidden; width:808px; clear:both; border-left:1px solid silver; border-right:1px solid silver;}
.toggle_container .block {padding: 0px 20px 20px 79px;}
.toggle_container .last  {border-bottom:1px solid silver;}
.toggle_container .fancybox-image 		{background:#FFF; border:1px solid #d6d6d6; padding:5px; margin:8px 0 8px 16px; width:124px; height:70px;}
.toggle_container .fancybox-image:hover {background:#fab10b;}
.toggle_container img.left				{margin-left:0;}
.warrenty-button 		 {display:block; width:388px; height:54px; background:url(/images/project/button-warranty.png) no-repeat; margin:30px 0 30px 0;}
.warrenty-button:active  {background-position:0 -54px;}

/* Blog */

.post 										{margin-bottom: 20px;}
.post-category-date 						{float:left; width:90px; text-align:right;}
.post-category 								{border-bottom:1px solid #50504F; font-size:14px; font-weight:900; margin-top:2px; color:#511407;}
.post-date 									{color:#511407; font-family:Georgia; font-size:15px; font-weight:100; margin-top:-10px;}
.day 										{font-size:29px; font-weight:900;}
.month 										{font-size:17px; margin-top:-14px;}
.post-category-date p a.numofcomments 		{font-size:10px !important; font-weight:900 !important; color:#444;}
.post-category-date p a.numofcomments:hover {color:#0169c9; cursor:pointer;}

.post-content 								{margin-left:120px; display:block;}
.post-content p 							{color:#444;}
.post-content h2.top 						{margin-top:0;}
.post-content h2 							{margin-bottom:0px; margin-top:30px; font-size:20px; color:#222; line-height:30px;}
.post-content h2 a 							{font-size:20px; color:#222; line-height:30px;}
.post-content h2 a:hover 					{color:#0169c9; cursor:pointer;}

.blog-sidebar 								{display:block; margin-left:20px; padding:10px; text-align:left; color:#222; margin-bottom:35px; background:url(/images/project/orange-bg.png) repeat; border:1px solid silver;}
.blog-sidebar p 							{padding-left:20px; display:block; margin-top:10px; line-height:16px;}
.blog-sidebar p a 							{color:#333;}
.blog-sidebar p.name 						{font-weight:900; border-bottom:1px solid #50504F; margin-top:2px; padding:0 0 5px 0 !important; font-size:16px;}
.blog-sidebar p.current a 					{color:#511407; font-weight:900; background:url(/images/project/yellow-dot.png) no-repeat left 50%; margin-left:-20px; padding-left:20px;}
.blog-sidebar p a:hover 					{color:#0169c9;}

.post-content .blog-image 					{background:#FFF; border:1px solid #d6d6d6; padding:7px; max-width:590px; margin:5px 0 15px;}
.post-content .fancybox-image 				{background:#FFF; border:1px solid #d6d6d6; padding:5px; margin:8px 0 8px 16px; width:124px; height:70px;}
.post-content .fancybox-image:hover 		{background:#fab10b;}
.post-content img.left 						{margin-left:0;}

.post-content h3 							{font-size:16px; color:#444; line-height:30px; margin:1.8em 0 0.3em;}
.post-content h4 							{font-size:12px; color:#444; line-height:30px; margin:1.8em 0 0.3em;}

#backtonews-button							{display:block; margin:0 0 0 120px; float:left; width:120px; height:26px; background:url(/images/project/button-backtonews.png) no-repeat left top;}
#backtonews-button:active					{background-position:left bottom;}
#addcomment-button							{display:block; width:120px; height:26px; background:url(/images/project/button-addcomment.png) no-repeat left top;}
#addcomment-button:active					{background-position:left bottom;}

#comment-container h2 						{color:#511407; font-size:24px; margin-left:120px; margin-bottom:0; padding-bottom:10px; display:block; width:606px; border-bottom:1px solid #50504F; margin-top:80px;}
.commentlist		  						{margin:0; padding:0; margin-bottom:20px; float:left; width:100%;}
.commentlist ol li	  						{width:100%; clear:both; float:left; padding:0; list-style-type:none; position:relative;}
.gravatar			  						{width:90px; float:left; display:block; text-align:right; margin-right:30px; padding-top:10px;}
.gravatar img		  						{display:block; margin:0 0 5px 42px; height:48px; width:48px;}
.gravatar p.date	  						{font-weight:900; font-size:12px !important;}
.gravatar p.time	  						{font-size:12px !important;}
.comment-content	  						{float:left; width:606px; border-bottom:1px solid silver; min-height:115px; padding:10px 0 15px;}
.author				  						{font-weight:900; font-size:1.6em; font-style:normal; line-height:1.6em; margin:0; color:#222;}

#comment-reposnd 							{margin-left:120px;}
#comment-reposnd h2 						{color:#511407; font-size:24px; margin:20px 0 10px; padding-bottom:10px; display:block; width:606px;}
#comment-reposnd form 						{background:url(/images/project/orange-bg.png) repeat; padding:20px; border:1px solid silver; width:562px;}
#comment-reposnd form label				  	{font-weight:900; width:284px; color:#444; font-size:14px; margin:1.8px 0 0.5em;}
#comment-reposnd form input 				{margin-bottom:10px; width:284px; height:18px; font-size:12px;}
#comment-reposnd form textarea 				{font-family:Arial; font-size:14px; width:558px; height:146px; overflow:auto;}
#comment-reposnd form input[type="submit"]  {background:url(/images/project/button-addcomment.png) no-repeat left top; display:block; height:26px; width:120px; cursor:pointer; border:none; margin-top:10px; float:right;}
#comment-reposnd form input[type="submit"]:active {background-position:left bottom;}


/* About */

#about-sidebar						 {width:278px; border:1px solid silver; background:url(/images/project/orange-bg.png) repeat; margin:-3px 0 0 6px; padding:5px 10px 10px 10px;}
#about-sidebar h2					 {margin:30px 20px 15px 0;}
#about-sidebar h2.top				 {margin-top:0;}
#about-sidebar p					 {margin: -3px 0 0 30px; color:#333;}
#about-sidebar p .text				 {width:230px; height:18px; font-size:12px; padding-left:5px;}

#about-sidebar .fancybox-image 		 {background:#FFF; border:1px solid #d6d6d6; padding:5px; margin:8px 0 8px 16px; width:97px; height:55px;}
#about-sidebar .fancybox-image:hover {background:#fab10b;}
#about-sidebar img.left   			 {margin-left:32px;}
.fancybox-image-content				 {border:1px solid #d6d6d6; background:#FFF; padding:8px; margin:7px 0 15px 0;}
.fancybox-image-content:hover        {background:#fab10b;}


/* Contact */

#contact 				  {border:1px solid silver; background:url(/images/project/orange-bg.png) repeat; padding:20px;}
#contactform 			  {width:290px; float:left; position:relative;}
#contactform label 		  {font-weight:900; width:284px; color:#444; font-size:14px; margin:1.8px 0 0.5em;}
#contactform label.formerror 		  {color: red;}
#contactform input 		  {margin-bottom:10px; width:284px; height:18px; font-size:12px;}
#contactform textarea 	  {font-family:Arial; font-size:14px; width:284px; height:146px; overflow:auto;}
#contactform #send 		  {background:url(/images/project/button-potrdi.png) no-repeat left top; display:block; height:26px; width:60px; cursor:pointer; border:none; margin-top:10px; float:right;}
#contactform #send:active {background-position:left bottom;}

.contact-sidebar 		  {padding-left:330px; width:284;}
.contact-sidebar h2		  {margin:30px 20px 15px 0; font-size:16px;}
.contact-sidebar h2.top	  {margin-top:0;}
.contact-sidebar p		  {margin: -3px 0 0 30px; color:#333;}
.contact-sidebar p .text  {width:230px; height:18px; font-size:12px; padding-left:5px;}

#send-result 			  {text-align:center;}


/* Site Search */

#search-form 		  	   {width:100%; background:url(/images/project/orange-bg.png) repeat; border:1px solid #d6d6d6;}
#search-form fieldset 	   {padding:15px 15px 15px 15px;}
#search-input 		  	   {float:left; color:#000; background:#FFF url(/images/project/search.png) no-repeat 6px 50%; font-size:24px; line-height:34px; height:34px; outline:thick 3none; padding-left:38px; width:486px;}
#search-submit 		       {background:url(/images/project/button-search.png) no-repeat left top; display:block; height:40px; width:82px; cursor:pointer; border:none;}
#search-submit:active 	   {background-position:left bottom;}

#search-result-number 	   {margin-top:20px; width:100%; text-align:center; font-weight:900;}
.search-result 			   {padding-left:15px;}
.search-result a h2        {margin:20px 0 0 0 !important; color:#0169c9;}
.search-result a:hover h2  {text-decoration:underline;}
.search-result p 		   {line-height:22px;}
.search-result .link 	   {font-size:12px; color:#339900; margin-top:0px !important;} 
.search-result .link:hover {color:#0169c9; text-decoration:underline;}


/* Grid */

.container, .cms_container {width:978px; margin:0 auto;}
.cms_container a, .cms_container a:visited { margin-right: 10px; }
	
.grid1, .grid2, .grid3, .grid4, .grid5, .grid6, .grid7, .grid8, .grid9, .grid10, .grid11 {float:left; margin-left:30px;display: inline;}

.grid1    {width:54px;}
.grid2    {width:138px;}
.grid3    {width:222px;}
.grid4    {width:306px;}
.grid5    {width:390px;}
.grid6    {width:474px;}
.grid7    {width:558px;}
.grid8    {width:642px;}
.grid9 	  {width:726px;}
.grid10   {width:810px;}
.grid11   {width:894px;}

.grid12   {float:left; margin-left:0; clear:left;}
.first    {margin-left:0; clear:left;}

.prefix1  {padding-left:84px;}
.prefix2  {padding-left:168px;}
.prefix3  {padding-left:252px;}
.prefix4  {padding-left:336px;}
.prefix5  {padding-left:420px;}
.prefix6  {padding-left:504px;}
.prefix7  {padding-left:588px;}
.prefix8  {padding-left:672px;}
.prefix9  {padding-left:756px;}
.prefix10 {padding-left:840px;}
.prefix11 {padding-left:924px;}

.suffix1  {padding-right:84px;}
.suffix2  {padding-right:168px;}
.suffix3  {padding-right:252px;}
.suffix4  {padding-right:336px;}
.suffix5  {padding-right:420px;}
.suffix6  {padding-right:504px;}
.suffix7  {padding-right:588px;}
.suffix8  {padding-right:672px;}
.suffix9  {padding-right:756px;}
.suffix10 {padding-right:840px;}
.suffix11 {padding-right:924px;}


/* Clear Floated Elements */

.clear           {clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0;}
.clearfix:after  {clear:both; content:' '; display:block; font-size:0; line-height:0; visibility:hidden; width:0; height:0;}
.clearfix        {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix        {display: block;}

.saloonLineCont {float:left;width: 978px; }
.saloonMainDiv { float:left; margin: 40px 40px 0 0; font-size: 14px; color: #333; font-weight: normal; width: 214px;}
.saloonMainDiv h3 { font-size: 14px; color: #511407; font-weight: bold;}
.saloonMainDiv a, saloonMainDiv a:visited {color:#0169c9;text-decoration: none;}
.saloonMainDiv a:hover {text-decoration: underline;}
.grayline {width: 100%;background-color:#888888;height: 1px;display: block; }

.fp_main {width: 772px;height: 432px;overflow: hidden;position: relative;float: left;}
.fp_main .belt {left:0;position:absolute;top:0;}
.fpa_featured_products_container_navigation {
height:30px;
padding:0;
position:absolute;
right:7px;
bottom: -7px;
text-align: center;
width:250px;
z-index:1000;
}

.fp_main .panel {
float:left;
height:432px;
overflow:hidden;
width:772px;
}


.fl2 {
	text-decoration: none;
	color: #333333;
}

.fl1:hover {
	text-decoration: none;
}

a.flag { position: relative; }
a.flag span.overlay_light {
    position: absolute;
    width: 100%;
    top: -2px; bottom: -2px;
    background-image: url(/images/mesh.png);
}






.hidden {display: none;}
/* =================== MAIN COLUMN STYLES ======================= */

.pageslist {
	font-weight: bold;
}

.pageslist a {
	font-weight: bold;
	text-decoration: none;
}

/* =================== END MAIN COLUMN STYLES ======================= */


/* =================== STYLES MISC ======================= */

#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;
}

.clear {
	clear: both;
}

.resetstyles {
	margin: 0px;
	padding: 0px;
	border: none;
	line-height: 1em;
}
/* =================== 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;
}

.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;
}



/* =================== 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;
}

.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: 2px;
	width: 200px;
	font-size: 12px;
}
select.formfield {
	width: 206px; /* 200+2*2 padding +2border */
	padding: 1px 2px;
}
.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;
}

/* =================== END FORM ELEMENTS ======================= */

.bak2top {
	width: 100px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background-color: #19A1D0;

	padding: 3px;
	background-image: url(/images/go-up.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.bak2top a{
	color: #FFFFFF;
}

.bak2top a:hover{
	color: #000000;
}

.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;
}

.search_result {
	margin-bottom: 10px;
}
.search_result h3 {
	margin:0 0 3px 0;
}

/* =================== Gallery scollable ======================= */
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);		
}
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;
}
#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;
}


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;
} 	

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.3 (04/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('/js/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('/js/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('/js/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('/js/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('/js/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('/js/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('/js/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('/js/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('/js/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('/js/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('/js/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('/js/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('/js/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('/js/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('/js/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('/js/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('/js/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }



