/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited {  }
a:hover { color: #06e; }
a:focus { outline: 0; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */

html, body {
	height: 100%;
	color: #303030;
	font: 12px Arial, Verdana, sans-serif;
	background: #ccc url(../panel/body.jpg);
}
a {
	color: #214466;
	text-decoration: none;
}
a:hover {
	color: #000;
}
form .placeholder {
	color: gray;
}
hr {
	color: white;
	border: 0;
}
p,
ul {
	margin: 0;
	padding: 0;
}
.w600 {
	width: 600px;
}
.w800 {
	width: 800px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.det {
	padding-left: 25px;
}
.mceLayout, .mceEditor {
	margin: 5px 0 !important;
}
#main {
	padding: 5px;
}
#frame {
	border: 2px solid #DCDBD5;
	background: whitesmoke;
}
#main .tresc {
	padding: 20px;
	background: #fff;
	min-height: 400px;
	border-top: 1px solid #DCDBD5;
}
#main .no-border {
	border-top: none !important;
}
#main.login {
	width: 346px;
	text-align: right;
	padding-top: 180px;
	margin-left: auto;
	margin-right: auto;
}
#login {
	padding: 15px;
}
#remind {
	padding-top: 40px;
	display: none;
}

/* HEADER
-------------------------------------------------------------- */
#head {height: 50px; position: relative;}
#logout {position: absolute; top: 10px; right: 10px; text-align: right;}
#logout img {vertical-align: middle;}
#logo {position: absolute; top: 10px; left: 10px;font-size:18px; color: #666;font-weight:bold;}
#menu { border-bottom: 1px solid #DCDBD5; border-top: 1px solid #DCDBD5; background:url(images/innerwrapper.jpg); height: 30px; margin: 0;}
#menu li { display: block; float: left; text-transform: uppercase; line-height: 16px; }
#menu img {vertical-align: middle;}
#menu a { height: 30px; line-height: 30px; padding: 0 5px; text-decoration: none; color: #808080; font-size: 14px; letter-spacing:2px; display: block; }
#menu a:hover { background: #fff; color: #444;}
#menu a.current { height: 31px; border-left: 1px solid #DCDBD5; border-right: 1px solid #DCDBD5; color: #444; background: whitesmoke; }
#menu a.current2 { height: 31px; border-left: 1px solid #DCDBD5; border-right: 1px solid #DCDBD5; color: #444; background: #fff; }
#menu a.current:hover {background: whitesmoke;cursor:default;}
#menu a.current2:hover {background: #fff;}
#menu a.select { height: 31px; border-left: 1px solid #DCDBD5; border-right: 1px solid #DCDBD5; color: #444; background: #fff; }
#menu a.select:hover {background: #fff;cursor:default;}

.subp { text-align: left; display: block; padding-top: 10px; margin-bottom: -1px; }
.subp li {float: left; display: block; margin-left: 5px;}
.subp a {display: block; padding: 5px;}
.subp img {vertical-align: middle;}
.subp .ui-state-active { border-bottom: 1px solid #fff !important;}

.lang {
	position: absolute;
	top: -6px;
	right: 0;
}
#tabs {
	position: relative;
	padding-top: 20px;
}
#tabs .item {
	display: none;
}

/* CONTENT
-------------------------------------------------------------- */

.box { border: 2px solid #ebebeb; margin: 10px; -moz-border-radius-topright: 10px; -moz-border-radius-topleft: 10px; }
.box .b {border-bottom: 1px solid #ebebeb; display: block; background:url(../panel/innerwrapper.jpg); min-height: 30px; line-height: 30px; padding-left: 10px;}
.box .b img {vertical-align: middle;}
.box li {padding: 5px 10px; display: block; border-bottom: 1px solid #ebebeb; line-height: 16px;}
.boxsub li {
	padding: 0px;
	border: 0px;
	display: block;
	line-height: 16px;
	margin-top: 5px;
	border-top: 1px solid #ebebeb;
	padding-top: 5px;
	margin-left: 10px;
	padding-left: 10px;
	
}
.box li img {vertical-align: top;}
.box li:hover {background: #ffffdb !important;}
.opcje {height: 16px;}
.opcje img {vertical-align: middle;}
.opcje a {margin-right: 10px;}
.komorka {width: 200px; text-align: left; padding-right: 20px;}

#listap thead th {background:url(images/innerwrapper_dark.jpg); padding: 5px;}
#listap td{	border-bottom: 1px dotted gray;	padding: 5px;}
#listap tr{	border-bottom: 1px dotted gray;	background-color: whitesmoke;}
#listap tr:hover {	background-color: #fff;}
#listap tfoot td {background:url(images/innerwrapper_dark.jpg); padding: 5px;}
#listap tr.cent {text-align: center;}
#listap .nic {background: #fff; border: none;}

li.bb {background: #fbfbfb !important;}
li.aa {background: #fff !important;}

#lista td {border: 1px solid #ccc}
.sendemail {background: red;}


.lewy {float: left; width: 635px; margin-right: 20px;}
.prawy {float: left; width: 300px;}

#formedit label {
	float: left;
	width: 150px;
	padding-top: 5px;
}
#formedit .small {
	width: 50px;
}
#formedit textarea {
	height: 100px;
}

#dt label {
	display: inline-block;
	width: 160px;
	line-height: 39px;
}
#dt .text, #dt select {
	width: 150px;
}
#dt select {
	width: 162px;
}
#dt p {
	height: 40px;
}

.image, .thumb {
	border: 1px solid #666;
	margin-top: 20px;
	position: relative;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.thumb {
	width: 115px;
	height: 115px;	
	float: left;
	margin: 7px;
}
.image a, .thumb a {
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	top: 5px;
	right: 5px;
}
.image a.image-desc, .thumb a.image-desc {
	right: 26px;
}
.uf {
	height: 30px;
	width: 300px;
	position: relative;
}
.uf .uploadify {
	position: absolute !important;
	top: 0;
	left: 0;
}
#notification .error, #notification .notice, #notification .success {
	-moz-box-shadow:0 0 6px #666;
	-webkit-box-shadow:0 0 6px #666;
	box-shadow:0 0 6px #666;
	text-align: left;
}
.uploadifyQueue {
	position: fixed !important;
	top: 15px;
	right: 15px;
}

#lista .options {
	width: 70px;
	text-align: center;
}

.newsletter {
	background: #fff;
}

#newsletter {
	text-align: center;
	padding-top: 150px;
	width: 80%;
	margin: 0 auto;
}

.lang li {
	padding: 5px;
	cursor: pointer;
}

.w9 {
	width: 908px !important;
}
.box.orders {
	margin: 10px 0;
}
.box.orders input {
	vertical-align: middle;
}
a.ui-button {
	font-size: 10px;
}
.form-new {
	font-size: 10px;
	height: 22px;
}
.orders label {
	font-size: 10px;
}
.orders .ui-icon {
	display: inline-block !important;
}
.icon-left span {
	float: left;
}
/* ICONS
-------------------------------------------------------------- */
.pencil, .delete, .delete-ajax, .go, .tick1, .tick0, .act1, .act0, .eye, .none, .add, .image-desc {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 4px;
}
.pencil {
	background:url(../sicons/pencil.png);
}
.delete,
.delete-ajax {
	background:url(../sicons/delete.png);
}
.go {
	background:url(../sicons/bullet_go.png);
}
.tick1 {
	background:url(../sicons/tick.png);
}
.tick0 {
	background:url(../sicons/tick_off.png);
}
.eye {
	background:url(../sicons/eye.png);
}
.act1 {
	background:url(../sicons/accept.png);
}
.act0 {
	background:url(../sicons/accept_off.png);
}
.add {
	background:url(../sicons/add.png);
}
.image-desc {
	background:url(../sicons/comment_edit.png);
}

#dialog2 {
	font-family: Arial;
	font-size: 13px;
}
#dialog2		.head { display: block; background: #000; color: #fff; padding: 3px; font-size: 14px; text-decoration: none; font-weight: bold; }
#dialog2		.center { text-align: center; }
#dialog2		.tdsmall { font-size: 11px; vertical-align: top; width: 50%; }
#dialog2		.products { width: 100%; }
#dialog2		.products td { width: 25%; text-align: center; }
#dialog2		.products td span { display: block; }
#dialog2		.products td a { color: #000; text-decoration: none; }
#dialog2		.products td .price { font-weight: bold; }
#dialog2		.products td .strike { font-size: 12px; text-decoration: line-through; }
#dialog2		.products td .red { color: red; }


#tabs-nav {
	margin: 15px;
	float: left;
	width: 180px;
	border-right: 1px solid #ccc;
	padding: 10px 0;
}
#tabs-nav li {
	border: 1px solid #ccc;
	background: #fff;
	margin: 5px 0;
	margin-right: -1px;
	padding: 0;
}
#tabs-nav li a {
	color: #000;
	display: block;
	font-weight: bold;
	text-align: right;
	padding: 5px;
	background: whitesmoke;
}
#tabs-nav li a.selected {
	border-right: 1px solid #fff;
	margin-right: -1px;
	background: #fff;
}
#tabs {
	float: left;
	width: 710px;
	padding-bottom: 30px;
}
#tabs li div {
	float: left;
	min-width: 200px;
}

.div1 {
	width: 100%;
	margin-bottom: 20px;
}
.div2 {
	float: left;
	display: inline-block;
}
.div3 {
	float: right;
	display: inline-block;
	padding: 5px;
}
.heading td {
	background: whitesmoke;
}
.address, .product {
	border-collapse: collapse;
}
.address {
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.address th, .address td {
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
}
.address td {
	width: 50%;
}
.product {
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.product td {
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
}
#dialog4 {
	overflow: hidden !important;
}


/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {


}

@media only screen and (min-width: 768px) {

}



/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
