* CSS: style.css */
h1, h2, h3, h4, pre, body, html {
	margin:0;
	padding:0;
	}

p{
	margin-top: 0;
	padding-top: 0;
}
	
a img, :link img, :visited img { border:none; }
ul { }

a{
	outline:none;
}

/**********************************************/

/* CSS Document */
/* About: Contains all the IDS elements for the structure of the site and other IDS */

/******************************************************
			CONTENT BOXES
******************************************************/
#total
{
	background:url(graphics/line.gif) no-repeat;
	padding-top:10px;
	text-align:right;
	padding-right:10px;
}

.b_product strong
{
	color:#e8821f;
}

.b_product{
	background:url(graphics/square_orange.gif) 7px 4px no-repeat;
	padding-left:25px;
	padding-bottom:10px;
	font-size:10px;
	color:#9f9f9f;
}

#basket
{
	width:200px;
	padding-right:20px;
	padding-top:10px;
	font-size:11px;
	float:right;
	text-align:right;
}

.cennik
{
	width:50%;
	border:1px solid grey;
}

.cennik td
{
	width:200px;
	text-align:right;
}

#basket input
{
	font-weight:bold;
	font-size:11px;
	background:none;
	border:1px solid #000;
	width:30px;
	height:12px;
	text-align:right;
}

.attr
{
	width:174px;
	float:left;

}

.attr select
{
	width:174px;
	border:1px solid #000;
	font-size:10px;
	padding:2px;
}

html,body{ 
	font-family: Tahoma;
    font-weight: normal;
    font-size: 11px;
    color: #000;
	text-align:justify;
	background:#f6f6f6 url(graphics/banner.jpg) top center no-repeat;	
	margin:0px;
}

#contener
{
	width:900px;
	margin:auto;
}

.dot
{
	background:url(graphics/home_bg.gif) center repeat-y;
}

#banner
{
	height:385px;
}

#menu
{
	background:#d1d1d1;
	height:20px;
	text-align:center;
	padding-top:6px;
}

#menu a
{
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#1c3d87;
}

#menu a:hover,#menu a.active
{
	color:#000;
}

#left
{
	width:190px;
	float:left;
	padding-left:20px;
	padding-right:15px;
}

#right
{
	float:right;
	width:210px;
}

#content_border,#content
{
	width:412px;
	
	float:left;
	padding-left:20px;
	padding-right:20px;
}

#content
{
	border:none;
}


.input
{
	background:url(graphics/input.gif) no-repeat;
	width:179px;
	height:15px;
	border:none;
	font-size:11px;
	padding:3px 5px 0px 5px;
}

#logowanie a
{
	color:#3e77b4;
	font-family:Tahoma;
	font-size:11px;
	text-decoration:none;
	display:block;
	background:url(graphics/square.gif) 0px 4px no-repeat;
	padding-left:10px;
	float:left;
}

.line_h
{
	border-bottom:1px dotted #9f9f9f;
	height:1px;
	width:100%;
	padding-top:20px;
}

.title
{
	font-size:20px;
	color:#000;

	background:url(graphics/arrow_black.gif) 0px 3px no-repeat;
	padding-left:30px;
	padding-bottom:20px;
}

.product_thumb{
	width:95px;
	height:65px;
	overflow:hidden;
	float:left;
	border:1px solid #dedfdf;
	margin-right:5px;
}

#mphoto
{
	width:400px;
	height:300px;
	overflow:hidden;
	border:1px solid #dedfdf;
}

.title_blue
{
	font-size:10px;
	color:#3e77b4;
	background:url(graphics/arrow_blue.gif) 0px 0px no-repeat;
	padding-left:30px;
	padding-bottom:20px;
	padding-top:5px;
}

.title_blue a
{
	font-size:10px;
	color:#3e77b4;
	text-decoration:none;
}

.title_blue a:hover
{
	text-decoration:underline;
}


#leftmenu a
{
	display:block;
	text-decoration:none;
	font-size:11px;
	color:inherit;
	font-weight:bold;
	padding-bottom:10px;
	text-align:left;
}

#footer
{
	width:100%;
	border-top:1px dotted #9f9f9f;
	padding-top:10px;
	color: #9f9f9f;
	padding-bottom:30px;
	/*background:url(graphics/unia.jpg) center 60px no-repeat;*/
}

#footer a 
{
	color: #9f9f9f;
	text-decoration:none;
}

.news
{
	background:url(graphics/square.gif) no-repeat 0px 4px;
	padding-left:20px;
	padding-bottom:20px;
}
.news .n_title
{
	color:#006ab3;
	font-size:11px;
	font-weight:bold;
	display:block;
	text-decoration:none;
	
}

.news .n_date
{
	font-size:10px;
	color:#9f9f9f;
	padding-bottom:10px;
}

.recommend .photo, .gallery_thumb
{
	float:left;
	border:1px solid #dcdddd;
	width:174px;
	overflow:hidden;
	height:116px;
}

.recommend .txt
{
	float:right;
	width:212px;
}
.recommend .txt a{
	font-weight:bold;
	display:block;
	padding-bottom:10px;
	text-decoration:none;
	color:#000;
}

.more
{
	float:right;
	background:url(graphics/more.gif) no-repeat;
	width:71px;
	height:22px;
	text-align:center;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	padding-top:6px;
}

.pagging{
	text-align:center;
}

.pagging a
{
	font-weight:bold;
	color:#000;
	text-decoration:none;
}

.pagging a:hover
{
	text-decoration:underline;
}

/*******************************************************
			SECONDARY BOXES
******************************************************/

/******************************************************
			LINK
******************************************************/

fieldset.contact {
	border: 0 !important;
	width: 250px !important;
	padding: 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;

}

input.contact,
textarea {
	float: left;
	border: 1px solid #c6ccd2;
	background-color: #FFF;
	color: #000;
	font-family: Tahoma;
	font-size: 11px;
	width:200px;
}

textarea{
	height:100px;
}

.form button
{
	float:right;
	background:none;
	border:1px solid #c6ccd2;
	width:100px;
	text-align:center;
}

.form10{
	border: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    background: none;
    color: #000;
}


form{
	margin: 0;
}



.order_shop_first td
{
	font-weight:bold;
	text-align:center;
}

.order_shop_repeat td
{
	border-bottom:1px solid black;
}
.order_shop_total td
{
	text-align:right;
	font-weight:bold;
}


/*
 REJESTRACJA
 */
.fregister
{
	padding-top:10px;
	width:100%;
}

.fregister label
{
	display:block;
	width:100%;
}

.fregister input
{
	font-size:11px;
	width:100%;
	border:1px solid #000;
}
ul.new_menu{
	margin: 0px;
	padding: 0 0 0 11px;
}
ul.new_menu li{
	background: url('/site/default/graphics/a_3e77b4.gif') no-repeat 0 5px transparent; 
	list-style: none;
	padding-left: 14px;
}
ul.new_menu{
	margin: 0px;
	padding: 0 0 0 11px;
}
ul.sub_menu li{
	background: url('/site/default/graphics/a_2_3e77b4.gif') no-repeat 0 5px transparent; 
	list-style: none;
	padding-left: 0px;
}


	#top-b {
		background-image: url(/site/default/graphics/harbest_baner.jpg);
	    height: 317px;
	    background-position: top center;
	    background-repeat: no-repeat;
	    
	    margin: 0;
	}
    #top-b #contener {
		position: relative;
    	height: 100%;
    }
  	#top-b #lang-versions {
    	margin: 25px 0 0 145px;
    	position: absolute;
	}
    #top-b #lang-versions a {
      	margin: 0 10px 0 0;
  	}
      #top-b #lang-versions a .de, 
      #top-b #lang-versions a .en, 
      #top-b #lang-versions a .pl, 
      #top-b #lang-versions a .ru {
        margin: 0; }
    #top-b #lang-versions img {
    	margin: 0; 
  	}

  	#top-b-1 {
  		margin-bottom: 30px;
  		height: 70px;
  	}
    .block-l .color-b {
        float: left;
	    width: 25%;
	    height: 70px;
	    text-align: center;
    	display: table;
    }
    .block-l .color-b a {
    	color: #FFFFFF;
    	font-size: 18px;
	    display: table-cell;
	    vertical-align: middle;
	    padding: 0 30px;
	    text-decoration: none;
    }
    .block-l .color-b.n1 {
        background-color: #3F77B4;
      }
    .block-l .color-b.n2 {
        background-color: #2AAD5D;
      }
    .block-l .color-b.n3 {
        background-color: #DBCD2C;
      }
    .block-l .color-b.n4 {
        background-color: #E8821E;
      }


	div#logowanie,
	div#menu a:last-child,
	div#newsletter,
	div#buttony,	
	table.cennik, 
	div#price
	{
	    display: none;
	}
	
	.slogan {
		position: absolute;
		bottom: 45px;
    	left: 85px;
	}
	.slogan h1 {
	    font-weight: normal;
	    color: #3F77B4;
	    text-transform: uppercase;
	}
	.slogan.pl h1 span {
	    margin: 0 0 0 72px;
	    color: #3F77B4;
	}
	.slogan.de h1 span {
	    margin: 0 0 0 55px;
	}
	.slogan.en h1 span {
	    margin: 0 0 0 91px;
	}

/* harbest_baner.jpg */