body {
	margin: 0;
	padding: 0;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}

a {
	outline: none;
}

img {
	border: 0;
}

#topContainer {
	float: left;
	width: 100%;
	min-width: 920px;
	height: 250px;
	margin: 0;
	background: url('../images/top_bg.jpg') top center no-repeat;
}

#mainContainer {
	float: left;
	width: 100%;
	min-width: 920px;
	margin: 0;
}

#bottomContainer {
	float: left;
	width: 100%;
	min-width: 920px;
	height: 175px;
	margin-top: 60px;
	background: url('../images/bottom_bg.jpg') bottom center no-repeat;
}

/* TOP */

#top {
	margin: auto;
	width: 920px;
	position: relative;
	top: 0;
	font-size: 0;
	line-height: 0;
}

/* MAIN FRAME */
#mainFrame {
	margin: auto;
	width: 920px;
	position: relative;
}

/* BOTTOM */
#bottom {
	margin: auto;
	width: 920px;
	position: relative;
	height: 175px;
}

#copyright {
	float: left;
	font-size: 11px;
	margin-top: 150px;
	text-align: center;
	width: 100%;
	color: #1D175F;
}

/* LOGA */

#top_farma {
	position: absolute;
	top: 14px;
	left: 13px;
}

	#top_farma a {
		display: block;
		width: 79px;
		height: 42px;
		font-size: 0;
		line-height: 0;
	}

#top_apipol {
	position: absolute;
	top: 14px;
	left: 101px;

}

	#top_apipol a {
		display: block;
		width: 75px;
		height: 42px;
		font-size: 0;
		line-height: 0;
	}

#top_apiplast {
	position: absolute;
	top: 13px;
	left: 185px;
	font-size: 0;
	line-height: 0;
}

	#top_apiplast a {
		display: block;
		width: 79px;
		height: 45px;
		font-size: 0;
		line-height: 0;
	}

#top_apipol_wax {
	position: absolute;
	top: 13px;
	left: 270px;
	font-size: 0;
	line-height: 0;
}

	#top_apipol_wax a {
		display: block;
		width: 82px;
		height: 43px;
		font-size: 0;
		line-height: 0;
	}

#loga_cienie {
	position: absolute;
	top: 56px;
	left: 1px;
	width: 349px;
	height: 45px;
	font-size: 0;
	line-height: 0;
}

/* TOP - SZUKAJKA, CZCIONKA */
#top_czcionka {
	position: absolute;
	top: 22px;
	left: 659px;
}

#top_czcionka a {
	width: 13px;
	height: 26px;
	float: left;
	display: block;
	font-size: 0;
	line-height: 0;
}

#top_search, div.search {
	position: absolute;
	top: 19px;
	left: 713px;
	background: url('../images/searchbar.png') no-repeat;
	width: 201px;
	height: 19px;
}

#top_search input.text, div.search input {
	margin: 4px 5px;
	padding: 0;
	background: transparent;
	border: 0;
	font-size: 10px;
	width: 174px;
	float: left;
}

#top_search a.submit {
	background: transparent;
	border: 0;
	float: left;
	width: 13px;
	height: 19px;
	cursor: pointer;
}

/* TOP FLAGA */
#flaga_pl {
	position: absolute;
	top: 55px;
	left: 870px;
}

	#flaga_pl a {
		font-size: 0;
		line-height: 0;
		width: 15px;
		height: 23px;
		display: block;
	}

#flaga_gb {
	position: absolute;
	top: 55px;
	left: 897px;
}

	#flaga_gb a {
		font-size: 0;
		line-height: 0;
		width: 15px;
		height: 23px;
		display: block;
	}

/* LOGO FARMY */
#logo_farmy {
	position: absolute;
	top: 107px;
	left: 6px;
}

	#logo_farmy div {
		line-height: 0;
		font-size: 0;
	}

/* CERTYFIKAT */
#top_cert {
	position: absolute;
	top: 148px;
	left: 250px;
}

#top_zaufaj {
	position: absolute;
	top: 50px;
	left: 360px;
}


/* TOOLTIP - JQUERY */
#tooltip {
	position: absolute;
	z-index: 3000;
	background-color: #c3dff8;
	border: 1px solid #2d4a8a;
	color: #000000;
	padding: 4px 10px;
	opacity: .9;
	filter: Alpha(opacity=90);
	max-width: 300px;
}

#tooltip h3 {
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 0;
	display: inline;
}

/* MENU LEWE */
#menuContainer {
	position: relative;
	width: 240px;
	float: left;
}

#menuContainer table {
	float: left;
	margin-top: 15px;
}

#hmenu {
	background: url('../images/menu_hbg.png') no-repeat;
	text-align: right;
	height: 51px;
}

ul.menu {
	list-style-type: none;
	padding: 0 0 10px;
	margin: 0;
	background: url('../images/menu_bg_bottom.png') no-repeat left bottom;
	float: left;
	display: block;
	clear: both;
}

ul.menu li {
	float: left;
	display: block;
	background: url('../images/mel.png') no-repeat;
}

ul.menu li:hover, ul.menu li.active {
	background-position: 0 -33px;
}

ul.menu li a {
	float: left;
	display: block;
	text-decoration: none;
}

ul.menu li a span {
	float: left;
	display: block;
	padding-top: 7px;
	padding-left: 49px;
	font-size: 11px;
	color: #bc730c;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	width: 175px;
	height: 26px;
	cursor: pointer;
}

ul.menu li:hover a span, ul.menu li.active a span {
	/*color: #edeff2;*/
}

/* SUBMENU LEWE */
ul.menu ul {
	padding: 0;
	margin: 0;
}

ul.menu li.active ul li {
	display: block;
	float: left;
	background: url('../images/submenu_bg.png') repeat-y;
}

ul.menu li.active ul li a {
	display: block;
	text-decoration: none;
}

ul.menu li.active ul li a span {
	display: block;
	float: left;
	width: 166px;
	padding: 0;
	text-decoration: none;
	text-transform: uppercase;
	color: #bc730c;
	font-weight: bold;
	padding: 6px 8px 6px 50px;
	height: 11px;
	line-height: 11px;
}

ul.menu li.active ul li:hover a span {
	/*color: #edeff2;*/
	background: url('../images/submenu_bg_hover.png') repeat-y;
}

/* CONTENT */
#contentFrame {
	float: left;
	width: 680px;
}

#content {
	padding: 13px 20px 30px;
	/*width: 658px;
	max-width: 658px;*/
	width: 640px;
	max-width: 650px;
	float: left;
	background: url('../images/content_bg.png') repeat-y;
}

#content_top {
	float: left;
	background: url('../images/content_top.png') no-repeat;
	height: 8px;
	width: 100%;
	font-size: 0;
	line-height: 0;
}

#content_bottom {
	float: left;
	background: url('../images/content_bottom.png') no-repeat;
	height: 8px;
	width: 100%;
	font-size: 0;
	line-height: 0;
}

.componentheading {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.contentheading {
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	float: left;
	margin-left: 8px;
	margin-top: 8px;
}

.readon {
	float: right;
	padding-right: 15px;
}

/* LEADING */
.leading p {
	text-align: justify;
	line-height: 16px;
	font-size: 11px;
}

.iteminfo {
	float: left;
	margin-bottom: 10px;
	line-height: 15px;
	background: url('../images/cien.gif') no-repeat bottom left;
	width: 100%;
	padding: 0 0 10px 0;
}

.createdate {
	background: url('../images/modified.png') no-repeat 5px 5px;
	padding: 7px 25px;
	font-size: 10px;
	float: left;
	display: block;
}

.buttonheading {
	float: right;
}

.buttonheading img {
	margin: 6px 6px 0 0;
}

.leading_separator, .article_separator {
	border-bottom:1px solid #ffd497;
	display: block;
	float: left;
	margin: 0 0 20px;
	width: 100%;
}

/* ARTICLE ROW */
.article_column {
	padding-top: 15px;
	text-align: justify;
}

.article_column p {
	line-height: 16px;
	font-size: 11px;
}

/* ARTICLE VIEW */
#page {
	font-size: 11px;
	line-height: 18px;
	text-align: justify;
}

.contentpaneopen {
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	padding: 0 15px;
	text-align: justify;
}

#content a, .contentpaneopen a {
	color: #bc730c;
	text-decoration: none;
}

#content a:hover, .contentpaneopen a:hover {
	text-decoration: underline;
	color: #ff9c2f;
}

table.contentpane tr td table {
	padding: 0 15px;
}

#content ul li, #content ol li {
	padding: 3px 0;
}

/* SECTION TABLE */
tr td.sectiontableheader {
	padding: 2px 4px;
	font-weight: bold;
}

tr td.sectiontableheader a {
	text-decoration: none;
	color: #6F77A4;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
	padding: 2px 4px;
}

tr td.sectiontableentry0,
tr td.sectiontableentry1,
tr td.sectiontableentry2 {
	padding: 2px;
}

.sectiontableentry1 input, .sectiontableentry2 input {
	margin: 0;
	padding: 0;
}

.sectiontableentry0 a,
.sectiontableentry1 a,
.sectiontableentry2 a {
	text-decoration: none;
	color: #6F77A4;
}

.sectiontableentry0 a:hover,
.sectiontableentry1 a:hover,
.sectiontableentry2 a:hover {
	text-decoration: underline;
	color: #7790BF;
}

tr td.sectiontablefooter {
	font-size: 10px;
}

td.sectiontablefooter span.pagenav {
	color: #122A5F;
	display: inline-block;
	padding: 1px 2px;
}

td.sectiontablefooter a.pagenav {
	text-decoration: none;
	color: #2D4A8A;
	display: inline-block;
	padding: 1px 2px;
}

td.sectiontablefooter a:hover.pagenav {
	text-decoration: underline;
}

td.column_separator {
	border-left: 1px solid #E0E6F3;
}

/* CONTENT - SPIS TRESCI */
table.contenttoc {
	background: #FEFEFE;
	border: 1px solid #000000;
	margin: 10px 0;
	padding: 10px 15px;
}

table.contenttoc tr th {
	padding-bottom: 10px;
}

table.contenttoc tr td {
	background: url('../images/contenttoc_arrow.gif') left center no-repeat;
	padding: 1px 0 1px 10px;
}

.pagenavcounter {

}

/* FORM ELEMENTS */
select.inputbox {
	font-size: 11px;
	border: 1px solid #000;
	min-width: 200px;
}

input.inputbox {
	font-size: 11px;
	border: 1px solid #000;
	min-width: 200px;
}

textarea.inputbox {
	font-size: 11px;
	border: 1px solid #000;
	min-width: 200px;
	height: 150px;
}

input.button, button.button {
	background: #fff3bd;
	border: 1px solid #ff9c2f;
	padding: 1px 7px 0;
	color: #bc730c;
	font-weight: bold;
	cursor: pointer;
	font-size: 10px;
}

input.button:hover, button.button:hover {
	color: #fff3bd;
	background: #ff9c2f;
}

label {
	text-align: left;
}

/* SONDA */
.polls_color_1,
.polls_color_2,
.polls_color_3,
.polls_color_4,
.polls_color_5 {
	background-color: #BCCDE8 !important;
	border: 1px solid #6F77A4 !important;
	height: 8px !important;
	margin-left: 5px;
}

table.poll tr td {
	font-size: 11px;
}

/* WYNIKI WYSZUKIWANIA */
form#searchForm {
	padding: 0 15px;
}

form#searchForm table.contentpaneopen {
	padding: 0;
}

table.contentpaneopen fieldset {
	margin-bottom: 15px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px solid #E0E6F3;
	border-left: 1px solid #E0E6F3;
}

/* KONTAKT */
span.marker {
	float: left;
	width: 30px;
}

.contact_desc {
	float: left;
}

.contact_email {
	margin: 5px 0 10px;
}

.contact_email label {
	display: block;
	width: 100px;
}

.contact_clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 7px;
}

/* GALERIA */
.toggler {
	font-family: tahoma, verdana, arial, helvetica, sans-serif !important;
}

th.toggler {
	text-align: center;
	color: #FFF3BD !important;
	font-weight: bold;
	background: #FF9C2F;
	border: 0 ;
}

/* VirtueMart */
#vmMainPage table a {
	text-decoration: none !important;
}

div.buttons_heading {
	clear: both;
	display: block;
	float: right;
	margin: 0 0 10px;
	text-align: right;
	width: 100%;
}

.jwts_title {
	background: none !important;
}

.jwts_title_left {
	background: url('../images/prod_arrow.png') no-repeat left center;
	height: 22px;
	border-bottom: 1px dotted #777777;
}

a.jwts_title_text {
	padding-left: 30px !important;
}

.jwts_slidecontent {
	color: #777777;
}

.previous_page {
	background: url('../images/arrow_left.gif') no-repeat left center !important;
	padding-left: 15px;
}

.next_page {
	background: url('../images/arrow_right.gif') no-repeat right center !important;
	padding-right: 15px;
}

.browseProductContainer {
	width: auto;
}

/*************/
.productsListPD {
	float: left;
	width: 200px;
}

.productDescPD {
	float: left;
	width: 440px;
}

/* lista */
.categoryLogoPD {
	padding-bottom: 10px;
	text-align: center;
}

/*
.browseProductTitlePD {
	background: url('../images/arrow_right.gif') no-repeat left center;
	width: 185px;
	margin-left: 15px;
}
*/

.browseProductTitlePD a {
	float: left;
	background: url('../images/pl_plaster.png') no-repeat left center;
	padding: 4px 0;
	margin-left: 15px;
}

.browseProductTitlePD a:hover {
	background-image: url('../images/pl_plaster_hover.png');
	text-decoration: none !important;
}

.browseProductTitlePD a span {
	margin-left: 32px;
	width: 153px;
	float: left;
	display: block;
	border-bottom: 1px dotted #ffe1c1;
	text-decoration: none;
	padding-bottom: 1px;
}

.browseProductTitlePD a:hover span {
	border-bottom: 1px dotted #BC730C;
	color: #BC730C;
}

/* opis produktu */
.productNamePD {
	float: left;
	font-size: 14px !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #123456;
	font-weight: bold;
}

.productImagePD {
	display: block;
	float: right;
	text-align: center;
}

.productImagePD a:hover {
	color: #3A5792 !important;
	text-decoration: none !important;
}

.productImagePD a img {
	padding: 8px;
	border: 1px solid #E0E6F3;
	background: #fff;
}

.productImagePD a:hover img {
	border: 1px solid #8EA4CF;
}

.imagesPD {
	margin-top: 15px;
}

.imagesPD a img, a.imageMR img {
	padding: 8px;
	border: 1px solid #E0E6F3;
	margin-right: 10px;
}

.imagesPD a:hover img, a.imageMR:hover img {
	border: 1px solid #e3b574;
}

#lbOverlay {
	background: #DC971F;
}
