/* CSS: style.css */
h1, h2, h3, h4, pre, body, html {
	margin:0;
	padding:0;
	}

a img, :link img, :visited img { border:none; }
ul { }


/**********************************************/
/* HEADINGS */
h1, h2, h3 { margin-bottom: 3px;
         line-height: 1.5em;
         font-family: Arial;
         font-weight: normal; }
h4, h5, h6 { margin-bottom:3px;
                 line-height:1.5em;
                 font-family:Tahoma; }
h1 { font-size:18px; color: #65B7E6; font-weight: bold; }
h2 { font-size:14px; color: #65B7E6; font-weight: bold; }
h3 { font-size:12px; color: #65B7E6; font-weight: bold; }
h4 { font: bold 14px Tahoma; color: #BF001F; }
h5 { font-weight:normal; font-size:1em; }

td {
	font-family: Tahoma;
	font-weight: normal;
	font-size: 11px;
	color: #000;
}

div{
	font-family: Tahoma;
    font-weight: normal;
    font-size: 11px;
    color: #000;
}

/**********************************************/

/* CSS Document */
/* About: Contains all the IDS elements for the structure of the site and other IDS */

/******************************************************
			CONTENT BOXES
******************************************************/

html,body{ 
	height: 100%;
	text-align: center;
}

body{
	margin: 0;
	padding: 0;
	background: #f8c400;
}

#a1{
	position: relative;
	margin: auto;
	width: 830px;
}

html>body #a1{ 
	height: auto;
}

#bgTop{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 149px;
	background: url( ../../../../graphics/bgTop.gif ) repeat-x;
}

/******************************************************
			SECONDARY BOXES
******************************************************/

#bgRight{
	position: absolute;
	top: 149px;
	right: 0;
	width: 15px;
	height: 481px;
	background: url( ../../../../graphics/bgRight.gif ) no-repeat;
}

#bgLeft{
	position: absolute;
	bottom: 26px;
	left: 0;
	width: 15px;
	height: 398px;
	background: url( ../../../../graphics/bgLeft.gif ) no-repeat;
}

#banerTop{
	width: 830px;
	height: 149px;
	position: absolute;
	top: 0;
	left: 0;
	background: url( ../../../../graphics/bgBanerTop.gif ) no-repeat;
	z-index: 1;
}

#wyszukiwarka{
	position: absolute;
	top: 68px;
	right: 0px;
	width: 280px;
}

#content{
	width: 800px;
	padding: 107px 15px 0 15px;
	background: url( ../../../../graphics/bgContent.gif ) 12px 0 repeat-y;
}

#conteiner{
	position: relative;
	z-index: 100;
	width: 800px;
}

#b1{
	float: left;
	width: 209px;
}

#b2{
	float: left;
	width: 591px;
}

#baner{
	height: 266px;
}

#menu{
	margin: 3px 5px 0 5px;
	width: 581px;
	background: #65B7E6;
}

#menu ul{
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
	clear: both;
}

#menu ul li{
	display: block;
	float: left;
	padding: 13px 13px 13px 13px;
}

.liLine{
	padding: 0 1px 0 1px !important;
	background: url( ../../../../graphics/liLine.gif ) 0 8px no-repeat;
	height: 33px;
}

#article{
	width: 555px;
	overflow: hidden;
	margin: 22px 0 0 25px;
	text-align: left;
	min-height: 200px;
	height: auto !important;
}

#bgNaj{
	margin: 0 0 0 8px;
	background: #F7F7F7 url( ../../../../graphics/bgNajTop.gif ) no-repeat;
	text-align: left;
	padding: 45px 0 0 18px;
}

#bgNajBottom{
	margin: 0 0 0 8px;
	background: url( ../../../../graphics/bgNajBottom.gif ) no-repeat;
	width: 201px;
	height: 22px;
}

#bgNaj ul{
	margin: 0;
	padding: 10px 0 10px 0;
	list-style: none;
}

#bgNaj ul li{
	background: url( ../../../../graphics/bgLi.gif ) 0 3px no-repeat;
	padding: 0 0 10px 15px;
}

#footer{
	background: url( ../../../../graphics/bgFooter.gif ) no-repeat;
	width: 830px;
	height: 59px;
	text-align: left;
}


.ProductImage{
	border: 2px solid #65B7E6 !important;
	float: left;
}

.productDescription{
	border-top: 1px solid #65B7E6;
	border-bottom: 1px solid #65B7E6;
	text-align: justify;
	padding: 20px 30px 20px 30px;
	margin: 20px 20px 0 20px;
}

.col01{
	float: left;
	width: 170px;
}

.col02{
	float: left;
	padding: 0 0 0 20px;
	width: 140px
}

.col03{
	float: left;
	padding: 0 0 0 10px;
	width: 100px;
}

.col04{
	float: left;
	padding: 0 0 0 10px;
}

.clear01{
	clear: both;
	border-bottom: 1px solid #65B7E6;
	padding: 0 0 5px 0;
	margin: 0 20px 0 20px;
}	

.materialUl{
	padding: 0;
	margin: 0;
	list-style: none;
}

.materialUl li{
	background: url( ../../../../graphics/bgLi.gif ) 0 4px no-repeat;
	padding: 0 0 8px 15px;
	color: #55A1CC;
}

/******************************************************
			SECONDARY BOXES
******************************************************/

/******************************************************
			FONT
******************************************************/

.col02,.col03,.col04{
	font-weight: bold;
	font-size: 10px;
}

.font_bold{
	font-weight: bold;
}

.font11_white_bold{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #FFF;
}

.font8{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 8px;
}

.font9{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 9px;
}

.font11_red_bold{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #ff0000;
}

.font11_bold_black{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #000;
}

.font11_bold_red{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #FF0000;
}

.font10{
	font-family: Tahoma;
    font-weight: normal;
    font-size: 10px;
}

.font10_bold{
	font-family: Tahoma;
    font-weight: bold;
    font-size: 10px;
}

.font11{
	font-family: Tahoma;
    font-weight: normal;
    font-size: 11px;
}

.font11_bold{
	font-family: Tahoma;
    font-weight: bold;
    font-size: 11px;
}

.font11_red_bold{
	font-family: Tahoma;
    font-weight: bold;
    font-size: 11px;
    color: #FF0000;
}

.font_stronicowanie{
	font-family: Tahoma;
    font-weight: bold;
    font-size: 11px;
    color: #000;
    text-decoration: none;
}

#menu ul li{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}

#bgNaj ul li{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 11px;
	color: #55A1CC;
	text-decoration: none;
}

#footer a{
	display: block;
	padding: 32px 0 0 42px;
}

/******************************************************
			LINK
******************************************************/

a{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #5398BF;
	text-decoration: none;
}

a:hover{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #5398BF;
	text-decoration: underline;
}

.link_bold_10{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 10px;
	color: #000;
	text-decoration: none;
}

.link_bold_10:hover{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 10px;
	color: #000;
	text-decoration: none;
}

.link10{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 10px;
	color: #C40008;
	text-decoration: none;
}

.link10:hover{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 10px;
	color: #C40008;
	text-decoration: underline;
}

.link11_more{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 10px;
	color: #C40008;
	text-decoration: none;
}

.link11_more:hover{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 10px;
	color: #C40008;
	text-decoration: underline;
}

.link11_blue{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 11px;
	color: #1c5679;
	text-decoration: none;
}

.link11_blue:hover{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #1c5679;
	text-decoration: none;
}

.link_stronicowanie{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #15689a;
	text-decoration: none;
}

.link_stronicowanie:hover{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #15689a;
	text-decoration: underline;
}

.link12{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}

.link12:hover{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #0b4678;
	text-decoration: none;
}

#menu ul li a{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}

#menu ul li a:hover{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #F7CE2C;
	text-decoration: none;
}

#bgNaj ul li a{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 11px;
	color: #55A1CC;
	text-decoration: none;
}

#bgNaj ul li a:hover{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 11px;
	color: #55A1CC;
	text-decoration: underline;
}

#footer a{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 9px;
	color: #65B7E6;
	letter-spacing: 1px;
	text-decoration: none;
}

#footer a:hover{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 9px;
	color: #65B7E6;
	letter-spacing: 1px;
	text-decoration: none;
}



/******************************************************
			FORM
******************************************************/

fieldset.contact {
	border: 0 !important;
	width: 250px !important;
	padding: 0;
	text-align: left;
}

fieldset.zamawiam {
	border: 0 !important;
	width: 250px !important;
	padding: 0 0 0 120px;
	text-align: left;
}

fieldset.search {
	border: 0 !important;
	width: 484px !important;
	width: 454px;
	padding: 10px 0 0 60px;
	text-align: center;
}

fieldset.search01 {
	border: 0 !important;
	width: 484px !important;
	padding: 10px 0 0 150px;
	text-align: center;
}

html>body fieldset.search{ 
	height: auto;
}


fieldset.formShopp {
	border: 0 !important;
	width: 253px !important;
	padding: 10px 0 10px 0;
	text-align: left;
}

div.form {
	overflow: hidden;
	margin-bottom: 0.5em;
	clear: both;
}

.label{
	display: block;
	float: left;
	text-align: left;
	padding: 2px 4px 0 0;
	font-weight: normal;
	width: 80px;
}

.labelSearch{
	display: block;
	float: left;
	text-align: center;
	padding: 20px 4px 6px 0;
	font-weight: normal;
	width: 200px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #000;
}


label{
	display: block;
	float: left;
	text-align: right;
	padding: 2px 4px 0 0;
	font-weight: normal;
	width: 120px;
}


input.text,
textarea {
	float: left;
	border: 1px solid #7F9DB9;
	background-color: #FFF;
	color: #000;
	font-family: Tahoma;
	font-size: 11px;
}

input.text_search {
	border: 0;
	background: url( ../../../../graphics/bgSearchInput.gif ) no-repeat;
	width: 153px;
	height: 19px;
	padding: 6px 20px 0 10px;
	color: #E2B301;
	font-family: Tahoma;
	font-size: 11px;
}

.form10{
	border: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 10px;
    background: none;
    color: #7F9DB9;
}

.form10_select{
	border: 1px solid black;
	height: 18px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 10px;
    background: #003765;
    color: #FFF;
}

.select{
	width: 200px;
	border: 1px solid #7F9DB9;
	font-family: Tahoma;
    font-weight: normal;
    font-size: 12px;
    background: #fff;
    color: #7F9DB9;
}

.inputShopp{
	width: 25px;
	border: 0;
	background: #FFF;
	text-align: right;
	padding-right: 2px;
	font-size: 9px !important;
}

form{
	margin: 0;
}

.searchMain{
	border: 0;
	background: none;
	width: 70px;
	color: #E2B301;
	font-size: 10px;
}

.searchButton{
	border: 0;
	background: none;
	cursor: pointer;
}