

p.hide { display: none; }


body {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	color: #404040;
}

td {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
}

table.mail_products_list {
	width: 600px;
}

table.mail_products_list th {
	font-size: 12px;
	text-align: left;
}

table.mail_products_list td {
	font-size: 12px;
	font-weight: normal;
}

table.mail_shipment {
	width: 400px;
	border-collapse: collapse;
}

table.mail_shipment th {
	font-weight: bold;
	font-size: 12px;
	text-align: left;
}

table.mail_shipment td {
	font-weight: normal;
	font-size: 12px;
}

.invalid {
	border: 1px solid red !important;
}

.valid {
	border: 1px solid green !important;
}

#test_tooltip {

	color: white;
	font-weight: bold;
	background: black;
	z-index:999;
}

#test_tooltip .content {
	padding: 5px 8px;
}

input#cena_od,
input#cena_do {

	width: 35px;
}

#big-img {
    z-index: 9999;
}

ul.breadcrumbs {
	padding: 0px;
	overflow: hidden;
	margin: 0px;
}

ul.breadcrumbs li {
	float: left;
	list-style: none;
	padding: 2px;
}

ul.breadcrumbs li a {
	padding-left: 0px;
	padding-right: 2px;
}

select#bank {
	font-size: 10px;
}
.search_notice {
	overflow: hidden;
}
#wyniki_szukania .attr {
	display: none;
}

img.captcha_img {
    width:180px; 
    height: 50px; 
    background: url('../lb_img/loading.gif') 50% 50% no-repeat;
}

#box-comparison {
	margin: auto;
	min-width: 800px;
}

.compare_remove_all, .compare_now, .compare_add, .compare_remove {
	cursor: pointer;
}
.compare_remove_all, .compare_now {
	padding: 3px 10px;
	display: block;
}

#comparison {
	border-collapse: collapse;	
	font-size: 11px;

}
#comparison tr.break td {
	text-align: left;
	padding: 10px;
	border: 0px;
}
#comparison td,#comparison th  {
	width: 200px;
	border-width: 1px;
	border-style: solid;
	border-color: #B0B0B0;
	padding: 5px;
	text-align: center;
}
#comparison tbody tr.nth-child-2  th  {
	background-color: #C6D880;
}
#comparison tbody th  {
	background-color: #E6EFC2;
}
#comparison th.null  {
	border-left: 0px;
	border-top: 0px;
	border-bottom: 0px;
}
#comparison td.no-data {
	color: #B0B0B0;
}
#comparison tr.nth-child-2 td {
	background-color: #f7f6f6;
}
/* autocomplete  */
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: block;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('ajax-loader.gif') right center no-repeat;
}

.ac_odd {
	/*background-color: #eee;*/
}

li.ac_over {
	background-color: #cfdde9;
	color: black;
	font-weight: bold;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: hidden;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 25px; 
	float: right;
	padding-bottom: 0.7em;	
}

/* 
    Document   : filter.css
    Created on : 2010-01-18, 14:57:22
    Author     : comVision
*/


div.filters_clear_all:hover {

	background-position: top right;
}


div.filters_box_title {

	padding: 0 0 3px 10px;
	font-size: 12px;
	font-weight: bold;
}

div.filters {

	height: auto;
	color: black;
	margin: 0;
	background: none;
	background: white;
	padding: 0 1px;
}

div.filters div.filter_option {

	height: auto;
	padding: 1px 0 0 0;
}

div.filters div.filter_option > div.label {

	height: 21px;
	display: block;
	color: #3c3c3c;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 6px 0 0 6px;
	cursor: pointer;
}

div.filters div.filter_option:hover > div.label,
div.filters div.filter_option.active > div.label {

	height: 21px;
	display: block;
	color: #3c3c3c;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 6px 0 0 6px;
	background: #EEECED;
}

div.filters div.filter_option > div.label > span {

	float: left;
}

div.filters div.filter_option > div.label div.arrow {

	width: 10px;
	height: 9px;
	display: block;
	padding: 0;
	margin: 4px 4px 0 0;
	float: left;
}

div.filters div.filter_option.active > div.label div.arrow {

	width: 10px;
	height: 9px;
	display: block;
	padding: 0;
	margin: 3px 4px 0 0;
	float: left;
}

div.filters div.filter_option div.option { display: none; overflow: hidden; }
div.filters div.filter_option.active div.option { display: block; }

div.filters div.filter_option div.option {

	height: auto;
}

div.filters div.filter_option div.option div {

	padding: 7px 0 7px 14px;
}

div.filters div.filter_option div.option p {

	margin: 3px 0 3px 0;
	display: block;
	color: #4e4e4e;
	font-size: 11px;
}

div.filters div.filter_option div.option p input {

	margin: 0 8px 0 0;
}

div.filters div.filter_option div.option p span {

	cursor: pointer;
}

div.filters div.filter_option div.option p span:hover {

	text-decoration: underline;
}

div.filters div.option {

	background: #f7f7f7;
	border-bottom: 1px solid #f0f0f0;
}

div.filter {

	width: 668px;
}

div.filters div.filter_option div.option div.all {

	margin: 0;
	padding: 0;
	display:none;
}

div.filters div.filter_option div.option div.all span {

	color: #999999;
}

div.filters div.filter_option div.option div.showall {

	font-size: 10px;
	text-align: right;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	cursor: pointer;
}

