﻿/*******************************************************/
/***************** Produkty* ***************************/
/*******************************************************/

div#products
{
	padding-top: 12px;
    /*margin-right:-20px;*/
	width:800px;
}
div#products div.product_item_on div.panel_bottom , 
div#products div.product_item_news_on div.panel_bottom,
div#products div.product_item_sale_on div.panel_bottom,
div#products div.product_item_week_choice_on div.panel_bottom,
div#products div.product_item_week_choice_and_news_on div.panel_bottom
{
height:122px; /* 100px */
}
div#products div.product_item_on div.panel_bottom h1 a, 
div#products div.product_item_news_on div.panel_bottom h1 a,
div#products div.product_item_sale_on div.panel_bottom h1 a,
div#products div.product_item_week_choice_on div.panel_bottom h1 a,
div#products div.product_item_week_choice_and_news_on div.panel_bottom h1 a,
div#products div.product_item_on div.panel_bottom h2, 
div#products div.product_item_news_on div.panel_bottom h2,
div#products div.product_item_sale_on div.panel_bottom h2,
div#products div.product_item_week_choice_on div.panel_bottom h2,
div#products div.product_item_week_choice_and_news_on div.panel_bottom h2
{
    color:#000000;
}

div#products div.product_item
{
	float: left;
	width: 185px;
	height: 337px;
	border: solid 1px #cecece;
	margin-right: 12px;
	]margin-right: 13px;	
/*	background: url(     '../images/vignette.gif' ) no-repeat; */
	overflow: hidden;
	margin-bottom: 12px;
	display: inline;
}


div#products div.product_item_on
{
	float: left;
	width: 185px;
	height: 337px;
	border: solid 1px #776C4E;
    margin-right: 12px;
	]margin-right: 13px;	
/*	background: url(       '../images/vignette_hover.gif' ) no-repeat; */
	overflow: hidden;
	margin-bottom: 12px;
	display: inline;	
}
div#products div.product_item_news
{
	float: left;
	width: 185px;
	height: 322px;
	border: solid 1px #e2e2e2;
    margin-right: 12px;
	]margin-right: 13px;	
	/*	background: url(     '../images/vignette_news.gif' ) no-repeat; */
	overflow: hidden;
	margin-bottom: 12px;
	display: inline;	
}
div#products div.product_item_news_on
{
	float: left;
	width: 185px;
	height: 322px;
	border: solid 1px #99b1d3;
    margin-right: 12px;
	]margin-right: 13px;	
	/*	background: url(       '../images/vignette_hover_news.gif' ) no-repeat; */
	overflow: hidden;
	margin-bottom: 12px;
	display: inline;
}
div#products div.product_item_sale
{
	float: left;
	width: 185px;
	height: 322px;
	border: solid 1px #e2e2e2;
    margin-right: 12px;
	]margin-right: 13px;	
/*	background: url(     '../images/vignette_sale.gif' ) no-repeat; */
	overflow: hidden;
	margin-bottom: 12px;
	display: inline;	
}
div#products div.product_item_sale_on
{
	float: left;
	width: 185px;
	height: 322px;
	border: solid 1px #99b1d3;
    margin-right: 12px;
	]margin-right: 13px;	
/*	background: url(       '../images/vignette_hover_sale.gif' ) no-repeat; */
	overflow: hidden;
	margin-bottom: 12px;
	display: inline;	
}
div#products div.product_item_week_choice
{
	float: left;
	width: 185px;
	height: 322px;
	border: solid 1px #e2e2e2;
	margin-right: 12px;
	]margin-right: 13px;		
/*	background: url(     '../images/vignette_week_choice.gif' ) no-repeat; */
	overflow: hidden;
	margin-bottom: 12px;
	display: inline;	
}
div#products div.product_item_week_choice_on
{
	float: left;
	width: 185px;
	height: 322px;
	border: solid 1px #99b1d3;
	margin-right: 12px;
	]margin-right: 13px;	
/*	background: url('../images/vignette_week_choice_hover.gif' ) no-repeat; */
	overflow: hidden;
	margin-bottom: 12px;
	display: inline;
}
div#products div.product_item_week_choice_and_news
{
	float: left;
	width: 185px;
	height: 322px;
	border: solid 1px #e2e2e2;
	margin-right: 12px;
	]margin-right: 13px;	
/*	background: url('../images/vignette_week_choice_and_sale.gif') no-repeat; */
	overflow: hidden;
	margin-bottom: 12px;
	display: inline;	
}
div#products div.product_item_week_choice_and_news_on
{
	float: left;
	width: 185px;
	height: 322px;
	border: solid 1px #99b1d3;
	margin-right: 12px;
	]margin-right: 13px;	
/*	background: url(       '../images/vignette_week_choice_and_sale_hover.gif' ) no-repeat; */
	overflow: hidden;
	margin-bottom: 12px;
	display: inline;	
}
div#products div.panel_logo
{
	height:35px;
	background-color:#FFFFFF;
}
div#products div.panel_logo span
{
	color:White;
/*    display:block; */
	display: none;
    float:left;
    font-size:14px;
    font-weight:bold;
    margin-left:10px;
    margin-top:10px;
}
div#products div.panel_logo .imgSale
{
    margin-left:10px;
    z-index:3;
    float:left;
    position: absolute ;
}
div#products div.panel_logo .imgBrand
{
	padding:1px 1px;
	max-height: 33px;
    z-index:3;
    float:right; 
}
div#products div.panel_logo div#iconslogo
{
padding-left:4px;
padding-top:4px;
padding-right:4px;
text-align:right;
}
div#products div.product_item_week_choice_and_news div.panel_logo, div.product_item_week_choice div.panel_logo,
div.product_item_week_choice_on div.panel_logo, div.product_item_week_choice_and_news_on div.panel_logo
{
	padding-left:100px;
}
div#products div.product_item_invisible
{
	display: none;
}
div.products_action
{
	height: 27px;
	]height: 24px;	/* IE7 CSS HACK */
	background-color: #be8f99;
	color: White;
	padding-top: 2px;
	padding-left: 3px;
	line-height: 20px;
	width:780px;
}
div.products_action select
{
	border:medium none;
}
div#products div.product_item_week_choice_and_news div.panel_image, div#products div.product_item_week_choice div.panel_image
{
	text-align: center;
}
div#products div.product_item_week_choice_on div.panel_image, div#products div.product_item_week_choice_and_news_on div.panel_image
{
	background-position: center; 
	text-align: center;
}
div#products div.panel_image 
{
	background-color:#FFFFFF;
    width: 185px;
    height: 187px;
	text-align: center;	
	display: table;
	overflow:hidden;
}
div#products div.panel_image table
{
	border-collapse: collapse;
}

div#products div.panel_image table td {
	display:block;
	float:left;
	height:187px;
	overflow:hidden;
	width:185px;
}
/*
div#products div.panel_image table td img {
	bottom:103px;
	position:relative;
}
*/
/* Style dla listy kart produktów ze strony Cart.apsx */
#content_bottom .ShipmentSameCostCards .product_item .panel_image,
#content_bottom .ShipmentSameCostCards .product_item_on .panel_image,
#content_bottom .ShipmentSameCostCards .product_item_week_choice_and_news .panel_image,
#content_bottom .ShipmentSameCostCards .product_item_week_choice_and_news_on .panel_image {
	width: 141px;
	height:120px;
}
/* KONIEC */
div#products div.panel_image a.center_foto
{
	display: -moz-box;
	vertical-align: middle;
}
div#products div.panel_bottom h1 a
{
	color:#515051;
font-weight:normal;
text-align:left;
text-transform:uppercase;
}
div#products div.panel_bottom h1
{
	padding-top: 9px;
	font-size: 10pt;
	font-weight: normal;
	color:#515051; 
}
div#products div.panel_bottom h2
{
	font-size: 9pt;
	font-weight: bold;
	color:#020014; 

}
div#products div.panel_bottom div.podpis
{
    height:50px;
    padding-left:10px;
    padding-right:10px; 
}

div#products div.panel_bottom div.podpis div#icons
{
display:none;
}

div#products #text h1
{
/*	margin-top: 30px; */
	font-size: 11pt;
	color: #515051;
	font-weight: 600;
}
div#products div.panel_bottom
{
	background:white none repeat scroll 0 0;
	height:122px;
	color:black;
}
div#products div.cut_price_percent
{
	float: left;
	background-color:red;
	color: white;
	width: 48px;
	height: 27px;
	font-size: 18px;
	padding-left: 3px;
	padding-top: 6px;
	margin-left: 12px;
	margin-top:3px; 
}
div#products div.prices
{
	margin-right: 6px;
	text-align:right;
}
div#products span.price
{
	font-size: 11pt;
	font-weight: bold;
	color: #020014;
	line-height: 550%;
	display:none;
}
div#products span.detal {
	color: #515051;
}
div#products span.hurt_info {
	color: black;
	line-height: 20px;
	letter-spacing: -1px;
	font-weight: bold;
}
div#products span.hurt_netto {
	color: #e45a7b;
	font-weight: bold;
	font-size: 14px;
}
.shop_probniki div#products span.hurt_netto {
	font-size: 16px;
}
.shop_probniki div#products span.hurt_info {
	display: none;
}
.shop_probniki div#products span.detal {
	display: none;
}
.sale div#products span.detal {
	display: none;
}
.sale div#products span.old_price {
	line-height: 0px;
}
.sale .prices {
/*	margin-top: 12px; */
}
div#products span.old_price
{
    text-decoration:line-through;
	color:#515051;
}
#ProductsAction1_pnlLeft {
	margin-left: 4px;
	display: none;
}
div#products .extra_mark_new {
/*	background-image: url('../images/extra_mark_new.png');
	background-repeat: no-repeat; */
	position: absolute;
	padding-top: 33px;
}
div#products .extra_mark_new img {
	width: 92px;
	height: 92px;
}
div#products .extra_mark_promotion {
	position: absolute;
	padding-top: 33px;
}
div#products .extra_mark_promotion img {
	width: 92px;
	height: 92px;
}
span.w_budowie {
	color: red;
	font-size:18px;
	font-weight: bold;
}
div#products div.hint
{display:none ; 
}
div#PanelProdukty div#PanelOpis
{
display:none;
}
div.products_action #ProductsAction1_btnGoBack {
	background:url("../images/arrow_up.jpg") no-repeat scroll 3px 4px transparent;
	border:0 solid;
	color:#FFFFFF;
	cursor:pointer;
	height:16px;
	padding-left:20px;
	text-align:left;
	width:75px;
	margin-top: 3px;
	float:left;
}
#PanelProdukty {
	margin-bottom: 12px;
}



.shop_probniki div#products  div.product_item,
.shop_probniki div#products  div.product_item_on
{
	width: 147px;
	height: 452px;
	margin-right: 9px;
	]margin-right: 10px;	
	margin-bottom: 10px;
}

.shop_probniki div#products div.panel_image 
{
	height:300px;
	width:147px;
}
.shop_probniki  div#products div.panel_image table td {
	height:300px;
	width:147px;
}

div.shop_probniki  div#testers_links
{
	display:none;
}
#content_inner span#lblNoResults {
	width: 540px;
	display: block;
	font-size: 11px;
	font-size: bold;
	padding-top: 10px;
	line-height: 2em;
	font-weight: bold;
}
