@charset "utf-8";
/* CSS Document */

body {
background-color:#FFFFFF;
color:#838282;
font-size: 12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
background-image:url(../gfx/page_bg.jpg);
background-position:top;
background-repeat:repeat-x;
}
 
#container {
width: 1100px;
margin: auto;
}

#header {
width: 1100px;
height: 105px;
}

#logo {
width: 238px;
height: 63px;
float:left;
margin-top: 20px;
margin-left: 20px;
}

#drukarka {
width: 160px;
height:105px;
float:left;
text-align:center;
overflow:visible;
}

#banner {
width: 400px;
height: 50px;
float:left;
margin-top: 28px;
margin-left: 20px;
}

#cart {
width: 235px;
height: 105px;
margin-right: 20px;
float:right;
}

#top_menu {
width: 1100px;
height: 51px;
}

#top_menu a, #top_menu img {
margin-right: -2px;
}

#content {
width: 1100px;
float: none;
clear:both;
margin-top: 10px;
}

#left_col {
width: 207px;
float:left;
margin-left: 21px;
}

.blue_side_box {
width: 207px;
background-image:url(../gfx/blue_side_bg.jpg);
background-repeat:repeat-y;
padding: 10px;
margin-bottom: 10px;
}

.blue_side_header {
width: 171px;
height: 29px;
background-image:url(../gfx/blue_side_header.png);
margin: -10px 0px 0px -10px;
color: #FFFFFF;
font-weight:bold;
line-height: 27px;
padding-left: 36px;
font-size: 10px;

}

.blue_side_bottom {
width: 207px;
height: 7px;
background-image:url(../gfx/blue_side_bottom.jpg);
background-repeat:no-repeat;
margin: 0px 0px -15px -10px;
}

.red_side_box {
width: 207px;
background-image:url(../gfx/red_side_bg.jpg);
background-repeat:repeat-y;
padding: 10px;
margin-bottom: 10px;
}

.red_side_header {
width: 171px;
height: 29px;
background-image:url(../gfx/red_side_header.png);
margin: -10px 0px 0px -10px;
color: #FFFFFF;
font-weight:bold;
line-height: 27px;
padding-left: 36px;
font-size: 10px;

}

.red_side_bottom {
width: 207px;
height: 7px;
background-image:url(../gfx/red_side_bottom.jpg);
background-repeat:no-repeat;
margin: 0px 0px -15px -10px;
}

#content_content {
width: 606px;
float:left;
margin-left: 24px;
}

.item_box {
width: 200px;
height: 278px;
float:left;
margin: 0px 1px 10px 1px;
background-image:url(../gfx/item_box.png);
background-repeat:no-repeat;
}

.item_box_header {
width: 200px;
text-align:center;
height: 29px;
line-height: 29px;
color:#FFFFFF;
font-weight:bold;
}

.item_box_desc {
width: 77px;
height: 166px;
margin-left: 4px;
float:left;
}

.item_box_photo {
width: 118px;
height: 166px;
float:right;
margin-right: 1px;
}

.item_box_cena {
width: 194px;
height: 46px;
padding: 0px 3px 0px 3px;
float:none;
clear:both;
}

#right_col {
width: 207px;
float:right;
margin-right: 21px;
}

#footer {
height: 50px;
background-image:url(../gfx/footer_bg.png);
background-repeat:repeat-x;
}

#footer_container {
width: 1100px;
margin:auto;
}

#footer_platnosci {
float: left;
width: 124px;
height: 33px;
margin-left: 20px;
margin-top: 3px;
}

#footer_lista_platnosci {
float: left;
width: 626px;
height:17px;
margin-left: 95px;
margin-top: 10px;
}

#footer_wolsztyn {
float: right;
width: 120px;
height: 30px;
margin-right: 20px;
margin-top: 5px;
}

a {
color:#5d8bcc;
text-decoration:underline;
}

a:visited {
color:#5d8bcc;
text-decoration:underline;
}

a:hover {
color:#5d8bcc;
text-decoration:none;
}


.cleaner {
float: none;
clear:both;
}

.message-good, .message-bad, .message-info  {
	padding: 10px 10px 10px 40px;
	margin-bottom: 10px;
	background-position: 7px 7px;
	background-repeat: no-repeat;
}

.message-good {
	border: 1px solid #cae49c;
	color: #516f1b;
	background-color: #f3ffd0;
	background-image: url(../gfx/accept-big.png)
}

.message-good a {
	color: #516f1b;
}

.message-bad {
	border: 1px solid #ffdede;
	color: #ce0000;
	background-color: #fff1f1;
	background-image:  url(../gfx/exclamation-big.png);
}

.message-bad a {
	color: #ce0000;
}

.message-info {
	border: 1px solid #ededb3;
	background-color: #ffffcc;
	background-image:  url(../gfx/information-big.png);
}

