/* tutaj style */
body {
	background-color: #ffffff;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	font-size: 11px;
}

a {
	color: #7A4F1F;
}

.clear {
	clear: both;
}

form {
	margin: 0px;
	padding: 0px;
}

/*start page*/
.page {
	text-align: left;
	padding: 0px;
	width: 990px;
	margin: 0px auto;
}

h2 {
	font-family: Arial;
	font-size: 16px;
}

p {
	padding: 5px;
}

.header {
	width: 990px;
	margin: 0px auto;
	height: 104px
}

.header h1 {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	padding-top: 15px;
}

.header h1 a {
	margin: 0px;
	padding: 0px;
	display: block;
	width: 315px;
	height: 77px;
	background-image: url(../../../img/front/default/logo.jpg);
	background-repeat: no-repeat;
}

.header h1 a em {
	display: none;
}

.top_right {
	float: right;
	margin-right: 12px;
	width: 460px;
}

.top_right ul {
	float: right;
	margin: 7px 2px 0px 0px;
}

.top_right ul li {
	background-image: url(../../../img/front/default/flags/pl.gif);
	background-repeat: no-repeat;
	width: 18px;
	height: 11px;
	float: left;
	display: block;
	list-style: none;
	margin: 2px;
}

.top_right ul li.en {
	background-image: url(../../../img/front/default/flags/en.gif);
	background-repeat: no-repeat;
}

.top_right ul li.de {
	background-image: url(../../../img/front/default/flags/de.gif);
	background-repeat: no-repeat;
}

.top_right ul li a {
	display: block;
	text-decoration: none;
	font-size: 0;
	width: 18px;
	height: 11px;
}

.top_right .koszyk {
	background-image: url(../../../img/front/default/bg_top_koszyk.gif);
	background-repeat: no-repeat;
	height: 61px;
	width: 455px;
	margin: 0;
	padding: 5px 0 0 0;
}

.top_right .koszyk span {
	float: left;
	margin-top: 2px;
	margin-left: 20px;
}

.top_right .koszyk .rejestracja {
	background-image: url(../../../img/front/default/register-new.png);
	background-repeat: no-repeat;
	display: block;
	height: 48px;
	width: 100px;
	
}

.top_right .koszyk a {
	text-decoration: none;
	color: #000;
}

.top_right .koszyk .rejestracja a {
	 padding: 15px 0 15px 55px;
	display: block;
}

.top_right .koszyk .logowanie {
	background-image: url(../../../img/front/default/login-new.png);
	background-repeat: no-repeat;
	display: block;
	height: 48px;
	width: 100px;
}

.top_right .koszyk .logowanie a {
	 padding: 15px 0 15px 55px;
	display: block;
}

.top_right .koszyk .koszyk_link {
	display: block;
	background-image: url(../../../img/front/default/koszyk-new.png);
	background-repeat: no-repeat;
	background-position: top right;
	height: 50px;
	width: 160px;
}

.top_right .koszyk .koszyk_link span.suma {
	color: #B3B3B3;
	font-size: 11px;
	font-weight: bold;
	float: left;
	margin: 0px;
}

.top_right .koszyk .koszyk_link span {
	color: #B10D0D;
	margin: 0px;
	margin-left: 2px;
	font-size: 11px;
}

.top_right .koszyk .koszyk_link a {
	display: block;
	height: 50px;
	width: 160px;
	color: #754E72;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
}

/*start menu top*/
.menu {
	width: 954px;
	margin: 0px auto;
	clear: both;
	background-image: url(../../../img/front/default/menu_top/bg.gif);
	background-repeat: repeat-x;
	height: 37px;
}

.menu_left {
	padding: 0 0 0 70px;
	background-image: url(../../../img/front/default/menu_top/left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 37px;
}

.menu_right {
	background-image: url(../../../img/front/default/menu_top/right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 37px;
}

.menu_right a {
	margin-left: 5px;
}

.menu_right a {
	float: left;
	text-decoration: none;
	color: #1F1F1F;
	font-family: arial;
	font-weight: bold;
	font-size: 13px;
	display: block;
	height: 37px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}

.menu_right a:hover {
	background-image: url(../../../img/front/default/menu_top/bg_active.gif)
		;
	background-repeat: repeat-x;
}

/*start page body*/
.page_body {
	margin: 7px 0px 0px 18px;
}

/*start left col*/
.col_left {
	float: left;
	width: 182px;
	margin-bottom: 7px;
}

.box {
	width: 182px;
	margin-bottom: 7px;
}

.box_top {
	background-image: url(../../../img/front/default/h3/bg.gif);
	background-repeat: repeat-x;
	height: 28px;
}

.box_left {
	background-image: url(../../../img/front/default/h3/left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
}

.box_right {
	background-image: url(../../../img/front/default/h3/right_arrow.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 28px;
}

.box_content {
	background-color: #eeeeee;
	font-family: Arial;
	font-size: 12px;
}

.box_content ul li a em {
	color: #CF4DC9;
	font-weight: normal;
	font-style: normal;
}

.list-2 .list-opis {
	margin: 0 0 0 29px;
	font-size: 10px;
}


.list-1 .list-opis {
	margin: 0 0 5px 14px;
	font-size: 10px;
}

.box_gray {
	width: 182px;
	margin-bottom: 7px;
}

.box_gray_top {
	background-image: url(../../../img/front/default/h2/bg.gif);
	background-repeat: repeat-x;
	height: 28px;
}

.box_gray_left {
	background-image: url(../../../img/front/default/h2/left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
}

.box_gray_right {
	background-image: url(../../../img/front/default/h2/right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 28px;
}


.box_blue {
	width: 182px;
	margin-bottom: 7px;
}

.box_blue_top {
	background-image: url(../../../img/front/default/h4/bg.gif);
	background-repeat: repeat-x;
	height: 28px;
}

.box_blue_left {
	background-image: url(../../../img/front/default/h4/left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
}

.box_blue_right {
	background-image: url(../../../img/front/default/h4/right_arrow.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 28px;
}


.box h2 {
	color: #000;
	margin: 0px;
	padding: 5px;
	font-size: 14px;
	font-family: Arial;
}

.box_gray h2 {
	color: #000;
	margin: 0px;
	padding: 5px;
	font-size: 14px;
	font-family: Arial;
}
.box_blue h2 {
	color: #fff;
	margin: 0px;
	padding: 5px;
	font-size: 14px;
	font-family: Arial;
}

.box h2 {
	color: #534F53;
	margin: 0px;
	padding: 5px;
	padding-left: 15px;
	font-size: 14px;
	font-family: Arial;
}

.box_gray_content {
	background-color: #FEF4FD;
	font-size: 12px;
}
.box_blue .box_content {
	background-color: #EFF2FF;
	font-size: 12px;
	border-bottom: 2px solid #2B4B99;
}

.box_gray_content ul {
	margin: 0px;
	padding: 0px;
}

.box_gray_content ul li {
	vertical-align: bottom;
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}

.box_gray_content ul li a {
	vertical-align: bottom;
	display: block;
	padding-left: 24px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	font-family: Arial;
	border-bottom: 1px solid #FCCAF4;
	background-image: url(../../../img/front/default/bullet1.png);
	background-repeat: no-repeat;
	background-position: 4px 3px;
}

.box_gray_content ul li a:hover {
	background-color: #D99CD5;
	text-decoration: none;
	margin-bottom: 0px;
	text-decoration: underline;
}

.col_left .lvl-2 {
	margin: 0 0 0 0px;
}

.col_left .lvl-2  a {
	padding-left: 47px;
	border-bottom: 1px solid #FCCAF4;
	background-image: url(../../../img/front/default/bullet.gif);
	background-repeat: no-repeat;
	background-position: 23px 5px;
}

.col_left .box_content {
	background-color: #EEEEEE;
	font-family: Arial;
	font-size: 11px;
}

.col_left .box_content ul {
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
}

.col_left .box_content ul li {
	border-bottom: none;
	list-style: none;
	margin-bottom: 3px;
}

.col_left .box_content ul li a {
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 0px;
	font-weight: normal;
	color: #4A4A4A;
	text-decoration: none;
}

.col_left .box_content ul li a:hover {
	text-decoration: underline;
}

.col_left .box_gray_content form {
	padding-left: 14px;
	font-size: 9px;
	color: #949494;
	padding: 10px;
}

.col_left .box_gray_content form .field {
	width: 90px;
	margin-bottom: 10px;
	height: 17px;
	font-size: 9px;
	color: #2F2F2F;
	border: 1px solid #2F2F2F;
	 float: left;
	 
}

.col_left .box_gray_content form .submit_small_szukaj {
	background-image: url(../../../img/front/default/szukaj-new.png);
	background-repeat: no-repeat;
	height: 54px;
	width: 54px;
	border: 0px;
	font-size: 0px;
	  float: right;
	  margin-top: 1px;
	  cursor: pointer;
	  pointer: hand;
	
}

.col_left .box_gray_content form select {
	width: 92px;
	height: 20px;
	margin-bottom: 2px;
	font-size: 9px;
	color: #2F2F2F;
	  float: left;
	   
}

/*start center col*/
.col_center {
	float: left;
	margin-right: 7px;
	margin-left: 7px;
	width: 575px;
	margin-bottom: 7px;
}

.baner {
	background-image: url(../../../img/front/default/header.jpg);
	height: 265px;
	width: 575px;
	margin-bottom: 7px;
}

.col_center .box {
	width: 575px;
	margin-bottom: 7px;
	background-color: #fff;
}

.simple-window .box {
	width: auto;
}

.col_center .box_top {
	background-image: url(../../../img/front/default/h3/bg.gif);
	background-repeat: repeat-x;
	height: 28px;
}

.col_center .box_left {
	background-image: url(../../../img/front/default/h3/left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
}

.col_center .box_right {
	background-image: url(../../../img/front/default/h3/right_arrow.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 28px;
}

.col_center .box_content {
	background-color: #F6F6F6;
	border-bottom: 1px solid #fff;
	padding: 5px;
}

.col_center .box .img {
	float: left;
	width: 180px;
	margin: 7px 10px 0 0;
	padding: 2px;
}

.col_center .box .img a img {
	border: 0px;
}

.col_center .box .opis {
	float: left;
	width: 350px;
	padding: 2px;
}

.col_center .box .produkt_title {
	color: #4A4A4A;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0 5px 0;
	font-size: 16px;
}

.col_center .box .produkt_title a {
	color: #4A4A4A;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	text-decoration: none;
}

.col_center .box .produkt_title a:hover {
	text-decoration: underline;
}

.col_center .box .produkt_producent {
	color: #4A4A4A;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.col_center .box .produkt_kod {
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 0 15px;
}

.col_right .produkt_kod {
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 0 0px;
}

.col_center .box .produkt_producent a {
	color: #4A4A4A;
	font-weight: bold;
	text-decoration: underline;
}

.col_center .box .produkt_opis {
	margin-top: 5px;
	margin-bottom: 5px;
}

.col_center .box_list_content   .img {
	width: 55px;
}

.col_center .box_list_content   .opis {
	width: 492px;
}

.col_center .box_list_content .product {
	background-color: #F6F6F6;
	border-bottom: 3px solid #fff;
	padding: 3px;
}

.no-img-big {
	height: 264px;
	background-image: url(../../../img/front/default/no-img-b.gif);
	background-repeat: no-repeat;
}

.no-img-small {
	width: 50px;
	height: 75px;
	background-image: url(../../../img/front/default/no-img-s.gif);
	background-repeat: no-repeat;
}

.no-img-big em span,.no-img-small em span {
	text-align: center;
	font-style: normal;
	padding: 20px 0 0 0;
	display: block;
}

.opis_dlugi,.opis_krotki {
	font-size: 11px;
	color: #4F4F4F;
}

.col_center .box .produkt_cena {
	margin-bottom: 5px;
	font-size: 12px;
	color: #4A4A4A;
	font-weight: bold;
	float: none;
}

.col_center .box .produkt_cena span {
	float: none;
}

.col_center .box .produkt_button {
	background-image: url(../../../img/front/default/ico_addcart.gif);
	background-repeat: no-repeat;
	display: block;
	float: right;
	width: 123px;
	height: 27px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	padding: 0px 0 0 0px;
	margin-bottom: 7px;
	border: 0;
	background-color: transparent;
	cursor: pointer;
}

/*start right col*/
.col_right {
	float: left;
	width: 182px;
	margin-bottom: 7px;
}

.col_right a {
	text-decoration: none;
	color: #482f13;
	text-align: left;
	padding-left: 5px;
	padding-bottom: 5px;
	position: relative;
}

.col_right a:hover {
	text-decoration: underline;
}

.col_right .box_gray_right {
	background-image: url(../../../img/front/default/h2/right_arrow.gif);
}

.box_content {
	background-color: #F6F6F6;
	font-family: Arial;
	font-size: 12px;
}
.box-client{
	background-color: #eff2ff;
	}
.box_content ul {
	margin: 0px;
	padding: 0px;
	padding-top: 7px;
}

.box_content ul li {
	border-bottom: none;
	list-style: none;
	vertical-align: bottom;
	display: inline;
}

.box_content ul.katalog li a {
	padding-top: 0px;
}

.box_content ul li a {
	display: block;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #616161;
	text-decoration: none;
}

.box_content ul li a:hover {
	text-decoration: underline;
}

a.more {
	float: right;
	color: #BD64B5;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	margin-right: 5px;
}

a.more:hover {
	text-decoration: underline;
}

/*start bottom*/
.bottom {
	width: 954px;
	margin: 0px auto;
	clear: both;
	background-image: url(../../../img/front/default/bottom/bg.gif);
	background-repeat: repeat-x;
	height: 37px;
	margin-top: 7px;
}

.bottom_left {
	background-image: url(../../../img/front/default/bottom/left.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 37px;
}

.bottom_right {
	background-image: url(../../../img/front/default/bottom/right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 37px;
}

.bottom_right ul {
	text-align: left;
	padding: 0px;
	margin: 0px auto 0 auto;
	width: 827px;
}

.bottom_right ul li {
	float: left;
	list-style: none;
	padding: 2px;
	padding-right: 13px;
}

.bottom_right ul li a {
	text-decoration: none;
	color: #000;
	margin-top: 7px;
	font-size: 12px;
	font-family: Arial;
	display: block;
	padding: 3px;
}

.bottom_right ul li a:hover {
	text-decoration: underline;
}

.adm {
	font-size: 11px;
	font-family: Arial;
	float: right;
	text-align: right;
	margin-top: 10px;
	padding-bottom: 15px;
	margin-right: 2px;
	width: 250px;
}

.adm a {
	text-decoration: underline;
	color: #000;
}

.no-records {
	padding: 20px;
}

.no-records .error {
	color: #AF2B49;
	font-weight: bold;
	font-size: 14px;
	padding: 0;
	margin: 5px 0 15px 0;
}

.article_title,.firm_title {
	padding: 0 0 10px 0;
	font-size: 12px;
	font-weight: bold;
}

.article_header {
	padding: 15px;
	background-color: #EFEFEF;
}

.article_body {
	padding: 15px;
}

.article_bottom {
	padding: 15px;
	background-color: #EFEFEF;
}

.article-list-item {
	padding: 5px 0 25px 0;
}

.firm-list-item {
	padding: 5px 0 5px 0;
	border-bottom: 1px solid gray;
	position: relative;
}

.box_content ul li.place-1 a {
	background-image: url(../../../img/front/default/gwiazdka1.png);
	background-repeat:no-repeat;
	background-position: 2px 2px;
	padding: 2px 2px 2px 19px;
}

.box_content ul li.place-2 a {
	background-image: url(../../../img/front/default/gwiazdka2.png);
	background-repeat:no-repeat;
	background-position: 2px 2px;
	padding: 2px 2px 2px 19px;
}

.box_content ul li.place-3 a {
	background-image: url(../../../img/front/default/gwiazdka3.png);
	background-repeat:no-repeat;
	background-position: 2px 2px;
	padding: 2px 2px 2px 19px;
}


.paginator {
	padding: 16px;
	background-color: #EFEFEF;
}

.paginator a {
	background-color: #4F4F4F;
	color: #fff;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
}

.paginator a:hover {
	background-color: #6F6F6F;
	color: #fff;
}

.paginator .current {
	padding: 2px 5px 2px 5px;
	background-color: #6F6F6F;
	color: #fff;
}

.paginator .prev {
	float: left;
	margin-right: 5px;
}

.paginator .prev a {
	
}

.paginator .next {
	float: left;
	margin-left: 5px;
}

.paginator .next a {
	
}

.paginator .numbers {
	float: left;
}

.paginator .numbers a {
	
}

.paginator .counter {
	padding: 10px 0 0px 0;
}

.old-price {
	color: #AFAFAF;
	text-decoration: line-through;
	padding: 0 0 0 6px;
}

.new-price {
	color: #C51010;
}

.box-padding {
	padding: 7px;
}

.box_content .client-box-links {
	
}

.box_content .client-box-links li {
	
}

.box_content .client-box-links li a {
	font-size: 11px;
	padding: 2px 2px 2px 12px;
	height: auto;
	background-image: url(../../../img/front/default/bullet3.gif);
	background-repeat:no-repeat;
	background-position: 0px 5px;
}

.box_content .client-box-links li a:hover {
	color: #000;
	text-decoration: none;
	background-color: #fff;
}

.message {
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	background-color: #EFF2FF;
	border: 3px solid #A7B1DF;
	margin: 4px 21px 3px 21px;
	text-align: center;
	color: #AF0A30;
}

.thumbs,.options-colors {
	border: 1px solid #DFDFDF;
}

.thumbs,.options-colors .title {
	
}

.thumbs .title,.options-colors .title {
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
}

.col_center .box .thumbs .img,.col_center .box .options-colors .img {
	width: auto;
}

.options-colors .input {
	padding: 2px;
}

.product-list-sort {
	padding: 12px;
}

.product-list-sort ul {
	margin: 0;
	padding: 0;
}

.product-list-sort ul li {
	list-style-type: none;
	display: inline;
}

.product-list-sort ul li a {
	text-decoration: none;
	padding: 5px 15px 5px 5px;
	margin: 0 10px 0 0;
}

.product-list-sort ul li a:hover {
	text-decoration: underline;
}

.product-list-sort ul li a.asc {
	background-image: url(../../../img/front/default/icons/arrow_down.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.product-list-sort ul li a.desc {
	background-image: url(../../../img/front/default/icons/arrow_up.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.cart-table {
	margin: 0px 0pt;
	width: 100%;
	font-size: 11px;
}

.cart-table th {
	background-color: #F5F5F5;
	border-bottom: 1px solid #CFCFCF;
	font-weight: bold;
	padding: 4px;
}

.cart-table td {
	border-bottom: 1px solid #F7F7F7;
	border-right: 1px solid #CFCFCF;
	font-weight: normal;
	padding: 4px;
}

.cart-table tr.alt td {
	background-color: #f9f9f9;
}

.cart-table tr.over td {
	background-color: #fef0fe;
}

.cart-table .summary .price {
	color: #F6501E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.cart-table .summary .price-products {
	color: #1F1F1F;
	font-size: 12px;
}

.cart-table .summary .price-send {
	color: #1F1F1F;
	font-size: 12px;
}

.cart-table .buttons {
	text-align: right;
}

.cart-table img {
	border: 0px;
}

.cart-table  .short {
	font-size: 11px;
}

.cart-table .summary {
	text-align: right;
}

.table-summary {
	background-color: #fff;
}

.euro {
	margin-left: 10px;
}

.table-summary em {
	text-align: left;
	font-style: normal;
	font-size: 13px;
	font-weight: bold;
}

.table-summary strong {
	text-align: left;
	font-style: normal;
	font-size: 13px;
	font-weight: bold;
}

.table-summary .important {
	color: #BF17BB;
}

.adress {
	color: #BF17BB;
}

.buttons {
	width: auto;
	overflow: auto;
	padding: 4px;
}

.buttons a {
	width: auto;
	float: right;
	background-color: #3F3F3F;
	background-image: url(../../../img/admin/default/button-bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #3F3F3F;
	color: #ffffff;;
	padding: 3px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	margin: 0 0px 0 5px;
}

.simple-window .page {
	width: auto;
	padding: 10px;
}

.simple-window .page_body {
	margin: 0;
}

/* banery */
.banner {
	text-align: center;
	margin: 5px 0 5px 0;
}
