body, textarea, p, td {
	font: normal 11px/120% Arial, Helvetica, sans-serif;
	color:#505050;
	padding:0;
	margin:0;
}

form {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, ul, li, ol, dl,
dt, dd, address, fieldset, hr, blockquote {
	margin: 0;
	padding: 0;
}
	
img, fieldset { border: none; }
a { text-decoration: none; color: #F11; }
a:hover {color: #F11; text-decoration: underline}
a img {border: none;}

br.clear {
	clear:both;
}

#top {
	width: 706px;
	height: 32px;
	margin: 0 auto;
}

#top h2 {
	padding-top: 15px;
	padding-left: 14px;
	color: #0171A8;
	font: normal 10px Verdana; 
}

#topLogo {
	position: relative;
	width: 706px;
	height: 48px;
	margin: 0 auto;
	background: transparent url('../images/topLogo_bg.png') no-repeat;
}

#topLogo a.link {
	position: static;
	display: block;
	width: 250px;
	height: 48px;
} 

#topLogo input.text {
	position: absolute;
	display: block;
	float: left;
	top: 15px;
	right: 65px;
	border: 1px solid #8AABBF;
	padding: 0;
	width: 128px;
	height: 16px;
	font: normal 12px Tahoma;
	color: #6E6E6E;
}

#topLogo input.button {
	position: absolute;
	top: 15px;
	right: 25px;
	padding: 0;
	width: 37px;
	height: 17px;
	font: normal 9px Tahoma;
	color: #fff;
	background: transparent url('../images/buttonSearch_bg.png') no-repeat;
	border-style: none;
}

#topNavigation {
	width: 100%;
	height: 31px;
	background: transparent url('../images/topNavigation_bg.png') repeat-x;
	color: #fff;
}

.contentWrapper {
	width: 706px;
	margin: 0 auto;
}

/* -- Navigation -- */

/* ul */
ul#topNavigationMenu,
ul#topNavigationMainMenu {
	list-style-type: none;	
}

ul#topNavigationMenu {
	margin: 10px 0 0 10px;
	float: left;
}

ul#topNavigationMainMenu {
	margin: 0;
	float: right;
}

/* li */

ul#topNavigationMenu li,
ul#topNavigationMainMenu li {
	margin: 0;
	list-style-type: none;
	display: block;
	float: left;
}

ul#topNavigationMenu li {
	padding: 0 15px 0 20px;
	font: normal 9px Verdana, Tahoma, sans-serif;
	letter-spacing: -1px;
	background: url('../images/topMenuNavigation_separator.gif') no-repeat left center;
}

ul#topNavigationMainMenu li {

	text-transform: uppercase;
	padding: 0;
	padding: 10px 10px 0 15px;
	font: bold 9px Verdana, Tahoma, sans-serif;
	letter-spacing: -1px;
	background: url('../images/topMenu_separator.png') no-repeat left center;
}

/* a */

ul#topNavigationMenu li a,
ul#topNavigationMainMenu li a {
	color: #fff;
}

/* a:hover */

ul#topNavigationMenu li a:hover,
ul#topNavigationMainMenu li a:hover {
	color: #fff;
	text-decoration: underline;
}

/* -- wrapper for all content below top -- */
#wrapper {
  overflow: hidden; /* clearance */
  width: 706px;
  margin: 0 auto;		
  /*background-color: #e4f1bb;*/
  background: transparent url('../images/leftMenu_bg.png') repeat-y left;	
  display: table;
}

#row {
	display: table-row;
}

#content, #leftMenu {
  display: table-cell;
  vertical-align: top;
}

/* -- left Menu --*/
#leftMenu {
  width: 211px;
}

#leftMenu h2 {
	margin: 10px 0 0 12px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #004070;
}

#leftMenu p {
	font-size: 11px;
	margin: 4px 10px;
	color: #004070;
}

#leftMenu p.cat {
	font-weight: bold;
}

/* User menu */

ul.userMenu {
	font: normal 11px Arial;
	width: 30px; /* minimum on hover graphic */
	_width: 0%;
	white-space: nowrap;
	margin-left: 1px;
	background: #f4f4ea;
	margin-top: 5px;
}

ul.userMenu li {
	margin-left: 20px;
	padding-bottom: 0.5em;
	list-style: none;
	background: #f4f4ea url('../images/userMenu.gif') 0 0.5em no-repeat;
}

ul.userMenu li a {
	text-decoration: underline;
	display: block;
	background: #f4f4ea url('../images/userMenu.gif') 0 0.5em no-repeat;
	padding-left: 12px;
	padding-bottom: 0.25em;
	color: #4E9598;
}

ul.userMenu li a:hover {
	color: #4E9598;
	text-decoration: none;
}

/* Category */

ul.cat {
	font: normal 11px Arial;
	width: 30px; /* minimum on hover graphic */
	_width: 0%;
	white-space: nowrap;
	margin-left: 1px;
	background: #f4f4ea;
}

/* active a - when cursor mouse on element */
ul.cat li {
	margin-left: 14px;
	_margin-left: 7px;
	list-style: none;
	background: #f4f4ea url('../images/category_separator.gif') 0 0.28em no-repeat;
}

ul.cat li a {
	display: block;
	background: #f4f4ea url('../images/category_separator.gif') 0 0.28em no-repeat;
	padding-left: 12px;
	padding-bottom: 0.5em;
	color: #868686;
}

ul.cat li span {
	position: absolute;
	display: inline-block;
	margin-left: 300px;
}

ul.cat li a:hover {
	background: none;
	text-decoration: underline;
	color: #868686;
}

/* chowamy przed IE/Mac \*/
* html ul.cat li a{
   height: 1%;
}
 
* html ul.cat li{
	float: left;
}
/* koniec zabawy w chowanego */

/* -- New Product -- */

#leftMenu #newProduct {
	width: 206px;
	/*_width: 211px;*/
	height: 88px;
	background: transparent url('../images/newProduct_bg.png') no-repeat;
	font: normal 10px Arial;
	padding-right: 5px;
}

#leftMenu #newProduct h1 {
	padding: 25px 0 5px 35px;
	color: #DA0000;
	font: bold 11px Verdana;
}

#leftMenu #newProduct img {
	float: left;
	margin: 0 3px 0 25px;
}

#leftMenu #newProduct a {
	float: left;
}

#leftMenu #newProduct div.desc {
	float: right;
	width: 110px;
}

a.more {
	padding-right: 10px;
	background: transparent url('../images/icons/more.gif') center right no-repeat;
}

/* -- New section -- */

#leftMenu .newSection {
	width: 211px;
	background: transparent url('../images/leftMenuNewSection_bg.png') no-repeat;
	font: normal 11px Arial;
	padding-top: 10px;
}

#leftMenu .newSection a.more {
	float: right;
}

/* -- Content --*/

#content {
  width: 495px;
  margin: 0;
  padding: 0;		
  background: transparent url('../images/content_bg.png') repeat-y;
}

#content .inner {
	margin: 0 4px 0 4px;
	position: relative;
}

#content img#contentLogo {
	margin: 0;
	padding: 0;
	float: left;
}

#content div#contentLogo {
	background: transparent url('../images/rss_bg.jpg') no-repeat;
	margin: 0;
	padding: 5px 5px 5px 10px;
	width: 299px;
	height: 166px; 
	float: left;
}

#content div#contentLogoFlash {
	background: transparent url('../images/rss_bg.jpg') no-repeat;
	margin: 0;
	padding: 0;
	width: 314px;
	height: 176px; 
	float: left;
}

#content div#contentLogo h2 {
	margin: 5px 0 0 10px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #004070;
}

#content div#contentLogo a {
	line-height: 25px;
	margin-top: 10px;
	font-style: normal;
	font-size: 11px;
	padding-right: 10px;
	background: transparent url('../images/icons/more.gif') center right no-repeat;
}

#content h1 {
	background: transparent url('../images/contentHead_bg.jpg') no-repeat;
	width: 479px;
	height: 26px;
	color: #fff;
   margin: 0 0 0 1px;
	text-transform: uppercase;
	font: bold 12px Arial, Tahoma, Sans-serif;
	padding: 5px 0 0 15px;
}

#content h3 {
	margin-left: 10px;
	font: bold 11px Arial, Tahoma, Sans-serif; 
}

/* -- Links to places: <ul> -- */
.breadCrump {
	background: transparent url('../images/contentHead_bg.jpg') no-repeat;
	width: 479px;
	height: 26px;
	color: #fff;
   margin: 0 0 0 1px;
	text-transform: uppercase;
	font: bold 12px Arial, Tahoma, Sans-serif; 
	padding: 5px 0 0 15px;
	list-style-type: none;
}

.breadCrump li {
	display: inline;
	background: transparent url('../images/breadCrumb.gif') no-repeat center left;
	padding: 0 6px 0 18px;
	color: #fff;
	float: left;
}

.breadCrump li.first {
	padding-left: 0;
	background: none;
}

.breadCrump li a{
	float: left;
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #fff;
}

.breadCrump li a:visited{
	color: #D4D4D4;
}

.breadCrump li a:hover{
	text-decoration: underline;
	color: #fff;
}

/* -- Panel login -- */
#content #panelLogin {
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	width: 180px;
	height: 176px;
}

#content #panelLogin input.text {
	border: 1px solid #B3C0C8;
	padding: 0;
	margin: 2px 0 0 25px;
	width: 127px;
	height: 16px;
	font: normal 12px Tahoma;
	color: #000;
	float:left;
}
#content #panelLogin label.login {
	font-weight: normal;
	color: #000;
	display: block;
	margin: 2px 0 0 25px;
	_margin: 2px 0 0 15px;
	padding: 0;
}

#content #panelLogin #buttonsLoginPosition {
	display: block;
	padding: 6px 0 0 25px;
	margin: 0;
}

#content #panelLogin #lostPassword {
	text-align: center;
}

#content #panelLogin #lostPassword a{
	color: red;
}

#content #panelLogin input.button {
	vertical-align: middle;
	padding-bottom: 3px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 5px;
	width: 58px;
	height: 17px;
	font: normal 10px Tahoma;
	color: #92918D;
	background: transparent url('../images/buttonPanelLogin_bg.png') no-repeat;
	border-style: none;
}

#content #panelLogin #buttonsLoginPosition #buttonLogin {
	_margin-top: 1px;
}

#content #panelLogin a#basket {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 61px;
	width: 180px;
	background: transparent url('../images/panelLoginBasket_bg.png') no-repeat;
	color: #000;
	z-index: 1;
	font-weight: normal;
}
#content #panelLogin a#basket span.basket,
#content #panelLogin a#basket span.has {
	display: block;
	color: #000;
	z-index: 99;
}

#content #panelLogin a#basket:hover,
#content #panelLogin a#basket:active {
	text-decoration: none;
}


#content #panelLogin #basket span.basket {
	padding: 15px 0 0 10px;
}

#content #panelLogin #basket span.has {
	float: left;
	padding: 0 0 0 10px;
}

#content #panelLogin #basket span.quantity {
	font-weight: bold;
	color: #ff0000;
}

/* -- ProductCategories -- */

ul.categoriesProduct {
	list-style: none;
	clear: left;
	float: left;
	margin-top: 20px;
}

ul.categoriesProduct {
	padding-bottom: 0.5em;
}

ul.categoriesProduct li {
	background: url('../images/categoriesProduct.gif') 0 0.25em no-repeat;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 0.5em;
	margin-left: 25px;
}

ul.categoriesProduct li a {
	display: block;
	padding-left: 13px;
	color: #004070;
}

/* -- Paginate -- */
#paginatePanel {
	width: 100%;
	margin: 20px 0 0 0;
	padding: 0;
	clear: right;
}
#paginatePanel:after	{
	clear: both;
	display: block;
	content: '';
}
#paginatePanel #paginateLeft {
	margin: 0;
	padding: 5px;
	float: left;
}

#paginatePanel #paginateRight {
	margin: 0;
	padding: 5px;
	float: right;
	white-space: nowrap;
	margin-left: 0px;
}

/* ---- Pagination ---- */
.pagination ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.pagination ul li {
	padding: 0;
	float: left;
	margin-right: 6px;
	border: 1px solid #B7B5B5;
	text-decoration: none; 
	color: #42A8D9;
	padding: 3px 6px;
	background-color: #FFEFDF;
}
.pagination ul li a {
	text-decoration: none; 
	color: #2077A2;
}

.pagination ul li a:hover, .pagination ul li a:active {
	background-color: #FFEFDF;
	text-decoration: none;
	color: red;
}

.pagination ul li.currentpage {
	border: 1px solid #280000;
	background-color: #0679B0;
	color: #FFF;
}

/* -- List of elements -- */
.allWidthBlock {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
.listElements {
	margin: 0 0 15px 0;
	padding: 0;
	position: relative;
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
}

.listElements th {
	cursor: hand;
	text-align: left;
	padding-left: 15px;
	height: 24px;
	color: #004070;
	background-color: #EDEDE2;
	border-right: 1px solid #CDCED8;
	font-weight: bold;
	font-size: 11px;
}

.listElements th.last {
	border-style: none;
}

.listElements tr.one {
	background-color: #FBFBF7;
}

.listElements tr.two {
	background-color: #F4F4EA;
}

.listElements td {
	cursor: pointer;
	height: 24px;
	border-right: 1px solid #CDCED8;
	text-align: left;
	padding-left: 15px;
}

.listElements td.last {
	border-style: none;
}

/* -- Table card -- */
.choiceList,
.basketList {
	margin-top: 10px;
	padding: 0;
	margin: 0 auto;
	border-spacing: 0;
	border-collapse: collapse;
	width: 475px; /* 487px before 100% - inner margin both 4px */ 
}

.choiceList th,
.basketList th {
	text-align: center;
	font-weight: bold;
	padding: 3px;
	border-bottom: 1px solid #9496AD;
}

.choiceList th a,
.basketList th a {
	font-weight: bold;
}

.choiceList td,
.basketList td {
	text-align: center;
	padding: 4px 0;
	border-bottom: 1px solid #CDCED8;
	height: 25px;
}

.basketList td img {
	padding: 2px 0;
}

.choiceList td.desc,
.basketList td.desc {
	text-align: left;
}

.basketList td.descMargin {
	text-align: left;
	padding-left: 10px;
}

.choiceList td.price {
	width: 6em;
}

.choiceList p.addition {
	/*color: #3C3C3C;*/
}

.choiceList p {
	padding: 10px;
	color: #957E6A;
}

.choiceList tr.row {

}
.choiceList tr.rowOver {
	background-color: #E5E5E5;
	cursor: pointer;
	cursor: hand;
}

.choiceList tr.rowSelected {
	background-color: #D5D5D5;
}

div.updateBasket {
	margin-bottom: 10px;
	padding-right: 15px;
	float: right;
}

div.totalPrice {
	clear: left;
	text-align: right;
	padding: 5px 60px 5px 0;
	border-bottom: 1px solid #D1D2B7;
	border-top: 1px solid #D1D2B7;
	font-weight: bold;
}

div.basketLeft {
	margin: 0;
	padding: 5px;
	float: left;
}

div.basketRight {
	margin: 0;
	padding: 5px;
	float: right;
	white-space: nowrap;
	margin-left: 50px;
}

/* -- Login -- */

#panelUser {
	margin: 0 auto;
	width: 480px;
	background: url('../images/panelUser_bg.gif') repeat-y;
}


#panelUser .line {
	float: left;
	background: url('../images/panelUserLine.gif') no-repeat;
	height: 1px;
	width: 100%;
	font-size:1px; /* ensure minimum height */
}

#panelUser #newUser {
	float: left;
	width: 203px;
	/*_width: 233px;*/ /* Hack IE 5.5 & IE 6.x */
	padding: 15px;
}

#panelUser #loginUser {
	float: left;
	width: 18px;
	/*_width: 233px;*/ /* Hack IE 5.5 & IE 6.x */
	margin-left: 10px;
	padding: 20px;
}

#panelUser #loginUser div.loginUserButtons {
	width: 150px;
	display: block;
	padding-top: 10px;
}

#panelUser label {
	width: 80px;
	margin: 0;
	padding: 0;
}

#panelUser input.login,
#panelUser input.password {
	width: 130px;
	margin: 0;
	padding: 0;
}

/* -- Delivery type -- */
#delivery {
	width: 100%;
	padding: 0;
}

/* -- Products -- */
.products {
	width: 100%; /* before 100% */
	clear: left;
}

.products img {
	display: block;
	margin: 0 auto;
}

.products .photo {
	width: 150px;
}

.products .desc {
	width: 200px;
	vertical-align: middle;
}

/* -- Parameters -- */
.parameters {
	margin: 0 auto;
	width: 460px;
	border-spacing: 0;
	border-collapse: collapse;
}

.parameters td {
	width: 230px;
	padding: 0;
	border-top: 1px solid #D5D6DD;
	height: 25px;
}

.parameters td.first {
	border: none;
}

.parameters td.name {
	padding-right: 5px;
	text-align: right;
}

.parameters td.value {
	padding-left: 5px;
	text-align: left;
	font-weight: bold;
}

/* -- Akapity -- */
.products p {
	color: #004070;
}

.products p.priceBrutto {
	color: #DA0000;
	font-weight: bold;
}

.products p.points {
	color: #fff;
	width: 53px;
	height: 17px;
	padding-top: 1px;
	text-align: center;
	background: transparent url('../images/points_bg.png') no-repeat;
}
/* --- Następne kolumny --- */
a.order {
	padding-left: 25px;
	background: transparent url('../images/icons/basket.gif') center left no-repeat;
	text-decoration: underline;
}

.products .allow {
	vertical-align: top;
}

/* -- Linia odzielająca -- */
div.hr{
	margin: 10px auto;
	background: transparent url('../images/hr.png') repeat-x;
	height: 2px;
	width: 460px;
}
div.hr hr {
	display: none;
}

/* -- Produkty -- */

div.describe {
	padding: 5px 15px;
}

div.productsBack {
	margin-right: 10px;
	text-align: right;
}

table.productsList {
	margin: 0 10px;
}

table.productsList td.productName {
	width: 220px;
	padding: 2px 0;
}

/* -- Calendar -- */
.imgCalendar {
	margin: 0 3px;
	vertical-align: top;
}

/* -- Subscriber -- */
span.subscriber {
	font-weight: bold;
	color: red;
}

/* -- Footer -- */
#footer {
	background: transparent url('../images/footer_bg.jpg') no-repeat;
	width: 704px;
	height: 60px;
	padding-top: 22px;
	text-align: center;
	color: #fff;
	font: 10px Tahoma, Verdana;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

#productPhotoInfo {
	left: 0px;
	margin-left: 20px;
	position: relative;
}

p.promotion {
	font-weight: bold;
}

/**
 * User points
 */
div#points {
	float: left;
	padding: 10px;
}

div#points .pointsQuantity {
	width: 135px;
	line-height: 60px;
	background-color: #F4F4EA;
	border: 1px solid #D1D2B7;
	font-family: Arial;
	font-size: 40px;
	color: #ff0000;
	text-align: center;
}

div#points .pointsInfo {
	width:135px;
	padding-top: 12px;
	font-size: 10px;
	font-family: Arial;
	color: #505050;
	text-align: center;
}

div#information{
	padding:10px;
}
div#information p{
	padding:5px 0;
}
