/* store menu */
#store_menu {
	float:left;
	width:150px;
	max-width:150px;
	font-size:11px;
	font-weight:bold;
	border-right:1px solid #dedede;
}
#store_menu img.cat_pic {
	width:150px;
	max-width:150px;
	border:none;
	margin:0;
	padding:0;
	height:110px;
}
#store_menu ul {
	display:block;
	padding:0;
	list-style:none;
}
#store_menu li {
	display:block;
	padding:1px 0 0 15px;
	list-style:none;
}
#wrap {
	max-width:1170px;
}
/* product */
.tile {
	width:170px;
	max-width:170px;
	height:250px;
	float:left;
	overflow:hidden;
}
a.tile,
a.tile:hover {
	text-decoration:none;
}
.hProduct {
	position:relative;
	border:2px solid #aaa;
	border-radius:5px;
	box-shadow:2px 2px 2px #666;
	margin:3px;
	padding:2px;
}
.tile.hProduct img,
.tile.hProduct .photo {
	display:block;
	min-height:130px;
	height:130px;
	max-height:130px;
	margin:1px auto 5px auto;
	border:none !important;
}
.hProduct p {
	font-family: Helvetica,Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	line-height: 13px;
	margin: 1px auto;
	text-align:left;
	clear:both;
}
.hProduct p.fn {
	font-weight: bold;
	text-align:center;
}
/* subcats */
#store-subcats-container {
	height:210px;
	width:100%;
	margin:auto;
}
#subcats-list {
	margin:0;
	padding:0;
}
#subcats-list li {
	display:block;
	float:left;
	width:154px;
	height:200px;
	list-style:none;
	text-align:center;
	border:2px solid #aaa;
	border-radius:5px;
	box-shadow:2px 2px 2px #666;
	margin:3px;
	padding:2px;
}
#subcats-list li img {
	max-width:150px;
	max-height:150px;
	display:block;
	margin:2px auto;
	border-radius:5px;
}
.instock {
	padding:0;
	margin:0!important;
}
.instock li.avaible,
.instock li.unavaible,
.instock li.shipping {
	padding-left:16px;
	background-position: 0px 0px;
	background-repeat:no-repeat;
/*	background-image: url('../images/stock_status.png'); */
	color:#0b0;
}
.instock li.shipping {
	background-position: 25px 0px;
	color:#00b;
}
.instock li.unavaible {
	background-position: 50px 0px;
	color:#b00;
}
.red {
	color: red;
	font-weight:bold;
}
.center {
	text-align:center;
}
/* -- tabelka -- */
.cart {
	width:90%;
	margin: 10px auto;
	font-family:monospace;
	font-size:12px;
	font-weight:bold;
}
.cart table {
	white-space:normal;
	table-layout:fixed;
}
.cart th {
	font-weight:bolder;
	font-size:1.2em;
	text-align:center;
	white-space:nowrap;
	border:1px #b9cad4 solid;
	padding:5px;
	background-color:#9998AD;
	color:white;
}
.cart th .info {
	font-size:.6em;
	color:#E5E5E5;
	display:block;
}
.cart td {
	border:1px #b9cad4 solid;
	padding:5px;
	background-color:#E1E0EF;
}
.cart tr:hover,

.cart tr:hover td {
	background-color:#D2D1EF;
}
.cart .tdid {
	width:32px;
	text-align:right;
}
.cart .tdname {
	width:148px;
	text-align:center;
}
.cart .tdprice {
	width:72px;
	text-align:right;
	white-space:nowrap;
}
.cart .tdinput {
	width:72px;
	text-align:center;
}
.cart .tdactions {
	width:24px;
	text-align:center;
}
.cart .tdnone {
	background-color:transparent;
	border:none;
}
.cart .tdsmall {
	font-size:.8em;
}
.cart input {
	width:64px;
	text-align:center;
	font-weight:bold
}
.cart.custommer input,

.cart.custommer textarea {
	width:90%;
	text-align:left;
	font-weight:normal;
	margin:0 auto;
}
a.button,
a.button:visited,
input[type=submit].button {
	width: 80px;
	min-width:80px;
	width: auto;
	text-decoration:none;
	font-weight:normal;
	padding:3px 10px;
	border: 1px solid #bfbfbf;
	background-color:#e5e5e5;
	border-radius:5px;
	color:#000;
}
a.button:hover,
input[type=submit].button:hover {
	color:#1e90ff;
	text-decoration:overline underline;
}
/* ---------------------------------- syf do czyszczenia ---------------------------------*/
.image {
	display:inline-block;
	border:solid 1px #eceaea;
	padding:2px;
	position:relative;
}
.image a {
	position:relative;
	display:inline-block;
}
.description a {
	font-weight:bold;
}
.description strong {
	color:#000;
	display:block;
}
.price-info {
	display:block;
	width:50%;
}
.hProduct span.price-info {
	width:90%;
	margin: 0 auto;

}
.price-text {
	font-weight:bold;
	color:#3c3c3c;
	font-size:.8em;
	line-height:auto;
}
.price-regular,
.price-before,
.price-now {
	font-weight:bold;
	float:right;
}
.price-before {
	color:#4d4d4d;
	font-size:.9em;
	text-decoration: line-through;
}
.price-now {
	font-weight:bold;
	color:#ff1e14;
	text-shadow: 1px 1px 3px #000;
	font-size:1.1em;
	text-decoration:none;
	float:right;
}
.price-type {

width:50%;
text-align:right;
font-size:12px;
color:#bfbfbf;
}
.desc2 {
	width:480px;
}
.bot-border {
	border-bottom:solid 1px #eceaea;
	padding-bottom:10px;
	margin-bottom:10px;
	overflow:hidden;
}
h2 {
	font-size:14px;
	font-weight:bold;
	line-height:normal;
	color:#363636;
	padding:3px 0px 5px;
}
h3 {
	color:#363636;
	font-size:12px;
	font-weight:bold;
	line-height:normal;
	padding:3px 0px 5px;
}
h4 {
	color:#363636;
	font-size:11px;
	font-weight:bold;
	line-height:normal;
	padding:3px 0px 5px;
}
#productMainImage {
	margin:0 10px 0 0;
	text-align:center;
	line-height:20px;
}
#productMainImage a {
	font-size:17px;
	text-decoration:none;
	line-height:20px;
	font-weight:normal;
	font-family: 'Glegoo',serif;
}
#productMainImage a:hover {
	color:#9b9a9a;
}
#productPrices {
	color:#000000;
	font-size:19px;
	line-height:33px;
	font-family: 'Glegoo',serif;
	font-weight:normal;
}
#productDescription {
	margin:0px;
	padding:15px 0 0;
	width:100%;
	overflow:hidden;
}
#cartAdd {
	margin:0;
	padding:1em 1em 1em 0;
	margin:10px 0 0;
	overflow:hidden;
}
#cartAdd .qty {
	padding:3px;
	border:solid 1px #E1E1E1;
	width:50px;
}
#productAdditionalImages {
	margin:10px 0 0 0;
	padding:10px 2px 0px 4px;
	position:relative;
	width:178px;
	overflow:hidden;
	border:solid 1px #eceaea;
	height:auto;
}
#productAdditionalImages #gallery {
	padding:0;
	margin:0;
	list-style:none;
}
#productAdditionalImages #gallery div {
	display: inline;
	text-align:center;
	position:relative;
	overflow:hidden;
	margin:0px 5px 10px 0;
	width:54px!important;
}
#productAdditionalImages .additionalImages a {
	height:50px;
	width:50px;
	overflow:hidden;
	position:relative;
	font-size:17px;
	text-decoration:none;
	line-height:20px;
	font-weight:normal;
	font-family: 'Glegoo',serif;
}
#productAdditionalImages .additionalImages a:hover {
	color:#9b9a9a;
}
#productAdditionalImages .additionalImages a img {
	width:50px;
	height:50px;
	position:relative;

}
#good-content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	color:#4d5255;
}
.back,
.fleft {
	float:left;
}
.clear {
	clear:both;
}
img {
	vertical-align:top;
}
a img {
	border:0;
}
ul {
	list-style:none;
}
.wrapper {
	width:100%;
	overflow:hidden;
}
a {
	color:#000;
	outline:none;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
.none {
	padding:15px;
	text-align:center;
	text-transform:uppercase;
}
/* ---------------------------------- syf do czyszczenia ---------------------------------*/
