ï»¿    
    img{
      padding:0px;
      margin:0px;
      border:0px;
    }
    
    p{
      padding:0px;
      margin:0px;
    }
	
	.hide
	{
		display:none;
	}
	
	.bold
	{
		font-weight:bold;
	}
	
    .alert
	{
		display:none;
	}
	
	.alert_red
	{
		display:block;
		text-align:center;
		margin:0px 0px 10px 0px;
		padding:10px;
		border:1px solid #808080;
		-moz-border-radius:4px;
		color:#fff;
		font:13px/18px "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
		font-weight:bold;
		background:#dd0000;
	
	}
	
	.alert_green
	{
		display:block;
		text-align:center;
		margin:0px 0px 10px 0px;
		padding:10px;
		border:1px solid #808080;
		-moz-border-radius:4px;
		color:#fff;
		font:13px/18px "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
		font-weight:bold;
		background:#008000;
	
	}
	
	.alert_gray
	{
		display:block;
		text-align:center;
		margin:0px 0px 10px 0px;
		padding:10px;
		border:1px solid #808080;
		-moz-border-radius:4px;
		color:#fff;
		font:13px/18px "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
		font-weight:bold;
		background:#c0c0c0;
	
	}
	
	.info_alert
	{
		text-transform: uppercase;
		color:#ff0000;
		font:12px Arial;
	}
	
	
	.float_left
    {
      float:left;
    }
    
    .clear
    {
      clear:both;
    }
	
/*PAGINATION*/	
	.pages_pagination
	{
		font-family:Arial;
		font-size:12px;
		display:block;
		width:100%;
		border-top:1px solid #000;
		text-align:center;
	}
	
	.pagination_page
	{
		color:#000;
		text-decoration:none;
	}
	
	.pagination_current
	{
		color:#000;
		text-decoration:none;
		font-weight:bold;
	}
	
	.pagination_prev
	{
		display:inline-block;
		width:100px;
		text-decoration:none;
		color:#000;
	}
    
	.pagination_next
	{
		display:inline-block;
		width:100px;
		text-decoration:none;
		color:#000;
	}
	
	
	.pages_from_cat {
	    display: block;
	    font: 12px Arial;
	    color: #000;
	    text-decoration: none;
	    margin: 0px 0px 15px 0px;
	}
	
	.pages_from_cat_header {
	    display: block;
	    font: 11px Arial;
	    font-weight: bold;
	    margin: 0px 0px 10px 0px;
	    padding: 2px 10px 2px 10px;
	    color: #fff;
	    background: #303030;
	}
	
	.pages_from_cat ul {
	    list-style: none;
	    font: 12px Arial;
	    color: #000;
	    text-decoration: none;
	}
	
	.pages_from_cat a {
	    list-style: none;
	    font: 12px Arial;
	    color: #000;
	    text-decoration: none;
	    font-weight: bold;
	}
	
	.pages_from_cat a:hover {
	    color: #2d42ff;;
	}
/*wigets*/

	div.widget_header
	{
		display:block;
		font:13px Arial;
		font-weight:bold;
		margin:0px 0px 10px 0px;
		padding:2px 10px 2px 10px;
		color:#464646;
		border-bottom:1px #000 dotted;
		text-transform:uppercase;
	}
	
/*PAGES*/	
	div.page_view .col_left
	{
		display:block;
		width:230px;
		float:left;
	
	}
	
	div.page_view .col_left
	{
		float:left;
	
	}
	
	div.page_view h1
	{
		font:14px Arial;
		color:#fff;
		text-decoration:none;
		background:#333399;
		padding:5px;
		margin:15px 0px 3px 0px;
		border-radius: 8px 8px 0px 0px;
	}
	
	div.page_info
	{
		font:11px Arial;
		color:#fff;
		text-decoration:none;
		font-style:italic;
		margin: 0px 5px 15px 5px;
	}
	
	div.page_view a
	{
		font:14px Arial;
		color:#fff;
		text-decoration:none;
	}
	div.page_view a:hover
	{
		color:#fff;
	}
	
	div.content_bottom
	{
		margin:15px 5px 10px 5px;
		font:12px Arial;
		color:#000;
	}
	div.content_bottom .tags
	{
		font:11px Arial;
		font-style:italic;
		color:#000;
	}

/*PRODUCTS*/
    
    .produkty_header
	{
		display:block;
		font:13px Arial;
		font-weight:bold;
		margin:0px 0px 10px 0px;
		padding:2px 10px 2px 10px;
		color:#fff;
		
	}
	
	.category_list_wrap
	{
		display:block;
		margin-left:0px;
		padding:0px;
	}
    .category_list
	{
		font:Arial 12px;
		margin-top:0px;
	}
	
	.category_list ul
	{
      
	  list-style-position:inside;
      margin:5px;
      padding:0px;
	  line-height:15x;
    
    }
    .category_list li
    {
      display:list;
      margin:5px;
	  vertical-align:middle;
    }
	
	.category_list a
	{
		text-decoration:none;
		color:#010873;
		font:13px Arial;
		font-weight:bold;
		
	}
	.category_list a:hover
	{
		color:#fff;
	}
	
	.category_selected
	{
		font-weight:bold;
		color:#ff8040;;
	}
	
	.produkty_list a:hover
	{
		color:#fff;	
	}
	
	.category_list_plus
	{
		list-style:square url("../../../../media/templates/ellux/_img/plus.png");
	}
	
	.category_list_minus
	{
		list-style:square url("../../../../media/templates/ellux/_img/minus.png");
	}
	
/*BASKET*/	
	.koszyk_header
    {
      display:block;
		
		font:11px Arial;
		font-weight:bold;
		margin:0px 0px 10px 0px;
		padding:2px 10px 2px 10px;
		color:#fff;
		background:#303030;
    }
	.w_koszyk_img
	{
		display:block;
		width:75px;
		height:100px;
		background:url("../../../../media/_img/koszyk.png") no-repeat top left;
	}
	
	.w_koszyk_header
	{
		font-family:Arial;
		font:Arial 14px;
		font-weight:bold;
		text-align:left;
	}
	
	.w_koszyk_kwota
	{
		font-family:Arial;
		text-align:right;
		color:#008080;
		font-size:16px;
		font-weight:bold;
		padding:10px 0px 5px 0px;
		margin-right:10px;
	}
	
	.w_koszyk_kasa
	{
		font:Arial 11px;
		font-style:italic;
		display:block;
		margin-left:80px;
		color:#000;
		text-decoration:none;
		padding-bottom:10px;
	}
	
	.schorzenia_header
    {
      display:block;
		
		font:11px Arial;
		font-weight:bold;
		margin:0px 0px 10px 0px;
		padding:2px 10px 2px 10px;
		color:#fff;
		background:#303030;
    }
	
	
/* ESHOP - lista artyku³ów - standard */
div.category_description
{
	border-bottom:3px solid #ae4b3c;
	padding-bottom:10px;
}

.article_tags
{
	color:#000;
}

div.quick_links
{
	font-style:Arial;
	font-size: 11px;
	color:#000;
	padding-top:10px;
}

.quick_links a
{
	color:#000;
	word-spacing:2px;
	text-decoration:none;
}

.quick_links a:hover
{
	color:#fff;
}

div.article_box_top
{
	display:block;
	/*height:20px;*/
	/*background:url(../../../../media/templates/oldpaper/_img/product_list_top.png) no-repeat;*/
}

div.article_box_bottom
{
	display:block;
	/*height:20px;*/
	/*background:url(../../../../media/templates/oldpaper/_img/product_list_bottom.png) no-repeat;*/
}

div.article_box_main
{
	display:block;
	width:100%;
	padding:10px 0px 10px 0px;
	/*background:url(../../../../media/templates/oldpaper/_img/product_list_middle.png)repeat-y;*/
}

div.article_box_main .img
{
	display:block;
	width:140px;
	height:140px;
	text-align:left;
}

div.article_box_main .thumb
{
	display:block;
	border:1px #000 solid;
	margin:0px auto;	
	padding:10px;
	background:#fff;
}

div.article_box_main h1
{
	font:13px Arial;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	padding:0px 5px 0px 5px;
}

div.article_box_main h2
{
	font:13px Arial;
	font-weight:bold;
	letter-spacing:-1px;
	margin:0px 0px 0px 10px;
	padding:0px 5px 0px 5px;
}

div.article_box_main h1 a
{
	text-decoration:none;
	color:#fff;
	font:12px Arial;
	font-weight:bold;
	padding: 1px 10px 1px 10px;
}

div.article_box_main h1 a:hover
{
	color:#ae4b3c;
}

div.page_detail
{
	font: 12px arial;
	padding:5px;
	text-align:left;
}

div.page_detail p
{
	text-align:right;
	
}

div.page_detail a
{
	text-decoration:none;
	color:#000;
}

div.page_detail a:hover
{
	color:#fff;
}
div.article_box_main .col_left
{
	display:block;
	width:150px;
	float:left;
	border
}

div.article_box_main .col_right
{
	display:block;
	width: 410px;
	float:left;
	margin:0px;
	padding:0px;
}

div.prices
{
	display:block;
	padding:0px;
	letter-spacing:-1px;
	border-top:#ae4b3c 0px solid;
	border-bottom:#ae4b3c 3px solid;
	text-align:left;
}

div.price
{
	display:block;
	font-family:Arial;
	font-size:15px;
	padding:3px;
	width:135px;
	text-align:center;
	
	
} 

p.price
{
	color:#000;
}

p.old_price
{
	color:#6b6b6b;
	text-decoration:line-through;
}

p.promo_price
{
	font:16px Arial;
	font-weight:bold;
	color:#f62509;
}

.add_basket
{
	margin: 5px 0px 5px 0px;
}


/*ESHOP - lista artyku³ów boxy tylko zdjêcie+ceny*/

div.articles_boxes
{
	position:relative;
	display:block;
	text-align:center;
	
}

div.articles_boxes h1
{
	background:none;
	font:13px Arial #000;
	text-transform:uppercase;
	color:#7c0a22;	
}

div.articles_boxes h1 a
{
	font:13px Arial #000;
	font-weight:normal;
	text-transform:uppercase;
	color:#7c0a22; 	
	text-decoration:none;
}

div.article_box
{
	display:block;
	text-align:center;
	float:left;
	margin:6px;
}


div.article_box div.img
{
	position:relative;
	display:block;
	width:190px;
	height:190px;
	background:#fff;
}

div.article_boxes_prices
{
	display:block;
	height:100px;
}

div.box_price
{
	float:left;
	margin-top:12px;
}

div.box_price h2
{
	font:11px Arial;
	padding:0px;
	margin:0px;
}

div.box_basket
{
	float:left;
	margin-top:10px;
}

a.box_addtobasket
{
	font:11px Arial;
	color:#fff;
	text-decoration:none;
	padding:6px;
	background:#a99888;
	margin-left:10px;
	border-top:1px solid #802841;
	border-bottom:1px solid #802841;
	border-left:1px solid #802841;
	border-right:15px solid #802841;
}

a.box_sold_send_form
{
	font:12px Arial;
	color:#ff0000;
	text-decoration:none;
	margin-left:10px;
	
}




/* ESHOP - szczegï¿½y artykuï¿½u */
ul.articles_feature_filter
{
	margin:0px 10px 0px 10px;
	padding:0px;
}

ul.articles_feature_filter li
{
	display:inline;
	list-style:none;
	padding:2px 4px 2px 4px;	
}


div.article_box_detail
{
	display:block;
	/*width:550px;*/
	padding:10px 50px 10px 25px;
	/*background:url(../../../../media/templates/oldpaper/_img/product_list_middle.png)repeat-y;*/
}

div.article_box_detail .thumb
{
	display:block;
	border:1px #000 solid;
	margin:0px auto;	
	padding:5px;
	background:#fff;
}

div.article_box_detail h1
{
	font:16px Arial;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	padding:3px 0px 5px 0px;
	color:#ae4b3c;
	display:block;
	border-bottom:#000 1px solid;
	
}

div.article_box_detail h2
{
	font:13px Arial;
	font-weight:bold;
	margin:0px 0px 0px 10px;
	padding:0px;
}

div.article_box_detail .col_left
{
	display:block;
	width:470px;
	float:left;
	border
}

div.article_box_detail .col_right
{
	display:block;
	width:300px;
	float:left;
	margin:0px;
	padding:0px;
}

div.prices2
{
	display:block;
	padding:0px;
	margin:15px 0px 0px 10px;
	text-align:left;
	border-top:1px solid silver;
}

div.price2
{
	display:block;
	font-size:12px;
	padding:0px;
	width:130px;
	text-align:center;
}

div.article_detail
{
	display:block;
	margin:10px 0px;
	padding:10px 0px 10px 0px;
	/*border-top:#ae4b3c 2px solid;*/
	text-align:justify;
	font:12px Arial;
}

div.image_list
{
	display:block;
	padding:5px;
}

img.image_list
{
	display:block;
	width:50px;
	height:50px;
	border:solid 1px #000;
	
}

div.article_detail_thumb
{
	display:block;
	width:420px;
	
}

/* KOSZYK */
div.basket_big_box
{
	display:block;
	width:100%;
}

div.basket_big_box table
{
	font-family:Arial;
	font-size:12px;
	width:100%;
	borders:1px solid #d8d8d8;
	border-collapse:collapse;
	padding:0px;
}

tr.basket_header
{
	background:#950b23;
	color:#fff;
}

tr.nieparzysty
{
	background:#e8e8e8;;
}

tr.parzysty
{
	background:#d8d8d8;;
}

.ilosc_koszyk
{
	width:40px;
}	

.koszyk_buttons_wrap
{
	margin-top:15px;
	padding-top:5px;
	border-top:1px #000 solid;
}

p.koszyk_buttons
{
	text-align:right;
	padding-top:5px;
}

p.koszyk_buttons_description
{
	display:block;
	width:250px;
	margin-left:300px;
	text-align:right;
	font-family:Arial;
	font-size:10px;
}

input.koszyk_buttons
{
	width:150px;	
}

.basket_value
{
	font-weight:bold;
	text-align:right;
	font-size:14px;
}

.add_to_basket h2
{
	font:16px Arial;
	font-weight:bold;
	color:#008080;
}

.add_to_basket_qavailable
{
	font-style:italic;
	font:11px Arial;
	
}

.order_input
{
	display:block;
	width:300px;
}

.order_info
{
	text-align:center;
	font: 14px Arial;
	color:#e11126;
	font-weight:bold;
	padding:5px;
}

#login_ajax1
{
	padding:20px;
}
/*NEWSLETTER*/
.newsletter_header
{
	 display:block;
		
		font:11px Arial;
		font-weight:bold;
		margin:0px 0px 10px 0px;
		padding:2px 10px 2px 10px;
		color:#fff;
		background:#303030;
}

.newsletter_label
{
	font:11px Arial;
	padding:0px 0px 15px 0px;
	text-align:justify;
}

.newsletter_input
{
	width:193px;
}

.newsletter_submit
{
	width:200px;
	margin:0px 0px 15px 0px;
}

div.newsletter_activate_box
{
	background-color: #005329;
    border-color: #000000;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    display: block;
    margin: 60px auto;
    text-align: center;
	width: 340px;
	height:150px;
	color:#fff;
	
}

p.newletter_activate_box
{
	font-weight:bold;
	font:16px Arial;
	padding:30px;
	
}

/*FACEBOOK*/
.facebook_header
{
	 display:block;
		
		font:11px Arial;
		font-weight:bold;
		margin:0px 0px 10px 0px;
		padding:2px 10px 2px 10px;
		color:#fff;
		background:#303030;
}
/*LANGUAGE*/
.language_header
{
	display:block;
		
		font:11px Arial;
		font-weight:bold;
		margin:0px 0px 10px 0px;
		padding:2px 10px 2px 10px;
		color:#fff;
		background:#303030;
}
div.language_change
{
	display:block;
	width:100%;
	text-align:center;
	padding-bottom:5px;
}
a.language_change_pl
{
	display:inline-block;
	width:31px;
	height:17px;
	background:url("../../../../media/templates/neon_pl/_img/pol.jpg") no-repeat top left;
}
a.language_change_eng
{
	display:inline-block;
	width:31px;
	height:17px;
	background:url("../../../../media/templates/neon_pl/_img/eng.jpg") no-repeat top left;
}

/*FORMS*/
table.form_kontakt
{
	width:100%;
}
.form_kontakt_label
{
	font:12px Arial;
}
.form_kontakt_mail
{
	width:450px;	
}
.form_kontakt_subject
{
	width:450px;
}
.form_kontakt_content
{
	width:450px;
	height:150px;
}
.form_kontakt_submit
{
	width:250px;
}

/*PANEL KLIENTA*/
.admin_main_content_wrap a
{
	font:13px Arial;
	color:#fff;
	text-decoration:none;
}

table.order_client_info 
{
	padding:0px;
	margin:0px;
	border-spacing:0px;
	font:12px Arial;
	color:#fff;
}

.order_client_info
{
	height:20px;
}

.order_client_info th
{
	padding-left:20px;
}


.order_client_info h5
{
	padding:0px;
	margin:0px;	
	color:#000;
}

.profile_order_list
{
	padding:10px 10px 60px 10px;
}

.profile_order_list table
{
	width:100%;
	background:#808080;
}

.profile_order_list tr.header
{
	height:30px;
	border:0px;
	border-spacing:0px;
	background:#808080;
}

/*
 * BANNERS
 */
ul.slideshow
{
	position:relative;
	display:block;
	padding:0px;
	margin:0px;
}

ul.slideshow li
{
	list-style:none;
    position: absolute;
	left: 0;
	top: 0;
	display: block;
    opacity: 1;
}
