@charset "UTF-8";

html {
	background: #E1E1E1 url("../images/gfx/html_bg.png");
}

body {
	background: transparent url(../images/gfx/body_bg.png) 0 0 repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.wrapper {
	width: 850px;
	margin: 0 auto;
}

#menu {
	height: 42px;
	position: relative;
	z-index: 30;
	margin-left: 200px;
}

#menu li {
	float: left;
	position: relative;
}

#menu li a,#menu li span {
	color: #ccc;
	font-size: 14px;
	font-weight: bold;
	display: block;
	line-height: 42px;
	padding: 0 15px;
	text-shadow: 1px 1px 0 #000;
	cursor: pointer;
}

#menu li a:hover,#menu li span:hover {
	color: #fff;
}

#menu li ul li a {
	display: block;
	line-height: 25px;
	height: 25px;
	font-size: 12px;
	border-top: 1px solid #242424;
}

#menu li:hover {
	background: #000;
	color: #fff;
}

#menu li:hover ul {
	display: block;
	border: 1px solid #333;
	background: #575757;
	opacity: .8;
	filter: alpha(opacity =               80)
}

#menu li ul {
	display: none;
	position: absolute;
	z-index: 20;
}

#menu li ul li {
	display: block;
	float: none;
}

h1.logo span {
	display: none;
}

h1.logo {
	width: 245px;
	height: 95px;
	position: absolute;
	top: 30px;
	left: 30px;
}

#header {
	height: 195px;
	background: transparent url("../images/gfx/header.jpg") center bottom
		no-repeat;
	position: relative;
}

.login_form {
	width: 198px;
	position: absolute;
	top: 10px;
	right: 0;
}

.login_form input[type=text],.login_form input[type=password] {
	background: #333 url("../images/gfx/inp_2.png") center center no-repeat;
	border: 1px solid #7a7a7a;
	width: 80px;
	height: 14px;
	color: #E6E6E6;
	font-size: 10px;
	font-style: italic;
	vertical-align: top;
	margin-top: 5px;
	padding: 1px 2px;
}

.login_form input[type=image] {
	vertical-align: bottom;
	border: 1px solid #7a7a7a;
	margin-top: 1px;
	padding-top: 1px;
	background: #222;
}

.login_form p {
	text-align: right;
	color: #fff;
	font-size: 11px;
	margin-top: 3px;
}

.login_form a {
	color: #fff;
}

.login_form a:hover {
	color: #333;
}

.basket_info {
	background: transparent url("../images/gfx/basket_bg.png") 0 0 no-repeat
		;
	width: 160px;
	height: 70px;
	padding: 10px;
	position: absolute;
	top: 70px;
	right: 0;
}

.basket_info p {
	color: #000;
	text-align: right;
	line-height: 15px;
}

.black_btn {
	background: #000 url("../images/gfx/inp_1.png") center center no-repeat;
	border: 1px solid #9A9A9A;
	border-bottom-color: #EFEFEF;
	padding: 3px 6px;
	margin: 2px;
	text-align: center;
	line-height: 30px;
	color: #fff;
}

.search_form {
	width: 258px;
	background: transparent url("../images/gfx/search_bg_bottom.png") 0
		bottom no-repeat;
	color: #fff;
	font-size: 12px;
	min-height: 80px;
	position: absolute;
	z-index: 20;
	top: -22px;
	left: 1px;
}

.search_form form label {
	display: block;
	margin: 3px;
	text-shadow: 1px 1px 0 #000;
}

.search_form form input[type=radio] {
	margin-right: 6px;
}

.search_form form {
	background: transparent url("../images/gfx/search_bg_top.png") 0 0
		no-repeat;
	width: 258px;
	padding-top: 5px;
	position: absolute;
	top: -10px;
}

.search_form .a_box {
	padding: 5px 25px 10px 25px;
	width: 208px;
	background: transparent url("../images/gfx/search_bg_bottom.png") 0
		bottom no-repeat;
}

.search_form .a_box h4 {
	color: #000;
	font-weight: bold;
	padding: 0px 20px;
	background: url("../images/gfx/arrow1.png") 175px center no-repeat;
	cursor: pointer;
}

.adw {
	display: none;
}

.search_form h2 {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

.search_form input[type=text] {
	background: #000 url("../images/gfx/search_inp.png") center center
		no-repeat;
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	padding: 3px 5px;
	width: 137px;
	border: 1px solid #fff;
	width: 137px;
}

.s_t {
	display: block;
	margin: 10px 30px 0 20px;
}

.search_form input[type=image] {
	vertical-align: bottom;
}

.search_form select {
	display: block;
	width: 201px;
	padding: 0;
	height: 25px;
	border: 1px solid #fff;
	background: #000;
	color: #fff;
	font-size: 12px;
	line-height: 27px;
	margin: 5px 0;
	padding: 0;
	height: 25px;
}

.search_form select {
	width: 201px;
	padding: 0;
	height: 25px;
}

.left_l {
	float: left;
	width: 255px;
	position: relative;
}

.left_c {

	margin-top: 63px;
	margin-left: 6px;
	border: 1px solid #fff;
	background: #fff url("../images/gfx/content_bg.png") 0 bottom repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
}

.category_list {
	padding: 10px 15px;
}

.category_list li a:hover,.category_list li span:hover {
	color: #333;
}

.category_list li a,.category_list li span {
	color: #666 !important;
	display: block;
	padding: 4px;
	width: 220px;
	line-height: 12px;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: bold;
	cursor: pointer;
}

.category_list li {
	list-style: none !important;
}

.category_list li span {
	background: url("../images/gfx/plus.png") 4px center no-repeat
		!important;
	padding-left: 13px;
}

.category_list li>ul {
	display: none;
}

.category_list li span.selected {
	background: url("../images/gfx/minus.png") 4px center no-repeat
		!important;
}

.category_list li ul li a {
	font-weight: normal;
	padding-left: 20px;
	width: 200px;
}

.category_list li ul li ul li {
	font-weight: normal;
	padding: 2px;
	padding-left: 20px;
	width: 180px;
}

.category_list li ul li ul li ul li {
	padding: 2px;
	padding-left: 20px;
	width: 160px;
}

.right_c {
	float: right;
	width: 580px;
}

.t_root {
	display: block;
	color: #CBCBCB;
	margin-top: 38px;
	margin-bottom: 10px;
}

#content {
	border: 1px solid #fff;
	background: #fff url("../images/gfx/content_bg.png") 0 bottom repeat-x;
	width: 560px;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
}

#content ul li {
	list-style: url("../images/gfx/list_style.png");
	margin-left: 15px;
}

#content a {
	color: #C00000;
}

#content a:hover {
	color: #000;
}

#content p {
	margin: 2px;
	padding: 3px;
}

#content h2,#content h3,.left_c h2 {
	background: url("../images/gfx/h2_bg.png") no-repeat left bottom;
	font-weight: bold;
	font-size: 14px;
	color: #B61818;
	padding: 6px;
	margin: 3px 4px 3px 10px;
}

.step {
	margin: 5px auto;
	display: block;
	height:56px;
}

.home_form table {
	display: block;
	clear: both;
	font-size: 13px;
	font-weight: bold;
	margin: 4px;
}

.home_form table tr td {
	padding: 5px;
}

.home_form td.select_ {
	width: 500px;
}

.home_form  select {
	width: 485px;
	border: 1px solid #333;
	background: #fff;
}

.black {
	color: #000 !important;
}

#footer {
	clear: both;
	background: transparent url("../images/gfx/footer_bg.png") 0 0;
	margin-top: 25px;
	border-top: 3px solid #951919;
	padding: 5px;
	height: 200px;
}

#footer .wrapper {
	position: relative;
}

#footer .site_info {
	position: absolute;
	top: -23px;
	left: 0;
	color: #777;
	width: 840px;
	font-size: 11px;
}

#footer .site_info a {
	color: #777;
	font-weight: bold;
}

/* produkt info */
.product_info {
	
}

.p_name {
	color: #c60000;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 4px;
}

.p_left {
	width: 250px;
	float: left;
}

.p_left img {
	display: block;
	margin: 0 auto;
	padding: 4px;
	border: 1px solid #eee;
}

.p_right {
	width: 300px;
	float: right;
}

.price {
	font-size: 11px;
	margin: 6px;
}

.price span {
	font-size: 13px;
	font-weight: bold;
	color: #666;
}

span.none,.price .old {
	font-weight: normal !important;
	font-size: 12px !important;
}

.old {
	text-decoration: line-through;
}

.new_price {
	color: #191919 !important;
	font-size: 18px !important;
}

.product_info .price {
	text-align: right;
}

.opis p {
	padding: 2px;
}

.produkt_list {
	width: 580px;
}

.produkt_list tr td {
	background: transparent url("../images/gfx/lista_bg.png") center center
		repeat-x;
}

.produkt_box_list {
	margin: 5px 0;
	background: #fff url("../images/gfx/lista_bg.png") center bottom
		repeat-x;
	padding: 6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
}

.produkt_box_list img {
	float: left;
}

.produkt_box_list h5 {
	width: 196px;
	float: left;
	padding: 6px;
	margin: 3px 4px 3px 10px;
}

.produkt_box_list h5.no_img {
	width: 300px;
}

.produkt_box_list h5 a {
	font-size: 14px;
	color: #B61818;
	font-weight: bold;
}

.produkt_box_list .price {
	float: left;
	width: 110px;
}

.produkt_box_list .p_name {
	float: left;
	width: 200px;
}

.produkt_box_list .buttons {
	float: right;
	width: 110px;
}

.more,.to_basket {
	width: 102px;
	line-height: 22px;
	display: block;
	text-align: center;
	color: #000;
	font-weight: bold;
	margin: 3px;
	background: #B9B9B9 url("../images/gfx/btn_img.png") 0 0 repeat-x;
	border: 1px solid #B9B9B9;
}

.to_basket {
	color: #fff;
	border-color: #C60000;
	background-color: #C60000;
}

.to_basket:hover {
	background-color: #d11d1d;
}

.more:hover {
	background-color: #e0e0e0;
}

.paginacja {
	text-align: right;
	margin: 12px 0;
}

.paginacja a.pager,.paginacja span.page_cell {
	border: 1px solid #909090;
	color: #000 !important;
	font-weight: normal !important;
	line-height: 15px;
	margin: 2px;
	padding: 2px 5px 2px 5px;
	text-align: center;
	background: #686868;
}

.paginacja span.activ,.paginacja a.pager:hover {
	background: #9C9C9C;
	border: 1px solid #DDDDDD;
}

.page_info {
	color: #aaa;
	line-height: 22px;
}

.more,.to_basket {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.p_name {
	color: #c60000;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 4px;
}

.p_left {
	width: 250px;
	float: left;
}

.p_left img {
	display: block;
	margin: 0 auto;
	padding: 4px;
	border: 1px solid #eee;
	background: #fff;
}

.p_right {
	width: 300px;
	float: right;
}

.add_to_basket input[type=text] {
	width: 30px;
}

.foto_gal {
	margin: 3px auto;
	text-align: center;
}

.foto_gal img,.img_f img {
	margin: 2px !important;
	background: #fff;
	border: 1px solid #626262;
}

.in_content table {
	margin: 4px auto;
	width: 500px;
	border: 2px solid #888;
}

.in_content table td {
	padding: 4px;
	border: 1px solid #888;
}

.silniki_list ul {
	display: none;
}

.my_slide,.silniki_list span {
	cursor: pointer;
}

.user_menu {
	margin-top: -6px;
	padding-left: 30px;
}

.user_menu a {
	display: block;
	font-weight: bold;
	text-shadow: 1px 1px 0 #000;
	padding-left: 10px;
	background: transparent url("../images/gfx/list2.png") 0 center
		no-repeat;
}

.user_menu a:hover {
	text-shadow: none;
}

.z_nazwa {
	width: 60%;
	float: left;
}

.z_price {
	width: 15%;
	float: left
}

.zamiennik_box .to_basket {
	float: right;
	color: #fff !important;
}

.zamiennik_box {
	background: #F4F4F4;
	margin: 4px 0;
	border: 1px solid #6f6f6f;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.list_p2 {
	margin: 0 5px;
}

.list_p2 h4 {
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	margin: 4px;
}

.list_p2 h4:hover {
	color: #b61616;
}
h4.zam {
	font-size: 14px;
	font-weight: bold;
	color: #CBCBCB;	
	margin: 10px 0 7px 0;
}
li.silniki_list {
	list-style: none !important;
	margin-left: 0px !important;	
}
.silniki_list span {
	background: transparent url("../images/plus.png") 0 center no-repeat;
	padding-left: 10px;	
}
.silniki_list ul li  {
	list-style: url("../images/gfx/list_style.png");
	margin-left: 10px;	
}
.silniki_list span.selected_m {
	background: transparent url("../images/minus.png") 0 center no-repeat;
}
.news {
	padding: 5px;
	border-bottom: 1px solid #333; 
	margin-bottom: 10px;
}

.news .date {
	float: right;
	color: #b51212;
	font-size: 11px;
	font-style: italic;
}
.news p { clear: both; }

