/*
	Ten plik stylow CSS jest wlasnoscia strony  http://www.gold.pl
*/

/*	=reset & global

---------------------------------------------------------------------------- */

html, body, h1, h2, h3, h4, h5, h6, div, span,
blockquote, p, address, form, fieldset, img,
ul, ol, dl, dt, dd, li, hr, table, td, th,
strong, em, sup, sub, dfn, ins, del, q, cite,
var, samp, code, kbd, tt {
	margin: 0;
	padding: 0;
	border: 0;
}

a, a:visited { text-decoration: none; }
a { color: #50555C; }
ol, ul { list-style: none; }
/* legend { display: none; } */

body {
	color: #50555C;
	background: #fff url(/images/bg_site.jpg) top left repeat-x;
	font-size: 100%;
}

body, input, textarea, select, option, optgroup, button {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

input, textarea, select, option, optgroup, button {
	font-size: 1em;
}

/*	=layout

---------------------------------------------------------------------------- */

#contentWrap {
	width: 931px;
	padding-top: 12px;
	margin: 0 auto;
	position: relative;
}

#header {
	height: 109px;
	background: url(/images/bg_header.jpg) top right no-repeat;
	vertical-align: top;
	position: relative;
	z-index: 2;
}

#header img {
	float: left;
	display: block;
}

#header h1 img.logo {
	padding-top: 11px;
}

/* login */
#login {
	float: right;
	width: 168px;
}
	#login p.info {
		padding: 30px 0 0;
		text-align: center;
		color: #fff;
		font-size: 0.69em;
		font-weight: bold;	
	}
	#login p.info a {
		padding: 10px 0;
		font-size: 0.79em;
		display: block;
		font-weight: normal;
	}
	#login fieldset {
		position: relative;
		display: block;
	}
	#login fieldset p {
		clear: both; 
		padding-bottom: 2px; 
		padding-top: 2px; 
		overflow: hidden; 
		height: 100%;
	}
	#login fieldset .legend {
		font-size: 0.66em;		
		color: #fff;
		padding: 16px 0 2px 0;
		font-weight: bold;
	} 
	#login fieldset p label {
		 float: left; 
		 display: block; 
		 color: #fff;
		 line-height: 12px;
		 width: 40px;
		 padding-right: 2px;
		 text-align: right;
		 font-size: 0.64em; 
	}
	#login fieldset p input.text {
		float: left; 
		padding: 1px; 
		font-size: 0.64em;
		width: 96px;
		height: 11px;
		border: #989898 1px solid;
		color: #000;
	}
	#login fieldset input.send_login {
		position: absolute;
		left: 145px;
		top: 51px;
	}
	#login fieldset .links {
		position: absolute;
		top: 63px;
		left: 11px;
	}
	#login a {
		color: #0B486C;
		font-size: 0.62em;
		text-decoration: underline;
	}
/* Header menu */
#headerMenu {
	width: 734px;
	height: 100%;
	overflow: hidden;
}
	ul.menuRoot, ul.menuBasket {
		text-align: center;
		height: 26px;
		overflow: hidden;
	}
	ul.menuRoot {
		float: left
	}
	ul.menuBasket {
		float: right;
	}
	ul.menuRoot li, ul.menuBasket li {
		background: url(/images/bg_menu_l.gif) top left no-repeat;
		display: block; 
		margin-right: 2px;
		float: left;
	}
	ul.menuRoot li#home, ul.menuBasket li#basket {
		background: url(/images/bg_menug_l.gif) top right no-repeat;
	}
	ul.menuBasket li#basket {
		margin: 0 !important;
	}
	ul.menuRoot li a, ul.menuBasket li a {
		float: left; 
		color: #fff; 
		font-weight: bold; 
		padding: 6px 8px 7px 8px;
		font-size: 0.66em;
		background: url(/images/bg_menu_r.gif) top right no-repeat; 
		display: block;
	}
	ul.menuRoot li#home a, ul.menuBasket li#basket a {
		background: url(/images/bg_menug_r.gif) top left no-repeat; 
		
	}
	ul.menuRoot li a img { 
		vertical-align: top; 
		margin-top: 2px; 
	}
	ul.menuBasket li a img {
		vertical-align: top;  	
	}
	
/* search */

#search {
	position: absolute;
	width: 175px;
	height: 87px;
	background: url(/images/bg_search.gif) top left;
	left: 750px;
	top: 99px;
	z-index: 10;
}
	#search fieldset {
		display: block;
	}
	#search fieldset .legend {
		background: url(/images/ico_search.gif) top left no-repeat;
		background-position: 6px 6px;
		font-weight: bold;
		font-size: 0.72em;
		padding: 8px 0 8px 28px;
		font-weight: bold;
	}
	#search fieldset p {
		padding: 4px 0 0 14px;
		height: 100%;
		overflow: hidden;
	}
	#search fieldset p input.text {
		float: left; 
		padding: 1px; 
		font-size: 0.64em;
		width: 123px;
		height: 13px;
		border: #989898 1px solid;
		color: #000;
	}
	#search fieldset p input.button {
		float: left;
		padding-left: 3px;
	}
	#search fieldset a {
		font-style: italic;
		padding-left: 14px;
		font-size: 0.69em;
		text-decoration: underline;
	}
/* content */

#main {
	height: 100%;
	overflow: hidden;
}

#content {
	float: left;
	width: 734px;
}

/* = Promotions homepage
------------------------------------ */
	#promotions {
		height: 100%;
		overflow: hidden;
	}
	#top_product {
		float: left;
		text-align: center;
		width: 188px;
		margin-top: 32px;
		background: url(/images/bg_top_product.gif) no-repeat;
		min-height: 259px; /* sets min-height value for all standards-compliant browsers */
	}
	* html #top_product { 
	   height: expression( this.scrollHeight < 260 ? "259px" : "auto" ); /* sets min-height for IE */
	}
	#top_product h3 {
		color: #fff;
		text-align: left;
		padding: 20px 0 14px 20px;
		font-size: 0.72em;
	}
	#top_product a {
		color: #3489BE;
		font-size: 0.69em;
		font-weight: bold;
		display: block;
		padding: 0 21px;
		text-decoration: underline;
	}
	#top_product a.price {
		color: #3489BE;
		font-size: 0.79em;
		font-weight: bold;
		padding: 6px 0;
		display: block;
		text-decoration: none;
	}
	
	#top_offer {
		float: right;
		width: 546px;
		margin-top: 32px;
		background: url(/images/bg_promotions.gif) top left repeat-x;
		height: 100%;
		overflow: hidden;
	}
	#top_offer h3 {
		float: right;
		width: 126px;
		padding: 16px 0 24px 56px;
		text-align: center;
		font-size: 0.72em;
		color: #fff;
		background: url(/images/bg_h_promotions.gif) top right no-repeat;
	}
	#top_offer ul {
		clear: both;
		height: 100%;
		overflow: hidden;
	}
	#top_offer ul li {
		float: left;
		padding-left: 1px;
		background: url(/images/bg_separator_promo.gif) top left repeat-y;
		margin: 0 0 0 -1px;
		height: 100%;
		overflow: hidden;
	}
	.itemProduct {
		width: 272px;
		height: 100%;
		overflow: hidden;
	}
	.imgProduct {
		float: left;
		width: 154px;
		text-align: center;
	}
	.imgProduct img {
		margin: 0 auto;
	}
	.infoProduct {
		float: right;
		width: 112px;
		height: 174px;
		position: relative;
		font-family: Tahoma, Arial, Verdana;
		margin-top: 20px;
		padding-right: 6px;
	}
		/* Links */
		.name a {
			color: #50555C;
			font-weight: bold;
			font-size: 0.72em;
			display: block;
		}
		.licence {
			color: #3489BE;
			font-size: 0.69em;
			display: block;
		}
		.maker, a.more, .price_old, .price_desc {
			color: #50555C;
			font-size: 0.69em;
			display: block;
		}
		.maker em {
			color: #3489BE;
		}
		a.more {
			text-decoration: underline;
		}
		/* price */
		.priceAll {
			position: absolute;
			bottom: 0;
			right: 0;
			padding: 4px 8px;
			text-align: right;	
		}
		.price_old {
			text-decoration: line-through;
		}
		.price_now {
			color: #3489BE;
			display: block;
			padding: 4px 0;
			font-weight: bold;
			font-size: 0.99em;
		}
		
	/* NEWNESS & OVERESTIMATION */	
	#newness, #overestimation {
		margin-top: 20px;
		height: 100%;
		overflow: hidden;
	}
	#newness {
		background: url(/images/bg_newness.gif) top left repeat-x;	
	}
	#overestimation {
		background: url(/images/bg_newness.gif) top left repeat-x;
	}	
		
	#newness h3, #overestimation h3 {
		float: right;
		width: 126px;
		padding: 16px 0 24px 56px;
		text-align: center;
		font-size: 0.72em;
		color: #fff;
		background: url(/images/bg_h_newness.gif) top right no-repeat;
	}
	#newness h3 {
		background: url(/images/bg_h_newness.gif) top right no-repeat;
	}	
	#overestimation h3 {
		background: url(/images/bg_h_overestimation.gif) top right no-repeat;
	}
		
	#newness ul, #overestimation ul {
		clear: both;
		height: 100%;
		overflow: hidden;
	}
	#newness ul li, #overestimation ul li {
		float: left;
		width: 183px;
		padding: 10px 0 0 1px;
		background: url(/images/bg_separator_promo.gif) top left repeat-y;
		margin: 0 0 0 -1px;
	}
	.itemList, .itemListNone {
		padding: 0 7px 6px;
		position: relative;
		height: 240px;
	}
	img.listImg {
		display: block;
		margin: 0 auto;
	}
	.itemList {
		background: url(/images/bg_separator_bottom.gif) bottom left no-repeat;
	}
	#newness ul li .priceAll, #overestimation ul li .priceAll {
		padding-right: 12px;
	}

/* Right sidebar */
#sidebar {
	float: right;
	width: 187px;
}
	/* menu */
	#sidebarMenu {
		margin-top: 23px;
		padding-top: 35px;
		color: #50555C;
		background: #E7F4FC url(/images/bg_sidebar_menu.gif) top left no-repeat;
	}
	#sidebarMenu h4 {
		font-size: 0.72em;
		padding: 0 12px 12px;
	}
	#sidebarMenu ul {
		padding-bottom: 10px;
	}
	#sidebarMenu ul li {
		background: url(/images/bg_sbs.gif) top left repeat-x;
		line-height: 22px;
		height: 1%;
	}
	#sidebarMenu ul li a {
		background: url(/images/ico_sidebar.gif) no-repeat;
		background-position: 12px 7px;
		display: block;
		font-size: 0.69em;
		padding: 0 12px 0 30px;
		height: 1%;
	}
	#sidebarMenu ul li a:hover {
		color: #fff;
		background: #73B6E1 url(/images/ico_sidebar_white.gif) no-repeat;
		background-position: 12px 7px;
		height: 1%;		
	}
	#producer {
		background: url(/images/bg_producer.gif);
		width: 187px;
		height: 62px;
	}
	#producer fieldset .legend {
		color: #fff;
		font-size: 0.72em;
		font-weight: bold;
		padding: 8px 12px;
	}
	#sidebarMenu select {
		font-size: 0.69em;
		margin-left: 20px;
		width: 146px;
		border: #989898 1px solid;
		color: #000;
	}
	
	/* news & order on-line */
	#news, #orderOnline {
		margin-top: 17px;
		color: #50555C;
	}
	#news h4, #orderOnline h4 {
		font-size: 0.72em;
		color: #50555C;
		padding: 3px 12px;
		background: #CFCFCF;
	}
	#news h4 {
		background: url(/images/bg_news.gif) top left no-repeat;	
	}
	
	ul.newsItem {
		margin: 5px 9px 0 12px;
		overflow: hidden;
		height: 100%;
	}
	ul.newsItem li {
		background: url(/images/bg_newsorder.gif) top left repeat-x;
		padding: 7px 0;
		margin: -1px 0 0 0;
		height: 1%;
	}
	ul.newsItem li span.date {
		background: #CFCFCF;
		color: #fff;
		float: left;
		padding: 2px 4px;
		margin: 0;
		font-size: 0.59em;
	}
	ul.newsItem li a {
		clear: both;
		font-size: 0.69em;
		display: block;
	}
	ul.newsItem li a:hover {
		text-decoration: underline;
	}
	
	#orderOnline p {
		font-size: 0.69em;
		margin: 0 9px 0 12px;
		padding: 3px 2px 3px;
		background: url(/images/bg_newsorder.gif) bottom left repeat-x;
	}
	#orderOnline p strong {
		display: block;
		margin-top: 9px;
	}
	#orderOnline p span.gold {
		margin-top: 14px;
		display: block;
		font-weight: bold;
		font-size: 1.09em;
	}
	#orderOnline p span.moreInfo a {
		display: block;
		color: #4E5358;
		text-align: right;
		padding-top: 6px;
		text-decoration: underline;
	}
			
	/* banner */
	#banner {
		text-align: center;
		padding: 26px 0 10px;
	}
	
/* =basket */

	.basketBoxWrap, .registryBoxWrap {
		margin-top: 32px;
		background: url(/images/bg_header_h.gif) top left repeat-x;
		height: 100%;
		overflow: hidden;
	}	
	.basketBoxWrap h3 {
		float: right;
		width: 100px;
		padding: 20px 0 26px 40px;
		text-align: center;
		font-size: 0.72em;
		color: #fff;
		background: url(/images/bg_h_basket.gif) top right no-repeat;
	}
	.basketBoxWrap h3.order {
		width: 120px;
		background: url(/images/bg_h_order.gif) top right no-repeat;
	}
	.basketBoxWrap p {
		clear: both;
		font-size: 0.89em;
		line-height: 1.20em;
		color: #3489BE;
		font-weight: bold;
		text-align: center;
	}
	.basketBoxWrap table {
		clear: both;
		width: 100%;
		border-spacing: 2px; 
	}
	.basketBoxWrap table th {
		color: #3489BE;
		padding: 8px 12px;
		text-align: left;
		font-size: 0.69em;
	}
	.basketBoxWrap table td {
		background: #E7F4FC;
		font-size: 0.69em;
		padding: 8px 12px;
		border-bottom: #fff 2px solid;
	}
	
	.basketBoxWrap table th.productName, .basketBoxWrap table td.productName {
		width: 260px;
	}
	.basketBoxWrap table th.quantity, .basketBoxWrap table td.quantity {
		width: 40px;
	}
	.basketBoxWrap table th.unitPrice, .basketBoxWrap table td.unitPrice {
		width: 110px;
	}
	.basketBoxWrap table th.value, .basketBoxWrap table td.value {
		width: 110px;
		text-align: right;
	}
	.basketBoxWrap table td.productName a {
		display: block;
		font-size: 1.10em;
		font-weight: bold;
	}
	.basketBoxWrap table td.productName a span {
		font-weight: normal;
		font-size: 0.89em;
	}
	.basketBoxWrap table td.quantity input {
		font-size: 1.10em;
	} 
	.basketBoxWrap table td.unitPrice,
	.basketBoxWrap table td.value {
		font-size: 0.72em;
	}
	.basketBoxWrap table td.value {
		text-align: right;
		color: #3489BE;
		font-weight: bold;
	}
	.basketBoxWrap table td.action {
		background: none !important;
		text-align: center;
	}
	
	.basketBoxWrap table tr.basketTotal td {
		background: #EFEFEF;
		border-top: #fff 14px solid;
		font-size: 0.72em;
		font-weight: bold;
	}
	.basketBoxWrap table td.totalPrice {
		text-align: right;
		font-size: 0.89em !important;
	}
	
	.basketTools {
		margin-top: 30px;
		text-align: right;
		width: 624px;
		height: 24px;
		overflow: hidden;
	}
	.deliveryMethod p {
		text-align: left;
		padding: 8px 12px;
		font-size: 0.89em;
		background: url(/images/bg_attribute.gif) bottom left repeat-x;
	}
	.deliveryMethod ul {
		text-align: left;
		font-size: 0.72em;
	}
	.paymentMethod p {
		text-align: left;
		padding: 8px 12px;
		font-size: 0.89em;
		background: url(/images/bg_attribute.gif) bottom left repeat-x;
	}
	.paymentMethod ul {
		text-align: left;
		font-size: 0.72em;
	}
	

/* =registry */	

	.registryBoxWrap h3 {
		float: right;
		width: 129px;
		padding: 20px 0 26px 40px;
		text-align: center;
		font-size: 0.72em;
		color: #fff;
		background: url(/images/bg_h_registry.gif) top right no-repeat;
	}
	.registryBoxWrap h3.once {
		width: 145px;
		background: url(/images/bg_h_once.gif) top right no-repeat;
	}
	.registryBoxWrap p.title {
		clear: both;
		font-size: 0.89em;
		line-height: 1.20em;
		color: #3489BE;
		font-weight: bold;
		text-align: center;
	}
	#registryForm {
		clear: both;
	}
	
	#registryForm fieldset {
		display: block;
		margin: 4px 213px 4px 116px;
	}
	#opcje fieldset {
		display: block;
		margin: 4px 100px 4px;
	}
	#registryForm legend, #opcje legend {
		color: #3489BE;
		padding: 6px 0;
		font-weight: bold;
		font-size: 0.89em;
	}
	#registryForm legend span, #opcje legend span {
		font-weight: normal;
		font-size: 0.79em;
	}
	#registryForm .form-item, #opcje .form-item {
		margin: 0 0 0 89px;
		padding: 6px 0;
		font-size: 0.72em;
		height: 100%;
		overflow: hidden;
	}
	#registryForm .error, #opcje .error {
		display: block;
		clear: both;
		padding-left: 126px;
		font-size: 0.9em;
		color: #BB2307;
	}
	#registryForm .form-info, #opcje .form-info {
		font-size: 0.69em;
		padding: 4px 4px 8px;
	}
	#registryForm label, #opcje label {
		float: left;
		margin-right: 11px;
		display: block;
		text-align: right;
		width: 111px;
		line-height: 1.8;
		vertical-align: top;
		cursor: pointer;
	}
	#registryForm .form-item input, textarea, #opcje .form-item input, #opcje .form-item textarea {
		width: 162px;
		border: #989898 1px solid;
		padding: 1px;
		color: #50555C;
	}
	
	#registryForm fieldset.conditions-form {
		margin: 4px 13px 0 116px !important;
	}
	#registryForm fieldset.conditions-form p { 
		clear: both; 
		padding: 2px 0; 
		overflow: hidden; 
		height: 100%;
		font-size: 0.69em;
	}
	#registryForm fieldset.conditions-form p label {
		float: right;
		font-weight: bold;
		text-align: left !important;
		margin: 0 !important;
		width: 580px !important;
	} 
	#registryForm fieldset.conditions-form p.sendButton {
		padding: 28px 0 10px 270px;
	}
	
	#opcje p.sendOptions {
		padding: 12px 0 10px 350px;
	}
	
	a#linkData, a:visited#linkData, a:hover#linkData  {
		color: #3489BE;
		text-decoration: underline;
		font-weight: bold;
		font-size: 0.89em;
	}
	
/* =footer */

#footer {
	background: url(/images/border_footer.gif) top left repeat-x;
	margin-top: 22px;
	padding: 8px 0;
}

#footerWrap {
	width: 734px;
	padding-right: 197px;
	margin: 0 auto;
}
#footerWrap ul {
	float: right;
	height: 100%;
	overflow: hidden;
	padding: 6px 0;
}
#footerWrap ul li {
	float: left;
	font-size: 0.69em;
	border-left: #5A5A5A 1px solid;
	margin-left: -1px;
}
#footerWrap ul li a, #footerWrap ul li a:visited  {
	padding: 0 6px;
	color: #50555C;
	text-decoration: none;
}
#footerWrap ul li a:hover {
	text-decoration: underline;
}

#footerWrap p {
	clear: both;
	color: #5A5A5A;
	text-align: right;
	font-size: 0.69em;
}

/* =additions */

.display_block { 
	display: block; 
}
.margin_top10 { 
	margin-top: 10px; 
}
.margin_bottom10 {
	margin-bottom: 10px;
}
.float_right {
	float: right;
}
.float_left {
	float: left;
}
.arrow { 
	vertical-align: top; 
}
.blue {	
	color: #3489BE;
}
.bgBlue {
	background: #E7F4FC;
}
.bigger {
	font-size: 110%;
}

p.title {
		clear: both;
		font-size: 0.89em;
		line-height: 1.20em;
		color: #3489BE;
		font-weight: bold;
		text-align: center;
}