@CHARSET "UTF-8";

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}


#logo {
	height: 65px;
	margin-top: 5px;
	margin-bottom: 5px;
}

a.logo2 {
	margin-left: 15px;
}

.small, .content_author, .content_date, .content_update, .content_views {
	font: 11px Arial, Helvetica, sans-serif;
	color: #8a8a8a;
}

#content a, #content h2, .content_heading {
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content p {
	margin-top: 0px;
}

#content .thumbnail {
	border: 2px solid #aaaaaa;
	padding: 3px;
	margin: 3px 3px 3px 3px;
}

.content_heading, h2 {
	font-size: 17px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: -0.02em;	
}

.content_author {
	background: url(img/icon_author.gif) top left no-repeat;
	padding-left: 18px;
}

.content_date {
	background: url(img/icon_date.gif) top left no-repeat;
	padding-bottom: 8px;
	padding-left: 18px;
}

.content_update {
	background: url(img/icon_updated.gif) top left no-repeat;
	padding-left: 18px;
}

a.content_more {
	font-weight: bold;
	padding: 3px 0px 5px 24px;
}

.content_views {
	background: url(img/icon_date.gif) top left no-repeat;
	padding-bottom: 12px;
	padding-left: 18px;
}

#article {
	float: left;
	background: transparent url(img/shade.png) no-repeat;
	background-position: 0px 0px;
	padding: 5px 0px 15px 8px;
	min-height: 200px;
	min-width: 200px;
}
.article1 {
	width: 100%;
}

.article2 {
	width: 48%;
}

#content hr {
	color: #ffffff;
}

.offer_basket {
	text-align: right;
	font-weight: bold;
}

.offer_product_basket {
	padding: 3px;
	margin-left: 5px;
	text-align: right;
	font-weight: bold;
	border: 2px solid #aaaaaa;	
}

.offer_price {
	text-align: right;
	font-weight: bold;
}

/* Menu */
#menu hr {
	color: #ffffff;
}

/* Galeria */
#content_gallery {
	float: right;
	width: 180px;
}

#content_gallery img {
	border: 2px solid #aaaaaa;
	padding: 3px;
	margin: 3px 0px 3px 0px;
}

#content_gallery_full {
	width: 100%;
}

#content_gallery_full img {
	border: 2px solid #aaaaaa;
	padding: 3px;
	margin: 3px 3px 3px 3px;
}

/* Formularze */
.form_error {
	text-align: center;
	color: red;
}

.login_user {
	text-align: center;
	font-weight: bold;
	padding: 4px;
}

.error {
	text-align: center;
	color: red;
	font-weight: bold;
}

.ok {
	text-align: center;
	font-weight: bold;		
}

/* Koszyk */
#basket {
	width: 100%;
	margin-bottom: 15px;
}

#basket td {
	padding: 2px;
	background-color: #eeeeee;
}

/* Zamówienia */
#orders {
	width: 100%;
	margin-bottom: 15px;
}

#orders th {
	padding: 2px;
	background-color: #bbbbbb;
}

#orders td {
	padding: 2px;
	background-color: #ffffff;
}

#orders td.info {
	border: 1px solid #bbbbbb;
}

#orders_details {
	width: 100%;
}

#orders_details td {
	padding: 2px;
	background-color: #eeeeee;
}

