@import url("../../../css/yui/reset.css");
@import url("../../../css/yui/base.css");
@import url("../../../css/yui/fonts.css");
@import url("../../../css/netil/framework.css");
@import url("typography.css");
@import url("tables.css");
@import url("lists.css");

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #b2b2b2 url(../images/bg/body_bg.jpg) repeat-x;
}


a {
	color: #b50d0a;
}

a:hover {
	text-decoration: none;
}

a.gray {
	color: #7b7575;
	text-decoration: none;
}

a.gray:hover {
	color: #b50d0a;
}

p {
	margin: 10px 20px;
}

hr {border:none; border-top:1px #b50d0a solid; width:94%; clear:both}

h1#logo {
	margin: 0;
	padding: 0;
	background: url(../images/bg/logo.jpg) no-repeat;
	margin-top: 37px;
	float: left;
}

#logo, #logo a {
	width: 240px;
	height: 136px;
	display: block;
}

.header-red {
	width: 235px;
	height: 47px;

	display: block;
	background: #b61310;
	
}

.search {
	background: url(../images/bg/wyszukiwarka.jpg) no-repeat;
}

.category{
	background: url(../images/bg/kategorie.jpg) no-repeat;
}

.best{
	background: url(../images/bg/bestsellery.jpg) no-repeat;
}

.box {
	width: 234px;
	padding: 0 1px 6px 5px;

	background: url(../images/bg/box_bg.jpg) no-repeat #b61310;
	margin-bottom: 1px;
}


a.znajdz-punkt{
	display: block;
	width: 240px;
	height: 155px;
	background: url(../images/buttons/znajdz_punkt.jpg) no-repeat;
	margin-top: 15px;
	float: left;
}

/**
 * Structure
 */ 

#doc {
	width: 960px;
	margin: 0 auto;
}

#top {
}

#header {
	width: 720px;
	height: 136px;

	float: right;
	background: url(../images/bg/header_bg.jpg) 1px 0px no-repeat #fff;
}

#middle {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	background: #fff;
}

#left {
	margin: 0;
	padding: 0;
	width: 240px;

	float: left;
	background: #fff;
}

#main {
	margin: 0;
	padding: 0;
	width: 720px;

	float: right;
	/*border-top: 4px solid #ce1815;*/
}

#news{
	border-bottom: 4px solid #770a09;
	margin-bottom: 10px;
	height: 43px;
	background: url(../images/bg/news_bg.jpg) no-repeat;
}

#news h2{
	float: left;
	margin-top: 9px;
	margin-left: 8px;
}

#news h2 a{
	width: 175px;
	height: 34px;
	background: url(../images/bg/see_news_bg.jpg) no-repeat;
	display: block;
}

#news a.all-new-products {
	width: 130px;
	height: 34px;
	background: url(../images/bg/all_news_bg.jpg) no-repeat;
	display: block;	
	float: right;
	margin-top: 9px;
	text-indent: -5000em;
}

#bottom{
	width: 960px;
	clear: both;
	float: left;
	background: #fff;
}

#payment {
	width: 960px;
	height: 50px;
	clear: both;
	float: left;	
	background: url(../images/bg/footer_bg.jpg) 100% 0	 no-repeat;
	padding-top: 16px;
	border-bottom: 1px solid #e1e0e0;
}

#payment a {
	cursor: default;
}

#footer{
	width: 960px;
	height: 70px;
	clear: both;
	float: left;	
}

div#user-menu {
	width: 234px;
	height: 81px;

	margin: -37px 0 0 479px;
	position: absolute;
	
	background: url(../images/bg/user_menu.jpg) no-repeat;
	
	font-size: 10px;
	color: #7b7575;
	line-height:1.5em;
	
}

div#user-menu a {
	text-decoration: none;
}

#user-menu dl {
	float: left;
	width: 50%;
}

#user-menu dt {
	margin-bottom: 4px;
}

#user-menu dl dt.account {
	height: 25px;
	background: url(../images/bg/user_menu_labels.jpg) no-repeat;
}

#user-menu dl dt.cart-preview {
	height: 25px;
	background: url(../images/bg/user_menu_labels.jpg) -118px 0px no-repeat;
}

#user-menu dl dd {
	margin-left: 12px;
}

#user-menu dl dd span {
	font-family: Tahoma;
}

#user-menu dl dd ul li {
	background: url(../images/additions/arrow.jpg) 0 50% no-repeat;
	padding-left: 10px;
}

#user-menu dl dd ul li a {
	color: #7b7575;
}

#user-menu dl dd ul li a.do-kasy {
	color: #ff0000;
	font-weight: bold;
}

#user-menu dl dd ul li a:hover{
	text-decoration: underline;
}




#info {
	border-top: 1px solid #1e1d1d;
	width: 585px;
	float: left;
}

#info dl {
	height: 138px;
	float: left;
}

#info dl.sklep {
	width: 127px;
	background: url(../images/bg/sklep_bg.jpg) no-repeat;
}

#info dl.pomoc {
	width: 146px;
	background: url(../images/bg/pomoc_bg.jpg) no-repeat;
}

#info dl.zanim {
	width: 163px;
	background: url(../images/bg/zanim_bg.jpg) no-repeat;
}

#info dl.panel {
	width: 149px;
	background: url(../images/bg/panel_bg.jpg) no-repeat;
}

#info dl dt {
	height: 50px;
	text-indent: -5000em;
}

#info dl.sklep dt {
	background: url(../images/bg/head_sklep.jpg) no-repeat;
}

#info dl.pomoc dt {
	background: url(../images/bg/head_pomoc.jpg) no-repeat;
}

#info dl.zanim dt {
	background: url(../images/bg/head_zanim.jpg) no-repeat;
}

#info dl.panel dt {
	background: url(../images/bg/head_panel.jpg) no-repeat;
}

#info dl dd {
	margin-left: 22px;
	line-height: 1.5em;
	background: url(../images/additions/arrow.gif) 0 50% no-repeat;
	padding-left: 10px;
}

#info dl dd a {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}

#info dl dd a:hover {
	color: #ff0000;
}


#payment ul, #payment ul li, #payment ul li a{
	float: left;
	height: 38px;
}

#payment ul li a{
	opacity:0.4;
	filter: alpha(opacity=40); 
	-moz-opacity: 0.4;	
	text-indent: -5000em;
}

a.pay1{
	width: 109px;
	background: url(../images/buttons/pay_1.jpg) no-repeat;
}

a.pay2{
	width: 92px;
	background: url(../images/buttons/pay_2.jpg) no-repeat;
}

a.pay3{
	width: 80px;
	background: url(../images/buttons/pay_3.jpg) no-repeat;
}

a.pay4{
	width: 87px;
	background: url(../images/buttons/pay_4.jpg) no-repeat;
}

a.pay5{
	width: 91px;
	background: url(../images/buttons/pay_5.jpg) no-repeat;
}

a.pay6{
	width: 91px;
	background: url(../images/buttons/pay_6.jpg) no-repeat;
}

a.pay7{
	width: 99px;
	background: url(../images/buttons/pay_7.jpg) no-repeat;
}

a.pay8{
	width: 98px;
	background: url(../images/buttons/pay_8.jpg) no-repeat;
}

a.pay9{
	width: 104px;
	background: url(../images/buttons/pay_9.jpg) no-repeat;
}

a.pay10{
	width: 109px;
	background: url(../images/buttons/pay_10.jpg) no-repeat;
}

#payment ul li a:hover{
	opacity:1;
	filter: alpha(opacity=100); 
	-moz-opacity: 1;	
}


#footer dl{
	font-size: 11px;
	color: #646464;
	margin: 14px 10px;
}




/**
 * Forms
 */ 

form {
	margin: 0;
	padding: 0;
}

fieldset {
	border: 1px #e1e0e0 solid;
	margin: 20px;
	padding: 20px;
}

legend {
	color: #b61310;
	padding: 0 4px;
}

legend span {
	color: #4b4746;
}

label.required {
	font-weight: bold;
}

.invalid {
	color: #ff0000;
}

form dl dt {
	width: 34%;
	float: left;
	font-weight: normal;
}

form dl dt, form dl dd {
	margin-bottom: 0.5em;
}

form dl.outside {
	margin-left: 50px!important;
}

form#search-box {
	width: 234px;
	height: 136px;
	background: #fff;
}

#search-box fieldset {
	margin: 0;
	padding: 0;

	border: none;
}

#search-box legend {
	margin: 0;
	padding: 0;
}

#search-box dl, #search-box dl dt, #search-box dl dd {
	margin: 0;
	padding: 0;
}

#search-box dt {
	width: 100%;
}

#search-box dd.search-form{
	width: 218px;
	height: 28px;
	margin-left: 8px;
	margin-top: 15px;
	padding-top: 3px;
	float: left;
	background: url(../images/bg/search_form_bg.jpg) no-repeat;
}

#search-box dd input.search-text{
	border:0;
	width: 140px;
	height: 18px;
	background: transparent;
	font-size: 85%;
	color: #b3b1b1;
	display: block;
	float: left;
	margin-left: 15px;
	margin-top: 4px;
	
}

#search-box .search-button {
	display: block;
	width: 40px;
	height: 23px;
	border: 0;
	float: right;
	margin-right: 3px;
}

#search-box dd.adv-search{
	float: right;
	margin-right: 10px;
	margin-top: 7px;
}

#search-box dd.adv-search a{
	color: #464141;
	font-size: 11px;
	background: url(../images/additions/arrow.jpg) 0 60% no-repeat;
	padding-left: 8px;	
}

#newsletter-box{
	width: 353px;
	height: 138px;
	background: url(../images/bg/newsletter_bg.jpg) no-repeat;
	float: left;
	padding-right: 22px;
	border-top: 1px solid #e40f0b;
	
}

#newsletter-box dl{

}


#newsletter-box dl dt{
	width: 120px;
	height: 40px;
	background: url(../images/bg/head_newsletter.jpg) no-repeat;
	text-indent: -5000em;
	
}

#newsletter-box dl dd {
	color: #fff;
	font-size: 11px;
	margin-left: 22px;
	line-height: 1.5em;
}

input.news-text{
	width: 195px;
	height: 23px;
	border: 0;
	background: url(../images/bg/news_text_bg.jpg) no-repeat;
	font: 11px Tahoma;
	color: #b4b0b0;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 9px;
	float: left;
	margin-top: 12px;
}

input.news-dodaj{
	width: 70px;
	height: 31px;
	border: 0;
	background: url(../images/buttons/btn_dodaj.jpg) no-repeat;
	margin-left: 5px;
	margin-top: 13px;
	text-indent: -5000em;
	display: block;
	float: left;
	font-size: 0px;
	line-height: 0px;
	
}

input.news-dodaj:hover{
	background-position: 0 100%;
}



.dealer {clear:both}
.dealer h3 {*margin-top:0; *padding:0}
.dealer .logo {width:124px; float:left; margin-left:20px; margin-right:10px}
.dealer .logo img {padding:1px; border:1px #cdcdcd solid}
.dealer .contact {float:left; width:55%}
.dealer .contact p {margin-top:0}
.delaer .intro {float:right; width:40%}
.dealer-with-logo .contact p {margin-left:0}

.dealer-entry .logo {float:right; padding:1px; border:1px #cdcdcd solid; margin-right:20px; margin-top:10px}
.dealer-entry dd {margin-top:5px}
.dealer-entry ul {margin-left:30px}
.dealer-entry li {margin-top:5px; padding-left:10px; background:no-repeat 0 center url(../images/additions/arrow.jpg)}
.dealer-entry h4 {margin-top:10px}



.icon {
	width: 16px;
	height: 16px;
	margin: 0 0.5em;
	display: block;
	float: left;
	background-repeat: no-repeat;
}

.icon-mobile {
	background-image: url(../images/icons/mobile.png);
}

.icon-globe {
	background-image: url(../images/icons/globe.png);
}

.icon-envelope {
	background-image: url(../images/icons/envelope.png);
}

.icon-loupe {
	background-image: url(../images/icons/loupe.png);
}
