﻿/*******************************************************/
/***************** Produkt *****************************/
/*******************************************************/

div#product
{
}

div#product div#images
{
    float:left ;
    width:300px; 
}

div#product div#images div.big_image
{
    margin-bottom: 8px;
    width: 300px;
    height: 300px;
    border: 1px solid #cac8c8;
}
div#product div#images div.big_image a {
	background-image:url(../images/magnifier.gif);
    background-position:right bottom;
    background-repeat:no-repeat;
    display:block;
    height:295px;
    overflow:hidden;
    position:relative;
    text-align:center;
    width:295px;
}
div#product div#images div.big_image a img{
	max-width: 290px;
	max-height: 290px;
}
div#product div#images div.big_image a span,
div#product div#images div.small_image span
{
	display: none;
}

div#product div#images .magnifier 
{
    display:none ; 
    position: absolute;
	background-image: url(../images/magnifier.png);
	background-repeat: no-repeat;
	margin-left: 260px;
	margin-top: 262px;
	z-index: 89;
	width: 21px;
	height: 18px;
}
div#product div#images div.images_list
{
    width: 305px;
    margin-left:-5px; 
    display:table;
    vertical-align:middle;
    text-align:center;   
}
div#product div#images div.small_image
{
    float:left ;
    border: 1px solid #CAC8C8;
    height:95px;
    margin-bottom:5px;
    margin-left:5px;
    overflow:hidden;
    width:94px;
    display:table-cell;
    vertical-align:middle;
    text-align:center;   
}
#product #images .super_paging{
	display: none;
}

div#product div#text
{
    float:left ;
    width:320px; 
    margin-left:20px; 
    color:#706E6E;
    font-size:9pt; 
}

div#product div#text h1
{
    font-weight: bold;
    font-size:11pt;
    color:#363535;
}



div#product div#code .property
{
    display:none ;
}

div#product div#code .value
{
    font-size:11pt;

}
div#product div#prices
{
    margin-bottom:15px;
}

div#product div#prices .propertyMainPrice
{
    line-height:16pt;
    margin-right:6px;
    color:#363535;
}

div#product div#prices .property
{
    line-height:16pt;
    margin-right:6px;
}

div#product div#prices .valueOldPrice
{
    text-decoration: line-through;
     line-height:16pt;
}
div#product div#prices .valueNewPrice
{
    font-weight: bold;
    font-size:12pt;
    color:#36A9F8;
}
div#product div#prices .valuePriceNetto
{
     line-height:16pt;
     margin-left:5px; 
     font-weight:bold ; 
     color:#363535;
}

div#product div#prices div.panel_wysylka
{
    margin-top:5px;
}
div#product div#prices .wysylka_text
{
    font-weight:bold ;
    color:#363535;
}
 
div#product div#prices a
{
    color:#36A9F8;
    text-decoration:underline; 
}
div#product div#description .value
{
    clear:both ; 
	float:left;
    margin-bottom:5px;
}

div#product div#description .property
{
     font-size:11pt;
	 float:left;
	 clear:both;
	 font-weight:600;
	 color:#363535; 
}
div#product div#description a
{
    text-decoration :underline;
}
 div#product div#description div.znaczekCE
 {
    background-image:url(../images/znaczek_ce.gif);
    background-repeat:no-repeat;
    height:23px;
    margin-top:2px;
    padding-left:35px;
    padding-top:4px;
 }
div#product div#add_to_card_button {
	background-image: url(../images/add_to_card.png);
	width: 134px;
	height: 24px;
	line-height: 25px;
	background-repeat: no-repeat;
	float: left;
	margin-right: 40px;
	text-align: center;
	margin-bottom:10px;
}
div#product div#add_to_clipboard_button
{
	display: none;
}
div#product input.btn_add_to_clipboard, div#product input.btn_add_to_cart
{
	border:0 solid #000000;
    color:#464646;
    cursor:pointer;
    font-size:8pt;
    font-weight:bold;
    height:23px;
    margin-left:3px;
    padding-bottom:4px;
    text-align:left;
   	background:none;
	padding-top: 2px;
	width: 133px;

}


div#product .description_list ul {
	list-style-type: none;
}

div#product .description_list ul li {
	float: left;
}
div#product .description_list ul li span{
	float: left;
	display: inline;
	font-weight:bold ; 
	color:#363535;
}
div#product .description_list ul li ul li span{
    font-weight:normal ; 
    color:#706E6E;
}
div#product .description_list ul li ul{
	padding-left: 180px;
}


div#product .description_list ul.boolDescList {
	display: block;
	clear: both;
	padding-top: 10px;
	font-weight: 600;
}

div#product div#actions
{
    display:none ;
}

div#product span.towar_niedostepny
{
    margin-bottom:20px;
    color:Red ;
}  

