small {
	font-size: 0.90em;
	color: #666;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: hide;
}

table td, table th {
	padding: 0.5em;
	border: 1px solid #556A85;
	vertical-align: center;
}

table tfoot td, table tfoot th {
	text-align: center;
}

/* style głównych kontenerów  */

div.container-box
{
	width: 625px;
	height: auto;
	margin-top: 10px;
}

div.container-box div.top
{
	height: 35px;
	line-height: 35px;
	background: url('../img/box-625.top4.jpg') top left no-repeat;
	text-indent: 10px;
	color: #fff;
	font-weight: bold;
}

div.container-box div.longer
{
	height: 35px;
	line-height: 35px;
	text-indent: 10px;
	color: #fff;
	font-weight: bold;
	background: url('../img/box-625.categories.top.jpg') top left no-repeat;
}

div.container-box div.middle
{
	background: #5F7694 url('../img/box.bg.content-2.jpg') no-repeat scroll left top;
	padding: 10px;
}

div.container-box div.middle div.continue
{
	background-color: #CC5555;
	border: 1px solid #000;
	padding: 5px;
	color: #fff;
	text-align: center;
	margin-top: 10px;
}

div.container-box div.middle div.continue a
{
	background: url('../img/icons/arrow_right_red.png') center right no-repeat;
	padding-right: 25px;
	font-weight: bold;
	font-size: 1.2em;
	font-variant: small-caps;
	color: #fff;
}


div#content div.product-alsoBought
{
	padding: 10px 0 0 0;
	clear: both;
	background-color: #fff;
	border: 1px solid #000;
}

div#content div.product-alsoBought div.float-clearer
{
	clear: both;
	margin-bottom: 10px;
}

div#content div.product-alsoBought h3
{
	font-weight: bold;
	font-size: 1.2em;
	margin: 5px 25px;
}

div#content div.product-alsoBought div.alsoEntry
{
	width: 130px;
	text-align: center;
	float: left;
	margin-top:10px;
	margin-left: 15px;
	_margin-left: 12px;
	position: relative;
	overflow: hidden;
}

div#content div.product-alsoBought div.alsoEntry h5
{
	text-align: center;
}

div#content div.product-alsoBought div.alsoEntry a img
{
	border: 1px solid #000;
}

div.middle div.more-bookmarks
{
	margin-top: 10px;
}

div.middle div.more-bookmarks a
{
	color: #fff;
}

div#map_canvas {
	width: 100%;
	height: 400px;
	margin-top: 0.5em;
	border-top: 1px solid #DADEE8;
	overflow: hidden;
}

/* style układu koszyka */

fieldset.order {
	background: #fff;
	border: 1px solid black;
	clear: both;
	padding: 6px;
	margin: 25px 0;
	position: relative;
}

fieldset.order h3 {
	border: 1px solid black;
	border-bottom: none;
	position: absolute;
	padding: 3px 10px;
	top: -29px;
	left: -7px;
	background: #fff;
}


/* style szczegółów zamówienia */

table.order-details thead td,
table.order-details thead th,
table.order-details tfoot td,
table.order-details tfoot th,
table.order-details tbody th {
	background: #DADEE8;
}

table.order-details thead th.money {
	text-align: right;
	font-family: inherit !important;
	width: 90px;
}

table.order-details td,
table.order-details th {
	text-align: center;
}

table.order-details thead th.actions,
table.order-details tbody td.actions {
	width: 20px;
}

table.order-details td.name {
	text-align: left;
}

table.order-details td.name img {
	text-align: left;
	vertical-align: middle;
}

table.order-details td.count {
	width: 4.5ex;
}

table.order-details td.count input {
	text-align: center;
	border: 1px solid black;
	width: 3.5ex;
}

table.order-details tbody th,
table.order-details tfoot th {
	text-align: right;
}

table.order-details tbody tr.recount td {
	font-weight: bold;
}

table.order-details tbody tr.recount td.count {
	background: #FFB324;
	font-weight: bold;
}

table.order-details tbody tr.deleted {
	display: none;
}

table.order-details tbody tr.deleted td {
	color: red;
	text-decoration: line-through;
}

table.order-details tbody tr.deleted td a {
	color: red;
	text-decoration: line-through;
}

/* podsumowanie całego koszyka */

table.totals {
	margin: -20px 0 10px 0;
	background: #fff;
}

table.totals td,
table.totals th {
	border-color: #000;
	border-top-width: 2px;
}

table.totals th {
	background: #DADEE8;
	text-align: right;
	border-right-color: #556A85;
}

table.totals td {
	border-right-color: #556A85;
}

table.totals td.actions {
	width: 26px;
	background: #DADEE8;
	border-right-color: #000;
}

table.totals td.money {
	width: 90px;
}

/* akcje */

form#cart-form input.submit,
form#cart-form button.submit{
	cursor: pointer;
	background: #fff;
	border: 1px solid black;
	padding: 0.5em 1em;
	text-align: center;
	display: block;
	width: 30%;
	font-weight: bold;
	height: 35px;
	margin-bottom: 1em;
}

form#cart-form button.recount,
form#cart-form input.recount {
	float: left;
	margin-right: 5px;
	background: #FFD632;
}

form#cart-form button.clear,
form#cart-form input.clear {
	float: left;
	background: #FFD632;
}

form#cart-form button.send,
form#cart-form input.send {
	float: right;
	background: #88CC44;
}

form#cart-form button span {
	position: relative;
	text-align: center;
	margin-right: 2ex;
}

form#cart-form button sup {
	font-size: 0.87em;
	position: absolute;
	right: -2ex;
	top: -0.5em;
}

form#cart-form div.footnotes {
	clear: both;
	background: #fff;
	padding: 0.5em;
	border: 1px solid black;
	margin: 1em 0;
}

form#cart-form div.footnotes label {
	display: inline;
	text-decoration: underline;
	color: #5F7694;
	cursor: pointer;
}


/* form zamówienia */

ul.order-tab-change {
	margin: 10px 0 0 0;
	height: 21px;
	list-style: none;
	border-bottom: 1px solid black;
}

ul.order-tab-change li {
	float: left;
	height: 20px;
	background: #DADEE8;
	border: 1px solid black;
	margin: 0 0.5em 0 0;
}

ul.order-tab-change li a {
	display: block;
	padding: 2px 1em;
}

ul.order-tab-change li.selected {
	background: #fff;
	border-bottom-color: #fff;
}

div.order-details {
	background: #fff;
	padding: 0.5em;
	border: 1px solid black;
	border-top: none;
}

form#order-form {
	background: #fff;
	padding: 0.5em;
	border: 1px solid black;
	margin: 0.5em 0;
}

form#order-form fieldset {
	margin: 1em 0;
	padding: 6px 0;
}

/* form#order-form fieldset.invoice, */
form#order-form fieldset fieldset {
	margin: 1.5em 1em 1em;
	padding: 0;
	border: 1px solid #DADEE8;
}

form#order-form fieldset h3 {
	border-bottom: 1px solid #DADEE8;
	padding: 0 0 0.3em 0;
	margin: 0 0 0.5em 0;
	font-weight: bold;
}

form#order-form fieldset h4 {
	border-bottom: 1px solid #DADEE8;
	padding: 0.3em 1em;
	margin: 0 0 0.5em 0;
	font-weight: bold;
	background: #efefef;
}


form#order-form label.text,
form#order-form label.textarea,
form#order-form label.select {
	display: block;
	font-weight: bold;
	text-align: right;
	float: left;
	width: 25%;
	clear: left;
}

form#order-form select,
form#order-form textarea,
form#order-form input.text {
	background: #fff;
	width: 40%;
	display: block;
	border: 1px solid black;
	margin: 2px 0.5em 2px 27%;
}

form#order-form textarea {
	width: 60%;
}

form#order-form fieldset#pickup_details select {
	width: 60%;
}

div.gmnoprint p {
	margin: 0 0 0.3em 0;
}

form#order-form input.zip1 {
	float: left;
	margin-left: 2%;
	width: 3ex;
	text-align: center;
}

form#order-form input.zip2 {
	display: inline;
	margin-left: 0;
	width: 5ex;
	text-align: center;
}

form#order-form label.checkbox,
form#order-form label.radio {
	display: block;
	line-height: 18px;
	vertical-align: middle;
	margin-left: 20px;
}

form label.checkbox a {
	text-decoration: underline;
}

form#order-form input.checkbox,
form#order-form input.radio {
	display: block;
	line-height: 18px;
	vertical-align: middle;
	clear: left;
	float: left;
}

form#order-form input.submit {
	cursor: pointer;
	background: #fff;
	border: 1px solid black;
	padding: 0.5em 1em;
	text-align: center;
	display: block;
	width: 50%;
	font-weight: bold;
	margin: 0.5em auto;
}

form#order-form small#akceptacja-regulaminu {
	display: block;
	text-align: center;
}

ul.errors {
	margin: 0.5em 0 1em 27%;
	padding: 0.5em;
	border: 1px solid red;
	background: #FFE5E5;
}

ul.errors li {
	margin: 0.2em 2em;
}

/* podsumowanie zamówienia */

table.order-details.summary {
	margin: 0.5em 0;
	background: #fff;
}

ul.navigation {
	background: #fff;
	margin: 0;
	padding: 1em;
}

ul.navigation li {
	margin: 0.2em 1em;
}

ul.navigation li a {
	color: #5f7695;
	text-decoration: underline;
}

ul.navigation li a:hover {
	text-decoration: none;
}


/* globalne overridy */
.money {
	text-align: right !important;
	font-family: monospace;
}

.help {
	cursor: help;
}


