body, html {
	margin: 0;
	padding: 0;
	font-family: Petrona, Sans-Serif;
	color: #151515;
	height: 100%;
}
html {
	background-color: #ebd5b8;
	background-image: url('../../../gfx/wood.png');
	background-repeat: repeat;
	background-position: left 0px;
	background-attachment: fixed;	
}
a img {
	border: none;
}
a {
	text-decoration: none;
	outline: none;
}
use a:active {
  	outline: none;
}
strong {
	font-weight: bold;	
}
em {
	font-style: italic;	
}
p, li {
	color: #585858;
	font-size: 16px;
}
h1, h2, h3 {
	color: #58595B;
	font-family: 'Lobster';
	font-weight: 300;
}
#debug {
	color: #000000;
	background: #ffffff;
	padding: 8px;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
	font-size: 12px;
	display: none;
	width: 150px;
	height: 800px;
	position: fixed;
	top: 80px;
	left: 20px;
}
div#page {
	max-width: 1280px;
	min-width: 980px;
	width: 100%;
	margin: auto;
	clear: both;
	min-height: 100%;
}
div#inpage {
	max-width: 1280px;
	min-width: 980px;
	width: 100%;
	background: #f5f4f2 url('../../../gfx/pagebg.jpg');
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	clear: both;
	display: table;
	min-height: 100vh;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);	
}
div#header {
	width: 100%;
	background: url('../../../gfx/topFlow.png') repeat-x left bottom;
	position: fixed;	
	z-index: 1000;
	height: 80px;
	top: 0px;
}
div#inheader {
	max-width: 1280px;
		min-width: 980px;
	width: 100%;
	margin: auto;
	clear: both;
	padding-top: 20px;
	height: 61px;
}
div#logoHolder {
	max-width: 1260px;
		min-width: 980px;
	width: 100%;
	display: table;
	margin: auto;
	clear: both;
}
a#logo {
	position: absolute;
	top: -10px;
	z-index: 1200;
}
a#logo img {
	width: 165px;
	height: 132px;
	float: left;
	margin: 0px 40px 0px 0px;
}
ul#mainMenu {
	font-family: 'Lobster';
	color: #ffffff;
	font-size: 20px;
	position: absolute;
	z-index: 1400;
	margin: 8px 0px 0px 220px;
	float: left;
}
ul#mainMenu li {
	font-family: 'Lobster';
	font-size: 20px;
	background: url('../../../gfx/smallStar.png') no-repeat right center;
	padding: 0px 18px 0px 0px;
	float: left;
	margin: 0px 10px 0px 0px;
}
ul#mainMenu li:last-child {
	background: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
ul#mainMenu li a {
	color: #e1d9d0;
}
ul#mainMenu li a:hover,
ul#mainMenu li#current a {
	text-shadow: 0px 0px 3px #ffffff;
	color: #ffffff;
}
a#scrollTop {
	margin: 0px 0px 0px 60px;
}
a#scrollTop img {
	width: 90px;
	height: 43px;
}
div#basket {
	background: url('../../../gfx/dvr.png') no-repeat left center;
	float: right;
	padding: 0px 0px 0px 20px;
	margin: 3px 36px 0px 0px;
}
div#basket p {
	font-family: "Lobster";
	color: #e1d9d0;
	font-size: 24px;
	background: url('../../../gfx/cart-e.gif') no-repeat left 0px;
	padding: 0px 0px 0px 43px;
	height: 35px;
	background-size: 30px 30px;
}
div#basket p#fullBasket {
	background: url('../../../gfx/cart-f.gif') no-repeat left center;
		height: 35px;
	background-size: 30px 30px;
}
div#basket p a {
	color: #ffffff;
}
div#basket p a:hover,
p#user a:hover {
	text-shadow: 0px 0px 3px #ffffff;
}
div#graphicHeaders {
	margin: 72px 0px 0px 0px;
}
div#graphicHeaders div.gHead {
	margin: 0px 0px 0px 0px;
}
div.subPage,
div.subPage div.gHead {
	height: 160px;
}
div.mainPage,
div.mainPage div.gHead {
	height: 320px;
}
div.gHead {
	background-color: #fbfaf7;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
	display: none;
	position: absolute;
	max-width: 1280px;
	width: 100%;
	border: 1px #fff;
}
div.gHead:first-child {
	display: block;
}
div#graphicHeaders div#gControls {
	position: absolute;
	z-index: 800;
	max-width: 1270px;
	width: 100%;
}
div.mainPage div#gControls {
	margin-top: 312px;
}
div.subPage div#gControls {
	margin-top: 151px;
}
div#graphicHeaders ul {
	display: table;
	margin: 0px auto 0px auto;
}
div#graphicHeaders ul li {
	display: table-cell;
	padding: 0px 4px 0px 4px;
	width: 18px;
}
div#graphicHeaders ul li a {
	display: table;
	width: 18px;
	height: 18px;
	background-image: url('../../../gfx/clicks.png');
	background-repeat: no-repeat;
	background-position: -22px center;
}
div#graphicHeaders ul li:first-child a {
	background-position: 0px center;
}
div.gHead h2 {
	font-family: "Lobster";
	color: #ffffff;
	font-size: 68px;
	text-shadow: 2px 2px 3px #aaaaaa;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	margin: 80px 0px 0px 80px;
}
div.gHead h2 a {
	color: #ffffff;
}
div.gHead p {
	color: #ffffff;
	font-family: "Lobster", "Times New Roman";
	margin: 20px 0px 0px 90px;
	font-size: 24px;
}
div.gHead p a {
	background: url('../../../gfx/redBg.jpg');
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	padding: 4px 15px 6px 15px;
	color: #ffffff;
	border: 1px solid #983d3e;	
}
div.gHead p a:hover {
	text-shadow: 0px 0px 3px #ffffff;
}
div.gHead:hover p a {
	border: none;
	padding: 5px 16px 7px 16px;
}
div.subPage h2,
div.subPage p {
	display: none;
}
div.gHead img {
	float: right;
	margin: 80px 40px 0px 0px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}
div#noHeaderDistancer {
	height: 70px;
}
div#content {
	margin: 0px 25px 25px 25px;
	padding: 40px 0px 0px 0px;
}
div#compactBox {
	width: 100%;
	height: auto;
	min-height: 215px;
	display: block;
	clear: both;
	margin: 0px 0px 40px 0px;
}
div.compact {
	float: left;
	width: 56px;
	height: auto;
	overflow: hidden;
	min-height: 215px;
	background: #ffffff;
}
div.compact h2 {
	width: 56px;
	height: auto;
	min-height: 215px;
	background-position: center 10px;
	background-repeat: no-repeat;
	float: left;
}
div.compact h3 {
	font-size: 28px;
	margin: 0px 10px 0px 30px;
}
div.compact h2 a {
	color: #ffffff;
	width: 56px;
	height: auto;
	min-height: 215px;
	background: url('../../../gfx/zab_l.gif') repeat-y right top;
	display: table;	
}
div.compact h2 a span.zab {
	width: 56px;
	height: auto;
	min-height: 215px;
	background: url('../../../gfx/zab_r.gif') repeat-y left top;
	display: table;
}
div.compact h2 a span.zab span {
	width: 56px;
	height: auto;
	min-height: 215px;
	background-image: url('../../../gfx/openers.gif');
	background-repeat: no-repeat;
	background-position: -12px 188px;
	display: table;
}
div.compact:first-child h2 a span.zab span {
	background-position: 25px 188px;
}
div.compact div.holdBox {
	display: none;
	height: auto;
}
div.compact ul {
	background: url('../../../gfx/zab_v.gif') repeat-y right top;
	padding: 0px 50px 0px 0px;
	margin: 0px 40px 10px 20px;
	float: left;
	max-width: 170px;
	min-height: 180px;
}
div.compact ul li {
	color: #aaaaaa;
	font-family: "Lobster", "Times New Roman";
	margin: 3px 0px 3px 0px;
	font-size: 17px;
	white-space: nowrap;
}
div.compact ul li a:hover {
	text-shadow: 1px 1px white, -1px -1px #cccccc;	
}
div.compact img {
	float: left;
	margin-right: 0px;
}
div.compact p {
	font-family: "Lobster", "Times New Roman";
	margin: 10px 20px 10px 30px;
	font-size: 20px;
	display: table;
}
p.compactButton {
	margin-top: 20px  !important;
}
p.compactButton a {
	color: #ffffff;
	font-size: 22px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 3px 10px 3px 10px;
	white-space: nowrap;
}
p.compactButton a:hover {
	text-shadow: 0px 0px 3px #ffffff;
	text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.5);
}
p.actionButton a {
	color: #ffffff !important;
	font-size: 18px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 3px 18px 3px 18px;
	white-space: nowrap;
	background: #354f6c;	
}
div.blk {
	width: 100%;
	clear: both;
}
div.tbl {
	display: table;
	margin-top: 20px;
}
div#leftColumn {
	width: 210px;
	float: left;
	margin: 0px 0px 0px 0px;
}
div#floatie {
	width: 210px;	
}
div#rightColumn {
	width: calc(100% - 250px);
	float: right;
	margin: 0px 0px 0px 0px;
}
div#searchBox {
	margin: 0px auto 40px auto;
	display: table;
	width: 100%;
	clear: both;
}
div#bigSearch div#searchBox {
	max-width: 700px;
}
div.shatters {
	padding: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 15px 0px 20px 0px;
	display: table;
	width: 100%;
	clear: both;
}
div#searchBox div#holdSearchBox {
	text-align: center;
	padding: 0px 0px 0px 0px;		
}
div#miniDesk {
	text-align: center;
}
div#searchBox form input[type=text] {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	padding: 6px 8px 6px 8px;
	font-size: 16px;
	width: calc(100% - 16px);
	border: 1px solid #ffffff;
    -moz-box-shadow: inset 0 0 3px #999999;
    -webkit-box-shadow: inset 0 0 3px #999999;
    box-shadow: inset 0 0 3px #626262;
	font-family: "Lobster", "Times New Roman";
}
div#bigSearch div#searchBox form input[type=text] {
	font-size: 24px;
	width: 70%;
}
div#searchBox form input[type=submit] {
	font-family: "Lobster", "Times New Roman";
	margin: 10px 10px 0px 10px;
	font-size: 18px;
	color: #ffffff;
	background: url(../../../gfx/redBg.jpg);
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    padding: 4px 15px 6px 15px;
    color: #ffffff;
    border: 1px solid #983d3e;
}
div#bigSearch div#searchBox form input[type=submit] {
	font-size: 24px;
}
div#searchBox form input[type=submit]:hover {
	text-shadow: 0px 0px 3px #ffffff;
}
div.leftBox {
	margin: 0px 0px 10px 0px;
	display: table;
	clear: both;
	width: 100%;
}
div.leftBox h2 {
	margin: 0px 0px 20px 0px;
	font-family: "Lobster", "Times New Roman";
	margin: 0px 0px 10px 0px;
	font-size: 24px;
	color: #41303c;	
	background: url('../../../gfx/zab_d.gif') repeat-x left bottom;
	padding: 0px 0px 10px 0px;
}
div.filterBox {
	margin: 0px 0px 32px 0px;
}
div.filterBox ul {
	margin: 15px 0px 10px 0px;
	clear: both;	
}
div.filterBox li {
	float: left;
	width: 30px;
	height: 30px;
	margin: 0px 12px 12px 0px;
}
div.filterBox li a img {
	width: 30px;
	height: 30px;	
}
div.filterBox li#markColor a img {
	width: 34px;
	height: 34px;
	margin: -2px 0px 0px -2px;	
}
div.filterBox li a:hover img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;	
}
div#miniMap img {
	height: auto;
	width: 100%;
	border: 1px solid #fff;
}
div.subBox {
	padding: 0px 0px 10px 0px;	
}
div.mainBox {

}
div.subBox h3 {
	font-family: 'Lobster';
	color: #41303c;
	font-size: 28px;
}
div.subBox h3 a {
	color: #41303c;
}
div.subBox h3 a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;	
}
div.mainBox h1 {
	font-family: 'Lobster';
	color: #41303c;
	font-size: 38px;
}
div.mainBox h3 a {
	color: #41303c;
}
div#offers {
	margin: 15px 0px 10px 0px;
}
div.offer {
	width: 19%;
	height: 170px;
	background: #fff;
	float: left;
	margin-top: 0px;
	margin-right: 1%;
	margin-bottom: 30px;
	margin-left: 0px;
	text-align: center;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	 transition: 0.2s;
	-webkit-box-shadow: 0px 0px 1px 1px rgba(255, 255, 255, 1);
	-moz-box-shadow: 0px 0px 1px 1px rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 1px 1px rgba(255, 255, 255, 1);
}
div.offer:hover {
	-webkit-box-shadow: 0px 0px 8px 2px rgba(220, 220, 220, 1);
	-moz-box-shadow: 0px 0px 8px 2px rgba(220, 220, 220, 1);
	box-shadow: 0px 0px 8px 2px rgba(220, 220, 220, 1);
}
div.offer a.imgThumb {
	width: 100%;
	height: 170px;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 60%;
	transition: 0.2s;
	-webkit-box-shadow: inset 0px 0px 24px 0px rgba(255, 255, 255, 1);
	-moz-box-shadow: inset 0px 0px 24px 0px rgba(255, 255, 255, 1);
	box-shadow: inset 0px 0px 24px 0px rgba(255, 255, 255, 1);
}
div.offer:hover a.imgThumb {
	background-size: auto 80%;
}
div.offerBig {
	width: 169px;
	height: 200px;
	background: url('../../../gfx/cardBig.png') no-repeat center top;
	float: left;
	margin-top: 0px;
	margin-right: 24px;
	margin-bottom: 30px;
	margin-left: 0px;
	text-align: center;
	position: relative;
}
div.offerList {
	width: 100%;
	background: #fff;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	text-align: left;
	position: relative;
	display: table;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	clear: both;
}
div.offerList:hover {
	-webkit-box-shadow: 0px 0px 8px 2px rgba(220, 220, 220, 1);
	-moz-box-shadow: 0px 0px 8px 2px rgba(220, 220, 220, 1);
	box-shadow: 0px 0px 8px 2px rgba(220, 220, 220, 1);
}
div.offerList div.offerListPix {
	width: 140px;
	text-align: center;
	float: left;
	margin: 16px 20px 0px 10px;
}
div.offerList div.offerListPix img {
	width: 140px;
	height: auto;
}
div.foundShoe img {
	height: 100px !important;
	width: auto !important;
}
div.offerList h2 {
	margin: 0px 20px 10px 0px;
	font-size: 24px !important;
}
div.foundName h2 {
	margin: 20px 20px 10px 0px !important;
}
div.offerList h2 a:hover,
div.offerList h2 a:active {
	color: #b54b4a;
	text-decoration: underline;
}
div.offerList p {
	margin: 0px 20px 0px 0px;
	font-size: 16px;
}
div.offerList p a {
	color: #585858;	
}
div.offerListFound {
	width: 100%;
	height: 100px;
	background: url('../../../gfx/cardListFound.png') no-repeat center center;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: left;
	position: relative;
	display: table;
	clear: both;
}
div.offerListFound div.offerListPix {
	text-align: center;
	float: left;
	margin: 17px 0px 0px 1px;
}
div.offerListFound div.foundName {
	height: 60px;
	padding-top: 30px;
	display: block;
	width: 358px;
	margin-left: 170px;
}
div.offerListFound h2 {
	font-size: 24px !important;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
div.offerListFound h2 a:hover,
div.offerListFound h2 a:active {
	color: #b54b4a;
	text-decoration: underline;
}
span.markedFound {
		background: #fffeb3;
		text-transform: uppercase;
}
div.price {
	display: block;
	height: 30px;
	font-family: 'Lobster';
	color: #ffffff;
	font-size: 22px;
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: -6px;
	transition: 0.2s;
}
div.price a {
	height: 30px;
	display: table;
	color: #ffffff;
	padding: 3px 10px 0px 10px;
	margin: auto;
	color: #ffffff !important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	transition: 0.2s;
}
div.offerList div.price {
	margin: 10px 26px 0px 0px;
	display: table;
	max-width: 100px;
	position: relative;
		-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
div.offer:hover div.price {
	bottom: 7px;	
}
div.offer:hover div.price a {
	padding: 3px 26px 0px 26px;
}
div.offerListFound div.price {
	display: table;
	font-family: 'Lobster';
	color: #ffffff;
	margin: 0px 26px 0px 26px;
	font-size: 22px;
	background-image: url('../../../gfx/priceBg.png');
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	bottom: 0px;
	text-align: center;
	float: right;
}
p.prevPrice {
	font-family: 'Lobster';
	color: #242424;
	font-size: 24px !important;
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center !important;
}

div#offers p.prevPrice {
	width: 100%;
	font-size: 18px !important;
	bottom: 30px;
	text-shadow: 0px 0px 2px rgba(255, 255, 255, 1);
}
p.prevPrice.foundPrice {
	margin-top: 7px !important;
}
div.offerList p.prevPrice {
	width: auto;
	display: table;
	float: left;
	position: relative;
	bottom: 0px;
	margin-top: 17px;
}
div.offerListFound p.prevPrice {
	position: absolute;
	right: 80px;
	bottom: -15px;
	text-shadow: 1px 1px 3px #ffffff;
	width: 70px;
	background: #fff;
	border: 1px solid #ddd;
	border-right: none;
	height: 31px;
	color: #ddd !important;
}
p.prevPrice a {
	text-decoration: line-through;
	color: #aaaaaa !important;
}
div.offerBig div.price {
	margin: 0px 46px 0px 46px;
}
div.offer:hover div.price,
div.offerBig:hover div.price {
	background-position: center bottom;
}

ul#paging {
	display: table;
	width: 100%;
	clear: both;
	background: url('../../../gfx/zab_d.gif') repeat-x left top;
	padding: 20px 0px 0px 0px;
}
ul#paging li {
	display: table;
	float: left;
	font-size: 18px;
	font-family: 'Lobster';
	margin: 0px 5px 0px 0px;
	height: 32px;
}
ul#paging li a {
	display: table;
	width: 29px;
	height: 26px;
	text-align: center;
	color: #44323f;
	padding-top: 3px;
}
ul#paging li a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
ul#paging li#currentPage a {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;	
	color: #ffffff;
	-moz-box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.8);
	-webkit-box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.8);
	box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.8);
}
div#dynamicOffers p,
div#offersList p {
	font-size: 16px;
	font-weight: 400;
}
div#footer {
	width: 100%;
	background: url('../../../gfx/bottomFlow.png') repeat-x left top;
	min-height: 70px;
	margin-top: -10px;
}
div#infooter {
	display: table;
	width: 100%;
	max-width: 1280px;
	margin: auto;
	padding: 15px 0px 0px 0px;
}
div#footer div.footBox {
	background: url('../../../gfx/fhr.png') no-repeat right center;
	height: 75px;
	display: table;
	padding: 0px 40px 0px 20px;
	margin: 0px 0px 0px 10px;
	text-align: center;
	float: left;
}
div#footer div.footBox img#payment {
	width: 94px;
	height: 27px;
	margin: 25px 0px 0px 0px;
}
div#footer div.footBox p {
	font-family: 'Lobster';
	font-size: 19px;
	color: #525252;
	margin: 22px 0px 0px 0px;
}
div#footer div.footBox p a {
	color: #525252;
}
div#footer div.footBox p a:hover,
div#footer div.footBox p a:active {
	color: #ffffff;
}
div#footer div.footBox img#allegro {
	width: 98px;
	height: 33px;
	margin: 20px 0px 0px 0px;
}
div#socials {
	float: right;
	text-align: center;
	margin: 0px 20px 0px 22px;
}
div#socials img {
	width: 32px;
	height: 32px;
	margin: 20px 8px 0px 8px;
}
div#footer img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;	
}
div#footer a:hover img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;		
}
div#outFooter {
	width: 100%;
	background: url('../../../gfx/bottomFlow_50.png') repeat-x center top;
	height: 40px;
}
div#limitFooter {
	max-width: 1240px;
	width: 100%;
	display: table;
	margin: auto;
}
div#limitFooter p {
	float: left;
}
div#limitFooter ul {
	float: right;
}
div#outFooter p,
div#outFooter ul li {
	color: #6c6c6c;
	font-size: 14px;
	font-family: "Lobster";
	font-style: italic;
	font-weight: bold;
}
div#outFooter p {
	margin: 15px 0px 0px 0px;
}
div#outFooter ul {
	margin: 12px 0px 0px 0px;
}
div#outFooter ul li a {
	color: #6c6c6c;	
}
div#outFooter ul li a:hover {
	color: #cccccc;	
}
div#limitFooter ul li {
	display: inline;
	padding: 0px 14px 0px 0px;
	margin: 0px 0px 0px 8px;
	background: url('../../../gfx/lowdot.png') no-repeat right center;
}
div#limitFooter ul li:last-child {
	padding: 0px 0px 0px 0px;
	background: none;
}
div#offersList {
	background: url('../../../gfx/zab_d.gif') repeat-x left top;
	padding: 25px 0px 10px 0px;
	margin: 10px 0px 0px 0px;
}
div#usedFilters {
	background: url('../../../gfx/zab_d.gif') repeat-x left bottom;
	padding: 0px 0px 22px 0px;
	margin: 0px 0px 10px 0px;
}
div#usedFilters h3 {
	font-weight: bold;
	font-size: 18px;
}
div#usedFilters h3 a {
	color: #fff;
	padding: 2px 26px 2px 6px;
	-webkit-box-shadow: 0px 0px 5px -1px rgba(66, 68, 90, 1);
    -moz-box-shadow: 0px 0px 5px -1px rgba(66, 68, 90, 1);
    box-shadow: 0px 0px 5px -1px rgba(66, 68, 90, 1);
	border: 1px solid #fff;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	margin: 0px 4px 0px 4px;
	background-image: url('../../../gfx/closeIcon.png');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 16px;
	font-weight: normal;
	text-shadow: 0px 0px 3px #242424;
}

div#kindMenu {
	padding: 5px 0px 5px 0px;
	margin: 50px 0px 30px 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #e56b59;
	border-color: #e56b59;
	-moz-box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.8);
	-webkit-box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.8);
	box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.8);
	border-width: 1px;
	border-style: solid;
	position: relative;
}
div#kindMenu h2 {
	text-align: left;
	font-family: 'Lobster';
	color: #ffffff;
	font-size: 22px;
	margin: 0px 0px 4px 16px;
}
div#kindMenu h2 a {
	color: #ffffff;
}
div#kindMenu ul {
	text-align: center;
	background: url('../../../gfx/_trans/000000_10.png');
	margin: 0px 15px 5px 15px;
	padding: 8px 0px 8px 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
	display: none;	
}
div#kindMenu ul ul {
	margin: 10px 0px 10px 0px;
}
div#kindMenu ul li {
	font-family: 'Lobster';
	font-size: 18px;
	color: #ffffff;
	margin: 2px 0px 2px 0px;
	padding: 0px 0px 0px 16px;
	text-align: left;
}
div#kindMenu ul li#allCats {
	background: url('../../../gfx/_trans/000000_20.png') repeat-x left top;
	margin: 10px 0px 2px 8px;
	padding: 4px 0px 0px 0px;
}
div#kindMenu ul li a {
	color: #ffffff;	
}
div#kindMenu ul li a:hover,
div#kindMenu ul li#currentCategory a,
div#kindMenu ul li#currentCategory a#secMarked,
div#kindMenu h2 a:hover {
	text-shadow: 0px 0px 3px #ffffff;

}
div#kindMenu ul li#currentCategory ul li a {
	text-shadow: none;
}
div#kindMenu ul li#currentCategory {
		background: url('../../../gfx/_trans/000000_20.png');
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
h2#sorts {
	float: right;
	font-family: 'Lobster';
	font-size: 18px;
	margin: 12px 0px 0px 10px;
}
h2#sorts a {
	color: #ffffff;
	padding: 1px 8px 2px 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}
h2#sorts a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;	
}
div#art {
	margin: 0px 0px 30px 0px;
}
div#art h1,
div#art h2,
div#art h3,
div#art h4 {
	font-family: 'Lobster';
	color: #41303c;
}
div#art h1 {
	font-size: 42px;
	background: url('../../../gfx/zab_d.gif') repeat-x left bottom;
	padding: 0px 0px 12px 0px;
	margin: 0px 0px 15px 0px;
	line-height: 38px;		
}
div#art h2 {
	font-size: 32px;
	margin: 0px 0px 10px 0px;		
}
div#art h3 {
	font-size: 28px;
	margin: 0px 0px 10px 0px;		
}
div#art h4 {
	font-size: 18px;
	margin: 0px 0px 10px 0px;		
}
div#art p,
div#art ul li,
div#art ol li {
	font-size: 16px;
	margin: 0px 0px 15px 0px;
}
div#art p a,
div#art li a,
div#art h1 a,
div#art h2 a,
div#art h3 a,
div#art h4 a,
div#description a {
	color: #d85747;
}
div#art p a:hover,
div#art li a:hover,
div#art h1 a:hover,
div#art h2 a:hover,
div#art h3 a:hover,
div#art h4 a:hover,
div#description a:hover {
	text-decoration: underline;
}
div#description ul,
div#description ol,
div#art ul,
div#art ol {
	margin: 0px 0px 15px 0px;	
}
div#art ol li {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 3px 0px 3px 20px;
}
div#art ol li ul {
	margin: 5px 0px 5px 0px;
}
div#art ol li ul li {
	list-style-type: none;	
	margin: 3px 0px 3px 5px;
}
div#art ul li {
	margin: 3px 0px 3px 0px;
}
div#art ul li,
div#description ul li {
	background: url('../../../gfx/dot.gif') no-repeat left 7px;
	padding: 0px 0px 0px 6px;
}
div#art table {
	margin: 10px 0px 20px 0px;
}
div#art table td {
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	background: url('../../../gfx/_trans/ffffff_30.png');	
}
div#art table td p {
	margin: 2px 5px 2px 5px;
}
div#art table tr:nth-child(2n + 2) td {  
	background: url('../../../gfx/_trans/ffffff_70.png');
}
div.movie {
	margin: 20px 0px 20px 0px;
}
div.filterBox p {
	font-size: 12px;
	text-transform: lowercase;
	clear: both;
	font-weight: bold;
}
div.filterBox p a {
	color: #d85747;
}
div.filterBox p a:hover {
	text-decoration: underline;
}
div.filterHolder,
div#dynamicOffers,
div#offers {
	display: table;
	clear: both;
	width: 100%;
}
div.filterHolder ul {
	margin-bottom: 20px;
	display: table;
}
div.filterHolder ul li a {
	display: table;
	width: 32px;
	height: 32px;
	margin: 3px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #fff;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 5px -1px rgba(66, 68, 90, 1);
	-moz-box-shadow: 0px 0px 5px -1px rgba(66, 68, 90, 1);
	box-shadow: 0px 0px 5px -1px rgba(66, 68, 90, 1);
	transition: 0.2s;
	text-align: center;
	color: #585858;
	font-weight: bold;
	line-height: 30px;
	overflow: hidden;
}
ul.sizesList a {
	background: #fff;
}
div.filterHolder ul li a:hover,
div.filterHolder ul li#markColor a {
	-webkit-border-radius: 20%;
	-moz-border-radius: 20%;
	border-radius: 20%;
	width: 38px;
	height: 38px;
	line-height: 36px;
	margin: 0px;
}
div.filterHolder ul li#markSize a {
	-webkit-border-radius: 20%;
	-moz-border-radius: 20%;
	border-radius: 20%;
	width: 38px;
	height: 38px;
	line-height: 36px;
	margin: 0px;	
}
div.filterHolder ul li#markColor a img {
	width: 26px;
	height: 26px;
	margin: 5px 5px -6px 5px;
}
div.filterHolder p a.clearFilters {
	font-size: 16px;
}
div#details h1 {
	background: url('../../../gfx/zab_d.gif') repeat-x left bottom;
	padding: 0px 0px 13px 0px;
	margin: 0px 0px 20px 0px;
	font-size: 42px;
	line-height: 42px;
}
div#details h1 span {
	font-size: 20px;
	display: table;
	width: 100%;
}
div#fotos {
	width: 50%;
	float: left;
	margin-right: 40px;
}
a.foto img {
	background: #fff;
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
a.foto {
	width: 100%;
	display: none;
}
div#details a.foto:first-child {
	display: block;
}
a.thumb {
	width: 100px;
	height: 100px;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	display: table;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	float: left;
	margin: 6px 8px 0px 0px;
	text-align: center;
	overflow: hidden;
}
div#thumbs a:first-child img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
}
div#description p {
	color: #434343;
	font-size: 16px;
	margin: 0px 0px 10px 0px;
}
div#description {
	background: url('../../../gfx/zab_d.gif') repeat-x left bottom;
	padding: 0px 0px 20px 0px;
	display: table;
	min-width: 264px;
}
div#sizes {
	margin: 10px 0px 0px 0px;
	display: table;	
	min-width: 264px;	
	line-height: 34px;
}
div#sizes p {
	margin: 0px 0px 0px 0px !important;
}
div#sizes a {
	color: #ffffff;
	background: #898989;		
	padding: 1px 6px 0px 6px;
	margin: 5px 0px 0px 6px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	font-size: 24px;
}
div#sizes a:hover {
	background: #aaa;		
}
div#priceBox {
	margin: 10px 0px 0px 0px;
}
div#priceBox p.priceLine {
	font-family: 'Lobster';
	color: #41303c;
	font-size: 32px;
}
div#priceBox p.omnibus {
	margin: 10px 0px 10px 0px;
	border: 1px solid #ccc;
	padding: 5px 8px 5px 8px;
	background: #f1f1f1;
	border-radius: 4px;
	font-size: 15px;
}
div#offersList p.omnibus,
div.offerList p.omnibus {
	display: table;
	width: 100%;
	clear: both;
	font-size: 13px;
	margin-top: 12px;
	color: #aaa;
}
div.foundOmnibus p.omnibus {
	margin-left: 168px;
}
div#priceBox p span.discount {
	color: #aaaaaa;
	text-decoration: line-through;
}
div#sizes p {
	font-family: 'Lobster';
	color: #41303c;
	font-size: 20px;
	line-height: 36px;
	margin: 0px 0px 8px 0px;
	width: 100%;
}
div#priceBox p#buy {
	font-size: 30px;
	margin: 20px 20px 10px 0px;
}
div#priceBox p#buy a {
	color: #ffffff;
	padding: 0px 16px 4px 46px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: url('../../../gfx/cart-f.gif');
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: 7px 5px;
}
div#priceBox p#buy a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
div#similars,
div#details {
	width: 100%;
	clear: both;
	display: table;
	margin-top: 36px;
}
div#similars h2 {
	font-family: 'Lobster';
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	font-size: 30px;
}
div#googleMap {
	height: 400px;
	border: 3px solid #ffffff;
	margin: 20px 0px 10px 0px;
}
div.sideBox {
	position: relative;
	clear: both;
	display: table;
	padding: 10px 0px 5px 0px;
    margin: 0px 0px 30px 0px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #e56b59;
}
div.sideBox h2 {
	color: #fff;
	background: none;
	margin: 0px 10px 10px 10px;
	font-family: "Lobster", "Times New Roman";
	font-size: 24px;
}
div#mailBox form {
	margin: 0px 10px 0px 10px;
}
div#mailBox textarea,
div#mailBox input[type=text] {
	border-radius: 5px;
    background: #fff;
    padding: 6px 8px 6px 8px;
    font-size: 16px;
    width: calc(100% - 16px);
    border: 1px solid #ffffff;
    -moz-box-shadow: inset 0 0 3px #999999;
    -webkit-box-shadow: inset 0 0 3px #999999;
    box-shadow: inset 0 0 3px #626262;
    font-family: "Lobster", "Times New Roman";
	margin: 0px 0px 4px 0px;
}
div#mailBox input[type=submit] {
	background: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: none;
	color: #ffffff;
	font-family: 'Lobster';
	width: 90px;
	padding: 2px 5px 4px 5px;
	font-size: 28px;
	cursor: pointer;
	display: table;
	float: right;
}
div#mailBox input[type=submit]:hover {
	text-shadow: 0px 0px 3px #ffffff;
}
div#mailBox input[type=submit]:active {
	color: #545454;
}
input[type=submit]:hover {
	opacity: 0.8;
}
#kalendarz {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 30px 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #e56b59;
	border-color: #e56b59;
	background-image: url('../../../gfx/noise.png');
	-moz-box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.8);
	-webkit-box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.8);
	box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.8);
	border-width: 1px;
	border-style: solid;
}
#kalendarz div#calFrame {
	text-align: center;
	background: url('../../../gfx/_trans/000000_10.png');
	margin: 0px 10px 0px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}
#kalendarz table {
	margin: 8px 8px 8px 8px;
}
#kalendarz table td,
#kalendarz table th {
	text-align: center;
	color: #ffffff;
}
#kalendarz table td#sday {
	background: url('../../../gfx/_trans/000000_10.png');
}
#kalendarz #head {
	font-weight: bold;
	font-family: 'Lobster';
	font-size: 17px;
}
#kalendarz #head td {
	padding: 7px 0px 7px 0px;

}
#kalendarz #head td a {
	color: #ffffff;
	font-size: 16px;
}
#kalendarz #head td a:hover {
	text-shadow: 0px 0px 3px #ffffff;
}
#kalendarz #tableHeader th {
	font-weight: bold;
	font-size: 12px;
}
#kalendarz .datas td {
	width: 26px;
	height: 20px;	
	text-align: center;
	color: #ffbbbb;
	font-size: 12px;
}
#kalendarz .datas td a {
	color: #ffffff;
	display: table;
	width: 26px;
	height: 20px;
	text-align: center;
	margin: auto;
	line-height: 25px;
	font-weight: bold;
}
div#newsList {
		
}
div.new {
	margin: 0px 0px 20px 0px;
}
div.new h2 a {
	color: #e56b59;
}
div.new p a {
	color: #585858 !important;
}
div.new p a:hover {
	text-decoration: none !important;
}
div.new p {
	margin: 0px 0px 5px 0px !important;
}
div.new p.subdate {
	margin: 0px 0px 2px 0px !important;
	font-weight: bold;	
}
p#artDate {
	font-weight: bold;
}
span.mark {
	background: #f3ff36;
}
ul#searches li {
	margin: 2px 0px 2px 0px;
}
ul#searches ul {
	margin: 5px 0px 5px 0px;
}
div.blk {
	width: 100%;
	clear: both;
	display: table;
}
div.cartPosition {
	display: table;
	clear: both;
	width: 100%;
	margin: 0px 0px 20px 0px;
}
div.cartPosition p.counts input[type=text] {
	background: #ffffff;
	width: 22px;
	padding: 0px 2px 0px 2px;
    -moz-box-shadow: inset 0 0 2px #999999;
    -webkit-box-shadow: inset 0 0 2px #999999;
    box-shadow: inset 0 0 2px #626262;
	border: 1px solid #ffffff;
	font-family: "Lobster", "Times New Roman";
	text-align: center;
}
div.cartPosition form p.counts {
	font-size: 18px !important;
	font-family: "Lobster", "Times New Roman";
	line-height: 30px;
}
div.cartPosition form p.counts span {
	color: #d85747;	
}
div.cartPosition p.counts input[type=submit] {
	background: #d85747;
	color: #ffffff;
	padding: 0px 10px 2px 10px;
	font-family: "Lobster", "Times New Roman";
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: none;
	display: none;
	cursor: pointer;
	margin: 0px 0px 0px 5px;
}
div.cartPosition p.counts input[type=submit]:active {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}
div.cartPosition p.remButton {
	margin: 15px 0px 10px 10px !important;
	font-weight: bold;
}
div.cartPosition p.remButton a {
	text-decoration: underline;
}
div.cartPosition div.offer {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0px 20px 0px 0px;
}
a.primaryAction {
	color: #ffffff !important;
    padding: 8px 16px 8px 46px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-image: url(../../../gfx/gogogo.gif);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 7px 7px;
	background-color: #d85747;
	text-decoration: none !important;
}
div#cart {
	margin: 30px 0px 10px 0px;
	width: 100%;
	display: table;
	clear: both;
}
form#orderForm {
	display: table;
	clear: both;
	width: 100%;
}
h3#cartSum {
	font-family: "Lobster", "Times New Roman";
	font-size: 30px;
	background: url('../../../gfx/zab_d.gif') repeat-x left top;
	padding: 18px 0px 0px 0px;
}
h3#cartSum span {
	color: #d85747;
	font-weight: bold;		
}
p.stepButton {
	font-family: "Lobster", "Times New Roman";
	font-size: 22px !important;
	margin: 16px 0px 10px 0px !important;
}
p.stepButton a {
	color: #e56b59;
	text-decoration: underline;	
}
p.stepButton a:hover {
	opacity: 0.8;	
}
div#orderDetails,
div#orderPayment {
	display: none;
}
div.orderBlock {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin: 0px 0px 20px 0px;
	padding: 15px;
	border: 1px solid #ffffff;
	min-width: 300px;
	display: table;
	clear: both;
	background: #f1f1f1;
}
div#resume {
	display: none;
}
div#orderDetails select {
	border-radius: 5px;
    background: #fff;
    padding: 6px 20px 6px 8px;
    font-size: 16px;
    border: 1px solid #ffffff;
    font-family: "Lobster", "Times New Roman";
	margin-top: 5px;
	border: 1px solid #aaa;
}
div#orderDetails p.legend {
	font-size: 16px;
	margin: 10px 0px 16px 0px;
}
div#orderDetails input[type=text],
form#complaintForm input[type=text] {
	border-radius: 5px;
    background: #fff;
    padding: 6px 8px 6px 8px;
    font-size: 16px;
    border: 1px solid #ffffff;
    -moz-box-shadow: inset 0 0 3px #999999;
    -webkit-box-shadow: inset 0 0 3px #999999;
    box-shadow: inset 0 0 3px #626262;
    font-family: "Lobster", "Times New Roman";
}
p#user {
	float: right;
	font-family: "Lobster", "Times New Roman";
	font-size: 18px;
	color: #ffffff;
	margin: 8px 20px 0px 0px;
	overflow: hidden;
	display: block;
}
p#user a {
	color: #f0f0f0;
}
div#userArea {
	
}
div#userArea input[type=text],
div#userArea input[type=password],
div#userArea textarea,
form#complaintForm textarea {
    border-radius: 5px;
    background: #fff;
    padding: 6px 8px 6px 8px;
    font-size: 16px;
    width: calc(100% - 16px);
    border: 1px solid #ffffff;
    -moz-box-shadow: inset 0 0 3px #999999;
    -webkit-box-shadow: inset 0 0 3px #999999;
    box-shadow: inset 0 0 3px #626262;
    font-family: "Lobster", "Times New Roman";
}
form#complaintForm textarea {
	max-width: 640px;
	width: 100%;
}
form#complaintForm label {
	width: 100%;
	margin: 3px 0px 3px 0px;
	display: table;
	cursor: pointer;
}
div#userArea input[type=submit] {
	font-family: "Lobster", "Times New Roman";
    margin: 10px 10px 0px 0px;
    font-size: 18px;
    color: #ffffff;
    background: url(../../../gfx/redBg.jpg);
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    padding: 4px 15px 6px 15px;
    color: #ffffff;
    border: 1px solid #983d3e;
}
p.actBtt {
	font-family: "Lobster", "Times New Roman";
	font-size: 18px;
	margin: 3px 0px 0px 10px !important;		
}
p.actBtt a {
	text-decoration: none !important;
}
div#userArea input[type=submit]:hover {
	text-shadow: 0px 0px 3px #ffffff;
}
p.actBtt a:hover {
	text-decoration: underline;
}
div#userArea input[type=submit]:active {
	background: #c74734;
}
p.actBtt a:active {
	background: #545454;
}
div#userArea a:hover {
	text-decoration: underline;
}
form#askForm input[type=text],
form#askForm textarea {	
	width: 320px;	
}
div#openContact {
	margin: 10px 0px 0px 0px;
	display: table;	
	width: 100%;
	min-width: 264px;	
	line-height: 34px;
	background: url('../../../gfx/zab_d.gif') repeat-x left bottom;
	padding: 0px 0px 15px 0px;	
}
div#openContact p {
	font-family: "Lobster", "Times New Roman";
	font-size: 16px;
}
div#openContact p a {
	color: #d85747;
	background-image: url('../../../gfx/mail.gif');
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: left center;
	padding-left: 26px;
}
div#openContact p a:hover {
	text-decoration: underline;
}
p.vat,
p.posVat {
	font-size: 16px !important;
	font-style: normal !important;
}
p.vat {
	clear: both;	
}
div#userArea label {
	margin: 4px 0px 0px 0px;
	font-size: 12px;
	display: table;
}
div#registerSideForm {
	display: table-cell;
	float: left;
	margin: 0px 20px 0px 0px;
	width: 50%;
}
div#registerSideDisclaimers {
	padding: 15px 0px 0px 0px;
    display: block;
    height: 100%;
    max-height: 740px;
    overflow: auto;
}
div#registerSideDisclaimers p,
div#registerSideDisclaimers li,
div#registerSideDisclaimers label  {
	font-size: 16px;
	margin-bottom: 16px;
}
div#registerSideDisclaimers p a,
div#registerSideDisclaimers li a {
	text-decoration: underline;
}
div#formWarning p {
	color: #354f6c;
	font-weight: bold;
	font-size: 16px;
	margin: 0px 0px 10px 0px;
}
div#processing {
	height: 32px;
	background: url('../../../gfx/loader.gif') no-repeat center center;
	display: none;
}
img#profileIcon {
	width: 18px;
	height: 18px;
}
ul.resumeList li {
	
}
div.resumeBlock {
	margin: 25px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
	border-top: 2px solid #ffffff;
}
div#sendDetails p {
	margin: 0px 0px 0px 0px;
}
div#sendDetails p#uName {
	font-weight: bold;
}
p#loginLink {
	font-weight: bold;
	margin: 0px !important;
}
p.diver {
	margin: 10px 0px 5px 0px !important;
}
span#sumPrice {
	color: #e56b59;
}
form#orderForm input[type=submit],
form#complaintForm input[type=submit] {
	font-family: "Lobster", "Times New Roman";
    color: #ffffff !important;
    padding: 8px 16px 8px 46px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-image: url(../../../gfx/bag.gif);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 7px 7px;
    background-color: #d85747;
    text-decoration: none !important;
	border: none;
	font-size: 24px;
	cursor: pointer;
}
form#orderForm input[type=submit]:active,
form#complaintForm input[type=submit]:active {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;	
}
div#loginOps label,
div#userData label {
	font-size: 16px;
	clear: both;
	display: table;
	color: #545454;
	cursor: pointer;
	margin-bottom: 8px;
}
div#loginOps label:hover,
div#userData label:hover {
	color: #e56b59;	
}
div#userKind {
	margin: 5px 0px 0px 10px;
}
div#processingOrder {
	height: 16px;
    width: 100%;
    clear: both;
    background: url(../../../gfx/loader.gif) no-repeat left center;
    background-size: 64px 64px;
    display: none;
    margin: 16px 0px 16px 0px;
    padding: 16px 16px 16px 60px;
}
p.infoBox {
	font-family: "Lobster", "Times New Roman";
	font-size: 18px !important;
	color: #545454 !important;
}
p.infoBox b {
	color: #e56b59;	
}
div#userData,
div#userDataDetails,
div#companyOps {
	display: none;
}
div#userData a,
div#userDataDetails a,
div#companyOps a {
	text-decoration: underline !important;
}
input#payByPayU {
	border: none;
	background-color: none;
	background: url('../../../gfx/payu_account_button_01.png') no-repeat center center;
	cursor: pointer;
	width: 160px;
	height: 35px;
	margin: 0px 40px 20px 0px;
}
.blink {
	font-weight: bold;
	color: #be353f;
}
div#dynamicSearch {
	width: 211px;
	background: url('../../../gfx/dynamicBg.png') repeat-x center bottom;
	padding: 0px 0px 10px 0px;
	display: none;
}
div#bigSearch div#dynamicSearch {
	width: 100%;
	max-width: 500px;
	margin: 0px 0px 0px 27px;
	position: absolute;
	z-index: 8000;
	background: #fff;
	-webkit-box-shadow: 0px 21px 27px -22px rgba(78, 78, 80, 1);
	-moz-box-shadow: 0px 21px 27px -22px rgba(78, 78, 80, 1);
	box-shadow: 0px 21px 27px -22px rgba(78, 78, 80, 1);
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	padding: 0px 0px 1px 0px;
}
div#dynamicSearch span#below{
	width: 100%;
	background: url('../../../gfx/below.png') no-repeat center top;
	height: 10px;
	display: table;
}
div#bigSearch div#dynamicSearch span#below{
	display: none;
}
div#dynamicSearch div#dynamicMask {
	max-height: 350px;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
}
div#dynamicSearch div#dynamicSearchContent {
	margin: 0px 10px 0px 10px;
	padding: 10px 0px 0px 0px;
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "Lobster", "Times New Roman";
	font-size: 14px;
	color: #2c2c2c;	
}
div#dynamicSearchContent {
	padding-bottom: 10px !important;
}
div#dynamicSearch div#dynamicSearchContent div {
	display: block;
	background-position: left center;
	background-repeat: no-repeat;
	height: 46px;
	background-size: auto 100%;
	overflow: hidden;
	cursor: pointer;
}
div#dynamicSearch div#dynamicSearchContent div p {
	margin-left: 70px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 16px;	
}
div#bigSearch div#dynamicSearch div#dynamicSearchContent div p {
	margin-left: 80px;
}
div#bigSearch div#dynamicSearch div#dynamicSearchContent p {
	font-size: 18px;
	line-height: 24px;	
}
div#dynamicSearch div#dynamicSearchContent div a {
	color: #2c2c2c;	
}
div#dynamicSearch div#dynamicSearchContent div:hover a {
	color: #cf6d3d;
}
div#dynamicSearch div#dynamicSearchContent div:hover p span.oldPrice {
	color: #aaa;
}	
div#dynamicSearch div#dynamicSearchContent hr {
	border: none;
	height: 3px;
	background: url('../../../gfx/zab_d.gif') repeat-x left center;
}
div#dynamicSearch div#dynamicSearchContent div p span.oldPrice {
	text-decoration: line-through;
	color: #ccc;
}
div#dynamicSearch div#dynamicSearchContent div p span.currentPrice {
	color: #cf6d3d;
}
div#dynamicSearch div#dynamicSearchContent hr:last-child {
	display: none;
}
div#outOfStock {
	clear: both;
	padding: 10px 0px 0px 0px;
}
div#outOfStock p {
	font-family: "Lobster", "Times New Roman";
	font-size: 18px;
	color: #b54b4d;
}
div.sadPic {
	text-align: center;
}
div.sadPic img {
	width: 100%;
	max-width: 720px;
	height: auto;
}
.cnt {
	text-align: center;
}
p.agreeObligo {
	font-weight:bold;
}
div#inpostSelector {
	display: none;
}
div#inpostSelectorInner {
	background: #fff;
	border-radius: 8px;
	border: 1px solid #aaa;
	padding: 8px;
}
div#inpostSelector p#serviceLogo {
	margin-bottom: 4px;
}
p#serviceLogo img {
	height: 20px;
	width: auto;
}
div#inpostSelector p.legend {
	margin: 0px 0px 2px 0px;
	margin: 0px 0px 2px 0px;
}
a.smallButton {
	padding: 8px 16px;
	border: 2px solid #d85747;
	border-radius: 6px;
	margin: 0px 0px 0px 0px;
	display: table;
	text-align: center;
	color: #d85747;
	font-weight: bold;
}
a.smallButton:hover {
	opacity: 0.8;
}
div#packDetails div#packPreview {
	width: 106px;
	height: 106px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	float: right;
	border: 2px solid #fff;
	border-radius: 8px;
	margin: 0px 0px 0px 30px;
}
p.note {
	font-size: 13px !important;
	color: #aaa;
}
div#packDetails p {
	margin-bottom: 8px;
}
div#inpostResume {
	display: none;
	background: #fff;
	border-radius: 8px;
	border: 1px solid #aaa;
	padding: 8px;
	max-width: 450px;
	margin: 6px 0px 10px 0px;
}
div#inpostResume div#packPreview {
	width: 70px;
	height: 70px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	float: right;
	border: 2px solid #fff;
	margin: -4px 0px 0px 20px;
	border-radius: 6px;
}
a.payu-paynow {
	display: block;
	background: #fff;
	padding: 8px 16px;
	border-radius: 8px;
	border: 1px solid #ccc;
	max-width: 200px;
	transition: all 0.2s;
	animation: pulse 2s infinite;	
}
a.payu-paynow:hover {
	border: 1px solid #f3f3f3;
	-webkit-box-shadow: 0px 0px 8px -4px rgba(66, 68, 90, 1);
	-moz-box-shadow: 0px 0px 8px -4px rgba(66, 68, 90, 1);
	box-shadow: 0px 0px 8px -4px rgba(66, 68, 90, 1);	
}
a.payu-paynow > img {
	width: 100%;
	height: auto;
}
p#isInvoice {
	display: none;
}
@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}