*{
    box-sizing:border-box;
	vertical-align: top;
}
table, img{
    border: none;
}
table, tr, td, tbody{
    background: none;
    border: none;   
}
html, body{
    height: 100%;
	margin: 0;
}
#wrapper{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -200px 0;    
}
body{
    font-family: Tahoma, Geneva, sans-serif;
	color: #222;
    font-size : 9px;
    background: url(images/noise_pattern.png) repeat, url(images/bg_main.jpg) center top no-repeat;
	background-color: #ffeac2;
	background-attachment:scroll;
}
a{
	color: #8d0000;
	text-decoration: none;
}
a:hover{
	color: #F60;
}
#mainTab{
    border : none;
    box-sizing: content-box;
    width: 960px;
    margin: 0 auto 0 auto;
    background: white;
    padding: 0 20px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 -2px 2px 0 rgba(0,0,0,0.5) inset;
    border-bottom: thin solid rgba(255,255,255,0.8);
}

#stopka, .push{
height: 0px;
width:100%;
}
#stopka{
    width: 1000px;
    height: 300px;
    overflow: visible;
    margin: 160px auto 0;
    box-sizing:border-box;
}
#stopka .artwork{
	margin-left: -140px;
}
#menuWrapper{
	z-index: 200;
    clear:right;
	position:relative;
	margin: 30px 0;
	height: 35px;
	/*box-shadow: 0 -10px 10px 0 rgba(250,50,0,0.5) inset;*/
	background-color: #fc0;
	border-radius: 15px 15px 0 0;
}
#menuWrapper *{
    border: none;
}

#menu *{
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-o-transition: all 200ms;
	-ms-transition: all 200ms;
	transition: all 200ms;
	box-sizing:border-box;
	margin: 0;
	padding: 0;
}
#menu{
		position:absolute;
		font-family: 'Chalkduster', Tahoma, Arial, Helvetica, sans-serif;
		font-size: 14px;
		overflow: visible;
		/*text-shadow:	0 -1px 1px rgba(0, 0, 0, 0.5);*/
		text-align: left;
		border: none;
		width: 100%;
		margin: 0px auto 0;
		background: url(images/psie_ramki_bottom.png) repeat-x 300px bottom, url(images/psie_ramki_left.png) repeat-y left, url(images/psie_ramki_top.png) repeat-x top, url(images/psie_ramki_right.png) repeat-y right, url(images/dog_paw_20px.png) no-repeat right;
		height: 35px;
		line-height: 33px;
		text-transform: uppercase;
}

#menu a{
	font-size: 14px;
	box-sizing:content-box;
	padding: 8px 20px 8px;
	height: 35px;
	color: #333;
	text-decoration: none;
	margin: 0 -4px 0 0;
	border-right: 3px solid white;
}
#menu ul{
	margin: 2px 0 0 0;
}
#menu ul li:first-child a.parent{
	border-radius: 15px 0 0 0;	
}
#menu ul, #menu ul ul{
	list-style: none;
}
#menu ul ul{
	position:absolute;
	display: none;
	z-index: 999;
	background: url(images/psie_ramki_bottom.png) repeat-x 300px bottom, url(images/psie_ramki_left.png) repeat-y left, url(images/psie_ramki_right.png) repeat-y right;
	background-color: #ffdb4c;
	top: 33px;
	border-radius: 0 0 10px 10px;
	text-align: left;
}
#menu ul ul a{
	font-family: Tahoma, Geneva, sans-serif;
	text-transform: none;
	display:block;
	font-size: 12px;
	border:none;
	margin: 0;
	padding: 0 20px 0 20px;
	height: 25px;
	line-height: 25px;
	border-radius: none !important;
}
#menu ul ul li{
	float: none;
}
#menu ul ul li:last-of-type a{
	border-radius: 0 0 10px 10px;	
}
#menu ul li{
	float: left;
}
#menu ul li:hover ul{
	display: block;
}
#menu a:hover{
	background: rgba(255,255,255, 0.3);	
	color: #fff;
	text-shadow: 0 0 3px gray;
}
#menu a:active{
	background: rgba(0,0,0,0.5);
	box-shadow:  0px 0px 25px 0 rgba(150,0,0,1) inset;
	color: #fff;
}

#logo{
    font-size: 30px;
    color: #ff6f0e;
    text-transform: capitalize;
    font-weight:bolder;
    font-family: 'UbuntuBold';
    text-shadow: 0px -1px  0px black;
    clear: left;
	position: relative;
	top: -38px;
	left: 10px;
	margin: -30px 0;
}
#haslo{
    clear: right;
    float: right;
    font-family: 'UbuntuCondensedRegular';
    font-size: 40px;
    color: #ccc;
    margin: 20px;   
}

#searchrow .container input {
    background: none;
    border: none;
    margin: none;
}
input:focus{
    outline: none;
}

#searchRow{
	width: 350px;
	float: right;
	background: #f7b871;	
	border-radius: 0 0 5px 5px;
	border: #f88f3c;
	border: #f88f3c solid thin;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

#searchRow .container{
	display:inline-block;
}
#quicksearch *{
	display: inline-block;	
}
#quicksearch input{
    background: url(images/lupa_searchbox.png) white no-repeat 5px 4px;
    border: solid thin #aaa;
    border-radius: 3px 0 0 3px ;
    height:25px;
    width:230px;
    margin: 10px;
    margin-right:0;
    padding-left:30px;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
    transition: all 300ms;
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Arial", sans-serif;
    color: #ccc;
}
#quicksearch input:focus{
    font-weight:bold;
    color: #000;
    background: url(images/lupa_searchbox.png) no-repeat 5px 4px #ffc;
    border: solid thin #aaa;
    height:25px;
    width:230px;
}
#quicksearch .submit {
cursor: pointer;
width: 25px;
height: 25px;
border-radius: 0 3px 3px 0;
border: solid thin gray;
border-left: none;
margin: 10px 0;
padding: 0;
position: relative;
top: 0;
left: -3px;
display: inline-block;
vertical-align: top;
background: #FEA501;
text-align: center;
line-height: 25px;
font-size: 20px;
font-family: Arial;
color: white;
font-weight: bold;
}

#smallSections {
	margin: 7px 10px 0;
	display: inline-block;
  	float: left;
    font-size: 10px;
    color: #f88f3c; 
	font-weight: normal !important; 
}
#smallSections a{
    text-decoration: none;
	margin: 0 5px;
}
#smallSections a:nth-child(0n+1){
	margin-left: 0;	
}
#smallSections a:hover{
    border-bottom: solid thin #f88f3c;
}

#koszykBtn{
	display: inline-block;
}


#productContainer{
	border: none;
	display: block;	
	width: 800px;
	margin-left: 30px;
}


#productContainer .container{
	padding: 5px;
	margin: 0px auto 50px;
	width: 50%;	
}

#productContainer .container a{
	display: inline-block;
	background: #eee;
	border-radius: 5px;
	color: black;
	padding: 0 5px;
	min-width: 25px;
	min-height: 25px;
	line-height:25px;
	border: solid thin #ccc;
	font-weight: bold;
	margin: 0 3px
}

#productContainer .container .selected{
	background: white;
	color: gray;
	border-color: #ddd;
}
#productContainer .container a:hover {
	background: #fc0;
	color: 999;
	border-color: orange;	
}

.barCommon{
	width: 774px;
	height: 30px;
	color: white;
	border-radius: 10px;
	line-height: 30px;
	padding: 0 10px;
	font-family: Tahoma;
	font-size: 17px;
	margin: 30px 0 20px 3px;
	background: url(images/psie_ramki_bottom.png) repeat-x 300px bottom, url(images/psie_ramki_left.png) repeat-y left, url(images/psie_ramki_top.png) repeat-x top, url(images/psie_ramki_right.png) repeat-y right, url(images/dog_paw_20px.png) right no-repeat;
}
.barCommon a{
	color: white;	
}
.barCommon a:hover{
	color: orange;
}
.orange{
	background-color:#FC0;
}
.red{
	background-color: #df0202;	
}
.smallerText{
	font-size: 12px;
}
.promoContainer{
	font-size: 13px;
	color: white;
	line-height:30px;
	text-align: center;
	position: absolute;
	top: -10px;
	right:-10px;
}
.promoContainer div:first-of-type{
	width: 55px;
	height: 30px;
	background: #df0202;
	border-radius: 5px;
}
.promoContainer div:last-of-type{
	border-color: #df0202 transparent transparent #df0202;
  border-style: solid;
  border-width: 5px;
  height:0;
  width:0;
  margin-left:10px;
}


.individualProduct:nth-of-type(4n){
	border-right: none !important;
	margin-right: 0px !important;
}
.individualProduct:first{
	display: block;	
}
.individualProduct{
	position: relative;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	width: 180px;
	height: 280px;
	border: none;
	border-right: solid thin #ccc;
	overflow: visible;
	margin: 20px 20px 60px 0;
}
.individualProduct *{
	display: block;	
}
.productListing {
	max-height: 150px;
	overflow:visible;
}
.productListing .title, .productListing .maxPrice{
	position: static !important;
	margin: auto;
	margin-bottom: 10px !important;
	text-align: center !important;
}
.productListing .photo{
	min-height: 150px;
	min-width: 150px;
	overflow: hidden;
}
#lowerInfo {
	display: block;
}
.individualProduct .photo{
	margin: 0 auto !important;
	display: inline-block;
	max-width: 180px;
	max-height: 180px;	
}
.individualProduct .photo img{
	max-width: 150px;
	max-height: 150px;
	margin: auto;
}
.individualProduct img{
 	border-radius: 5px;	
}


.individualProduct .title{
	display: block;
	color: #555;
	font-size: 14px;
	line-height:18px;
	max-height: 60px;
	overflow:hidden;
	padding-right: 10px;
	text-overflow: ellipsis-word;
	position: absolute;
	top: 160px;
	text-align: left;
	
}
.individualProduct .maxPrice{
	position: absolute;
	bottom: 25px;
	font-size:12px;
	color: #aaa;
}
.individualProduct .minPrice{
	position: absolute;
	bottom: 40px;
	font-size:20px;
	text-transform:lowercase;
	color: #F57E20;
	font-weight: normal;
	font-family: Verdana, Tahoma, "Lucida Grande", Arial, sans-serif;
	letter-spacing: -0.1em;
}
.button{
	box-sizing: content-box;
	display: block;
	text-align:left;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding: 2px 6px;
	background: #fc0;
	color: #333;
	font-weight: bold;
	border: 1px solid #F5A61F;
	border-radius: 3px;
	width: 79px;
	position: absolute;
	bottom: 0px;
	transition: box-shadow 300ms;
}
.individualProduct:hover .button, .button:hover, .container:hover .button{
	color: white;
	box-shadow: 0 0 5px 0 orange;	
}


.grayButton {
	background-color:#DDD !important;
	color:#222;
	border-color: #aaa;
	width: 71px;
}
.individualProduct:hover .grayButton{
	color: #666 !important;
	box-shadow: 0 0 5px gray !important;	
}
#leftColumn{
	width: 150px;
	vertical-align:top;
	display: inline-block;
}

#leftColumn .container{
	position:relative;
	width: 100%;
	background: #efefef;
	padding: 10px;
	border-radius: 5px;
	border: solid thin #ccc;
	margin-bottom: 20px;	
}
#leftColumn .button{
	bottom: 8px;
	left: 15px;	
}
#leftColumn .sidebar {
	min-height: 38px;
	background-image: url(images/arrow.png);
	background-repeat:no-repeat;
	background-position: bottom right;
	font-family: Tahoma;
	font-size: 12px;
	overflow: visible;
}
#leftColumn .sidespot {
	padding-bottom: 40px;
}
#leftColumn .sidebar h3{
	font-family: 'Chalkduster';
	font-size: 18px;
	line-height: 24px;
	margin:0 0 5px;
}
.centered{
	text-align: center;
}
#top10 a{
	display: block;
}
#top10 .title{
	text-align: center;
	display: block;
	margin: 0 auto;
	width: 150px;
	line-height: 30px;
	color: white;
	font-size: 14px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin:  -5px 0 10px -11px;
	background: #bd1700;
	box-shadow: 0 0 5px 0 #8d0000 inset;
}

#rightColumn{
	width: 760px;
	vertical-align:top;
	display: inline-block;
	overflow: visible;
}

#loginFrame{
	margin-top: 7px;
	margin-bottom: 50px;
	float: left;	
	clear: left;
	overflow: visible;
	vertical-align: middle !important;
}

#loginFrame input{
	margin: 0 0px;
	border: solid #ccc thin;
	border-radius: 3px;	
	color: gray;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;	
}
#loginFrame input:focus{
	background: #ffc;
	color: #000 !important;
	outline: none;	
}
#loginFrame .hello{
	margin-top: 10px;
}

.accountName{
	color: #8d0000 !important;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none !important;	
}
#loginFrame span {
	display: block;
	margin-top: 5px;
}
#login {
	margin-top: 10px;
}
#login .submit{
	vertical-align:top;
	display: inline-block;
	box-sizing: border-box;
	width: 16px;
	height: 16px;
	background: #FEA501;
	border: solid thin gray;
	border-radius: 3px;
	color: white;
	text-align: center;
	line-height:14px;
	font-size: 10px;
	padding: 0;
	cursor: pointer;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
}

