body 
{
   margin: 0px;
   font-family: Trebuchet MS, Arial, sans-serif;
   font-size: 12px;
   color: #515D6B;
   height: 100%;
   width: 100%;
}

div.inner {
	   line-height: 1.5em;
}
input, select {
	border-color:#4477AA;
//	border-width: 1px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}

b,strong {
	font-weight: bold;
	}

div
{
   font-family: Trebuchet MS, Arial, sans-serif;
   font-size: 12px;
   line-height: 17px;
   color: #515D6B;
}

div.categoriesContent * {
	line-height: 13px;
}

.title
{
   font-weight: bold;
   font-size: 13px;
}

h1.title {
	font-size: 20px;
	margin-bottom: 20pt;
}

div.titlebar
{
   font-weight: bold;
   padding: 2px 0px 2px 8px;
   background-color: #DCE4EB;
   border-bottom: 1px solid #CCD4DB;
}

a {
	color: #47a;
}

a.center {
	display: block;
	text-align: center;
	margin: 2px 0px;
	}


td.sixty {
	width: 571px;
}

td.forty {
	width: 220px;

}

td.double {
	width: 941px;
}

table#ctt {
	width: 100%;
	border: 10px solid white;
}

table#ctt td {
}

#ctt td.content {
	width: 380px;
}


table#ctt td.gray {
	position: relative;
	min-width: 20px;
	width: 50%;
}

table#ctt td.gray i  {
	width: 100%;
	height: 34px;
	display: block;
	padding: 0px;
	min-height: 10px;
	
}

table#ctt td.left i {
	background: url("../images/boxes/gray.png") no-repeat top right white;
	top: 0px;
}
table#ctt td.gray.left {
	background: url("../images/boxes/gray.png") no-repeat bottom right;
	vertical-align: top;
	bottom: 0px;
}

table#ctt td.gray.left.bottom {
	background: url("../images/boxes/gray.png") no-repeat top right;
}

table#ctt td.gray.right.bottom {
	background: url("../images/boxes/gray.png") no-repeat top left;
}

table#ctt td.gray.right {
	background: url("../images/boxes/gray.png") no-repeat bottom left;
	vertical-align: top;
	bottom: 0px;
}

table#ctt td.right i {
	background: url("../images/boxes/gray.png") no-repeat top left white;
	top: 0px;
	bottom: 0px;
}



/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/

div.blue {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:990px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 xxmargin-bottom:0.5em; /* spacing under dialog */
 height: 100%;
 display: block;
}

div.blue .bct,
div.blue .t,
div.blue .b,
div.blue .b div {
 background:transparent url(../images/boxes/blue.png) no-repeat top right;
}

div.blue .bct {
 position:relative;
 zoom:1;
 padding:0px 12px 0px 0px;
}

div.forty  {
	width: 248px;
}
div.sixty {
	width: 660px;
}
	

div.blue .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height: 100%;
 xmin-height: 200px;
 background-position:top left;
}

div.blue .b {
 /* bottom */
 position:relative;
 width:100%;
}

div.blue .b,
div.blue .b div {
 height:20px; /* height of bottom cap/shade */
 font-size:1px;
}

div.blue .b {
 background-position:bottom right;
}

div.blue .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

div.blue .hd,
div.blue .bd,
div.blue .ft {
 position:relative;
}

div.blue .inner {
 /* extra content protector - preventing vertical overflow (past background) */
 xposition:static;
 max-height:1200px;
 padding: 12px 0px 0px 0px;
 overflow:hidden;  /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

div.blue h1,
div.blue p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

div.blue h1 {
 padding-bottom:0px;
}

#topcontainer {
	position: relative;
	z-index: 100;
	background: url(../images/top.jpg) no-repeat 0px 0px;
}


ul#menu a, ul#menu a:VISITED   {
	color: #47a;
	font-weight: bold
}

ul#menu a:HOVER {
	color: #128;
}

ul#menu {
	position: absolute;
	top: 90px;
	left: 430px;
	padding: 4px 15px 5px 15px;
	background: url(../images/wbg.png) transparent;
	font-size: 13px;
	font-weight: bold;
}

ul#menu li a{
	text-decoration: none;
	display: inline;
}


ul#menu li {
 display: block;
 float: left;
 margin-left: 1em;
 position: relative;
 padding: 2px;
}


ul#menu li ul li {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	width: 100%;
}

ul#menu li ul {
	display: block;
	float: none;
	position: absolute;
	top: 16px;
	left: -16px;
	z-index: 1000;
	width: 200px;
	background: url(../images/wbg.png) transparent;
	border: 1px solid white;
	border-top: 0px;
	padding-bottom: 1em;
}


ul#menu li ul {
	display: none;
}

#menu li:hover ul ul, ul#menu li:hover ul ul ul, ul#menu li:hover ul ul ul ul {
	display: none;
}

#menu li:hover ul, #menu ul li:hover ul, #menu ul ul li:hover ul {
	display: block;
}

#menu li ul li  {
    z-index: 1020;
    postion: relative;
}

#menu li ul li a {
	position: relative;
	z-index: 1010;
}

#menu li ul li ul{
    postion: relative;
    background: white;
    left: 170px;
    top: -10px;
    z-index: 1030;
}	

#menu li.last-child ul li ul{
	left: -200px;
}

#menu li ul li ul li {
	z-index: 1030;
	position: relative;
}

/* front page */

#newsbox {
	height: 165px;
}

#newslist {
	height: 100%;
	overflow: auto;
	float: left;
	width: 100%;
	}
	
#newspreview {
	display: none;
	float: left;
	height: 100%;
	width: 250px;
	overflow: auto;
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #47a;
	position: relative;
}		

#newspreviewtitle {
	font-size: 14pt;
	font-weight: bold;
	min-height: 2em;
	margin-bottom: 1em;
}

#newspreviewteaser {
	font-size: 11pt;
	min-height: 3em;
	margin-bottom: 1em;
}

#newspreviewdate {
	bottom: 10px;
	position: absolute;
}
#newslist .teaser {
	display: none;
}

#newslist .title {
	float: left;
	width: 69%;
	margin-bottom: 10px;
}

#newslist .date {
	float: right;
	width: 30%;
}

#newslist .story {
	clear: both;
}

#fotostoriesbox {
	overflow: hidden;
	height: 165px;
}

#fotolist {
	text-align: right;
	height: 165px;
	overflow: auto;
}

.fotostory {
	clear: both;
}

#fotolist .fotostory a.title {
	display:block;
}

#fotolist .fotostory a.img {
	float: left;
	margin: 5px 5px 5px 0px;
}

div.vertscroll {
	padding: 0px;
	margin: 0px;
	}

a.vertscroll {
	display: block;
	clear: both;
	height: 15px;
	padding: 5px;
	width: 50px;
	margin: 0px auto;
}
a.vertscroll.up {
	background: url(../images/up.png) transparent no-repeat top center;
}
a.vertscroll.down {
	background: url(../images/down.png) transparent no-repeat bottom center;
}

div.vertscrollcontainer {
	overflow: hidden;
	position: relative;
} 	

div.vertscrollcontainerinner {
	position: relative;
} 	

#fotopreview {
	display: none;
	float: left;
	height: 100%;
	width: 190px;
	overflow: hidden;
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #47a;
	position: relative;
}		

#fotopreview a {
	display: block;
	margin-bottom: 5px;
}	

#shopcategories a {
	display: block;
	margin-bottom: 5px;
	padding-bottom: 2px;
	font-size: 12px;
	font-weight: bold;
	}
	
#gallerylist a , #gallerylistsp  a{
	display: block;
	font-size: 13px;
}

#gallerylist .gallery, #gallerylistsp .gallery  {
	display: block;
	float: left;
	width: 130px;
	height: 90px;
	padding: 1px 20px;
	}

	
#gallerylist .gallery a, #gallerylistsp .gallery a, #gallerylistsp .gallery div.p *, #gallerylist .gallery div.p *{
	text-align: center;
}

#gallerylist .gallery a.title {
	margin-top: 2px;
}

#gallerysingle .element {
	float: left;
	margin: 15px 30px;
}

#gallerysingle .gallery {
	max-height: 510px;
	overflow: auto;
}

#gallerypreview  h1.title {
	font-size: 14px;
	}

.boxtitle {
	position: absolute;
	top: 7px;
	color: #5894c8;
	letter-spacing: 0.1em;
	//font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
	
}

#gallerypreview {
	display: none;
	float: left;
	width: 350px;
	height: 165px;
	margin-right: 1em;
	padding-right: 3em;
	background: url(../images/barrowrtol.jpg) center right transparent no-repeat;
	//position: relative;
}


.gallery .element {
		padding: 5px 0px;
		}
		
.gallery img, .fotostory img {
	padding: 1px;
	border: 1px solid #4477AA;
	background-color: #eee;
}
		
#ad {
	position: absolute;
	top:-3px;
	left: -3px;
	border:1px solid white;
	width: 569px;
	height: 265px;
	z-index: 50;
}		

#adoverlay {
	position: absolute;
	top: 0px;
	left:0px;
	width: 569px;
	height: 265px;
	background: url(../images/admask.png) transparent no-repeat top left;
	z-index: 70;
	cursor: pointer;
}	

#adcontent {
	position: absolute;
	top: 1px;
	left:1px;
	width: 567px;
	height: 263px;
	background: #333;
	z-index: 60;
	overflow: hidden;
}

#adcontent .ad {
	width: 567px;
	height: 263px;
	padding: 20px 20px;
	background-position: center;
	position: relative;
}

#adcontent .ad h1{
	position: absolute;
	color: white;
	background: #444;
	font-weight: bolder;
	font-size: 16px;
	padding: 3px 5px 4px 5px;
	display: block;
	text-shadow: black 1px 1px 3px;
}

#adcontent .ad h1 a {
	color: white;
	text-decoration: none;
}

#adcontent .ad div.p{
	position: absolute;
	bottom: 55px;
	color: white;
	background: #444;
	font-weight: bold;
	padding: 3px 5px;
	line-height: 1.2em;
	max-width: 420px;
}

.adbt {
	width: 5px;
	height: 5px;
	background-color: #47a;
	border: 5px groove gray;
	float: left;
	margin: 5px;
	display: block;
	}
	
.adbtcontainer {
	position: static;
	margin: 18px 5px ;
	float: right;
	margin-right: 20px;
	margin-top: 15px;
	height: 20px;
}	

#footer .l {
	float: left;
	width: 300px;
}
#footer .r {
	float: right;
	width: 500px;
	text-align: right;
}

table .productListing {
	width: 620px;
}

table .productListing  tr {
	height: auto;
}


table .productListing tr td {
	width: 300px;
	line-height: 1.5em;
}


table .productListing tr td + td {
	width: auto;
}

table .productListing tr td + td + td {
	width: 100px;
}

table .productListing tr td img {
	margin: 2px;
	}

 .productListing-odd {
	background-color: #eee;
}

.productListingHeading {
	padding-bottom: 4px;
}

.productListingContainer {
	clear: both;
	overflow-y: auto;
	height: 745px;
	margin-bottom: 5px;
}

#TB_window .tbred {
	color: red;
	font-size: 140%;
	margin: 20px;
	}
	

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

.chapter {
	clear: both;
}


.fotostory *, .page * {
	font-size: 14px;
}

img.photo {
	margin: 2px;
}

.fotostory .description, .page .description {
	margin: 10px 0 15px 0;
	padding-bottom: 4px;
	border: 1px solid #6fa2dc;
	border-width: 1px 0px 1px 0px;
	font-style: italic;	
}

.fotostory .description * {
	font-style: italic;	
}

.chaptersel {
	float: right;
	margin-right: 30px;
}

.chaptersel a {
	width: 16px;
	height: 16px;
	display: block;
	float: left;
	}
.chaptersel span {
	float: left;
	margin-right: 5px;
}
.chaptersel .c1 {
	background: url(../images/c1.png) no-repeat top left;
}
.chaptersel .c2{
	background: url(../images/c2.png) no-repeat top left;
}
.chaptersel .c3 {
	background: url(../images/c3.png) no-repeat top left;
}
.chaptersel .c4 {
	background: url(../images/c4.png) no-repeat top left;
}
.chaptersel .c5 {
	background: url(../images/c5.png) no-repeat top left;
}
.chaptersel .c6 {
	background: url(../images/c6.png) no-repeat top left;
}
.chaptersel .c7 {
	background: url(../images/c7.png) no-repeat top left;
}
.chaptersel .c8 {
	background: url(../images/c8.png) no-repeat top left;
}
.chaptersel .c9 {
	background: url(../images/c9.png) no-repeat top left;
}
.chaptersel .c10 {
	background: url(../images/c10.png) no-repeat top left;
}

.chapterbodypos {
	max-height: 310px;
	overflow: hidden;
}
	

.chapterphotospos {
	position: absolute;
	bottom: 0px;
	max-height: 120px;
	overflow: auto;
	max-width: 540px;
	}
	
	
.chapter li {
	margin-left: 2em;
	list-style: disc;
	}
	


/* shop only customizations */

.bheader {
	font-weight: bold;
	margin: 0 0 4px 0;
	font-size: 14px;
}

.pageHeading {
	font-weight: bold;
	font-size: 12px;
}

.pageHeadingImg {
	float: left;
	margin: 0 5px 5px 0;
}

div.catItem {
	margin-top: 4px;
	margin-bottom: 4px;
}

.lev1 {
	padding-left: 5px;
}
.lev2 {
	margin-left: 10px;
}
.lev3 {
	margin-left: 15px;
}
.lev4 {
	margin-left: 20px;
}
.lev5 {
	margin-left: 25px;
}

.categoriesContent {
	overflow: auto;
	height: 340px;
	max-height: 350px;
}

.categoriesContent a {
	text-decoration: none;
}

.categoryListing {
	overflow: auto;
	height: 730px;
	max-height: 730px;
}

.slab {
	position: absolute;
	z-index: 2000;
	background: yellow;
	border: orange 1px solid;
}	

.fpcategory {
	display: block;
	float: left;
	width: 157px;
	height: 135px;
	padding: 5px 0 0 5px;
	overflow: hidden;
	}
	
.dummyfp {
	display: none;
}

h1.fphead {
	clear: both;
	}	
	
.fpcategory .image {
	background-position: center top;
	background-repeat: no-repeat;
	width: 157px;
	height: 139px;
	position: absolute;
}

.fpcategory .image .mask {
	position: absolute;
	background: url(../images/layout/pmask1.png) center no-repeat;
	width: 157px;
	height: 139px;
}

.fpcategory .name {
	position: absolute;
	background: #559cc6;
	margin: 0px 0 0 6px;
	width: 144px;
	padding: 2px 2px;
	color: white;
	font-weight: bold;
	top: 5px;
}


.fpgroup-cooling {
	display: block;
	float: left;
	width: 310px;
	padding: 5px 0 0 5px;
	height: 139px;
}

.fpgroup-cooling .fpcategory  {
	display: block;
	float: none;
	width: auto;
	height: auto;
	margin: 0 0 4px 158px;
	background: url(../images/layout/barr.gif) no-repeat top left;
	padding-left: 15px;
	
}
.fpgroup-cooling b {
	position: absolute;
	width: 157px;
	height: 139px;
}

.fpgroup-cooling b {
	background: url(../images/layout/chlodnictwo.jpg);
}



.fpgroup-cooling i{
	position: absolute;
	background: url(../images/layout/pmask1.png) center no-repeat;
	width: 157px;
	height: 139px;
	z-index: 3;
}

.fpgroup-cooling h1, .fpgroup-cooling .fpcategory {
	position: relative;
	z-index: 2;
}
.fpgroup-cooling h1 {
	font-size: 12px;
	color: white;
	font-weight: normal;
	width: 144px;
	height: 14px;
	background: #559CC6 none repeat scroll 0 0;
	left: 7px;
	top: 1px;
	padding: 2px;
}

#primary {
	position: absolute;
	z-index: 100;
	right: 40px;
	top: 10px;
}

#primary li {
	display: block;
	float: left;
	margin: 5px;
}

#primary li a {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

#primary li a img {
	position: relative;
	top: -3px;
	vertical-align: top;
	margin-right: 2px;
}

.subtotal {
	text-align: right;
	padding-right: 22px;
	font-size: 14px;
}
	
.scrollable {
	overflow-y: auto;
	}
	
.productModel {
		font-size: 16px;
		float: left;
		margin-right: 20px;
		}
.productPrice {
		font-size: 16px;
		}
	
div.blue h1.productName	{
		margin-bottom: 9px;
		}
		
		
ul,li,p,dl,dt,dd {
			margin: 3px 0px;
			}
			
.boxText * {
				line-height: 1.6em;
				}
				
 td.boxText {
	    text-align: inherit;
		}

#breadcrumb {
			position: absolute;
			font-size: 13px;
			font-weight: bold;
			padding: 2px;
			z-index: 1200;
			top: 178px;
			left: 11px;
			background: transparent url(../images/wbg.png) repeat scroll 0 0;
			}
#breadcrumb  a{		
			font-weight: bold;
			text-decoration: none;
			}
