#block-content{
	float:left;
    width:995px;
	 margin-left:5px;
	background: url('../_img/page/bg_content.jpg') repeat-x top left;
	padding-top:18px;
}
#navigation-details{
    clear:left;
    width:242px;
    float:left;
	 border-right:1px solid #CCCCCC;
	 margin-right:30px;
}

#content{
    float:left;
    width:722px;
	 padding:0;
	 margin:0;
}
#content ul, #content ul li{
	background:none;
}

#content img{
border:none;
}
#morephoto{
	border:1px solid #cecece;
	float:left;
}

#path{
	font-size:0.8em;
}

.cena,h3{
	color:#CC0000;
	font-size:18px;
}
select{
	font-size:0.8em;
}

.help{
	font-size:0.8em;
}
.help input{
	font-size:0.8em;
	vertical-align:middle;
}


#navigation-details h3{
	padding-left:30px;
	font-size:14px;
	color:black;
	background:url('http://www.heatpol.com.pl/heatpol/templates/akowinterportal/images/arrow.gif') no-repeat 5px center;

}

#twojemenu{
	padding-left:20px;
	font-size:1.2em;
	color:black;
}
#twojemenu a{
	color:black;
}



/* FORMS */

form{

}
fieldset{
	border:0;
	margin:0;
	padding:0;
}
legend{
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
	color:#CC3333;
	display:none;
}
label{
	font-size:10px;
}
select{
	width:160px;
}

#fSearch fieldset{
	width:161px;
	float:left;
	padding-left:10px;
/*	background-color:orange; */
	padding-bottom:20px;
}
#fSearch legend{
	padding-top:5px;
	padding-bottom:5px;
	color:#CC3333;
}
#fSearch label{
	font-weight:normal;
	display:block;
	width:50px;
	text-align:right;
	padding-right:5px;
	float:left;
	line-height:18px;
}
#fSearch input{
	width:100px;
	float:left;
	margin-bottom:3px;
	border:1px solid #6E6E6E;
}
#fSearchAll{
	
}
#fSearchAll fieldset{
	width:518px;
	float:left;
/*	background-color:orange;*/
	line-height:26px;
}
#fSearchAll label{
	font-size:11px;
	width:240px;
	display:block;
	float:left;

}
#fSearchAll legend{
	display:none;
}
/* END FORMS */








.menu1{
	padding:0;margin:0;
	list-style:none;
		float:left;
		clear:left;
	width:242px;
}
.menu1 li{
	list-style:none;
	background:none;
		float:left;
		clear:left;
	width:242px;
}
.menu1 li a{
	display:block;
	height:21px;
	line-height:21px;
	background-color:#F4F4F4;
	font-weight:bold;
	padding-left:35px;
	border-bottom:1px solid #D1D1D1;
	border-top:1px solid white;
	color:black;
	background: url('../_img/page/bg_menu1.jpg') no-repeat top left;
}
.menu1 li a:hover{
	text-decoration:underline;
}
.menu2{
padding:0;margin:0;
	list-style:none;
	float:left;
		clear:left;
	width:242px;
}
.menu2 li{
	list-style:none;
	background:none;
		float:left;
		clear:left;
	width:242px;
}
.menu2 li a{
	border:0;
	font-weight:normal;
	background: url('../_img/page/bg_menu2.jpg') no-repeat top left;
}
.menu2 li a:hover{
	border:0;
	text-decoration:underline;
}

.menu3{
	list-style:none;
	padding:0;
	margin:0;
	float:left;
		clear:left;
	width:242px;
}
.menu3 li{
	list-style:none;
	background:none;
		float:left;
		clear:left;
	width:242px;
}
.menu3 li a{
	background: url('../_img/page/bg_menu3.jpg') no-repeat top left;
	border:0;
}
.menu3 li a:hover{
	border:0;
	text-decoration:underline;
}
.menu4{
	list-style:none;
	padding:0;margin:0;
	clear:left;
		float:left;
	width:242px;
}
.menu4 li{
	list-style:none;
	background:none;
		float:left;
		clear:left;
	width:242px;
}
.menu4 li a{
	background: transparent;
	border:0;
}
.menu4 li a:hover{
	text-decoration:underline;
	color:red;
}


#first{
	
	background: url('../_img/page/bg_first.jpg') no-repeat top right;
	
}
















/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* Skin */
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 0px;
	 margin-top:5px;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0 0 0 0px;
    min-width: 84px; /* be nice to Opera */
	list-style:none;
}
.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0 13px;
    background: url('../_img/page/tab.png') no-repeat;
}
.tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #27537a;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav .tabs-selected a {
    color: #000;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 100% -150px;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 100% -100px;
}
.tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 7px;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -50px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container{
	width:680px;
	border-top:1px solid #B8B8B8;
	border-left:1px solid #B8B8B8;
	border-bottom:1px solid #B8B8B8;
	border-right:1px solid #B8B8B8;
	padding:13px;
	padding-right:0;

}


.content-spec, .content-spec2{
    width:272px;
    margin-top:10px;
	 margin-bottom:5px;
}
.content-spec{ border:1px solid #CCCCCC; width:290px;}
.content-spec2{
	width:555px;
}
.content-spec tr.gray{
}
.content-spec td{
    width:50%;
    padding:3px;
    padding-left:5px;
    color:black;
	 vertical-align:top;
	 border-bottom:1px solid #D1D1D1;
	 border-top:1px solid #FFFFFF;
    background-color:#F4F4F4;
	 font-size:10px;
}

#cart{
	border-bottom:1px solid #CCCCCC;
	width:240px;
	padding:5px 0 10px 10px;margin-bottom:25px;
	font-size:11px;
}

















/* global */
#cluetip-close img {
  border: 0;
}
#cluetip-title {
  overflow: hidden;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(wait.gif);
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}
/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */

.cluetip-default {
  background-color: #d9d9c2;
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #d9d9c2;
}
.cluetip-default h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 4px;
  font-size: 1.1em;
  font-weight: normal;
  background-color: #87876a;
  color: #fff;
}
.cluetip-default #cluetip-title a {
  color: #d9d9c2;
  font-size: 0.95em;
}  
.cluetip-default #cluetip-inner {
  padding: 10px;
}
.cluetip-default div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* default arrows */

.clue-right-default .cluetip-arrows {
  background-image: url(images/darrowleft.gif);
}
.clue-left-default .cluetip-arrows {
  background-image: url(images/darrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-default .cluetip-arrows {
  background-image: url(images/darrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-default .cluetip-arrows {
  background-image: url(images/darrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'jtip'
-------------------------------------- */
.cluetip-jtip {
  background-color: transparent;
}
.cluetip-jtip #cluetip-outer {
  border: 2px solid #ccc;
  position: relative;
  background-color: #fff;
}

.cluetip-jtip h3#cluetip-title {
  margin: 0 0 5px;
  padding: 2px 5px;
  font-size: 16px;
  font-weight: normal;
  background-color: #ccc;
  color: #333;
}

.cluetip-jtip #cluetip-inner {
  padding: 0 5px 5px;
  display: inline-block;
}
.cluetip-jtip div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* jtip arrows */

.clue-right-jtip .cluetip-arrows {
  background-image: url(images/arrowleft.gif);
}
.clue-left-jtip .cluetip-arrows {
  background-image: url(images/arrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-jtip .cluetip-arrows {
  background-image: url(images/arrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-jtip .cluetip-arrows {
  background-image: url(images/arrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'rounded'
-------------------------------------- */

.cluetip-rounded {
  background: transparent url(images/bl.gif) no-repeat 0 100%;
  margin-top: 10px;
  margin-left: 12px;
}

.cluetip-rounded #cluetip-outer {
  background: transparent url(images/tl.gif) no-repeat 0 0;
  margin-top: -12px;
}

.cluetip-rounded #cluetip-title {
  background-color: transparent;
  padding: 12px 12px 0;
  margin: 0 -12px 0 0;
  position: relative;
}
.cluetip-rounded #cluetip-extra {
  position: absolute;
  display: block;
  background: transparent url(images/tr.gif) no-repeat 100% 0;
  top: 0;
  right: 0;
  width: 12px;
  height: 30px;
  margin: -12px -12px 0 0;
}
.cluetip-rounded #cluetip-inner {
  background: url(images/br.gif) no-repeat 100% 100%;
  padding: 5px 12px 12px;
  margin: -18px -12px 0 0;
  position: relative;
}

.cluetip-rounded div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #009;
  background: transparent;
}
.cluetip-rounded div#cluetip-close a {
  color: #777;
}

/* rounded arrows */

.clue-right-rounded .cluetip-arrows {
  background-image: url(images/rarrowleft.gif);
}
.clue-left-rounded .cluetip-arrows {
  background-image: url(images/rarrowright.gif);
  left: 100%;
  margin-left: 12px;
}
.clue-top-rounded .cluetip-arrows {
  background-image: url(images/rarrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-rounded .cluetip-arrows {
  background-image: url(images/rarrowup.gif);
  top: -23px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}



/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
  zoom: 1;
}
