@CHARSET "UTF-8";

/* Zerowanie ustawień w przeglądarkach
--------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 12px;
	font-family: Tahoma,Arial;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1.4em;
	color: #5A5A5C;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}


/* DEKLARACJE OGÓLNE
--------------------------------------------- */

:focus {
	outline: 1px dotted gray;
}

.auraltext {
  position: absolute; 
  left: -5000px; 
  top: -5000px; 
  overflow: hidden;	
}

a {
	text-decoration: none;	
}

strong {
	font-weight: bold;	
}


/* TOP - LOGO, SCHOWEK, KOSZYK
--------------------------------------------- */

#top {
	width: 960px;
	margin: 10px auto 5px auto;
	position: relative;	
	height: 65px;
}

h1 {
	position: absolute;
	left: 20px;
	top: 10px;	
}

#top_box {
	position: absolute;
	right: 0px;
	top: 0px;
	border-bottom: 1px dotted #C5CBC9;
	width: 730px;
	height: 20px;
}

#login {
	position: absolute;
	display: inline;
	left: 0px;
	top: 0px;
}

#login p {
	color: #59595B;
	display: inline;
}

#login ul {
	display: inline;
}

#login ul li {
	display: inline;
	margin-left: 6px;
	background: transparent url('/images/vertical_separator.png') no-repeat scroll left center;
	padding-left: 10px;
}

#login ul li.left_li {
	background: none;
}

#login_link {
	color: #B0150C;
	font-weight: bold;
	padding: 0px 0px 0px 12px;
	background: transparent url('/images/login_link.png') no-repeat scroll left center;
}

#register_link {
	color: #B0150C;
	font-weight: bold;
	padding: 0px 0px 0px 12px;
	background: transparent url('/images/register_link.png') no-repeat scroll left center;
}

#toplinks {
	position: absolute;
	display: inline;
	right: 0px;
	top: 0px;
}

#toplinks ul li {
	float: left;
	padding-left: 12px;
	margin-left: 12px;
	background: transparent url('/images/vertical_separator.png') no-repeat scroll left center;
}

#toplinks li:first-child  {
	background: none;
}
	
#toplinks ul li a {
	color: #B0150C;
	background: transparent url('/images/toplinks_bullet.png') no-repeat scroll left center;
	padding-left: 10px;
}

#clipboard {
	background: #E1E6E2;
	width: 120px;
	position: absolute;
	top: 21px;
	left: 480px;
	height: 21px;
	padding: 4px 0 0 0;
	text-align: center;
}

#clipboard_link {
	padding-left: 15px;
	background: transparent url('/images/clipboard.png') no-repeat scroll left center;
	color: #595A5C;
	font-weight: bold;
}

#clipboard div.brounded {
	height: 2px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: transparent url('/images/clip_rounded.png') no-repeat scroll left top;
}

#clipboard img,
#leftcart img {
	vertical-align: middle;
	margin-left: 3px;	
}

#cart {
	background: #E1E6E2;
	width: 350px;
	position: absolute;
	top: 21px;
	right: 0px;
	height: 21px;
	padding: 4px 0 0 0;
	text-align: center;
}

#cart div.brounded {
	height: 2px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: transparent url('/images/cart_rounded.png') no-repeat scroll left top;
}

#leftcart {
	position: absolute;
	top: 4px;
	left: 12px;
	width: 90px;
	text-align: left;
	background: transparent url('/images/vertical_separator_dark.png') no-repeat scroll center right;
}

#cart_link {
	padding-left: 20px;
	background: transparent url('/images/cart.png') no-repeat scroll 0px 3px;
	color: #595A5C;
	font-weight: bold;
}

#rightcart {
	position: absolute;
	top: 4px;
	right: 12px;
	width: 230px;
	text-align: left;
}

#rightcart li {
	float: left;
	margin-left: 5px;
}

#goto_cart {
	position: absolute;
	right: 0px;
}

/* WYSZUKIWARKA
--------------------------------------------- */

#search {
	width: 950px;
	background: #B2130C;
	margin: 0 auto 0 auto;
	padding: 9px 5px 7px 5px;
	position: relative;
}

#search div.trounded {
	height: 2px;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	background: transparent url('/images/search_trounded.png') no-repeat scroll left top;
}

#search div.brounded {
	height: 2px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: transparent url('/images/search_brounded.png') no-repeat scroll left top;
}

#search h2 {
	color: white;
	display: inline;
	font-weight: bold;
	margin-left: 10px;	
}

#search form {
	display: inline;
}

#search form p {
	display: inline;
}

#search form input[type=text] {
	margin-left: 10px;
	border: 1px solid white;
	padding: 2px;
	font-family: tahoma, arial;
}

#search form select {
	margin-left: 10px;
	border: 1px solid white;
	padding: 1px;
}

#search form input[type=image] {
	margin-left: 10px;
	vertical-align: middle;
}

#search form span {
	background: transparent url('/images/vertical_separator_search.png') no-repeat scroll left center;
	margin-left: 20px;
	padding-left: 20px;
}

#search form span a {
	color: #FFDED2;
	background: transparent url('/images/search_bullet.png') no-repeat scroll left center;
	padding-left: 12px;
}

/* KOMUNIKATY
--------------------------------------------- */

#ie6_warn {
	width: 960px;
	padding: 10px 15px 10px 60px;
	border: 1px solid black;
	background: #FFFF99 url('/images/ie_warning.png') no-repeat scroll 6px center;
}

#messages.empty {
	height: 15px;	
}

#message {
	width: 930px;
	background: #748D92;
	margin: 10px auto 10px auto;
	padding: 5px 15px 5px 15px;
	position: relative;
	color: white;
	font-size: 11px;
}

#message h2 {
	margin: 0 5px 0 0;
	display: inline;
	font-weight: bold;	
	font-size: 11px;
}

#message a {
	color: white;
	font-size: 11px;
	font-weight: bold;
}

#message a.close {
	background: transparent url('/images/message_close.png') no-repeat scroll left center;
	color: white;
	padding-left: 10px;
	position: absolute;
	right: 15px;
	top: 4px;
}

#message div.trounded {
	height: 2px;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	background: transparent url('/images/message_trounded.png') no-repeat scroll left top;
}

#message div.brounded {
	height: 2px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: transparent url('/images/message_brounded.png') no-repeat scroll left top;
}

/* TREŚĆ NADRZĘDNA
--------------------------------------------- */

#content_wide {
	/*background: red;*/
	background: transparent url('/images/content_wide_border.png') repeat-y scroll 0px 30px;
}

#content_box {
	margin: 0 auto 0 auto;
	width: 960px;
	background: transparent url('/images/content_border.png') repeat-y scroll 0px 30px;
}

/* MENU
--------------------------------------------- */

#menu {
	position: relative;
	width: 182px;
	text-align: right;
	float: left;
	margin-right: 10px;
}

#menu h2 {
	height: 23px;
	background: #3F5D63 url('/images/cat_rounded.png') no-repeat scroll left top;
	font-weight: bold;
	color: white;
	font-size: 15px;
	padding: 7px 0 0 15px;
	text-align: left;
}

#cat_fill {
	height: 30px;
	position: absolute;
	left: -1000px;
	right: 182px;
	background: white;
}

#menu ul {
	margin: 0 0 4px 0px;	
}

#menu ul li {
	background: #748D92;
	border-bottom: 1px solid #98AFB5;
	color: white;
	font-weight: bold;
	text-align: left;
	padding: 4px 0 0px 8px;
}

#menu ul li a {
	background: transparent url('/images/menu_main_bullet.png') no-repeat scroll left 6px;
	color: white;	
	display: block;
	margin: 0 8px 0 0px;
	padding: 2px 0 2px 15px;
}

#menu ul ul li a {
	background: transparent url('/images/menu_bullet.png') no-repeat scroll left 9px;
	padding: 2px 0 2px 10px;
	margin: 0 8px 0 5px;
}

#menu ul ul li {
	border-bottom: none;
}

#menu ul li a#list_active_category {
	background: #405D63 url('/images/menu_bullet.png') no-repeat scroll left center;	
}

#cat_all {
	color: #415D68;
	background: transparent url('/images/menu_bullet.png') no-repeat scroll left center;
	padding-left: 10px;
	margin-right: 4px;
}

/* TREŚĆ ŚRODKOWA
--------------------------------------------- */

#content {
	margin-right: 10px;
	width: 578px;
	float: left;
}

#content ul.tabs {
	margin-left: 10px;	
}

#content ul.tabs li {
	float: left;
	height: 20px;
	padding: 5px 10px 0 10px;
}

#content ul.tabs li a {
	color: #B0150C;
}

#content ul.tabs li.active {
	color: #5A5A5A;
	font-weight: bold;
	border: 1px solid #E1E5E4;
	border-bottom: none;
	background: transparent url('/images/content_ul_back.png') repeat-x scroll left top;
}

#content ul.tabs li.active a {
	color: #5A5A5A;
	font-weight: bold;
}

#content_body {
	/*border-top: 1px solid #E1E5E4;*/
	clear: left;	
}

#content h2.head {
	font-size: 15px;
	font-weight: bold;
	color: #b1170f;
	border: 0px;
	margin: 5px 0 10px 0px;
	padding: 0 0 4px 5px;
	border-bottom: 1px solid #E1E5E4;
}

#content h3.head {
	color: #B2130C;
	font-weight: bold;
	margin: 15px 0 5px 0;
}

/* PRAWY PANEL
--------------------------------------------- */

#right_panel {
	width: 180px;
	float: left;
	text-align: center;
}

#right_panel h2 {
	height: 20px;
	border: 1px solid #E1E5E4;
	border-bottom: none;
	width: 90px;
	margin-left: 10px;
	padding-top: 5px;
	color: #B0150C;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
}

#right_panel_body {
	/*border-right: 1px solid #E1E5E4;*/
	border-top: 1px solid #E1E5E4;
	border-left: none;
	text-align: left;
}

#oo_panel {
	margin: 20px 0px 20px 0px;
	border: 1px solid #E1E5E4;
	cursor: pointer;
}

#oo_panel:hover {
	background: #EEEEEE;
}

#ad_buttons {
	margin-top: 20px;	
}

#ad_buttons a {
	display: block;
	margin-top: 20px;
}

#promotion_all {
	color: #B31410;
	background: transparent url('/images/content_bullet.png') no-repeat scroll left 6px;
	padding-left: 10px;
	margin-right: 4px;
}

div.rp_box {
	border-right: 1px solid #E1E5E4;
	border-bottom: 1px solid #E1E5E4;
	padding: 10px;
	position: relative;
	float: left;
}

div.rp_box strong a {
	color: #585858;
	margin-bottom: 10px;
	display: block;
}

div.rp_box div.brick_div {
	display: block;
	float: left;
	margin: 3px;
}

span.rp_cena {
	display: block;
	float: right;
	font-weight: bold;
	color: #B21510;
	font-size: 14px;
}

span.rp_vat {
	display: block;
	float: right;
	color: #8E8F91;
	font-size: 11px;
}

a.rp_more {
	display: block;
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: #B31410;
	background: transparent url('/images/content_bullet.png') no-repeat scroll left center;
	padding-left: 10px;
}

/* STOPKA
--------------------------------------------- */

#footer {
	width: 950px;
	margin: 20px auto 0 auto;
	padding: 5px 5px 5px 5px;
	position: relative;
	color: #5A5A5C;
	height: 17px;
}

#footer ul li {
	float: left;
	padding-left: 8px;
	margin-left: 8px;
	background: transparent url('/images/vertical_separator.png') no-repeat scroll left center;
}

#footer ul li:first-child {
	background: none;
}

#footer ul li a {
	color: #5A5A5C;
}

#footer div {
	position: absolute;
	right: 13px;	
}

#footer_line {
	border-bottom: 1px solid #E1E5E4;
	height: 1px;
}

#adlink {
	margin: 0;
	padding: 5px 5px 5px 5px;
	position: relative;
	color: #5A5A5C;
	height: 48px;
	text-align: center;
	background: #A0A0A0;
}

#adlink ul li {
	display: inline;
	padding-left: 8px;
	margin-left: 8px;
	background: transparent url('/images/vertical_separator.png') no-repeat scroll left center;
}

#adlink ul li:first-child {
	background: none;
}

#adlink ul li a {
	color: #FFFFFF;
}

/* LISTA MINIATUR
--------------------------------------------- */

div.cell_box,
div.brak_prod {
	border-top: 1px solid #E1E5E4;
}

div.brak_prod {
	padding-top: 10px;	
}

div.cell {
	border: 1px solid #E1E5E4;
	margin-top: 20px;
	padding: 10px;
	position: relative;
	float: left;
	width: 267px;
	height: 200px;
}

div.cell2 {
	border-left: none;
}

div.cell strong {
	margin-bottom: 15px;
	display: block;
	line-height: 18px;
	height: 36px;
	overflow: hidden;
}

div.cell strong a {
	color: #585858;
	font-size: 13px;
}

div.cell img.cell_foto {
		
}

div.cell div.cell_foto_box {
	text-align: center;
	vertical-align: middle;
	float: left;
	width: 120px;
	height: 100px;
	line-height: 127px;
	margin: 0 3px 3px 3px;
	text-align: center;
}

div.cell span.cell_cena {
	display: block;
	float: right;
	font-weight: bold;
	color: #B21510;
	font-size: 18px;
	margin-right: 25px;
}

div.cell span.cell_vat {
	display: block;
	clear: right;
	float: right;
	color: #8E8F91;
	font-size: 11px;
	margin-right: 25px;
}

div.cell div.cell_desc {
	font-size: 11px;
	margin-top: 10px;
	line-height: 13px;
	color: #58585A;
}

div.cell a.more {
	font-size: 11px;
	margin-top: 10px;
	line-height: 13px;
	color: #B31411;
	background: transparent url('/images/content_bullet.png') no-repeat scroll left center;
	padding-left: 9px;
	float: right;
}

div.cell a.cell_cart {
	position: absolute;
	bottom: 0px;
	right: 18px;
	display: block;
}

div.cell a.cell_cart img {
	display: block;
}

div.cell a.cell_clip {
	position: absolute;
	bottom: 0px;
	left: 18px;
	display: block;
}

div.cell a.cell_clip img {
	display: block;
}

div.cell table {
	float: right;
	margin: 15px 20px 0 0;
}

div.cell table th {
	text-align: right;
	font-size: 11px;
	padding: 0px 2px 0px 2px;
}

div.cell table td {
	padding: 0px 2px 0px 2px;
}

div.cell table td img {
	vertical-align: middle;
}

/* ZWYKŁA LISTA
--------------------------------------------- */

table.products {
	border-top: 1px solid #E1E5E4;
	clear: both;
	border-collapse: collapse;
	width: 100%;
}

table.products th,
table.products td {
	padding: 7px;
	vertical-align: middle;
}

table.products tbody tr.p td,
table.products tbody tr.n td {
	border: 1px solid #E1E5E4;
}

table.products tbody tr.p td {
	background: #f6f6f6;
}

table.products thead th {
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #E1E5E4;
}

table.products a {
	color: #5a5a5c;
}

table.products td.price {
	color: #b0180d;
	font-weight: bold;
	text-align: right;
	padding: 5px 10px 5px 5px;
	width: 70px;
}

table.products td.stock {
	text-align: center;
	width: 40px;
}

table.products td.operations {
	max-width: 120px;
	text-align: center; 
}

table.products a.addclip {
	background: transparent url('/images/clipboard.png') no-repeat scroll left center;
	padding-left: 12px;
	font-weight: bold;
	/*display: block;*/
}

table.products a.addcart {
	background: transparent url('/images/cart_red.png') no-repeat scroll left 2px;
	padding-left: 15px;
	font-weight: bold;
	color: #B0150C;
	margin-left: 5px;
	/*display: block;*/
}

table.products tbody tr.header td a {
	font-weight: bold;
	font-size: 14px;
	background: transparent url('/images/menu_bullet.png') no-repeat scroll left center;
	padding-left: 12px;
}

/* KAFELKI
--------------------------------------------- */

table.products tbody tr td.photo {
	background: white;
	width: 90px;	
}

div.brick_div {
	background: white;
	padding: 0px;
	width: 90px;
	height: 70px;
	line-height: 90px;
	text-align: center;
}

/* TABELA Z FORMULARZEM
--------------------------------------------- */

table.formtable {
	border-collapse: collapse;	
	margin-bottom: 0px;
}

table.formtable td,
table.formtable th {
	border: 1px solid #E1E5E4;
	padding: 4px;
}

table.formtable th {
	font-weight: bold;
	text-align: right;
	width: 130px;
	vertical-align: top;
}

table.formtable input[type=text],
table.formtable select {
	width: 250px
}

table.formtable ul.error_list li {
	color: #B0150C;
}

/*table.formtable ul.error_list + input {
	background: #FFE4B5;
}*/

/* OLIMPTABLE
--------------------------------------------- */

table.olimptable {
	border-collapse: collapse;	
}

table.olimptable td,
table.olimptable th {
	border: 1px solid #E1E5E4;
	padding: 4px;
}

table.olimptable th {
	font-weight: bold;
	border-bottom-width: 2px;
}

/* NAWIGACJA
--------------------------------------------- */

#content div.navdiv {
	text-align: center;
	clear: both;
}

#content ul.navtab {
	margin-top: 20px
}

#content ul.navtab li {
	display: inline;
	float: none;
	padding: 3px 7px 3px 7px;
	margin-left: 5px;
}

#content ul.navtab li a {
	color: #5A5A5C;
}

#content ul.navtab li.page {
	border: 1px solid #E1E5E4;
}

#content ul.navtab li.active {
	border: 1px solid #E1E5E4;
	background: #B0150C;
	color: white;
}