
/* DOMYSLNE WLASCIWOSCI DLA TEKSTOW STRONY */
body,p,td,tr,ul {
color            : white;
font-family      : arial;
font-size        : 11px;
font-weight      : normal;
text-decoration  : none;
text-align       : center; }


/* DOMYSLNIE WLASCIWOSCI LINKOW STRONY */
a:link, a:visited {
color            : #cccccc;
font-family      : arial;
font-size        : 11px;
font-weight      : bold;
text-decoration  : none;
text-align       : center; }

/* LINKI PO NAJECHANIU MYSZKA */
a:hover {
color            : white;
font-family      : arial;
font-size        : 11px;
font-weight      : bold;
text-decoration  : none;
text-align       : center; }


/* WYPUNKTOWANIE PRZY NAZWACH KATALOGOW */
#directories li {
list-style       : none;
padding-left     : 4px;
text-indent      : 15px;
background       : url("http://www.prinz-polska.com.pl/templates/prinz-polska/images/indent1.png") no-repeat;
margin           : 2px 0; }


/* PRZYCISKI POPRZEDNI I NASTEPNY */
#prev, #next {
background-color : #ffffff;
display          : block;
height           : 13px;
width            : 100px;
padding          : 1px;
border           : 1px solid #bbb;
text-align       : center;
text-decoration  : none;
font-size        : 9px;
font-family      : verdana;
margin           : 0 5px 5px; }

#prev {
position         : absolute;
top              : 8px;
right            : 161px;
float            : left; }

#next {
position         : absolute;
top              : 8px;
right            : 33px;
float            : right; }


/* KRESKA NA GORZE I DOLE */
#directories, #breadcrumb {
width            : 283px;
margin-bottom    : 12px; }


/* POZYCJA (POWIEKSZONEGO) ZDJECIA */
#image {
text-align       : center;
}


/* OGOLNE WLASCIWOSCI THUMBAILI */
.imgwrapper {
float            : left;
margin           : 10 10 10 10px;
padding          : 20px; }

.imgwrapper span {
display          : block;
text-align       : center; }


/* OBRAMOWANIE THUMBAILI itp. */
.imgwrapper img {
background-color : #fff;
border           : 1px solid #ddd;
padding          : 2px; }

.imgwrapper a:visited img {
background-color : #fff; }

.imgwrapper a:hover img, .imgwrapper a:focus img {
background-color : red; }

.imgwrapper a:hover, .imgwrapper a:focus {
color            : white; }

div.gallery {
text-align: center;
margin-left: auto;
margin-right: auto;
}
