@charset "utf-8";
/* CSS Document */

#subheader
{
	padding:  8px 15px 8px 15px;
	background: #f5f7e5;
}

	#subheader a
	{
		color: #3b535f;
		font-size: 10px;
	}
	
#main_content
{
	padding: 15px;
}
	
#main_content div.pagination{
	width:300px;
	float:left;
}
#main_content div.pagination a
{
	padding: 3px;
	border: 1px solid #f9ecb1;
	color: #3b535f;
	font-size: 12px;
}

#main_content div.pagination li.active a
{
	padding: 3px;
	background: #f9ecb1;
	border: 1px solid #f9ecb1;
	color: #a01a1c;
	font-size: 12px;
	font-weight: bold;
}

#main_content div.navi
{
	color: #000000;
	font-size: 11px;
	text-align: right;
	line-height: 20px;
	margin-top:-40px;
}

#main_content div.navi a
{
	color: #000000;
	
}
#main_content div.navi a.active
{
	color: #a01a1c;
	font-weight: bold;
	
}

#main_content div.navi select
{
	height: 16px; 
	width: 100px;
	font-size: 11px;
	line-height: 15px;
	padding: 0;
}

div.catalogue_list 
{
	margin-left: 10px;
	font-size: 12px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	margin-top: 15px;
	padding-left: 10px;
}

div.catalogue_list a
{ 
	color: #3b535f;
}

div.catalogue_list div.image
{
	width: 220px;
	height:130px;
}

div.catalogue_list div.description
{
	width: 325px;
	padding-right: 5px;
}

div.catalogue_list div.opis
{
}

div.catalogue_list div.manufacturer
{
	font-size: 11px;
	position:relative;
	top: 187px;
	left:220px;
}

div.catalogue_list div.description a.prodname
{
	font-size: 16px;
	font-weight: bold;
}

	div.catalogue_list div.description ul.tags
	{
		font-size: 10px;
		padding: 2px;
		background: #f7f9eb;
		width:300px;
	}
	
div.catalogue_list div.action
{
	width: 170px;
	height:130px;
	padding-left: 18px;
	border-left: 1px solid #f7f9eb;
	padding-bottom: 57px;
	position: relative;
}
	
	div.catalogue_list div.action div.price
	{
		font-size: 24px;
		font-weight: bold;
		color: #3b535f;
	}
	
	div.catalogue_list div.action div.dostepny
	{
		color: #86b40e;		
		font-size: 11px;
	}
	
	div.catalogue_list div.action div.niedostepny
	{
		color: #b40e1e;		
		font-size: 11px;
	}
	
	div.catalogue_list div.action div.add_basket
	{
		position: absolute;
		bottom: 0;	
	}
	
	div.cl_regular div.price_strike
	{
		display: none;
	}
	
	div.cl_promo div.price_strike
	{
		text-decoration: line-through;
		font-size: 18px;
		font-weight: bold;
		color: #3b535f;
	}
	
	div.cl_promo div.action  div.price
	{
		color: #b34849;
	}

div.catalogue_list div.image img
{
	border: 1px solid #f7f9eb;
}

#productList div.cl_promo div.image img
{
	border: 1px solid #b34849;
}

#productList div.underline div.image img
{
	border: 1px solid #B9D767;
}




div.cl_regular
{
	border-bottom: 1px solid #B9D767;
}

div.cl_promo
{
	border-bottom: 1px solid #b34849;
}

div.underline
{
	border-bottom: 1px solid #b9d767;
}
#pag_bottom
{
	position: absolute;
	bottom: 15px;
}

#empty_cat
{
	font-size: 18px;
	color: #3c3c3c;
	background: #f5f7e5;
	padding: 3px;
}

#productListIcons{ display:none; }

#index #productListIcons{ display:block; padding:20px; }

#icons
{
	margin-top: 15px;
}

div.cat_ico
{
	float: left;
	width:  240px;
	position: relative;
	padding-bottom: 35px;
	border: 1px solid #f5f7e5;
	margin-right: 12px;
	margin-bottom: 18px;
}
	

	.icons img{ 
		border:none; 
	}
	
	.icons div.underline
	{
		border: 1px solid #b9d767;
	}

	.icons div.last
	{
		margin-right: 0;
	}

	div.cat_ico div.image
	{
		text-align: center;
	}

	div.cat_ico div.prodname
	{
		padding: 5px;
		background: #f5f7e5;
		text-align: center;
		font-size: 12px;
		height: 15px;
	}
	
	div.cat_ico div.prodname a
	{
		font-size: 13px;
		color: #3c3c3c;
		text-decoration:none;
	}
	
	div.new div.prodname div.extra
	{
		position: absolute;
		top: -7px;
		right: -7px;
		background-image: url('../img/icons_new.gif');
		background-repeat: no-repeat;
		width: 60px;
		height: 49px;
	}
	
	div.cat_ico div.botbar
	{
		position: absolute;
		bottom: 0;
		width: 100%;
		background: #f5f7e5;
		height: 35px;
	}
	
	div.cat_ico div.price
	{
		float: left;
		color: #3b535f;
		font-size: 24px;
		font-weight: bold;
		margin: 3px;
		line-height: 26px;
		margin-right: 8px;
	}
	
	div.promo div.price
	{
		color: #a01a1c;
	}
		
	.icons div.promo div.price_strike
	{
		display: block;
		text-decoration: line-through;
		font-size: 16px;
		font-weight: bold;
		color: #3b535f;
		margin: 3px;
		line-height: 26px;
	}
		
	
	div.cat_ico div.add_basket
	{
		float: right;
		width: 37px;
		height: 33px;
	}

#cloud_icons
{
	position: absolute;
	font-size: 12px;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, Verdana, Sans-serif;
}

	#cloud_icons a
	{
		color: #444444;
	}

	div.ico_cloud_name
	{
		font-weight: bold;
	}
	
	div.ico_cloud_desc
	{
		font-weight: normal;
		margin-bottom: 10px;
		width: 150px;
	}
	
	
#product_details
{
	
}

	#product_details div.images
	{
		width: 300px;
		margin-right: 15px;
		float: left;
	}
	
	#product_details div.images div.main_image
	{
		width: 302px;
		border: 1px solid #ebeed3;
		text-align: center;
		margin-bottom: 10px;
	}
	
	#product_details div.images div.mini_images img
	{
		border: 1px solid #ebeed3;
		margin-bottom: 10px;
		
	}
	
	#product_details div.images div.mini_images img.last
	{
		margin-right: 0px;
	}
	
	#product_details div.images div.mini_images img.underline
	{
		border: 1px solid #b5d45e;
	}

	#product_details ul#thumbs_list_frame li{
		margin: 0 8px;
	}
	
	#product_details div.description
	{
		width: 438px;
		margin-right: 10px;
		float: left;
	}
		
		#product_details div.description div.prodname
		{
			font-size: 16px;
			color: #3b535f;
			font-weight: bold;
			margin-bottom: 8px;
		}
		
		#product_details div.description span.dostepny
		{
			color: #86b40e;		
			font-size: 11px;
		}
		
		#product_details div.description span.niedostepny
		{
			color: #b40e1e;		
			font-size: 11px;
		}

		#product_details div.description div.desc_l
		{
			float: left;
			font-size: 11px;
			color: #3b535f;
			padding-right: 10px;
			border-right: 1px solid #f0f2dd;
			width:266px;
		}
		
		#product_details div.description div.desc_l a
		{
			color: #3b535f;
		}
		
		#product_details div.description div.desc_l div.price
		{
			font-size: 26px;
			font-weight: bold;
		}

		#product_details div.description div.desc_l ul.tags
		{
			color: #3b535f;
			padding: 3px;
			background: #f0f2dd;
			margin-top: 10px;
			float: left;
		}
		
		
		
			#product_details div.description div.desc_l input[type=text]
			{
				width: 90px;
				background: none;
				border: 1px solid #e0e2e6;
				font-size: 10px;
				padding: 2px;
			}
			
			#product_details div.description div.desc_l #oos_customer_notify_when_available a
			{
				background: none;
				border: none;
				font-size: 9px;
				color: #3b535f;
				text-decoration: none;
				padding: 0;
				margin: 0;
				width: 180px;
			}
			
		#product_details div.description div.desc_r
		{
			float: left;
			text-align: center;
			margin-left: 20px;
			width:132px;
		}
		
			#product_details div.description div.desc_r p{
				margin-bottom: 10px;
			}
			#product_details div.description div.desc_r label
			{
				clear: both;
				display: block;
				float: left;
				width: 50px;
				font-size: 11px;
				text-align: right;
				margin-right: 6px;
			}
			
			#product_details div.description div.desc_r input[type=text]
			{
				width: 30px;
				background: none;
				border: 1px solid #e0e2e6;
				font-size: 11px;
				padding: 1px;
				float: left;
			}
			
			#product_details div.description div.desc_r select
			{
				background: none;
				border: 1px solid #e0e2e6;
				font-size: 11px;
				padding: 1px;
				float: left;
				margin-bottom: 8px;
				width:70px;
				
			}
			
			#product_details div.description div.desc_r #product_reference{
				margin-top:15px;
			}
		
		#smalltoggle
		{
			border-bottom: 1px solid #f0f2dd; 
			margin-top: 20px;
			padding-bottom: 5px;
		}	
		
			#smalltoggle li
			{
				border: 1px solid #f0f2dd;
				border-bottom: none;
				margin: 0;
				padding: 5px 15px 5px 15px;
				cursor: pointer;
			}
			
			#smalltoggle li.active
			{
				background: #f0f2dd;
				cursor: auto;
			}
			
			#smalltoggle li a
			{
				font-weight: bold;
				text-decoration: underline;
				color: #3b535f;
				
			}	
			
			#product_details .description #smalltoggle li{
				padding:0 10px 5px;
			}
			#product_details .description #smalltoggle li a{
				font-size:13px;
				padding:0;
			}
			
			#smalltoggle li.active a
			{
				color: #a01a1c;
				text-decoration: none;
			}	
		
		#pd_desc
		{
			font-size: 12px;
			margin-top: 15px;
		}
		#pd_desc ul{
			margin-left:20px;
		}
		
		#pd_access
		{
			font-size: 12px;
			margin-top: 15px;
		}		
		
		#pd_opinion
		{
			font-size: 12px;
			margin-top: 15px;
		}
		
			#pd_opinion div.opinion
			{	
				margin-bottom: 10px;
			}	
			
			#pd_opinion div.opinion span.username
			{	
				font-weight: bold;
			}
			
			#pd_opinion div.opinion span.date
			{	
				color: #666666;
			}
			
			#pd_opinion textarea
			{	
				width: 100%;
				height: 80px;
				color: #666666;
				font-size: 11px;
				font-style: italic;
				border: 1px solid #dadbdd;
				margin-bottom: 10px;
			}
			
			#pd_opinion input[type=submit]
			{
				background: none;
				border: none;
				font-size: 11px;
				font-weight: bold;
				color: #3b535f;
				text-decoration: underline;
				padding: 0;
				margin: 0;
				width: 90px;
				text-align: left;
			}
			
			#pd_opinion a
			{
				background: none;
				border: none;
				font-size: 11px;
				font-weight: bold;
				color: #3b535f;
				text-decoration: underline;
				padding: 0;
				margin: 0;
				height: 18px;
			}
			
		#bottom_toggler
		{			
			/*
			bottom: 0;
			width: 95%;
			*/
			position:relative;
		}
		
		#product_details
		{
			/*padding-bottom: 200px;*/
		}
			
		#bigtoggle
		{
			border-bottom: 1px solid #f0f2dd; 
			margin-top: 20px;
			font-size: 12px;
			padding-bottom: 5px;
			margin-bottom: 15px;
			width: 100%;
		}	
		
			#bigtoggle li
			{
				border: 1px solid #f0f2dd;
				border-bottom: none;
				margin: 0;
				padding: 5px 15px 5px 15px;
				cursor: pointer;
			}
			
			#bigtoggle li.active
			{
				background: #f0f2dd;
				cursor: auto;
			}
			
			#bigtoggle li a
			{
				font-weight: bold;
				text-decoration: underline;
				color: #3b535f;
				
			}	
			
			#bigtoggle li.active a
			{
				color: #a01a1c;
				text-decoration: none;
			}		
			
			
		
#product_details div.cat_ico
{
	float: left;
	width:  140px;
	position: relative;
	padding-bottom: 35px;
	border: 1px solid #f5f7e5;
	margin-right: 10px;
	margin-bottom: 18px;
}

#product_details div.cat_ico.underline {
	border: 1px solid #B5D45E;
}

	#product_details .icons div.last
	{
		margin-right: 0;
	}

	#product_details div.cat_ico div.image
	{
		text-align: center;
		padding-top:5px;
	}

	#product_details div.cat_ico div.prodname
	{
		padding: 5px;
		background: #f5f7e5;
		text-align: center;
		font-size: 12px;
		height: 15px;
	}
	
	#product_details div.cat_ico div.prodname a
	{
		font-size: 12px;
		color: #3c3c3c;
		text-decoration:none;
	}
	
	#product_details div.new div.prodname div.extra
	{
		position: absolute;
		top: -7px;
		right: -7px;
		background-image: url('../img/icons_new.gif');
		background-repeat: no-repeat;
		width: 60px;
		height: 49px;
	}
	
	#product_details div.cat_ico div.botbar
	{
		position: absolute;
		bottom: 0;
		width: 100%;
		background: #f5f7e5;
		height: 22px;
	}
	
	#product_details div.cat_ico div.price
	{
		float: left;
		color: #3b535f;
		font-size: 18px;
		font-weight: bold;
		margin: 3px;
		line-height: 20px;
		margin-right: 8px;
	}
	
	
	#product_detailsdiv.cat_ico div.price_strike
	{
		display: none;
	}
	
	#product_details .icons div.promo div.price_strike
	{
		display: block;
		text-decoration: line-through;
		font-size: 14px;
		font-weight: bold;
		color: #3b535f;
		margin: 3px;
		line-height: 20px;
	}
	
	#product_details .icons div.promo div.mini{
		font-size:0.8em;
		overflow:hidden;
	}
	
	
	
	#product_details div.promo div.price
	{
		color: #b34849;
	}

	
	#product_details div.cat_ico div.add_basket
	{
		margin-top: 2px;
		float: right;
		width: 23px;
		height: 19px;
	}

		
	

#pd_samecat{ }
#pd_samecat ul li{ display:block;float:left; }
ul.productFeatures>li{ margin-left:15px; }
ul.productFeatures>li>span.label{ font-weight:bold; }
