﻿
@import url("stylesheet.css");
@import url("boxes.css");


html, body {
  color: #0C0D0D;
  margin: 0px;
  padding: 0px;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
  background: #FFFFFF url( '../gfx/content-bg.png' ) repeat-x 0 101px;
}

form { padding:0; margin:0; }
input{ border: solid 1px #7B8185; background: white; color:#8B8B8B; }
h1, h2, h3, h4, h5, h6 { margin:0; padding: 0; border: 0; }


.wrap {
  clear: both;
  margin: 0 auto;
  width: 992px;
  padding: 0;
}

.row{
	display:block;
	clear:both;
}

img { border: 0;  margin:0; padding: 0; }

a {
  color: #666666;
  text-decoration: underline;
}
a:hover {
  color: #666666;
  text-decoration: none;
}

ul,ol,li {
  margin: 0;
  padding: 0;
  list-style: disc;
}

h1 {
  color: #366ABF;
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
}
h2 {
  color: #A62419;
  font-family: Verdana,  Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
}
h3 {
  color: #366ABF;
  font-family: Verdana,  Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
}

h4 , h4 a , h4 a:hover{
  color: #BE362A;
  font-family: Verdana,  Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  margin-top: 20px;
}

h4 a:hover{
	text-decoration: underline;
}

h5, h5 a , h5 a:hover{
  color: #366ABF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

h6, h6 a, h6 a:hover {
  color: #366ABF;
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 11px;
  font-weight: bold;
}


/***** 1 produkt ************/


div.foto_100 {      /*float: left;*/
      margin: 5px auto;
	  padding: 0;
	  width: 90px;
	  height: 120px;
	  background: url( ../gfx/no_image_100.gif ) no-repeat right;
}
div.foto_60 {      /*float: left;*/
      margin: 5px auto;
	  padding: 0;
	  width: 50px;
	  height: 65px;
	  background: url( ../gfx/no_image_60.gif ) no-repeat right;
}



div.display_foto{
  width: 100%;
  height: 100%;
  margin: 0px;
}
/*
	div.display_foto:hover{
	   border: 1px solid  #528AC1;
	   margin: 0px;
    }
*/






/************/
SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.cena {
  color: #E74512;
  font-weight: bold;
}




/* DEFINITIONS */

#siteLogo {
  float: left;
  margin: 5px 0 0 10px;
  padding: 0;
}



#navigationQuick {
  float: right;
  padding: 0;
  margin: 24px 0 0 0;
  list-style-type: none;
}
	#navigationQuick a:focus{
		outline: 0;
	}
	#navigationQuick li {
	  display: inline;
	  padding: 0 5px;
      margin: 0;
	}
	#navigationQuick li .logout { padding: 0 0 0 15px;  margin: 0; }




#navigationBar {
  float: right;
  margin: 0;
  list-style-type: none;
  height: 39px;
  background: #355496 url( '../gfx/menu/bg.png' ) bottom repeat-x;

	text-decoration: none;


}
	#navigationBar li {
	  display: inline;
	  cursor: pointer;
	 }


	#navigationBar a:focus{
		outline: 0;
	}

	#navigationBar li a {
	  float: left;
	  margin: 0;
	  padding: 12px 11px 0px 12px;
 	  display: block;
	  height: 27px;
	  text-decoration: none;

	  font-family: Verdana, Arial, sans-serif;
	  font-size: 12px;
	}


	#navigationBar li a:hover {
		color: white;
		text-decoration: none;
	}

	#navigationBar .activ a, #navigationBar .activ a:hover{
	  background: url( '../gfx/menu/bg-activ.png' ) repeat-x ;
	  color: #7C858B;
 	}

	#navigationBar .hover{
	  background: url( '../gfx/menu/bg-hover.png' ) repeat-x;
	}

	#navigationBar .nonactiv {
 	}


	#navigationBar .line-left,
	#navigationBar .line-right,

	#navigationBar .line-right-hover,
	#navigationBar .line-left-hover ,

	#navigationBar .line-right-activ ,
	#navigationBar .line-left-activ {
	  float: left;
	  padding: 0;
	  margin: 0;
	  width: 5px;
	  height: 39px;
	}

	#navigationBar .line-right{
	  background: url( '../gfx/menu/line-right.png' ) top no-repeat;
	}
	#navigationBar .line-left {
	  background: url( '../gfx/menu/line-left.png' ) top no-repeat;
	}
	#navigationBar .line-right-hover {
	  background: url( '../gfx/menu/line-right-hover.png' ) top no-repeat;
	}
	#navigationBar .line-left-hover {
	  background: url( '../gfx/menu/line-left-hover.png' ) top no-repeat;
	}
	#navigationBar .line-right-activ {
	  background: url( '../gfx/menu/line-right-activ.png' ) top no-repeat;
	}
	#navigationBar .line-left-activ {
	  background: url( '../gfx/menu/line-left-activ.png' ) top no-repeat;
	}


/*** BODY ***/


hr.title{
 	color:#B3C4E1;
	height:1px;
 	border: 0;
	background-color:#B3C4E1;
	width: 100%;
}


/*** Products list */
/* quick link */
#quickLink-sort {
  margin: 10px 0;
  border-top: 1px solid #C3CEE1;
  border-bottom: 1px solid #B3C4E1;
  padding: 15px 10px;
  background: #F7F8F8;
}
	#quickLink-sort ul li {
	  list-style: none;
	  float: left;
	  padding: 0 10px 0 0;
	  margin: 0;
	}
	#quickLink-sort li.title {
		font-weight: bold;
	}
	#quickLink-sort li.selected {
		font-weight: bold;
	}


/* products */
.productsList {
  clear: both;
  margin: 0;
  padding: 0;
}
	.productsItem img {
	  padding-bottom: 3px;
	  padding-right: 3px;
	}
	.productsItem p {
	  margin: 0;
	  padding: 0;
	}

.productsLine {
  margin: 20px 10px;
  width: 1px;
  height: 120px;
  background: #AEAFB1;
  float: left;
}
.productsLine2 {
  margin: 8px 0;
  height: 1px;
  background: #AEAFB1;
  clear: both;
}

.productsListElement{
   float: left;
   width: 272px;
}



/*** TIP ***/
.tipBlock{
	width: 498px;
	margin: 10px auto 0 auto;
	padding: 20px 0 0 0;
	clear: both;
}
.tipBlock div {
	background: #EFF4FE;
	border: 1px solid #AFC2DC;
	margin: 0;
	padding: 10px 4px;
	width: 392px;
	color: #636A6F;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align: center;
	float: left;
}
.tipBlock img{
	margin: 0;
	padding: 0;
	margin-left: -1px;
	float: right;
	width: 97px;
}


/** 1 Produkt  szerokoĹ›Ä‡ ekranu to 566 */
table.item-title{
  width: 100%;
  border: 0;
}

.item-title .title{
/*	width: 380px; */
}

.item-title .pegi{
	vertical-align: middle;
	text-align: right;
}


.item-rating {
  float: right;
  margin-bottom: 5px;
}

.item-price {
  color: #F62308;
  font-size: 20px;
  font-weight: normal;
}

.itemShortDescription {
  margin-top: 15px;
  padding: 0;
  height: 185px;
  border: 1px red solid;
}
	.itemShortDescription .Cover {
	  float: left;
	  margin: 0;
	  padding: 0;
	  width: 290px;
	  height: 185px;
	  background: url( '../gfx/item/bg-1.jpg' ) no-repeat right;
	}
		.Cover img , .Cover a img{
		  float: left;
		  margin: 0;
		  padding: 0;
		}
		.itemShortDescription .Cover .info {
		  float: right;
		  margin: 50px 5px 0 0;
		  padding: 0;
		  text-align: right;
		  color: #305EA9;
		}
	.itemShortDescription .Price {
	  float: left;
	  margin: 0;
	  padding: 0;
	  width: 275px;
	  height: 84px;
	  background: url( '../gfx/item/bg-2.jpg' ) no-repeat;
	}
	.itemShortDescription .Button {
	  float: left;
	  margin: 0;
	  padding: 0;
	  width: 249px;
	  height: 51px;
	  background: url( '../gfx/item/bg-3.jpg' ) no-repeat;
	}




.itemDescription {
  margin-top: 5px;
  padding: 0;
  height: 185px;
}
	.itemDescription  .shortCover {
	  float: left;
	  margin: 0;
	  padding: 0;
	  width: 120px;
	  height: 185px;
/*	  background: url( ../gfx/item/bg-1.jpg ) no-repeat right;*/
	}
	.itemDescription  .shortCover  .row {
		height: 175px;
	}
		.itemDescription  .shortCover .foto {
		  float: left;
		  margin: 0;
		  padding: 0;
		  width: 130px;
		  height: 170px;
		  background: url( ../gfx/no_image.gif ) no-repeat right;

		}
		.itemDescription  .shortCover .dates {
	      float: right;
		  text-align: right;
		  margin: 0;
		  padding: 50px 20px 15px 0;
		  color: #305EA9;
		}
	.itemDescription .shortPrice {
	  float: left;
	  margin: 0;
	  padding: 5px 0 0 25px;
	  width: 249px;
	  height: 94px;
/*	  background: url( '../gfx/item/bg-2.jpg' ) no-repeat;*/
	  font-family:Arial, Helvetica,sans-serif;
	}
		.itemDescription .shortPrice .value{
			font-weight: bold;
		}
		.itemDescription .shortPrice .suggest-price .value{
			text-decoration: line-through;
		}
		.itemDescription .shortPrice .price{
		    color:#AD3820;
		    font-size: 14px;
		    font-weight: bold;
		    margin: 4px auto;
		}
		.itemDescription .shortPrice .price .value{
			color: #EC4711;
		}



	.itemDescription .shortButton {
	  float: left;
	  margin: 0;
	  padding: 15px 0 0 25px;
	  width: 249px;
	  height: 51px;
/*	  background: url( '../gfx/item/bg-3.jpg' ) no-repeat; */
	}

.itemDescription-long {
  padding: 0;
}
	.itemDescription-long h3{
		margin: 3px auto;
	}

	.itemDescription-long p {
	  margin-top: 6px;
	  padding: 0;
      color: #000000;
	}


.itemDescription-layer {
  margin-top: 25px;
  padding: 0;
  background: url( ../gfx/tabs/bg-bottom.gif ) no-repeat left bottom;
}
	/* table nav2 */
	.itemDescription-layerNav {
		border:1px solid #d8d8d8;
		border-top: 0;
		border-width:1px 0 0 0px;
		margin:10px 10px 0;
	}
		.itemDescription-layerNav ul {
		 	list-style-type: none;
		}

		.itemDescription-layerNav li {
		  list-style-type: none;
			display: inline;
			padding:1px;
			border:1px solid #d8d8d8;
			font-size: 10px;
			border-width:1px 1px 0 1px;
			background: url(/media/gfx/center/bg-menu.gif) repeat-x;
		}

		.itemDescription-layerNav li.active {
			background: #fff;
		}
		.itemDescription-layerNav li.active a {
			color: #000;
		}
		.itemDescription-layerNav li.empty {
			background: #fff;
			border: 0;
		}
	.itemDescription-layerNav a, .itemDescription-layerNav a:hover, .itemDescription-layerNav a:visited {
		padding:3px 7px;
		margin:0;
		display:block;
		text-decoration: none;
	}
		.itemDescription-layerNav a:hover {
			text-decoration:underline;
		}

	/* description */
	.itemDescription-layerDesc {
		padding: 0px 7px;
	}

	.itemDescription-gallery {
		text-align: center;
	}
	.itemDescription-gallery img {
		border: 1px solid #000;
		margin: 2px;
	}
	div.itemDescription-gallery{

	}

	.galery-hide{
		display:none;
	}
	#galery-focus{
		border: 2px solid #D3E8EF;
		background: #fff;
		padding: 2px;
		position:absolute;
		z-index:1000;
	}





/** banery */
.rightAdvert, .leftAdvert{
	margin: 0 auto;
	text-align: center;
}

/** strony informacyjne **/

#pageInfoBody{
	padding-bottom: 50px;
}
	#pageInfoBody p{
		text-align: justify;
	}

#pageInfoMenu{
	padding-bottom: 50px;
}
