/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	
}

table, tbody, tfoot, thead, tr, th, td  {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
/*
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*/
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

body {
	background: url(images/background.png) repeat-x;
	font-family: tahoma, verdana,sans-serif;
	font-size: 12px;
	color: #666666;
}

hr {
	color: #aaaaaa;
	background-color: #aaaaaa;
	height: 1px;
	border:0;
}

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

a:active, a:focus {
  outline: none;
}

a.wiecej {
	display: inline-block;
	width: 64px;
	height: 28px;
	background: transparent url(images/wiecej.png) no-repeat;
}

a.kup-teraz {
	display: inline-block;
	width: 94px;
	height: 28px;
	background: transparent url(images/kup-teraz.png) no-repeat;
}

.clear {
	float: none;
	clear: both;
}

#content {
	width: 966px;
	margin: 10px auto;
}

#header {
	overflow: hidden;
}

#header div.logo {
	display: block;
	float: left;
	margin-top: 32px;
	margin-left: 70px;
	height: 90px;
	width: 358px;
	background: transparent;
}

#login {
	position: relative;
	display: block;
	float: left;
	height: 141px;
	width: 192px;
	background: transparent url(images/login-box.png) no-repeat;
}

	#login.login {
		background-image: url(images/login-account.png);
	}
	
		#login.login ul {
			padding-left: 15px;
			list-style-type: square;
		}

#login span {
	display: none;
}

#login a.nowe-konto {
	position: absolute;
	top: 105px;
	left: 18px;
	width: 82px;
	height: 27px;
}

#login input.submit {
	position: absolute;
	top: 105px;
	left: 100px;
	width: 72px;
	height: 27px;
	background: transparent;
	border: 0px;
}

#login input.login {
	position: absolute;
	top: 44px;
	left: 64px;
	border: 0;
	width: 100px;
	height: 17px;
	background: transparent;
}

#login input.password {
	position: absolute;
	top: 76px;
	left: 64px;
	border: 0;
	width: 100px;
	height: 17px;
	background: transparent;
}

#cart {
	position: relative;
	display: block;
	float: right;
	height: 141px;
	width: 317px;
	background: transparent url(images/cart-box.png) no-repeat;
}

#cart div.content {
	position: absolute;
	top: 57px;
	left: 84px;
}

#menu {
	display: block;
	height: 53px;
	margin: 20px auto;
	background: transparent url(images/menu-background.png) no-repeat;
}

#menu ul {
	margin: 0 0 0 30px;
}

#menu li {
	display: inline;
	float: left;
}

#menu li a {
	display: block;
	height: 53px;
}

#menu li a span {
	display: none;
}

#menu li a.Glowna {
	margin: 0 10px;
	width: 117px;
	background: transparent url(images/menu/glowna.png) no-repeat;
}

#menu li a.Glowna:Hover {
	background-position: -117px 0px;
}

#menu li a.Nowosci {
	margin: 0 40px;
	width: 78px;
	background: transparent url(images/menu/nowosci.png) no-repeat;
}

#menu li a.Nowosci:Hover {
	background-position: -78px 0px;
}

#menu li a.Promocje {
	margin: 0 10px;
	width: 96px;
	background: transparent url(images/menu/promocje.png) no-repeat;
}

#menu li a.Promocje:Hover {
	background-position: -96px 0px;
}

#menu li a.Aktualnosci {
	margin: 0 35px;
	width: 116px;
	background: transparent url(images/menu/aktualnosci.png) no-repeat;
}

#menu li a.Warunki {
	margin: 0 35px;
	width: 155px;
	background: transparent url(images/menu/warunki.png) no-repeat;
}

#menu li a.Aktualnosci:Hover {
	background-position: -116px 0px;
}

#menu li a.Warunki:Hover {
	background-position: -175px 0px;
}

#menu li a.Osklepie {
	margin: 0 30px;
	width: 91px;
	background: transparent url(images/menu/osklepie.png) no-repeat;
}

#menu li a.Ofirmie {
	margin: 0 30px 0 10px;
	width: 91px;
	background: transparent url(images/menu/ofirmie.png) no-repeat;
}

#menu li a.Ofirmie:Hover {
	background-position: -97px 0px;
}

#menu li a.Kontakt {
	margin: 0 10px;
	width: 83px;
	background: transparent url(images/menu/kontakt.png) no-repeat;
}

#menu li a.Kontakt:Hover {
	background-position: -83px 0px;
}

#body {
	display: block;
	overflow: hidden;
}

#left {
	display: block;
	float: left;
	width: 193px;
}

#left span {
	display: none;
}

#left div.kategorie-title {
	background: transparent url(images/panel/kategorie.png) no-repeat;
	height: 41px;
}

#left div.kategorie-body {
	background: #e8e8e8 url(images/panel-background.png) repeat-x;
	border: 1px solid #d9d9d9;
	border-top: 0px;
	padding: 10px 10px 0px 35px;
}

#kategorie-ul {
	display: block;
	list-style-type: disc;
}


#kategorie-ul li {
	margin-bottom: 5px;
	border: 1px dotted #bebebe;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	min-height: 20px;
}
	#kategorie-ul li ul {
		margin-top: 10px;
		list-style-type: square;
	}
		#kategorie-ul li ul li {
			margin-left: 15px;
			margin-bottom: 5px;
			border: 0;
			min-height: 20px;
		}
	

#kategorie-ul li.last {
	border: 0;
}

#left div.super-produkt-title {
	margin: 20px 0px 0 0;
	background: transparent url(images/panel/super-produkt.png) no-repeat;
	height: 41px;
}

#left div.super-produkt-body {
	background: #e8e8e8 url(images/panel-background.png) repeat-x;
	border: 1px solid #d9d9d9;
	border-top: 0px;
	padding: 10px 10px 10px 10px;
	text-align: center;
	height: 120px;
	overflow: hidden;
}

#left div.super-produkt-body .bx-next {
	display: block;
	position: absolute;
	float: right;
	margin: 0;
	padding: 0;
	top: 50px;
	right: 0;
	font-size: 24px;
}

#left div.super-produkt-body .bx-prev {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	top: 50px;
	left: 0;
	font-size: 24px;
}

#left div.super-produkt-body ul li {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	height: 150px;
}

#left div.kontakt-title {
	margin: 20px 0px 0 0;
	background: transparent url(images/panel/kontakt.png) no-repeat;
	height: 41px;
}

#left div.kontakt-body {
	background: #f1f1f1;
	border: 1px solid #d9d9d9;
	border-top: 0px;
	padding: 10px 10px 10px 10px;
}

#center {
	display: block;
	float: left;
	margin: 0 0 0 26px;
	width: 528px;
}

#search {
	position: relative;
	background: transparent url(images/search-background.png) no-repeat;
	height: 63px;
}

#search input.text {
	font-family: tahoma, verdana,sans-serif;
	font-size: 20px;
	position: absolute;
	top: 13px;
	left: 213px;
	background: #fff;
	height: 34px;
	width: 246px;
	border: 0;
}

#search input.submit {
	position: absolute;
	top: 10px;
	left: 460px;
	height: 42px;
	width: 55px;
	border: 0;
	background: transparent;
}

#search span {
	display: none;
}

#slider {
	margin-top: 15px;
}

#promocje,
#wyroznione {
	position: relative;
	/*background: transparent url(images/promocje-box.png) no-repeat;*/
	margin-top: 15px;
	background: rgb(252,252,252);
	background: -moz-linear-gradient(top,  rgba(252,252,252,1) 0%, rgba(232,232,232,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(232,232,232,1)));
	background: -webkit-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(232,232,232,1) 100%);
	background: -o-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(232,232,232,1) 100%);
	background: -ms-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(232,232,232,1) 100%);
	background: linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(232,232,232,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e8e8e8',GradientType=0 );
	border: 1px solid #D8D8D8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*height: 256px;*/
}

#promocje .boxTitle,
#wyroznione .boxTitle {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 63px;
	height: 15px;
	top: 20px;
	left: 27px;
	background: transparent url('images/promocje-title.png') no-repeat;
	font-size: 0;
	text-indent: -1000pt;
}
	#wyroznione .boxTitle {
		background: transparent url('images/wyroznione-title.png') no-repeat;
		width: 78px;
	}

#promocje ul,
#wyroznione ul {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0;
	list-type: none;
	top: 50px;
	left: 27px;
	width: 528px;
	overflow: hidden;
}

#promocje li,
#wyroznione li {
	display: block;
	float: left;
	margin: 0 27px 0 0;
	padding: 0;
	width: 140px;
	height: 180px;
	text-align: center;
}

#nowosci ul.logout li {
	height: 150px;
}

#promocje li.first {
	margin-left: 27px;
}

#promocje li img {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 120px;
	height: 90px;
}

.boxCenter {
	display:block;
	margin: 0;
	padding: 0;
	position: relative;
	background: rgb(252,252,252);
	background: -moz-linear-gradient(top,  rgba(252,252,252,1) 0%, rgba(232,232,232,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(232,232,232,1)));
	background: -webkit-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(232,232,232,1) 100%);
	background: -o-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(232,232,232,1) 100%);
	background: -ms-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(232,232,232,1) 100%);
	background: linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(232,232,232,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e8e8e8',GradientType=0 );
	border: 1px solid #D8D8D8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.maxWidth {
	width: 743px !important;
}

.noBg {
	border: none;
	background: none;
}

#nowosci {
	position: relative;
	/*background: transparent url(images/nowosci-box.png) no-repeat;*/
	margin-top: 15px;
	/*height: 256px;*/
	background: rgb(252,252,252);
	background: -moz-linear-gradient(top,  rgba(252,252,252,1) 0%, rgba(232,232,232,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(232,232,232,1)));
	background: -webkit-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(232,232,232,1) 100%);
	background: -o-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(232,232,232,1) 100%);
	background: -ms-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(232,232,232,1) 100%);
	background: linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(232,232,232,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e8e8e8',GradientType=0 );
	border: 1px solid #D8D8D8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#nowosci .boxTitle {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 56px;
	height: 12px;
	top: 20px;
	left: 27px;
	background: transparent url('images/nowosci-title.png') no-repeat;
	font-size: 0;
	text-indent: -1000pt;
}

#nowosci ul,
#nowosci ul li {
	display: block;
	position: inherit;
	margin: inherit;
	padding: inherit;
}

#nowosci ul {
	list-style: inherit;
}

#nowosci ul li {
	display: list-item;
}


/**
 * Tabelki w dostawach i platnosciach
 */
#nowosci table {
	padding: 15px;
}

#nowosci th.wartosc,
#nowosci th.koszt {
	padding: 3px 10px;
	border: 1px solid #666;
	text-align: center;
	background: #eee;
}

#nowosci td.wartosc,
#nowosci td.koszt {
	padding: 3px 10px;
	border: 1px solid #666;
	border-top: none;
	text-align: center;
}

#nowosci th.koszt,
#nowosci td.koszt {
	border-left: none;
}

#nowosci ul.prodList {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0;
	list-type: none;
	top: 50px;
	left: 27px;
	width: 528px;
	overflow: hidden;
}

#nowosci ul.prodList li {
	display: block;
	float: left;
	margin: 0 27px 0 0;
	padding: 0;
	width: 140px;
	height: 180px;
	text-align: center;
}

#nowosci ul.prodList.logout li {
	height: 150px;
}

#nowosci ul.prodList li.first {
	margin-left: 27px;
}

#nowosci ul.prodList li img {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 120px;
	height: 90px;
}

#right {
	display: block;
	float: right;
	width: 193px;
}

#right span {
	display: none;
}

#right div.bestsellery-title {
	background: transparent url(images/panel/bestsellery.png) no-repeat;
	height: 41px;
}

#right div.bestsellery-body {
	background: #e8e8e8 url(images/panel-background.png) repeat-x;
	border: 1px solid #d9d9d9;
	border-top: 0px;
	padding: 10px 10px 10px 10px;
	margin: 0 0 20px;
}

#bestsellery-table {
	width: 100%;
}

#bestsellery-table tr {
	margin-bottom: 10px;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	height: 43px;
}


#bestsellerty-table td.center {
	vertical-align: middle;
}

#bestsellery-table td {
	padding: 5px 0;
	border-bottom: 1px dotted #c7c7c7;
}

#bestsellery-table tr.last td {
	border: 0;
}

#right div.newsletter-title {
	margin: 20px 0px 0 0;
	background: transparent url(images/panel/newsletter.png) no-repeat;
	height: 41px;
}

#right div.newsletter-body {
	background: #e8e8e8 url(images/panel-background.png) repeat-x;
	border: 1px solid #d9d9d9;
	border-top: 0px;
	padding: 10px 10px 10px 10px;
}

#right div.newsletter-div {
	position: relative;
	display: block;
	height: 36px;
	margin-top: 20px;
	background: transparent url(images/newsletter-input.png) no-repeat 7px 0px;
	text-align: left;
}

#newsletter-input {
	position: absolute;
	top: 5px;
	left: 14px;
	height: 24px;
	width: 105px;
	border: 0;
}

#newsletter-submit {
	position: absolute;
	top: 1px;
	left: 124px;
	height: 35px;
	width: 47px;
	background: transparent;
	border: 0;
}

#right div.aktualnosci-title {
	margin: 0;
	background: transparent url(images/panel/aktualnosci.png) no-repeat;
	height: 41px;
}

#right div.aktualnosci-body {
	background: #e8e8e8 url(images/panel-background.png) repeat-x;
	border: 1px solid #d9d9d9;
	border-top: 0px;
	padding: 10px 10px 10px 10px;
}

#aktualnosci-wiecej {
	margin-left: 110px;
	margin-top: 10px;
}

#right div.mapka-title {
	margin: 20px 0 0;
	padding: 10px 15px;
	background: #606c88; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYwNmM4OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZjRjNmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #606c88 0%, #3f4c6b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#606c88), color-stop(100%,#3f4c6b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #606c88 0%,#3f4c6b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #606c88 0%,#3f4c6b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #606c88 0%,#3f4c6b 100%); /* IE10+ */
	background: linear-gradient(top,  #606c88 0%,#3f4c6b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606c88', endColorstr='#3f4c6b',GradientType=0 ); /* IE6-8 */
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #fff;
	font-size: 15px;
	text-shadow: 0px 0px 3px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=0); 
	/*height: 41px;*/
}

#right div.mapka-body {
	background: #e8e8e8 url(images/panel-background.png) repeat-x;
	border: 1px solid #d9d9d9;
	border-top: 0px;
	padding: 10px 10px 10px 10px;
}

.red-title {
	font-family: tahoma, verdana,sans-serif;
	font-size: 11px;
	color: #f02905;
	font-weight: bold;
}

#small {
	font-family: tahoma, verdana,sans-serif;
	font-size: 11px;
}

#small.pd {
	padding-top: 5px;
}

p.nazwa {
	padding-top: 10px;
	padding-bottom: 5px;
	font-family: tahoma, verdana,sans-serif;
	font-size: 11px;
	font-weight: bold;
}

span.cena {
	font-family: tahoma, verdana,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #f02905;
}

.procent {
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: tahoma, verdana,sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ea8a07;
}

.cena {
	font-family: tahoma, verdana,sans-serif;
	font-size: 24px;
	color: #628f00;
	text-decoration: line-through;
}

#footer {
	position: relative;
	margin-top: 30px;
	display: block;
	background: transparent url(images/footer.png) no-repeat;
	height: 116px;
	width: 960px;
	text-align: right;
}

#footer ul {
	display: block;
	position: absolute;
	top: 15px;
	right: 30px;
}

#footer li {
	display: inline;
	padding-left: 50px;
}

#footer div {
	position: absolute;
	top: 70px;
	right: 30px;
}

table td.foto img {
	width: 90px;
}


table td.title {
	padding: 0 10px;
	width: 290px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}

table td.priceHidden {
	width: 125px;
}

table .dostepny td.title {
	width: 200px;
}

table .dostepny td.prices {
	width: 100px;
	text-align: center;
}

table .dostepny td.action {
	width: 105px;
	text-align: center;
}

table .dostepny td.action select {
	width: 100px;
}

#dodanoDoKoszyka {
	display: block;
	position: fixed;
	margin: 0 250px;
	padding: 15px;
	top: 50%;
	width: 250px;
	text-align: center;
	z-index: 150;
	cursor: pointer;
}

#niedodanoDoKoszyka {
	display: block;
	position: fixed;
	margin: 0 250px;
	padding: 15px;
	top: 50%;
	width: 280px;
	text-align: center;
	z-index: 150;
	cursor: pointer;
}

#dodanoDoKoszyka {
  	background: #cf6;
}

#niedodanoDoKoszyka {
  	background: #fdd;
}



.cart {
	display: block;
	margin: 15px auto;
	padding: 0;
	width: 250px;
	text-align: center;
	border: 1px solid #d8d8d8;
}

.cart h4 {
	display: block;
	margin: 8px 15px;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}

.cart form {
	display: block;
	margin: 0 0 8px;
	padding: 0;
	text-align: center;
}



table.info {
	display: block;
	margin: 0;
	padding: 0;
	width: 178px;
	font-size: 11px;
	width: 310px;
}

table.info.infopromocjaTabelka {

}

table.info.promocjaTabelka .promo {

}

table.info thead th {

}

table.info tbody td {
	
}

table.info tbody td.name {
	
}


table.orderDetails {
	display: block;
	width: 750px;
}

table.orderDetails th.orderLP,
table.orderDetails th.orderName,
table.orderDetails th.orderCount,
table.orderDetails th.orderJM,
table.orderDetails th.orderPrice,
table.orderDetails th.orderPriceNetto,
table.orderDetails th.orderTax,
table.orderDetails th.orderPriceTax,
table.orderDetails th.orderPriceBrutto,
table.orderDetails th.orderAction {
	border: 1px solid #666;
	border-right: none;
	text-align: center;
}

table.orderDetails th.orderLP { width: 25px; }
table.orderDetails th.orderName { width: 217px; }
table.orderDetails th.orderCount { width: 80px; }
table.orderDetails th.orderJM { width: 30px; }
table.orderDetails th.orderPrice { width: 70px; }
table.orderDetails th.orderPriceNetto { width: 80px; }
table.orderDetails th.orderTax { width: 40px; }
table.orderDetails th.orderPriceTax { width: 55px; }
table.orderDetails th.orderPriceBrutto { width: 80px;}
table.orderDetails th.orderAction { width: 35px; }


table.orderDetails td.orderLP,
table.orderDetails td.orderName,
table.orderDetails td.orderCount,
table.orderDetails td.orderJM,
table.orderDetails td.orderPrice,
table.orderDetails td.orderPriceNetto,
table.orderDetails td.orderTax,
table.orderDetails td.orderPriceTax,
table.orderDetails td.orderPriceBrutto,
table.orderDetails td.orderAction {
	padding: 0 3px;
	border: 1px solid #666;
	border-top: none;
	border-right: none;
	text-align: center;
}

table.orderDetails td.orderName {
	text-align: left;
}

table.orderDetails td.orderPrice,
table.orderDetails td.orderPriceNetto,
table.orderDetails td.orderTax,
table.orderDetails td.orderPriceTax,
table.orderDetails td.orderPriceBrutto {
	text-align: right;
}

table.orderDetails th.orderAction,
table.orderDetails td.orderAction {
	border-right: 1px solid #666;
}


table.orderDetails tfoot .discount .orderPriceNetto,
table.orderDetails tfoot .discount .overall,
table.orderDetails tfoot .discount .orderPriceBrutto {
	
}

table.orderDetails tfoot td.orderPriceNetto {
	border: 1px solid #666;
	border-top: none;
	text-align: right;
}

table.orderDetails tfoot td.overall {
	border: 1px solid #666;
	border-top: none;
	border-right: none;
	text-align: right;
}

table.orderDetails tfoot td.orderPriceBrutto {
	border-right: 1px solid #666;
	text-align: right;
}

table.orderDetails th.orderNull,
table.orderDetails td.orderNull {
	border: 0;
	background: none;
}

table.delivery {
	display: block;
	margin: 15px auto;
	width: 600px;
}

table.delivery th.delivery,
table.delivery th.description {
	border: 1px solid #666;
	text-align: center;
	width: 225px;
}

table.delivery th.delivery {
	border-right: none;
	width: 375px;
}

table.delivery td.delivery2 {
	width: 75px;
}

table.delivery td.delivery1,
table.delivery td.delivery2,
table.delivery td.description {
	text-align: center;
	border: 1px solid #666;
	border-top: none;
	border-right: none;
}

table.delivery th.description,
table.delivery td.description {
	border-right: 1px solid #666;
}

.send {
	text-align: center;
}

table.orderDetails td.orderCount select {
	width: 70px;
}

table.orderDetails td.orderCount input.textCount {
	width: 40px;
}

table.orderDetails td.orderCount input.buttonCount {
	width: 25px;
}

table.adres {
	margin: 20px auto;
	width: 400px;
}

table.adres thead th {
	border: 1px solid #666;
	border-bottom: none;
}

table.adres tbody td {
	padding: 0 3px;
	border: 1px solid #666;
	border-bottom: none;
}

table.adres tbody td.o {
	border-right: none;
	width: 90px;
}

table.adres tfoot td {
	border: 1px solid #666;
}

table.orderDetails td,
table.orderDetails th,
table.delivery td,
table.delivery th,
table.adres td,
table.adres th,
table.dl td,
table.dl th {
	height: auto !important;
	padding: 3px 2px !important;
}

