/* domyślne style dla strony */

* {
	margin					: 0px;
	border					: none;
	padding					: 0px;
}

html {
	background-image		: url('../images/bggreydiagboki.gif');
	background-repeat		: repeat;
	background-attachment	: fixed;
}

body {
	margin					: 0px auto;
	width					: 1400px;
	height					: 1100px;
	font-family				: Arial, Helvetica, sans-serif;
	word-spacing			: 3px;
	color					: #000000;
	background-image		: url('../images/bggreydiag.gif');
	background-repeat		: repeat;
	background-attachment	: fixed;
}

/* przegladarki rozne od ie informujemy o prawdziwej wysokosci */
html>body {
   height     				: auto;
   min-height 				: 1100px;
}

h1, h2, h3 {
	padding					: 20px 0px 15px 0px;
	font-size				: 13px;
	font-weight				: bold;
	color					: #EC008D;
	clear					: both;
}

h2, h3 {
	padding					: 0px;
}

p, ul {
	width					: 890px;
	padding					: 0px;
	font-size				: 11px;
	text-align				: justify;
	font-weight				: bold;
	color					: #333333;
}

ul {
	list-style-type			: none;
}

a {
	font-weight				: bold;
	color					: #EC008D;
	text-decoration			: none;
	background-color		: #FFFFFF;
	cursor					: pointer;
}

a:hover, a:focus, a:active {
	color					: #FFFFFF;
	background-color		: #EC008D;
}

/* ************************************ */

#head, #parallax {
	width					: 1400px;
	height					: 400px;
	overflow				: hidden;
}	

#parallax {
	position				: relative;
}
	
#content {
	width					: 1200px;
	height					: 600px;
	background-image		: url('../images/pasekmenuhorbialy.jpg');
	background-repeat		: repeat-y;
}	

/* przegladarki rozne od ie informujemy o prawdziwej wysokosci */
body>#content {
   height     				: auto;
   min-height 				: 600px;
}

div.menu {
	height					: 16px;
	padding					: 10px 0px 0px 20px;
	line-height				: 13px;
}

div.menu a {
	padding					: 0px 3px;
	font-size				: 13px;
	font-weight				: bold;
	color					: #333333;
}

div.menu a:hover, div.menu a:focus, div.menu a:active {
	color					: #EC008D;
	background-color		: #FFFFFF;
}

div.text {
	padding					: 15px 0px 15px 60px;
	background-image		: url('../images/pasekmenuhor.jpg');
	background-repeat		: repeat-y;
}

h1.first {
	padding-top				: 0px;
}

#text3 h1.menu {
	margin-bottom			: 5px;
	padding					: 0px 0px 0px 20px;
}

h1.kolekcje {
	color					: #666666;
}

div.product {
	margin					: 0px 0px 10px 20px;
	width					: 800px;
	height					: 256px;
}

body>#content>#text3>div.product {
   height     				: auto;
   min-height 				: 256px;
}

div.product h2 {
	width					: 529px;
	float					: right;
	clear					: none;
}

div.product h3 {
	width					: 529px;
	font-size				: 13px;
	float					: right;
	clear					: right;
}

div.product img {
	margin-right			: 15px;
	width					: 256px;
	height					: 256px;
	float					: left;
}

div.product table {
	width					: 529px;
	border-collapse			: collapse;
	float					: right;
	display					: block;
}

div.product table td {
	padding-top				: 5px;
	font-size				: 11px;
	font-weight				: bold;
	text-align				: justify;
	vertical-align			: top;
}

div.product table td.label {
	width					: 120px;
	color					: #EC008D;
}

#text4 h1.menu {
	margin					: 5px 0px;
	padding					: 0px;
}

#text4 ul {
	margin-left				: 30px;
}

#text5 ul {
	margin-top				: 5px;
	font-weight				: bold;
}

#text5 li {
	font-weight				: normal;
}

#text6 p {
	font-weight				: bold;
}

#footer img {
	margin					: 10px 0px 0px 20px;
}

#language {
	padding-bottom			: 20px;
}

/* ************************************ */

.bold {
	font-weight				: bold;
	color					: #EC008D;
}

/* ************************************ */

#preview {
	position				: absolute;
	padding					: 10px;
	display					: none;
	color					: #333333;
	font-size				: 9px;
	text-align				: center;
	background-color		: #FFFFFF;
	font-weight				: bold;
}

#w {
	position				: absolute;
	top						: 0px;
	left					: -13px;
	width					: 13px;
	background-image		: url('../images/fancybox/fancy_shadow_w.png');
	background-repeat		: repeat-y;
	background-position		: top left;
	display					: none;
}

#e {
	position				: absolute;
	top						: 0px;
	right					: -13px;
	width					: 13px;
	background-image		: url('../images/fancybox/fancy_shadow_e.png');
	background-repeat		: repeat-y;
	background-position		: top left;
	display					: none;
}

#n {
	position				: absolute;
	top						: -18px;
	left					: 0px;
	height					: 18px;
	background-image		: url('../images/fancybox/fancy_shadow_n.png');
	background-repeat		: repeat-x;
	background-position		: top left;
	display					: none;
}

#s {
	position				: absolute;
	bottom					: -18px;
	left					: 0px;
	height					: 18px;
	background-image		: url('../images/fancybox/fancy_shadow_s.png');
	background-repeat		: repeat-x;
	background-position		: top left;
	display					: none;
}

#nw {
	position				: absolute;
	top						: -18px;
	left					: -13px;
	width					: 13px;
	height					: 18px;
	background-image		: url('../images/fancybox/fancy_shadow_nw.png');
	background-repeat		: no-repeat;
	background-position		: top left;
	display					: none;
}

#ne {
	position				: absolute;
	top						: -18px;
	right					: -13px;
	width					: 13px;
	height					: 18px;
	background-image		: url('../images/fancybox/fancy_shadow_ne.png');
	background-repeat		: no-repeat;
	background-position		: top left;
	display					: none;
}

#sw {
	position				: absolute;
	bottom					: -18px;
	left					: -13px;
	width					: 13px;
	height					: 18px;
	background-image		: url('../images/fancybox/fancy_shadow_sw.png');
	background-repeat		: no-repeat;
	background-position		: top left;
	display					: none;
}

#se {
	position				: absolute;
	bottom					: -18px;
	right					: -13px;
	width					: 13px;
	height					: 18px;
	background-image		: url('../images/fancybox/fancy_shadow_se.png');
	background-repeat		: no-repeat;
	background-position		: top left;
	display					: none;
}

/* ************************************ */
/* preview */

a.preview {
	color					: #333333;
	font-size				: 11px;
	font-weight				: bold;
}

a.preview:hover, a.preview:focus, a.preview:active {
	color					: #FFFFFF;
	font-size				: 11px;
	font-weight				: bold;
}

#text1 a.preview {
	color					: #EC008D;
	background-color		: #FFFFFF;
}

#text1 a.preview:hover, #text1 a.preview:focus, #text1 a.preview:active {
	color					: #FFFFFF;
	background-color		: #EC008D;
}

a.order {
	color					: #FFFFFF;
	background-color		: #EC008D;
}

a.order:hover, a.order:focus, a.order:active {
	color					: #EC008D;
	background-color		: #FFFFFF;
}


/* ************************************ */

#language a {
	margin-left				: 20px;
	padding					: 3px;
	font-size				: 11px;
	color					: #A0A0A0;
}

#language a:hover, #language a:hover, #language a:hover {
	color					: #EC008D;
	background-color		: #FFFFFF;
}

/* ************************************* */

#hot {
	height					: 50px;
	position				: relative;
	top						: -50px;
	left					: 0px;
}

#hot h2 {
	padding-left			: 20px;
	width					: 125px;
	height					: 25px;
	line-height				: 25px;
	font-size				: 11px;
	font-weight				: normal;
	color					: #FFFFFF;
	background-color		: #000000;
}

#hot p {
	padding					: 0px 20px;
	height					: 25px;
	line-height				: 25px;
	font-size				: 11px;
	font-weight				: normal;
	color					: #FFFFFF;
	background-color		: #C51B71;
	position				: absolute;
	width					: auto;
}
