body {
	background:#fff; 
	color:#232323;
	}
header {
	background:#fff; 
	color:#000;
	}
h1, h2, h3 {
	background:#389E9B; 
	color:#ffffff;
	}
nav.navigation{
	background:#387d6a; 
	color:#F1F1F1;
	}
nav.navigation ul li a{
	color:#F1F1F1;
	}
.dealer .info a{
	color:#F1F1F1;
	}
nav.navigation  ul li a:hover, nav.navigation  ul li a:active, nav.navigation  ul li a:focus {
	color:#F1F1F1;
	}
.options {
	background:#ffffff; 
	color:#232323;
	border:1px solid #232323; 
	}
.kategory_list_wrapper .box_title {
	background:#389E9B;
	color:#fff;
	}
.kategory_list_wrapper .box{ 
	background:; 
	border: 1px solid #389E9B; 
	color:#232323;
	}
.kategory_list_wrapper .box .left{
	backgroundr:#389E9B;
	border-right: 2px solid #389E9B;
	color:#232323;
	}
footer {
	background: #232323;
	color: #F1F1F1;
	}
.product_title{
	background: #387d6a;
	color:#F1F1F1;
	}
.product_title h2{
	color:#F1F1F1;
	}
/* reset*/
html, body, h1, h2, h3, h4, h5, h6, a, abbr, acronym, em, p, address, blockquote, cite, q, dd, dfn, dl, dt, code, kbd, pre, samp, tt, var, del, ins, small, caption, table, tbody, td, tfoot, th, thead, tr, fieldset, iframe, img,ul, li {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	line-height: normal;
	text-align: left;
	text-decoration: none;
}
html, body, input, option, optgroup, select { 
	font-family: sans-serif; 
	}

code, kbd, pre, samp, textarea, tt, var { 
	font-family: monospace; 
	}
abbr[title], acronym[title] { 
	cursor: help; 
	}
table { 
	border-collapse: collapse; 
	border-spacing: 0;
	}
legend, hr { 
	display: block; 
	}
q::before { 
	content: open-quote; 
	}
q::after { 
	content: close-quote; 
	}
/*end of reset*/

/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, nav, article, figure {
	display: block;
}

ul, ol, dl {
    margin: 0;
    padding: 10px 0 0 25px;
}


html{ height:100%;}

body {
	font: 0.625em/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
	min-height:100%;
}


h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}

h1, h2, h3{
	font-size:1.2em; 
	margin-bottom:10px;
	display:block;
	padding:8px;
}

a:link, a:visited {color: #000;text-decoration: underline;}
a:hover, a:active, a:focus { text-decoration: none;}

ol li{ list-style: decimal; margin-bottom:3px}	

.border_radius{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#_offer_list{display:none; padding:5px;}

.container {
	width: 100%;
	margin: 0 auto;
}


header{
	border-bottom: 1px solid #151515;
	height:auto;
	overflow:hidden;
}

header .admin_info{ 
	font-size:0.85em;
	float:right;
	height:auto;
	width:15%;
	padding-top:2px;
	text-align:right;
	}
	
	header .admin_info span{ padding-right:5px; display:block;} 
	
header .dealer{
	float:left;
	height:auto;
	width:85%;
	overflow:hidden;
	}
	

	
header .dealer .logo{
	float:left;
	height:auto;
	width:auto;
	max-width:36%;
	overflow:hidden;
	margin-top:10px;
	}
	
	
header .dealer .info{
	float:left;
	height:auto;
	padding-top:10px;
	width:64%;
	}
	
	

.options{ 
	 height:30px; 
	 padding:0px 15px 0px 15px; 
	 font-size:0.9em;
	 margin:5px 0px;
}

.options select._select_contract, .options select._select_dealer{ font-size:1.1em; margin:5px;}

._toolbar, ._top_select{display:none;}

.topMsg{
	background-color:#006600;
	color:#FFF;
	padding:15px 5px 15px 25px;
	margin-bottom:15px;
	font-size:1.1em;
}
._bold{ font-weight:bold;}

.content {
	padding: 0 0 10px 0;
}


.kategory_list_wrapper{
	padding:5px 15px;
	margin:0px 10px;
	
}

.kategory_list_wrapper .box{
	margin-bottom:10px;
	overflow:hidden;
	height: auto;
}



.kategory_list_wrapper .box_title{
	padding:1px 2px 2px 5px;
	height:15px;
	position: relative;
	overflow: hidden;

}
	

.kategory_list_wrapper .box .left{
	float:left;
	width:15%;
	min-height: 35px;
	height:auto;
	padding: 15px 0px 0px 15px;
} 
.kategory_list_wrapper .box .right{
	float:right;
	width:82%;
	min-height: 40px;
	height:auto;
	padding: 10px 0px 0px 0px;
} 

.kategory_list_wrapper .box select{
	font-size:1em;
	padding:5px;
	margin-bottom:10px;
}


.product{
	border:#232323 1px solid;
	height:233px;
	margin: 3px 5px;
	overflow: hidden;
	width:258px;
	float:left
	}
	
	
.product a{ text-decoration:none;}

.product_title{
	height:25px;
	overflow: hidden;
}

	
.sub{ margin-left:15px;}



#dialog{ display:none;}





#cena_razem{
	display:none;
	position:fixed;
	top:10px;
	right:20px;
	width:550px;
	height:auto;
	background:url(images/offer_bg.png) repeat;
	border:1px #000000 solid;
	z-index:3001;
	padding:2px 10px 10px 10px;

}


select.color_sets 	{
	font-size:1em; 
	color: #555555;
    font-weight: normal;
	height:25px; 
	background: url("../jquery/jquery-ui/images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50%;
    border: 1px solid #D3D3D3;
}	
select.color_sets option{ padding:8px; height:25px; margin-bottom:5px;}


select.color_sets optgroup {margin-bottom:15px; color:#000000;}



.spacer_2_back { height:2px; background: url(images/spacer_2.png) repeat-x;}
.kategory_list_wrapper .px_600{ width:600px;}
.kategory_list_wrapper .px_500{ width:500px;}
.kategory_list_wrapper .px_300{ width:300px;}
.kategory_list_wrapper .px_150{width:150px;}
.kategory_list_wrapper .px_90{width:90px;}
.kategory_list_wrapper .px_80{width:80px;}
.kategory_list_wrapper .px_60{width:60px;}
.kategory_list_wrapper .px_55{ width:55px;}
.kategory_list_wrapper .px_50{ width:50px;}
.kategory_list_wrapper .px_30{ width:30px;}
.kategory_list_wrapper .px_20{ width:20px;}

/* ~~ The footer ~~ */
footer {
	padding: 10px 0;
}

._clear{ clear:both;}

/* oferta */
.offer tr td{ padding:5px;}
.price{ text-align:right;}
.offer .th{ font-size:1.1em; font-weight:bold;}
.offer th{ font-size:1.1em; font-weight:bold;} /*  !!!!  */
.offer th.normal{ font-weight: normal;} /*  !!!!  */

.total_price{border-top:#999999 solid 1px; font-weight:bold;}

.offer .tab{ font-weight:bold; font-size:1.1em;}

.customer_info{ margin-bottom:10px; text-align:right;}

.off{font-size:1.5em; font-weight:bold; text-align:center;}
