/* 
Royalshop 
Przemysław Piekarski
inhead.pl
18 VI 2010 
*/
body {
color: rgb(70, 70, 70);
font: normal 11px/1.6em verdana, sans-serif !important;
background: url(../styleImages/bg-bottom.gif) repeat-x bottom left !important;
}
h1 {
margin: 0 !important;
padding: 0 !important;
}
h1 span {
display: none;
}
h2 {
font: 16px/1.2em verdana, sans-serif !important;
color: rgb(100, 100, 100) !important;
}
a {
color: #7a3b78;
text-decoration: none;
}
a:hover {
color: red;
}
label {
color: rgb(150, 150, 150);
font-weight: normal !important;
}
select {
font-size: 12px;
color: rgb(150, 150, 150);
font-weight: normal;
}
/* ---------------------------------------------------------------------------- common classes */
.red {
color: #ae0817;
}
.grey {
color: rgb(130, 130, 130);
}
.center {
text-align: center;
}
.clear {
clear: both;
}
/* ---------------------------------------------------------------------------- SZUKARKA */
#header {
height: 200px !important;
}
#slogan {
padding: 20px 0 0 0;
}
#slogan div {
border-right: 1px dotted rgb(220, 220, 220);
}
.search {
width: 400px;
}
.go {
width: 22px;
height: 22px;
border: 0;
background: url(../styleImages/search.gif) no-repeat top left;
cursor: pointer;
}
/* ---------------------------------------------------------------------------- KOSZYK */
#shoppingcart {
height: 90px;
background: url(../styleImages/shoppingcart.jpg) no-repeat 0 20px;
text-align: right;
}
#shoppingcart {
/*display: none;  ---------------------- ZAKOMENTOWANY KOSZYK */
padding: 30px 0 0 0;
}
/* ---------------------------------------------------------------------------- NAVIGATION */
#nav ul {
width: 738px;
height: 40px;
color: white;
background: #7a3b78;
margin: 0;
padding: 0;
list-style: none;
/*-webkit-border-bottom-left-radius: 4px;
-khtml-border-radius-bottomleft: 4px;	
-moz-border-radius-bottomleft: 4px;
border-bottom-left-radius: 4px;*/
}
#nav ul li a {
display: block;
height: 30px;
width: auto;
float: left;
margin: 0 10px 0 0;
padding: 10px 5px 0 5px;
color: #fff;
text-decoration: none;
}
#nav ul li a:hover {
background: #e3ace1;
color: #4d004b;
}
#menu ul {
margin: 15px 0 10px 0;
padding: 0;
list-style: none;
border-bottom: 1px solid rgb(240, 240, 240);
}
#menu ul li a {
display: block;
margin: 0;
padding: 1px 0 1px 0;
color: #797979;
text-decoration: none;
}
#menu ul li a:hover {
background: rgb(248, 248, 248);
}
.headline {
font-size: 1.4em;
font-variant: small-caps;
padding: 5px 0 5px 0;
border-top: 1px solid rgb(240, 240, 240);
}
/* ---------------------------------------------------------------------------- NEWS AKTUALNOŚCI */
.news {
list-style-type: circle !important;
margin: 0 0 0 15px !important;
}
.news li {
margin: 0 0 10px 0;
}
.news li a:hover {
color: #ae0817 !important;
}
.sponsors {
text-align: center;
width: 140px;
margin: 0 auto;
}
.sponsors img {
margin: 0 0 10px 0;
}
/* ---------------------------------------------------------------------------- PRODUCTS */
#products {
padding: 0 0 30px 0;
}
.product {
width: 144px;
float: left;
border: 1px solid white;
}
.product .image {
height: 255px;
}
.product .image img {
width: 145px;
height: auto;
}
.product .title {
height: 3em;
overflow: hidden;
}
.product .title h3 {
margin: 0;
padding: 0;
font: bold 12px/1.5em verdana;
}
.product .description {
height: 70px;
}
/* ---------------------------------------------------------------------------- showPRODUCT */
#showproduct {
margin: 0 0 20px 0;
}
#content h1 {
font: 21px/1.2em verdana, sans-serif !important;
color: rgb(100, 100, 100) !important;
}
#content h2 {
border-top: 1px dotted rgb(220, 220, 220);
padding: 20px 0 0 0;
}
#showproduct h2 {
font: 21px/1.2em verdana, sans-serif !important;
color: rgb(100, 100, 100) !important;
border: none !important;
}
#showproduct .image img {
width: 310px;
height: auto;
border: 1px dotted rgb(220, 220, 220);
padding: 0;
margin: 0;
}
#showproduct .info p {
padding: 20px 0 20px 0;
border-bottom: 1px dotted rgb(220, 220, 220);
border-top: 1px dotted rgb(220, 220, 220);
}
#showproduct .price p {
font: normal 16px/1.2em verdana;
}
#showproduct .price strong {
color: #ae0817;
}
#showproduct .price a {
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;	
-moz-border-radius: 4px;
border-radius: 4px;
/*
-webkit-border-top-left-radius: 10px;
-khtml-border-radius-topleft: 10px;	
-moz-border-radius-topleft: 10px;
border-top-left-radius: 10px;
*/
background: #ffdafe;
border: 1px solid #e6aee4;
padding: 5px;
}
#showproduct .price img {
margin: 0 0 -7px 0;
}
/* ---------------------------------------------------------------------------- KATEGORIE, categories */
#pullDownNav form input {
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;	
-moz-border-radius: 4px;
border-radius: 4px;
background: #7a3b78;
border: none;
padding: 3px;
margin: 10px 5px 0 0;
float: left;
color: white;
cursor: pointer;
}
#pullDownNav form input:hover {
background: #e3ace1;
color: #4d004b;
}
#subNav {
clear: both;
margin: 0 0 20px 0;
border-bottom: 1px dotted rgb(220, 220, 220);
}
/* ---------------------------------------------------------------------------- ARTICLE ARTYKUŁ */
#article {
padding: 20px 0 20px 0;
border-top: 1px dotted rgb(220, 220, 220);
border-bottom: 1px dotted rgb(220, 220, 220);
position: relative;
}
#article img {
float: left;
margin: 0 20px 5px 0;
border: 1px dotted rgb(220, 220, 220);
}
#article p {
font: 12px/1.6em verdana;
}
#article a {
text-decoration: underline;
}
#article .signature {
position: absolute;
bottom: 5px;
right: 0px;
font: italic bold 11px verdana;
color: rgb(170, 170, 170);
}
/* ---------------------------------------------------------------------------- PAGINATION */
#pagination {
padding: 10px 0;
border-top: 1px dotted rgb(220, 220, 220);
clear: both;
text-align: center;
}
#pagination span {
font-weight: bold;
width: auto;
display: inline-block;
padding: 5px;
margin: 0 3px;
text-align: center;
-moz-border-radius-bottomleft: 2px;
-moz-border-radius-bottomright: 2px;
-moz-border-radius-topleft: 2px;
-moz-border-radius-topright: 2px;
border: 1px solid rgb(220, 220, 220);
background: rgb(245, 245, 245);
}
#pagination a {
display: block;
width: 100%;
height: 100%;
}
#pagination .disabled {
color: rgb(180, 180, 180);
text-shadow: white 1px 0 0;
}
/* ---------------------------------------------------------------------------- FOOTER */
#footer-wrap {
background: #4e224e url(../styleImages/bg-footer-big.jpg) repeat-x top center;
}
#footer {
position: relative;
}
#footer a:hover {
color: red;
}
#bottomnav a {
color: #fed6ff;
}
#bottomnav ul {
list-style: none;
}
#bottomnav li {
float: left;
margin: 10px 10px 10px 0;
}
#bottomnav a {
color: #fed6ff;
}
.bottomlinks ul {
font-size: 9px;
list-style: none;
}
.bottomlinks a {
color: #fff;
}
.inhead {
color: white !important;
position: absolute;
bottom: 10px;
right: 0;
}
.inhead img {
margin: 0 0 -4px 0;
}
.sloganwr{
display:inline;
color: white !important;
}
