html, body {
	height: 100%;
	font-family: Verdana, Tahoma, Arial; 
	font-size: 13px;
	color: #dad8d7;
}

body {
	margin:0;
	padding:0;
	background-color: #050505;
}

h1, h2, h3, h4, h5, h6, h7 {
	margin: 0px;
	padding: 0px;
}

p {
	font-size: 12px;
}

.clear {
	clear: both
}


a {
	color: #FFFFFF;
	text-decoration: none;
	/* border-bottom:1px dotted #fff */
}

a:hover {
	/* border-bottom: 1px dotted #9d9386 */
}

img {
	border: 0px;
}

li {
	padding-bottom: 3px;
}

ul {
	list-style:none;
}

#scrollStoper {
	position: absolute;
	top: 0px;
}

div > p {margin:0}

div#outer {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 180px;
    padding: 0px;
}


div#ajaxloader {
	width: 1080px;
	margin: auto;
	text-align: left;
	margin-bottom:100px;
}


div#footer {
	position: fixed;
	_position: absolute;
	*position: absolute;
	padding: 0px;
	bottom: 0;
	width: 100%;
	text-align: center;
	font-size: 12px;
	left: 0px;
	z-index: 99;
	height: 81px; /* to pamietaj, zeby zmienic - w zaleznosci od tego jak bedzie stopka wygladala narysowana juz bo inaczej sie robi bug) */
}

div#footer p {
	margin: 0px;
	padding: 0px;
}
div#basket {
	background: URL('/images/koszyk/koszyk_bg.png') 0px 0px no-repeat;
  background-position:center top;
  color: #a88054;
	position: fixed;
	_position: absolute;
	overflow: hidden;
	bottom: 0px;
	width: 100%;
	left: 0px;
	z-index: 97;
	height: 0px;
}



div#links {
	height:77px;
	padding-top: 4px;
	background-image:URL('/images/stopka-tlo.png');
	background-repeat: no-repeat;
	background-position: bottom center;
}

 

#basketInner {
	width: 1030px;
	margin: auto;
}

#basket_left {
  float: left;
  width: 830px;
}
#basket_right {
  float: right;
  width: 100px;
  margin-right: 32px;
}
div#empty_basket_msg {
  margin-top: 134px;
  margin-left: 22px;
}
#basket_right #basket_hide_basket{
  display: block;
  width: 123px;
  height: 69px;
	background: URL('/images/koszyk/koszyk_ukryj.png') 0px 0px no-repeat;
}
#basket_right #basket_hide_basket:hover {
	background: URL('/images/koszyk/koszyk_ukryj.png') -125px 0px no-repeat;
}
#basket_right #basket_update_basket {
  margin-top: 68px;
  margin-left: 40px;
  display: block;
  width: 108px;
  height: 63px;
	background: URL('/images/koszyk/koszyk_przelicz_koszyk.png') 0px 0px no-repeat;
}
#basket_right #basket_update_basket:hover {
	background: URL('/images/koszyk/koszyk_przelicz_koszyk.png') -125px 0px no-repeat;
}

#basket_right #basket_complete{
  margin-top: 68px;
  margin-left: -30px;
  display: block;
  width: 122px;
  height: 71px;
	background: URL('/images/koszyk/koszyk_dokonaj_zakupu.png') 0px 0px no-repeat;
}
#basket_right #basket_complete:hover{
	background: URL('/images/koszyk/koszyk_dokonaj_zakupu.png') -125px 0px no-repeat;
}

#basketInner #basket_left table.basket_table{
	width: 810px;
	margin-top: 122px;
	margin-left: 20px;
	height: 142px;
}
#basketInner #basket_left table.basket_table_summary {
	width: 810px;
	margin-left: 20px;
	height: 56px;
}
#basketInner #basket_left table tr th{
	text-align: left;
}

tr.odd_row {
	background-image:URL('/images/koszyk/bg_wiersz.png');
}
td.first_column {
  width: 626px;
}
td.second_column {
  width: 86px;
  text-align: center;
}
td.third_column {
  text-align: center;
}

input.basket_quantity {
  border: none;
  background: none;
  color: #a88054;
  width: 20px;
}

div#basket_step_1, div#basket_step_2, div#basket_step_3 {
  width: 570px;
  height: 416px;
  padding-top: 76px;
  float: left;
	background: URL('/images/koszyk/basket_step_1_bg.png') 0px 0px no-repeat;
}
div#basket_step_2{
	background: URL('/images/koszyk/basket_step_2_bg.png') 0px 0px no-repeat;
  height: 630px;
}
div#basket_step_3{
	background: URL('/images/koszyk/basket_step_3_bg.png') 0px 0px no-repeat;
}
div#basket_step_2 p {
  margin-top: 40px;
  margin-left: 56px;
  margin-right: 56px;
  color: #A88054;
}

form#address_form input {
  margin-left: 185px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 12px;
  padding-right: 8px;
	width: 162px;
	height: 40px;
	line-height: 40px;
	border: none;
  vertical-align: middle;
	background: URL('/images/koszyk/input_bg.png') 0px 0px no-repeat;
	float: left;
}

div.error {
	width: 84px;
	height: 31px;
  padding-left: 4px;
  padding-top: 4px;
  margin-left: 390px;
  margin-bottom: -9px;
	border: none;
	background: URL('/images/koszyk/validator_bg.png') 0px 0px no-repeat;
  color: #BA2D2D;
  font-size: 10px;
}
#submit_details_form{
  margin-top: 0px;
  margin-left: 420px;
  display: block;
  width: 113px;
  height: 46px;
	background: URL('/images/koszyk/dalej.png') 0px 0px no-repeat;
}
#submit_details_form:hover {
	background: URL('/images/koszyk/dalej.png') 0px -49px no-repeat;
}

div#basket_side_step_1, div#basket_side_step_2, div#basket_side_step_3  {
	width: 284px;
	height: 196px;
	float: left;
	background: URL('/images/koszyk/progres_bg_01.png') 0px 0px no-repeat;
}

div#basket_side_step_2 {
	background: URL('/images/koszyk/progres_bg_02.png') 0px 0px no-repeat;
}
div#basket_side_step_3 {
	background: URL('/images/koszyk/progres_bg_03.png') 0px 0px no-repeat;
}

div#basket_side_step_1 ul, div#basket_side_step_2 ul, div#basket_side_step_3 ul  {
  margin-top: 85px;
  margin-left: 20px;
}
div#basket_side_step_1 ul li, div#basket_side_step_2 ul li, div#basket_side_step_3 ul li  {
  margin-bottom: 17px;
}
div#basket_side_step_1 ul li b, div#basket_side_step_2 ul li b, div#basket_side_step_3 ul li b  {
  color: #A88054
}


div#verification_name {
  margin-left: 184px;
  margin-top: 9px;
}
div#verification_address {
  margin-left: 122px;
  margin-top: 14px;
}
div#verification_address_2 {
  margin-left: 51px;
  margin-top: 12px;
}
div#verification_email {
  margin-left: 122px;
  margin-top: 13px;
  float: left;
  width: 170px;
}
div#verification_phone {
  margin-left: 100px;
  margin-top: 13px;
  float: left;
}


table.summary_table {
  width: 480px;
  margin-top: 70px;
  margin-left: 44px;
  color: #A88054
}
table.total_sum {
  margin-top: 18px;
}

td.summary_first_column {
}
td.summary_second_column {
  width: 88px;
  text-align: center;
}
td.summary_third_column {
  text-align: center;
  width: 88px;
}

#submit_transaction {
  margin-top: 30px;
  margin-left: 420px;
  display: block;
  width: 122px;
  height: 57px;
	background: URL('/images/koszyk/koszyk_zamow.png') 0px 0px no-repeat;
}
#submit_transaction:hover {
	background: URL('/images/koszyk/koszyk_zamow.png') 0px -60px no-repeat;
}

#basket_step_3 p {
  margin-left: 38px;
  margin-top: 72px;
}

<!--[if lte IE 6]>
<style type="text/css">
div#footer, div#basket { position: absolute; }
div#footer, div#basket {
top: expression(
	offset = 0 + parseInt(document.body.currentStyle.paddingBottom) + 
		parseInt(document.body.currentStyle.marginBottom),
	document.documentElement.clientHeight - this.offsetHeight - offset + document.documentElement.scrollTop + 'px'
);
}

</style>
<![endif]-->

.activeMenuLink {
	background-image: URL('/images/white20percent.png');	
}

#intruz {
	background-image: URL('/images/nowosci-intruz-tlo.jpg');	
	background-repeat: no-repeat; 
	height: 356px
}

#intruz p {
	padding-left: 60px;
	padding-top: 15px;
	padding-right: 50px;
}
 





/* intruz v 1.0 - czyli wreszcie konczymy :) */
#left_menu {
  width: 254px;
  float: left;
   
}
#left_menu_content {
  float: right;
  width: 800px;
}
#left_menu a {
  outline: 0
}

/* kontakt */
.contact_menu {
  background: URL('/images/kontakt/kontakt_l_bg.jpg') 0px 0px no-repeat;
  height: 405px;
  padding-left: 20px;
}
.contact_menu p {
  padding-left: 44px;
  padding-top: 138px;
  line-height: 120%;
}
.contact_menu p.distribution {
  padding-top: 38px;
  line-height: 120%;
}
.contact_menu p.promo {
  padding-top: 37px;
  line-height: 120%;
}

.contact_menu p span{
  font-weight: bold;
  color: #a88054;
  text-transform: uppercase;
}

/* koniec kontakt */

/* team */
.team_menu {
  background: URL('/images/team/team_bg.png') 0px 0px no-repeat;
  height: 711px;
  padding-left: 20px;
}
.team_menu a.menu_icons {
  display: block;
  float: left;
  margin-top: 106px;
}

.team_menu a.icon_art {
  width: 48px;
  height: 56px;
  background: URL('/images/team/team_menu_art.png') 0px 0px no-repeat;
}
.team_menu a.icon_art:hover {
  background: URL('/images/team/team_menu_art.png') 0px -56px no-repeat;
}

.team_menu a.icon_music {
  width: 52px;
  height: 56px;
  background: URL('/images/team/team_menu_music.png') 0px 0px no-repeat;
}
.team_menu a.icon_music:hover {
  background: URL('/images/team/team_menu_music.png') 0px -56px no-repeat;
}

.team_menu a.icon_extreme{
  width: 82px;
  height: 56px;
  background: URL('/images/team/team_menu_extreme.png') 0px 0px no-repeat;
}
.team_menu a.icon_extreme:hover {
  background: URL('/images/team/team_menu_extreme.png') 0px -56px no-repeat;
}
/* list with team members from different categories */
.team_members_list ul {
  padding-left: 10px;
}
a.team_members_links {
}
a.team_members_links:hover {
  color: #61b8fc;
}
a.member_highlighted {
  font-weight: bold;
  font-size: 14px;
  color: #a88054;
}

div.team_member_small_containter {
  width: 241px;
  height: 306px;
  background: URL('/images/team/team_member_bg.png') 0px 0px no-repeat;
  float: left;
  padding-right: 12px;
  padding-left: 12px;
}

.main_page_highlighted_member {
  margin-top: 46px;
  margin-left: 90px;
}
.main_page_highlighted_clothes {
  margin-top: 16px;
  margin-left: 25px;
}

div.team_member_small_containter div.team_member_small_category {
  width: 101px;
  padding-left: 140px;
  margin-top: 12px;
  margin-bottom: -12px;
  text-align: center;
}

div.team_member_small_containter div.team_member_small_category img{
  position: relative;
  z-index: 2;  

}

div.team_member_small_containter img.team_member_small_image {
  margin-left: 12px;  
  margin-top: 0px;
  z-index: 1;  
  width: 190px;
  height: 182px;
}

/* members names - clickable */
div.team_member_small_containter div.team_member_small_name {
  text-align: center;
  margin-right: 20px;
  margin-left: 14px;
  margin-top: 10px;
  height: 55px;
}
/* hrefs inside members names */
div.team_member_small_containter div.team_member_small_name a {
  display: block;
  width: 193px;
  height: 50px;
  margin: auto;
}

/* team member details */
div#team_member_details {
  margin-top: 10px;
  width: 344px;
  height: 493px;
  background: URL('/images/team/team_right_bg.jpg') 0px 0px no-repeat;
  float: right;
}
div#team_member_details img {
  margin-left: 9px;
}
div#team_member_details p {
  margin-left: 23px;
  margin-right: 48px;
  margin-top: 23px;
  height: 200px;
}
div#team_member_details .titles {
  font-size: 14px;
  color: #98744d;
  font-weight: bold;
}
div#team_member_details div#team_member_media {
  width: 300px;
  height: 60px;
  text-align: right;
}
div#team_member_big_pic, div#contact_big_pic {
  width: 450px;
  float: left;
}
div#contact_big_pic img{
  margin-left: 76px;
}

/* contact details */
div#contact_details {
  margin-top: 10px;
  width: 318px;
  height: 485px;
  background: URL('/images/kontakt/kontakt_r_bg.png') 0px 0px no-repeat;
  float: right; 
}
div#contact_details p {
  line-height: 130%; 
  margin-top: 110px; 
  margin-left: 30px;
}
div#contact_details p span {
  letter-spacing: -1px;
}
/* / contact details */



/* shops */
div#sklepy {
  width: 1072px;
  height: 1113px;
  background: URL('/images/sklepy/sklepy_bg_all.png') 0px 0px no-repeat;
}
div#sklepy div#sklepy_l, div#sklepy div#sklepy_r {
  float: left;
  width: 240px;
  margin-left: 28px;
  margin-top: 108px;
}
div#sklepy div h2 {
  font-size: 14px;
  color: #a88054;
}
div#sklepy div#mapka {
  float: right;
  width: 511px;
  height: 454px;
  background: URL('/images/sklepy/sklepy_mapka.png') 0px 0px no-repeat;
	position: relative;
  }
div#sklepy div#mapka img {
  position: absolute;
  }
/* // shops */


/* clothes */
img.menu_ciuchy {
  float: left;
}
a.menu_koszulki {
  display: block;
  float: left;
  width: 182px;
  height: 45px;
  background: URL('/images/ciuchy/menu_koszulki.png') 0px 0px no-repeat;
}
a.menu_koszulki:hover {
  background: URL('/images/ciuchy/menu_koszulki.png') 0px -50px no-repeat;
}
a.menu_kangurki {
  display: block;
  float: left;
  width: 177px;
  height: 45px;
  background: URL('/images/ciuchy/menu_kangurki.png') 0px 0px no-repeat;
}
a.menu_kangurki:hover {
  background: URL('/images/ciuchy/menu_kangurki.png') 0px -50px no-repeat;
}
a.menu_bluzy {
  display: block;
  float: left;
  width: 178px;
  height: 45px;
  background: URL('/images/ciuchy/menu_bluzy.png') 0px 0px no-repeat;
}
a.menu_bluzy:hover {
  background: URL('/images/ciuchy/menu_bluzy.png') 0px -50px no-repeat;
}
a.menu_spodnie {
  display: block;
  float: left;
  width: 154px;
  height: 45px;
  background: URL('/images/ciuchy/menu_spodnie.png') 0px 0px no-repeat;
}
a.menu_spodnie:hover {
  background: URL('/images/ciuchy/menu_spodnie.png') 0px -50px no-repeat;
}
a.menu_czapki {
  display: block;
  float: left;
  width: 175px;
  height: 45px;
  background: URL('/images/ciuchy/menu_czapki.png') 0px 0px no-repeat;
}
a.menu_czapki:hover {
  background: URL('/images/ciuchy/menu_czapki.png') 0px -50px no-repeat;
}


.productThumbContainer, .productThumbContainerInBasket, .productThumbContainerNoStock {
  float: left;
  height: 338px;
  width: 252px;
  margin-left: 12px;
  margin-top: 22px;
  background: URL('/images/ciuchy/sklep_bg_item_01.png') 0px 0px no-repeat;
}

img.product_small {
  width: 197px;
  height: 203px;
  position: relative;
  top: 47px;
  left: 23px;
}
h3.listing_product_name {
  position: relative;
  top: 68px;
  left: 23px;
}
h3.listing_product_name a {
  color: #a28258;
}

div.productThumbInfo div.price {
  position: relative;
  top: 36px;
  left: 0px;
  width: 220px;
  text-align: right;
  color: #a28258;
  font-weight: bold;
}
div.size_form {
  position: relative;
  top: 44px;
  left: 23px;
  width: 220px;
  color: #a28258;
  font-size: 10px;
  font-weight: normal;
}
div.big_size_form {
  width: 116px;
  color: #a28258;
  font-size: 10px;
  font-weight: normal;
  float: left;
}
/* class for selected size */
.selected_mini_size {
  background: URL('/images/ciuchy/size_mini.png') 0px -33px no-repeat;
}
div.size_s, div.size_m, div.size_l, div.size_xl, div.size_xxl, div.size_2xl {
  margin-top: 3px;
  padding-top: 2px;
  margin-right: 3px;
  text-align: center;
  float: left;
  color: #141313;
  width: 18px;
  height: 14px;
  font-size: 8px;
  background: URL('/images/ciuchy/size_mini.png') 0px 0px no-repeat;
  cursor: pointer;
}
div.size_s:hover, div.size_m:hover, div.size_l:hover, div.size_xl:hover, div.size_xxl:hover, div.size_2xl:hover {
  background: URL('/images/ciuchy/size_mini.png') 0px -17px no-repeat;
}
/* class for selected size */
.selected_mini_size {
  background: URL('/images/ciuchy/size_mini.png') 0px -33px no-repeat;
}

.size_validator_error {
  color: red;
}

span.price_amount {
  font-size: 14px;
  color: #c6beb4;
}

div.productThumbInfo a.small_basket_buton {
  display: block;
  width: 91px;
  height: 41px;
  background: URL('/images/ciuchy/do_koszyka_mini.png') 0px 0px no-repeat;
  position: relative;
  top: 32px;
  left: 138px;
  cursor: pointer;
}
div.productThumbInfo a.small_basket_buton:hover {
  background: URL('/images/ciuchy/do_koszyka_mini.png') 0px -43px no-repeat;
}
div#ciuchy_top_menu {
  display: block;
  width: 1033px;
  height: 62px;
  padding-top: 23px;
  padding-left: 37px;
  background: URL('/images/ciuchy/ciuchy_top_menu_bg.png') 0px 0px no-repeat;
}

/* product details */
div#product_container {
  display: block;
  width: 848px;
  height: 529px;
  float: left;
  background: URL('/images/ciuchy/bg_szczegoly.png') 0px 0px no-repeat;

}
div#product_container.container_tshirt {
  background: URL('/images/ciuchy/bg_szczegoly_tshirt.png') 0px 0px no-repeat;
}
div#product_container.container_czapka {
  background: URL('/images/ciuchy/bg_szczegoly_czapka.png') 0px 0px no-repeat;
}
div#product_container.container_kangurki_damskie {
  background: URL('/images/ciuchy/bg_szczegoly_kangurka_damska.png') 0px 0px no-repeat;
}
div#product_container.container_t_damska {
  background: URL('/images/ciuchy/bg_szczegoly_t_damska.png') 0px 0px no-repeat;
}
div#product_container.container_kangurki {
  background: URL('/images/ciuchy/bg_szczegoly_kangurki.png') 0px 0px no-repeat;
}
div#product_container.container_spodnie {
  background: URL('/images/ciuchy/bg_szczegoly_spodnie.png') 0px 0px no-repeat;
}
div#product_container.container_spodnie_diablo {
  background: URL('/images/ciuchy/bg_szczegoly_jeans_diablo.png') 0px 0px no-repeat;
}
div#product_container.container_spodnie_blue_denim {
  background: URL('/images/ciuchy/bg_szczegoly_jeans_blue_denim.png') 0px 0px no-repeat;
}
div#product_container.container_longsleeve {
  background: URL('/images/ciuchy/bg_szczegoly_longsleeve.png') 0px 0px no-repeat;
}
div#product_container.container_bluza_slim{
  background: URL('/images/ciuchy/bg_szczegoly_bluza_slim.png') 0px 0px no-repeat;
}

div#product_images {
  width: 536px;
  height: 458px;
  margin-left: 29px;
  padding-top: 36px;
  float: left
}
div#product_images img.big_image {
  width: 428px;
  height: 456px;
  margin-right: 8px;
  float: left;
}
div#product_images img.small_image {
  width: 100px;
  height: 106px;
  margin-bottom: 10px;
}

img#back_button {
  margin-left: 165px;
  cursor: pointer;
}
div#product_info {
  width: 246px;
  height: 458px;
  float: left;
  margin-top: 0px;
  margin-left: 36px;
}

div#product_info h3 {
  color: #A28258;
  font-weight: normal;
  font-size: 24px;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  line-height: 16px;
}
div#product_info h3 span {
  color: #3d3b33;
  font-weight: normal;
  font-size: 12px;
}
div#product_details {
  margin-top: -10px;
}
div#product_details div.big_price {
  font-size: 20px;
  color: #c9bfb5;
}
a.big_basket_buton {
  float: left;
  display: block;
  width: 91px;
  height: 41px;
  background: URL('/images/ciuchy/do_koszyka_mini.png') 0px 0px no-repeat;
  cursor: pointer;
  margin-top: -10px;
}
a.big_basket_buton:hover {
  background: URL('/images/ciuchy/do_koszyka_mini.png') 0px -43px no-repeat;
}
p.big_description {
  color: #c9bfb5;
  float: none;
  font-size: 12px;
  margin-top: 8px;
}

div#product_details div.big_price span.big_price_amount {
  color: #a28258;
  font-size: 28px;
}

div#other_products {
  float: right;
  display: block;
  width: 160px;
  height: 511px;
  padding-left: 40px;
  background: URL('/images/ciuchy/bg_inne_ciuchy.png') 0px 0px no-repeat;
}
.side_image {
  width: 100px;
  height: 106px;
  padding-bottom: 8px;
}
/* //clothes */


/* nowosci */
div#main_intruz {
  width: 418px;
  height: 338px;
  float: left;
  background: URL('/images/nowosci/main_intruz_bg.png') 0px 81px no-repeat;
}

div#main_intruz p{
  margin-left: 29px;
  margin-right: 29px;
  margin-top: 29px;
}

div#main_blog {
  width: 624px;
  height: 338px;
  float: left;
  background: URL('/images/nowosci/main_blog_bg.png') 0px 81px no-repeat;
  font-size: 14px;
}

div#main_blog ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;  
  margin-left: 48px;  
  margin-top: 24px;  
}
div#main_blog ul li{
  padding-bottom: 12px;
}
div#main_blog ul li b{
  color: #a88054;
  padding-bottom: 12px;
}

div#main_ekipa {
  width: 418px;
  height: 511px;
  float: left;
  background: URL('/images/nowosci/main_ekipa_bg.png') 0px 81px no-repeat;
}

div#main_ciuchy {
  width: 624px;
  height: 511px;
  float: left;
  background: URL('/images/nowosci/main_ciuchy_bg.png') 0px 81px no-repeat;
  font-size: 14px;
}
/*   color: #61b8fc; */

.in_basket {
  position: relative;
  top: -300px;
  left: 170px;
  font-size: 10px;
  
}

.in_basket_big {
  position: relative;
  top: -500px;
  left: -240px;
  font-size: 10px;
}
.party{
	width: 1059px;
	height: 360px;
	background: URL('/images/party_bg.jpg') 0px 0px no-repeat;
}
.party_header{
	width: 1043px;
	height: 78px;
	background: URL('/images/party_header.jpg') 0px 0px no-repeat;
}
.party_show{
	height: 78px;
	width: 173px;
	display: block;
	float: right;
	background: URL('/images/party_zobacz.jpg') 0px 0px no-repeat;
}
.party_show:hover{
	background-position: left bottom;
}
.party_inner{
	padding-top: 40px;
	margin-left: 50px;
	overflow: hidden;
	width: 940px;
}
.party_icon{
	float: left;
	margin-right: 10px;
}
.old{
	text-decoration: line-through;
	color: #cfc1b7;
}
span.new_price{
	color: red;
	font-size: 15px;
}
