/* root */
*{
  margin:0;
  padding:0;
}
html,body{
  background:#1C1C1C none repeat scroll 0 0;
  color:#dbdbb8;
  font-family:'Trebuchet','Tahoma';
  font-size:11px;
}
a,img{
  border:0;
  color:#dbdbb8;
}
.hidden{
  display:block;
  width:0;
  height:0;
  overflow:hidden;
  font-size:0;
}

/* container */
#container{
  width:980px;
  overflow:hidden;
}

/* container - header */
#header{
  position:relative;
  width:100%;
  height:260px;
  background:url('../images/shadow_bottom.png') repeat-x left bottom;
}
#header h1{
  float:left;
}
#header p{
  float:right;
}

/* container - header - navigation */
#navigation{
  display:block;
  list-style:none;
  width:100%;
  height:200px;
  padding-top:3px;
  text-align:right;
  background:transparent no-repeat left 3px;
  font-size:0;
  clear:both;
	position:relative;
}
#navigation *{
  display:inline;
  list-style:none;
  font-weight:bold;
  font-size:12px;
}
#navigation li{
  /*margin-left:1px;
  background:#858c9e url('../images/navigation_li_bg.png') repeat-x left top;*/
  padding:0 1px 3px 0;
}
#navigation #loyalty_points{
	position:absolute;
	right:0;
	top:21px;
}
#navigation li a{
  /*background:#112548 url('../images/navigation_a_bg.png') repeat-x left top;*/
  border:1px solid;
  border-top:0 none;
  border-bottom:1px solid #0f0e0c;
  border-right:1px solid #0f0e0c;
  border-left:1px solid #bab3a9;
  background:#807c76;
  padding:0 5px 2px 5px;
  text-decoration:none;
  text-transform:lowercase;
}
#navigation li img{
  margin:0 5px 2px 0;
  vertical-align:bottom;
}
#haslo_pl,#haslo_en{
  position:absolute;
  right:10px;
  bottom:7px;
}
#haslo_pl img,#haslo_en img{
  display:block;
}

/* container - new_products */
#new_products{
  overflow:hidden;
  position:relative;
  width:126px;
  float:right;
  margin-top:-7px;
  padding-bottom:6px;
  background:#1c1c1c url('../images/new_products_bg.png') no-repeat 0 bottom;
}
#new_products h2{
  width:120px;
  _height:31px;
  min-height:31px;
  padding:8px 0 0 6px;
  font-size:13px;
  font-weight:bold;
  text-align:center;
  background:#1c1c1c url('../images/new_products_header_bg.png') no-repeat 0 0;
}
#new_products ul{
  display:block;
  width:126px;
  background:url('../images/new_products_ul_bg.png') repeat-y 0 0;
  padding:2px 0;
}
#new_products li{
  display:block;
  width:115px;
  padding:3px 2px 3px 9px;
  list-style:none;
  background:url('../images/new_products_li_bg.png') repeat-y 0 0;
  margin-bottom:3px;
}
#new_products li a{
  display:block;
  text-align:center;
  text-decoration:none;
  font-size:10px;
}
#new_products li a img{
  display:inline;
}
#new_products li a span{
  display:block;
  text-align:center;
  padding:5px 12px 2px 2px;
  background:url('../images/white_arrow.gif') no-repeat 105px center;
}

/* container - maincontent */
#maincontent{
  position:relative;
  width:574px;
  padding:10px;
  float:right;
  overflow:hidden;
}
#maincontent .wysiwyg,#maincontent .wysiwyg *{
  color:#DBDBB8;
/*  background:#1d2e3e!important;*/
}
#maincontent .wysiwyg ul,#maincontent .wysiwyg ol{
  padding-left:10px;
}
#maincontent h2{
  font-size:17px;
  font-weight:bold;
  padding:0 0 10px 0;
  margin:10px 0;
  border-bottom:1px solid #DBDBB8;
}
#maincontent h2 a{
  text-decoration:none;
}
#maincontent h2 a:hover{
  border-bottom:1px dotted #fff;
}
#maincontent h3{
  font-size:13px;
  padding:5px 0;
}
#maincontent h4{
  font-size:11px;
  padding:5px 0;
}
#maincontent p{
  padding:3px 0;
}
/* login */
.login form ul{
  padding:20px 0 0 0;
}
.login form li{
  padding:2px 5px;
  display:block;
  overflow:hidden;
  width:470px;
  clear:both;
  overflow:hidden;
}
.login form li input,.login form li textarea{
  display:block;
  float:left;
  border:1px solid #3E6696;
  width:270px;
  color:#fff;
  background:#1d2e3e;
}
.login form li label{
  display:block;
  float:left;
  width:190px;
  padding-right:5px;
  text-align:right;
  color:#5F9EEE
}

.login #input_send{
  display:block;
  float:right;
  background:#3b4966;
  border:1px outset #1d2e3e;
  font-size:9px;
  margin:10px 2px 0 0;
  padding:2px 10px;
  color:#fff;
  width:auto;
}

/* catalog */

.catalog p{
  font-weight:bold;
  text-align:center;
  margin:10px 0;
  padding:0 0 10px 0;
  border-bottom:1px solid #616d78;

}
.catalog img{
  display:block;
  margin:20px auto 10px auto;
}
.catalog ul.products{
  display:block;
}
.catalog ul.products li{
  display:block;
  list-style:none;
}
.catalog ul.products li a.image{
  display:block;
  float:left;
  width:120px;
  border:1px solid #616d78;
  margin:0 10px 10px 10px;
}
.catalog ul.products li a.image img{
  margin:0;
}
.catalog ul.products li p,.catalog ul.products li h3{
  border:0;
  font-weight:normal;
  text-align:left;
  float:left;
  font-size:11px;
}
.catalog ul.products li p{
  width:420px;
  padding:0!important;
}

.catalog ul.products li h3{
  width:220px;
  font-weight:bold;
}
.catalog ul.products li p.more{
  clear:both;
  float:none;
  width:100%;
  min-height:21px;
  overflow:hidden;
  background:transparent url('../images/maincontent_p_more_bg.png') repeat-x 0 0;
}
.catalog ul.products li p.more a{
  display:block;
  float:right;
  padding:4px 5px 4px 20px;
  background:transparent url('../images/maincontent_a_more_bg.png') no-repeat 3px center;
  text-decoration:none;
}

.catalog ul.products li p.price{
  width:180px;
  display:block;
  float:right;
  text-align:right;
  margin:0;
}
.catalog .paging_top{
  position:absolute;
  top:10px;
  right:10px;
}
.catalog .paging_bottom{
  position:relative;
  text-align:right;

}
.catalog .paging *{
  display:inline;
  font-weight:bold;
  font-size:13px;
  margin:0;
  padding:0;
  text-decoration:none;
}
.catalog .paging li{
  list-style:none;
}

/* product */
.product ul.images{
  margin:20px auto;
  display:block;
  text-align:center;
  list-style:none;
  overflow:hidden;
  zoom:1;
  text-align:center;
}
.product ul.images li{
/*	display:block;
	float:left;*/
  padding:5px 9px;
  display:inline-block;
  width:122px;
}
.product ul.images li a{
	display:block;
	width:122px;
  border:solid #616d78;
  border-width:1px 1px 0 1px;
  overflow:hidden;
  text-decoration:none;
}
.product ul.images li a img,.product ul.images li a span{
  border-bottom:1px solid #616d78;
	padding:1px;
	display:block;
	width:122px;
}
.product ul.images li.clear{
	float:none;
	clear:both;
	padding:1px;
}

.product form table{
  margin:10px 0;
  border:0;
  border-collapse:collapse;
  border-spacing:0;
  width:100%;
}
.product form table td,.product form table th{
  border:1px solid #807c76;
  padding:5px;
}
.product form table thead th{
  background:url("/images/td-bg.png") left top repeat-x;
  color:#DBDBB8;
  font-weight:bold;
  text-align:center;
  vertical-align:middle;
}
.product form table td input{
  display:block;
  border:1px solid #807C76;
  width:80%;
  color:#000;
  background:#fff;
}
.product form table tfoot input{
  display:block;
  float:right;
  padding:5px 5px 5px 10px;
  border-left:1px solid #807C76;
}

/* cart */

.cart table{
  margin:10px 0;
  border:0;
  border-collapse:collapse;
  border-spacing:0;
  width:100%;
}
.cart td,.cart th{
  border:1px solid #807C76;
  padding:5px;
}
.cart thead th{
  background:transparent url(/images/td-bg.png) repeat-x scroll left top;
  color:#DBDBB8;
  font-weight:bold;
  text-align:center;
  vertical-align:middle;
}
.cart form table tfoot th{
  text-align:right;
}
.cart td input{
  display:block;
  border:1px solid #807C76;
  width:80%;
  color:#000;
  background:#fff;
}
.cart .checkbox td input{
	display:inline;
	border:0;
	width:auto;
	background:transparent;
}
.cart textarea{
  display:block;
  border:1px solid #807C76;
  margin-top:5px;
  padding:5px;
  width:562px;
  height:100px;
  color:#000;
  background:#fff;
}

.cart tfoot input{
  display:block;
  float:right;
  padding:5px 5px 5px 10px;
  border-left:1px solid #92a2bc;
}
.cart table a{
  text-decoration:none;
  font-weight:normal;
}
.cart table a:hover{
  color:#5f9eee;
}
.cart ul.actions{
  padding:10px 0;
  display:block;
  text-align:right;
  width:auto!important
}
.cart ul.actions li{
  list-style:none;
  margin:0 0 0 5px;
  display:inline;
}
.cart ul.actions input,.cart div.payment input{
	background:#807C76!important;
	border:1px outset #000!important;
	font-size:9px!important;
	padding:2px 10px!important;
	color:#fff!important;
}
.cart ul#cart_addresses{
	text-align:left;
	padding:10px 0;
	list-style:none;
}
.cart ul#cart_addresses *{
	display:inline;
}
.cart ul#cart_addresses li{
	margin-right:1em;
}
.cart ul#cart_addresses input{
	border:0;
	background:transparent;
	padding:0;
	margin-right:0.5em;
}
.cart ul.auraltext{
	display:none;
}
.cart ul.data input{
	padding:0;
	font-size:1em;
}
.cart ul.checkbox{
  text-align:left;
}
.cart ul.checkbox li label{
  font-weight:bold;
  cursor:pointer;
}
.cart table.checkbox label{
  font-weight:bold;
  display:block;
  cursor:pointer;
}
.cart ul.checkbox li{
  margin:5px;
  display:block;
}
.cart ul.checkbox li p{
  padding-left:1.5em;
}

.cart p.info{
  padding:10px 0 30px 0;
  text-align:right;
}
.cart p.info a{
  background:#3b4966;
  border:1px outset #1d2e3e;
  font-size:9px;
  padding:2px 10px;
  color:#fff;
  text-decoration:none;
}

/* archive */
.archive .news_row{
  position:relative;
  width:574px;
  overflow:hidden;
}
.archive .news{
  float:left;
  position:static;
  display:block;
  width:285px;
  padding-bottom:30px;
}
.archive .first{
  margin-right:4px;
}
.archive .news a.image{
  display:block;
  border:1px solid #616d78;
  margin:5px auto;
}
.archive .news a.image img{
  margin:0;
}
.archive .news p,.archive .news h3{
  border:0;
  font-weight:normal;
  text-align:left;
  width:100%;
  font-size:11px;
}
.archive .news h3{
  font-weight:bold;
}
.archive .news p.more{
  position:absolute;
  bottom:0;
  min-height:21px;
  overflow:hidden;
  background:transparent url('../images/maincontent_p_more_bg.png') repeat-x 0 0;
  width:285px;
}
.archive .news p.more a{
  display:block;
  float:left;
  padding:0px 5px 8px 20px;
  background:transparent url('../images/maincontent_a_more_bg.png') no-repeat 3px center;
  color:#dbdbb8;
  text-decoration:none;
}

/* contact */
.contact form ul{
  padding:20px 0 0 0;
}
.contact form li{
  padding:2px 5px;
  display:block;
  overflow:hidden;
  width:480px;
  clear:both;
  overflow:hidden;
}
.contact form li input,.contact form li textarea,.contact form li input,.contact form li select{
  display:block;
  float:left;
  border:1px solid #807C76;
  width:270px;
  color:#000;
  background:#fff;
}
.contact form li label{
  display:block;
  float:left;
  width:190px;
  padding-right:5px;
  text-align:right;
  color:#DBDBB8;
}

.contact #input_send{
  display:block;
  float:right;
  background:#807C76 none repeat scroll 0 0;
  border:1px outset #000;
  font-size:9px;
  margin:10px 2px 0 0;
  padding:2px 10px;
  width:auto;
  color:#fff;
}

.contact form li.required{
  background:url('/images/required.gif') no-repeat right center;
}
.contact form li.error{
  background:url('/images/required_error.gif') no-repeat right center;
}
.contact form li.error input,.register form li.error textarea{
  border-color:#f00;
}

/* register */
.register form ul.data{
	padding:5px 0 20px 0;
}
#points_form .data{
  padding:20px 0 0 0;
}
.register form ul.data li, #points_form ul.data li{
  padding:2px 5px;
  display:block;
  overflow:hidden;
  width:480px;
  clear:both;
  overflow:hidden;
}
.register form ul.data li input,.register form ul.data li textarea,
#points_form ul.data li input{
  display:block;
  float:left;
  border:1px solid #3E6696;
  width:270px;
  color:#fff;
  background:#1d2e3e;
}
#points_form ul.data li input{
  border:1px solid #fff;
}
.register form ul.data li label,
#points_form ul.data li label{
  display:block;
  float:left;
  width:190px;
  padding-right:5px;
  text-align:right;
  color:#5F9EEE
}
#points_form ul.data li label{
	color:#fff;
}
.register form ul.data li.required{
  background:url('/images/required.gif') no-repeat right center;
}
.register form ul.data li.error{
  background:url('/images/required_error.gif') no-repeat right center;
}
.register form ul.data li.error input,.register form ul.data li.error textarea{
  border-color:#f00;
}

.register form ul.actions{
  display:block;
  text-align:right;
  width:472px;
  padding:10px 0;
}
.register form ul.actions li{
  list-style:none;
  margin:0 0 0 5px;
  display:inline;
}
.register form ul.actions input{
  background:#3b4966;
  border:1px outset #1d2e3e;
  font-size:9px;
  padding:2px 10px;
  color:#fff;
}



/* container - sidebar */
#sidebar{
  overflow:hidden;
  position:relative;
  margin-top:-63px;
  width:260px;
  float:right;
}

/* container - sidebar - search */
#search{
  width:260px;
  margin-bottom:5px;
  background:url('../images/search_bg.png') no-repeat right 56px;
}
#search h2{
  width:254px;
  _height:26px;
  min-height:26px;
  padding:6px 0 0 11px;
  font-size:16px;
  font-weight:bold;
  width:243px;
  background: url('../images/search_header_bg.png') no-repeat 0 0;
}
#search ul{
  width:254px;
  padding:0 6px 10px 0;
  background:transparent url('../images/search_ul_bg.png') no-repeat left bottom;
  overflow:hidden;
}
#search li{
  display:block;
  list-style:none;
  float:left;
  padding:0px 0 9px 0;
}
#search li label{
  font-size:9px;
}
#search_marka{
  width:118px;
  padding-left:11px!important;
  background: url('../images/search_marka_bg.png') no-repeat 0 0;
}
#select_marka,#select_model{
  width:114px;
  border:1px solid #d9d9d9;
  padding:1px;
  background:#fff;
  color:#000;
  font-size:9px;
  margin-top:3px;
}
#select_model[disabled]{
  background:#d9d9d9;
  color:#333;
}

#search_model{
  padding-left:4px!important;
  width:121px;
  background:url('../images/search_model_bg.png') no-repeat 0 0;
}
#search_katalog{
  padding-left:11px!important;
  clear:both;
  float:none;
  width:243px;
  background:url('../images/search_katalog_bg.png') no-repeat 0 0;
}
#input_katalog{
  /*width:162px;*/
  width:40px;
  border:2px solid #d9d9d9;
  background:#fff;
  color:#000;
  font-size:9px;
  margin-top:3px;
}
#input_submit{
  background:#807c76;
  border:1px outset #0f0e0c;
  font-size:9px;
  width:68px;
  padding:2px 0;
  color:#fff;
}

/* catalog */
#catalog{
  width:260px;
  margin-bottom:5px;
  padding-bottom:6px;
  background:#807c76 url('../images/catalog_bg.png') no-repeat 0 bottom;
}
#catalog h2{
  width:249px;
  _height:31px;
  min-height:31px;
  padding:8px 0 0 11px;
  font-size:16px;
  font-weight:bold;
  background:#1c1c1c url('../images/catalog_header_bg.png') no-repeat 0 0;
}
#catalog ul{
  padding:2px 0;
  background:url('../images/catalog_ul_bg.png') repeat-y 0 0;
}
#catalog ul ul{
  padding-bottom:0;
}
#catalog li{
  width:260px;
  margin-bottom:2px;
  list-style:none;
  display:block;
  background:url('../images/catalog_li_bg.png') repeat-y 0 0;
}
#catalog li a{
  display:block;
  font-weight:normal;
  text-decoration:none;
  padding:2px 0;
  margin:0 9px 0 6px;
  background:url('../images/white_arrow.gif') no-repeat 238px center;
}
#catalog li a.active,#catalog li a:hover{
  background-color:#000;
}
#catalog li a span{
  display:block;
  font-size:11px;
  padding:0 11px 0 2px;
  font-weight:bold;
}

#catalog li li a span{
  font-weight:normal;
  font-size:10px;
  padding-left:10px;
  background:transparent url('../images/catalog_01_bg.gif') no-repeat 2px center;
}
#catalog li li li a span{
  padding-left:20px;
  background:transparent url('../images/catalog_02_bg.gif') no-repeat 10px center;
}
#catalog li li li li a span{
  padding-left:30px;
  background:transparent url('../images/catalog_03_bg.gif') no-repeat 20px center;
}
#catalog li li li li li a span{
  padding-left:40px;
  background:transparent url('../images/catalog_01_bg.gif') no-repeat 32px center;

}
#catalog li li li li li li a span{
  padding-left:50px;
  background:transparent url('../images/catalog_02_bg.gif') no-repeat 40px center;
}

/* newsletter */

#newsletter{
  width:260px;
  margin-bottom:5px;
  padding-bottom:6px;
  background:#575252 url('../images/newsletter_bg.png') no-repeat 0 bottom;
}
#newsletter h2{
  width:249px;
  _height:31px;
  min-height:31px;
  padding:8px 0 0 11px;
  font-size:16px;
  font-weight:bold;
  background:#1c1c1c url('../images/catalog_header_bg.png') no-repeat 0 0;
}

#newsletter ul{
  padding:0 0 11px 5px;
  background:#1c1c1c url('../images/newsletter_ul_bg.png') no-repeat 0 0;
}
#newsletter li{
  display:inline;
  margin-right:6px;
}

#newsletter li label{
  font-size:9px;
}

#newsletter li input{
  background:#807c76;
  border:1px outset #000;
  font-size:9px;
  width:57px;
  padding:2px 0;
  color:#fff;
}
#newsletter li label #input_email{
  background:#fff;
  color:#000;
  font-size:9px;
  width:97px;
  border:1px solid #807c76;
  padding:1px;
  margin-top:3px;
}


/* footer */
#footer{
  position:relative;
  height:120px;
  width:100%;
  background:url('../images/footer_bg.png') repeat-x left bottom;
}
#footer ul{
  position:absolute;
  display:block;
  bottom:3px;
  height:60px;
  width:305px;
  border-right:2px ridge #DBDBB8;
  left:4px;
  line-height:60px;
  font-size:0;
}
#footer ul li{
  padding:0 2px;
}
#footer ul *{
  display:inline;
  vertical-align:middle;
}
#footer_info{
  position:absolute;
  width:700px;
  left:270px;
  bottom:72px;
  font-size:10px;
}
#footer_copy{
  position:absolute;
  left:320px;
  bottom:35px;
  font-size:10px;
}
#footer_code{
  position:absolute;
  left:320px;
  bottom:20px;
  font-size:10px;
}
#footer_flashcontent{
  position:absolute;
  left:647px;
  bottom:2px;
}

#connected_products ul{

}
.total{
	border-bottom:1px solid #DBDBB8;
	margin-top:5px;
	padding-top:5px;
	font-weight:bold;
}
#points_form fieldset{
	border:0 none;
}