/**
 * Wrapper
 */

#wrapper {
	width:1020px; 
	margin:0 auto;
	border: 0px solid red;
	}
	
/**
 * Header
 */

#header {
	width:1020px; 
	height: 250px;
	margin:0 auto;
	border: 0px solid green;
	text-align: center;
	}

#header .pic {
	width: 1020px;
	height: 230px;
	border: 0px solid red;
	margin-top: 31px;
	position: absolute;
	}

/**
 * Left
 */

#left {
	margin-top: 50px;
	float: left;
	border: 0px solid red;
	padding: 0;
	width: 220px;
	}

/**
 * Container
 */

 #container {
	width:1020px; 
	margin:0 auto;
	padding: 0;
	margin-top: -88px;
	border: 0px solid green;
	min-height: 360px;
	background: url('../fx/container.png') no-repeat center top;
	position: relative;
	
	}

#container .inside {
	padding: 35px 40px;
	}

#container .top {
	border: 0px solid green;
	}

#container .info-user {
	position: relative;
	top: 40px;
	float: left;
	width: 250px;
	}

#container .info-products {
	position: relative;
	top: 40px;
	float: left;
	}

#container .search {
	border: 0px solid green;
	float: right;
	width: 180px;
	padding-right: 12px;
	}

#container .search table, #container .search td {
	border: 0px;
	padding: 0;
	margin: 0;
	background: none;
	}

/**
 * Main
 */

 
#main {
	margin-top: 34px;
	margin-bottom: 60px;
	float: left;
	border: 0px solid yellow;
	width: 720px;
	}

#main .inside {
	padding: 0;
	margin: 0 auto;
	}

#main h1 {
	background: url('../fx/main-header.gif') repeat-x left top;
	color: #fff;
	border: 0px solid red;
	padding-top: 28px;
	padding-bottom: 10px;
	padding-left: 20px;
	}

#main .h1-glosnik {
	background: url('../fx/main-header-glosnik.gif') repeat-x left top;
	color: #fff;
	border: 0px solid red;
	padding-top: 28px;
	padding-bottom: 10px;
	padding-left: 20px;
	}


#main .h1-plyta  {
	background: url('../fx/main-header-plyta.gif') repeat-x left top;
	color: #fff;
	border: 0px solid red;
	padding-top: 28px;
	padding-bottom: 10px;
	padding-left: 20px;
	}


/**
 * Boxes
 */

.box-header {
	background: url('../fx/box-header.gif') no-repeat left top;
	width: 200px;
	height: 59px;
	}

.box-header.glosnik{
	background: url('../fx/box-header-glosnik.gif') no-repeat left top;
	width: 200px;
	height: 59px;
	}

.box-header.mikrofon{
	background: url('../fx/box-header-mikrofon.gif') no-repeat left top;
	width: 200px;
	height: 59px;
	border: 0px solid red;
	}

.box-header.sluchawki{
	background: url('../fx/box-header-sluchawki.gif') no-repeat left top;
	width: 200px;
	height: 59px;
	border: 0px solid red;
	}

.box-header.plyta{
	background: url('../fx/box-header-plyta.gif') no-repeat left top;
	width: 200px;
	height: 59px;
	border: 0px solid red;
	}

.box-header h1 {
	padding-top: 28px;
	color: #fff;
	padding-left: 16px;
	}

.box-content {
	background: url('../fx/box-content.gif') repeat-y left top;
	width: 200px;
	padding: 8px;
	}

.box-footer {
	background: url('../fx/box-footer.gif') no-repeat left top;
	width: 200px;
	height: 14px;
	margin-bottom: 6px;
	}


/**
 * Products short
 */


.product-short {
	background: url('../fx/bg-product-short.gif') repeat-x left bottom;
	padding: 16px;
	min-height: 100px;
	margin-bottom: 12px;
	border: 0px solid #C0C0C0;
	width: 700px;
	}

.product-short .product-small-pic img{
	border: 1px solid #C0C0C0;
	padding: 1px;
	float: left;
	z-index: 999;
	}


.product-short h2 {
	float: left;
	padding-left: 18px;
	width: 400px;
	}

.product-short h2 a {
	font-size: 14px;
	color: #2477df;
	}

.product-short .price {
	font-size: 32px;
	color: #de0200;
	float: right;
	margin-top: -5px;
	}

/* Fix alignment in IE6 */
* html .product-short .price {
	padding:4px 0;
}

/* Fix alignment in IE7 */
*:first-child+html .product-short .price
{
	padding:4px 0;
}

.product-short .currency {
	font-size: 18px;
}

.product-short .icons {
	float: left;
	padding-left: 18px;
	width: 400px;
	z-index: 999;
	border: 0px solid red;
	}

.product-short .icons img {
	padding-right: 12px;
	}

.product-short .basket {
	float: right;
	margin-top: 10px;
	padding-right: 36px;
	border: 0px solid #C0C0C0;
	width: 100px;
	}

.product-short .description {
	float: left;
	padding-left: 18px;
	width: 570px;
	}

.product-short .dostepnosc {
	padding-left: 12px;
	}

/**
 * Products latest
 */

.product-latest {
	background: url('../fx/bg-product-short.gif') repeat-x left bottom;
	padding: 16px;
	min-height: 100px;
	margin-bottom: 12px;
	border: 0px solid red;
	width: 700px;
	}

.product-latest .decription {
	float: left;
	padding-left: 18px;
	width: 480px;
	border: 0px solid red;
	}

.product-latest .price {
	float: right;
	}

/* Fix alignment in IE6 */
* html .product-latest .price {
	padding:4px 0;
}

/* Fix alignment in IE7 */
*:first-child+html .product-latest .price
{
	padding:4px 0;
}

.product-latest .price .value {
	padding-top: 6px;
	color: #de0200;
	font-size: 32px;
	}

.product-latest .currency {
	font-size: 18px;
}

.product-latest .product-small-pic img{
	border: 1px solid #C0C0C0;
	padding: 1px;
	float: left;
	z-index: 999;
	}

.product-latest .icons {
	clear: both;
	margin-left: 20px;
	padding-top: 16px;
	width: 400px;
	z-index: 999;
	}

.product-latest .icons img {
	padding-right: 12px;
	}


.product-latest .basket {
	float: right;
	margin-top: -60px;
	padding-right: 36px;
	border: 0px solid #C0C0C0;
	width: 100px;
	}

.product-latest .opiekun {
	margin-top: 12px;
	width: 480px;
	}
/**
 * Footer
 */

 
#footer {
	height: 300px;
	border: 0px solid red;
	clear: both;
	background: url('../fx/footer.gif') repeat-x left top;
}

#footer .inside {
	padding: 15px;
	line-height: 1.4em;
	}

#footer .payments {
	float: left;
	padding-left: 25px;
	padding-right: 58px;
	}

#footer .payments img {
	border: 1px solid #c0c0c0;
	}

   
#footer .links {
	float: left;
	}


	
/**
 * border
 */

 .border {
 	 position: relative;
	 background-color: #f7f7f7;
	 padding: 8px 16px;
	 border-top: 1px solid #E6E6E6;
 	 border-bottom: 1px solid #E6E6E6;
	 margin: 10px 0;
 }

.border .left{
	float: left;
}

.border select {
	background: #fff;
 }

 .border .text-small,  .border .text-medium,  .border .text-large {
	background: #fff;
 }

 .pagination {
	margin: 20px 0;
}

/**
 * Polecamy
 */

 .polecamy table {
	width: 100%;
}

.polecamy td {
	padding-right: 32px;
	width: 120px;
	border: o;
}

.polecamy img {
	border: 1px solid #c0c0c0;
	padding: 4px;
	margin: 0 auto;
	}
.polecamy .price {
	padding-top: 3px;
	color: #de0200;
	font-weight: bold;
}


/**
 * Icons
 */

 .details {
	background: url('../fx/ico-details.gif') no-repeat left center;
	padding: 8px 12px 8px 36px;

 }

  .printer {
	background: url('../fx/ico-printer.gif') no-repeat left center;
	padding: 8px 12px 8px 36px;

 }

   .raty {
	background: url('../fx/ico-raty.gif') no-repeat left center;
	padding: 8px 12px 8px 36px;

 }

   .do-koszyka{
	background: url('../fx/ico-do-koszyka.gif') no-repeat left center;
	padding: 8px 12px 8px 36px;

 }

 /**
 * Tabele
 */

table {
	width: 100%;
    border: 1px solid #d0d0d0;
	padding: 0px;

}

th {
	background: #0059B3;
	padding: 6px;
	color: #fff;
}

td {
	padding: 6px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #f7f7f7;
	}


/**
 * Koszyk
 */


.koszyk-short {
	float: left;
	background: url('../fx/bg-product-short.gif') repeat-x left bottom;
	padding: 16px;
	min-height: 100px;
	margin-bottom: 12px;
	border: 0px solid #C0C0C0;
	width: 700px;
	}

.koszyk-short .product-small-pic img{
	border: 1px solid #C0C0C0;
	padding: 1px;
	float: left;
	}

.koszyk-short .description {
	float: left;
	padding-left: 18px;
	width: 480px;
	border: 0px solid red;
	}


.koszyk-short .id {
	float: left;
	padding-left: 18px;
	border: 0px solid red;
	width: 120px;
	}

.koszyk-short .price {
	float: left;
	padding-left: 18px;
	width: 280px;
	border: 0px solid red;
	}

.koszyk-short table {
	position: relative;
	padding-left: 20px;
	width: 200px;
	border: 0;
	float: left;
	}

.koszyk-short table td {
	background: none;
	padding: 1px;
	}

 /**
 * Popup
 */

 .logo {
	background: url('../fx/logo.gif') no-repeat left top;
	width: 264px;
	height: 62px;
	margin-left: 120px;
	margin-top: 20px;
	}

 .popup-content {
	margin-top: 60px;
	margin-left: 120px;
	padding: 0 24px 24px 24px;
	border-left: 1px solid #ebebeb;
	}