@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: 10px;
	/*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: 980px;
	margin: 0 auto 0 auto;	
}

#search_simple,
#search_advanced_top {
	position: relative;
	background: #B2130C;
	padding: 9px 10px 7px 10px;
}

#search_fold {
	background: #E1E6E2;
	padding: 10px;
}

#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;
	vertical-align: middle;
}

#search_advanced, #search_simple {
	margin: 0 10px 0 10px;
}

#search_advanced label {
	color: #5A5A5A;
	vertical-align: middle;
}

#search_advanced fieldset {
	padding: 5px 0 5px 0;
	border-bottom: 1px dotted white; 
}

#search form {
	display: inline;
}

#search form p {
	display: inline;
}

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

#search form input#search_text {
	margin-left: 10px;
	width: 170px;
}

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

#search_simple form input[type=image] {
	margin: 0px 0 0 10px;
	vertical-align: top;
}

#search_simple form a.clear_search {
	margin: 0px 0 0 3px;
	vertical-align: top;
}

#search_advanced form input[type=image] {
	margin: 0px 0 0 10px;
	vertical-align: top;
	float: right;
}

#search_advanced form a.clear_search {
	margin: 0px 0 0 10px;
	vertical-align: top;
	float: right;
}

#search form input[type=checkbox] {
	margin: 0;
	vertical-align: middle;
}

#search_price_from,
#search_price_to {
	width: 60px;
	margin: 0 0 0 0;
}

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

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

#search form span.filter_currency {
	background: #748D92;
	color: white;
	vertical-align: middle;
	padding: 2px 3px 4px 3px;
	border-top: 1px solid #E1E6E2;
	margin-right: 10px; 
}

#filter_brands {
	margin: 7px 0 10px 0;
	border-top: 1px dotted #748D92;
	padding-top: 2px; 
}

#filter_brands ul {
	display: inline;
	margin: 0px;
}

#filter_brands ul li {
	display: inline;
	margin-right: 5px;
	white-space: nowrap;
}

#filter_brands ul li span.bcnt {
	font-size: smaller;
	color: #888888;
}

#label_brands {
	font-weight: bold;
	margin-right: 5px;
}

#search div.auto_complete {
	z-index: 100;
}

#search div.auto_complete ul {
	width: 330px;
	border: 1px solid #3E5C63;
}

#search div.auto_complete ul li
{
	background: white;
	width: 320px;
	overflow: hidden;
	padding: 1px 5px 1px 5px;
	font-size: 12px;
	cursor: pointer;
	display: block;
}

#search div.auto_complete ul li.selected
{
	background: #3E5C63;
	color: white;
}

#search div.auto_complete ul li.long:after {
	content: '...';
}

#search #advanced_search {
	float: right;
	display: block;
	margin: 2px 0 0 0;
}

#search #search_category {
	max-width: 250px;
}

/* 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;
}

#nocat {
	text-align: left;
	padding: 3px 3px 3px 15px;
	font-style: italic;
}

/* kategorie główne */

#menu span.ccnt {
	font-size: smaller;
	font-weight: normal;
	color: #C0D7DC;
}

#menu ul#menuul {
	background: #748D92;
	padding-left: 8px;
	padding-top: 5px;
}

/* linie oddzielające główne kat. */

#menu ul li {
	border-bottom: 1px solid #98AFB5;
}

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

/* konkretne deklaracje typów A i LI */

#menu ul#menuul a {
	color: white;
}

#menu ul {
	margin: 0 0 4px 0px;
	padding-top: 2px;
}

#menu ul li {
	background: transparent url('/images/plus.png') no-repeat scroll 3px 6px;
	color: white;
	display: block;
	margin: 0 8px 0 0px;
	padding: 3px 0 3px 15px;
	font-weight: bold;
	text-align: left;
	cursor: pointer;
}

#menu ul li.leaf {
	background: transparent url('/images/menu_bullet.png') no-repeat scroll 3px 10px;
	cursor: default;
}

#menu ul li.expanded {
	background: transparent url('/images/minus.png') no-repeat scroll 0px 6px;
}

#menu ul li.folded ul {
	display: none;
}

#menu ul ul li.loading,
#menu ul li.loading {
	background: transparent url('/images/small_loader.gif') no-repeat scroll left 3px;
	padding: 3px 0 3px 15px;
	margin: 0 8px 0 0 px;
}

#menu ul li a#list_active_category {
	color: #B2130C;
	border-bottom: 1px solid white;
	padding-bottom: 2px;
}

#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.wider {
	width: 755px;
}

#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;
}

#content p {
	margin: 10px 0 10px 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;
}

#right_panel address.box-address {
	margin: 20px 0px 20px 0px;
	border: 1px solid #E1E5E4;
	cursor: pointer;
}

#right_panel address.box-address:hover {
	background: #EEEEEE;
}

#right_panel div#box-newsletter {
	margin: 20px 0px 20px 0px;
	border: 1px solid #E1E5E4;
}

#right_panel div#box-newsletter form {
	margin: 5px 0;
}

#right_panel div#box-newsletter input[type=text] {
	width: 100px;
}

div#box-buttons a {
	display: block;
	padding: 1px;
	border: 1px solid white;
	opacity: 0.7;
}

div#box-buttons a:hover {
	background: #eee;
	border: 1px solid #666;
	opacity: 1.0;
}

#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 0 3px 0;
}

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: #444;
	/*height: 17px;*/
	text-align: center;
	background: #A0A0A0;
}

#adlink a {
	color: black;
}

#adlink strong {
	color: black;
}

/* 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;
}

/* NAGŁÓWEK LISTY
--------------------------------------------- */

#content ul#views {
	clear: both;
	float: right;
	border: 0px;
}

#content ul#views li {
	float: right;
	height: 20px;
	padding: 5px 5px 0 5px;
	background: transparent;
	font-weight: bold;
}

#content ul#views li a {
	color: #B0150C;
}

#cat_title {
	/*float: left;*/
	font-size: 15px;
	font-weight: bold;
	color: #b1170f;
	border: 0px;
	margin: 5px 0 3px 10px;
}

#content div.qty_bar {
	margin: 5px 0 5px 10px;
	/*float: left;*/
	font-size: 11px;
	display: block;
}

#content div.qty_bar a,
#content div.qty_bar strong {
	font-size: 11px;
}

a#vlist {
	background: transparent url('/images/list.png') no-repeat scroll left center;
	padding-left: 13px;
}

a#vbricks {
	background: transparent url('/images/bricks.png') no-repeat scroll left center;
	padding-left: 13px;
}

a#vthumbs {
	background: transparent url('/images/thumbs.png') no-repeat scroll left center;
	padding-left: 13px;
}

li.active a#vlist {
	background: transparent url('/images/list_active.png') no-repeat scroll left center;
	padding-left: 13px;
	color: #5a5a5c;
}

li.active a#vbricks {
	background: transparent url('/images/bricks_active.png') no-repeat scroll left center;
	padding-left: 13px;
	color: #5a5a5c;
}

li.active a#vthumbs {
	background: transparent url('/images/thumbs_active.png') no-repeat scroll left center;
	padding-left: 13px;
	color: #5a5a5c;
}

#content ul#views li.active a {
	color: #5a5a5c;
}

a.sortdesc {
	background: transparent url('/images/backend/darr.png') no-repeat scroll left center;
	padding-left: 18px;
}

a.sortasc {
	background: transparent url('/images/backend/uarr.png') no-repeat scroll left center;
	padding-left: 18px;
}

/* 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: 80px;
}

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;
}

span.brick_div {
	display: block;
	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;
	width: 100%;
}

table.formtable > tbody > tr > td,
table.formtable > tbody > tr > th {
	border: 1px solid #9EA5A6;
	padding: 5px;
}

table.formtable > tbody > tr > th {
	font-weight: bold;
	text-align: right;
	width: 30%;
	vertical-align: top;
	background: #DCE6E8;
}

table.formtable > tbody > tr > td {
	width: 70%;
	/*background: #EFFAFC;*/
}

table.formtable > tfoot > tr > td.submit {
	background: #748D92;
	text-align: right;
	border: 1px solid #9EA5A6;
	padding: 5px;
}

table.formtable > tbody > tr > td > input[type=text],
table.formtable > tbody > tr > td > select,
table.formtable > tbody > tr > td > textarea {
	width: 98%
}

table.formtable > tbody > tr > td > input[type=text],
table.formtable > tbody > tr > td > input[type=password],
table.formtable > tbody > tr > td > select,
table.formtable > tbody > tr > td > textarea {
	border: 1px solid #C0C2C9;
	padding: 2px;
}

table.formtable > tbody > tr > td > ul.error_list li {
	color: #B0150C;
}

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

table.formtable img.captcha {
	margin-top: 10px;
}

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

table.olimptable {
	border-collapse: collapse;
	margin-bottom: 10px;
}

table.olimptable td,
table.olimptable th {
	border: 1px solid #9EA5A6;
	padding: 4px;
	vertical-align: top;
}

table.olimptable th {
	background: #DCE6E8;
	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;
}

/* MESSAGES
--------------------------------------------- */

ul#user-messages li {
	display: block;
	margin: 0 0 8px 0;
	padding: 5px;

}

ul#user-messages li.success {
	border: 1px solid #006600;
	color: #006600;
	background: #83FF83;
}

ul#user-messages li.error {
	border: 1px solid #990000;
	color: #990000;
	background: #FF9999;
}

/* 404
--------------------------------------------- */

img#http-error-icon {
	float: left;
	margin-right: 10px;
}

#content h2#similar-products-header {
	clear: left;
	margin-top: 30px;
}

ul#similar-products {
	margin: 10px 0 0 0;
}

ul#similar-products li {
	border: 1px solid #ccc;
	padding: 5px 10px;
	margin: 3px 10px 0 10px;
}

/* HOMEPAGE DASHBOARD
--------------------------------------------- */

#dashboard {
	padding: 10px 0 0 0;
	border-top: 1px solid #E1E5E4;
}

#dashboard_text {
	margin: 0 8px 0 8px;
}

div.dash1, div.dash2 {
	border: 1px solid #E1E5E4;
	width: 270px;
	float: left;
	margin: 7px;
	position: relative;
}

div.dash1 h3, div.dash2 h3 {
	margin: 12px 7px 7px 8px;
}

div.dash1 h3 a, div.dash2 h3 a {
	font-size: 15px;
    font-weight: bold;
	color: #5A5A5A;
	background: transparent url(../images/thumbs.png) no-repeat center left;
	padding: 0 0 0 15px;
}

div.dash1 ul, div.dash2 ul {
	margin: 8px 0 10px 20px;
	width: 120px;
	float: left;	
}

div.dash1 ul li a, div.dash2 ul li a {
	color: #5A5A5A;
	background: transparent url(../images/toplinks_bullet.png) no-repeat center left;
	padding: 0 0 0 10px;
}

div.dash1 img, div.dash2 img {
	margin: 0 5px 10px 0;
	/*position: absolute;
	top: 28px;
	right: 10px;*/
	float: right;
}

div.dash1 {
	clear: left;
}

div.dash2 {
	
}

