@charset "utf-8";

body {
    font: 11px Arial;
    color: #464646;
    margin:0px;
    padding:0px;
	line-height:150%;
	background-color:#FFFFFF;
	background-image:url(../img/bg.gif);
	background-repeat:repeat-x;
}
ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
form {
	margin:0px;
	padding:0px;
}
img {
	border:0px;
}
p {
	padding:0px;
	margin:0px;
	margin-bottom:5px;
}
.cartitem {
	cursor:pointer;
	padding:3px;
}
h1, h2, h3, h4 {
    padding:0px;
    margin:0px;
    font-size:inherit;
    *font-size:12px;
    font-weight:normal;
    display:inline;
}

#container {
	width:1002px;
	min-height:900px;
	margin:0px auto;
}

#container #left {
	width:254px;
	min-height:1px;
	float:left;
}
#container #right {
	width:748px;
	min-height:1px;
	float:left;
}
#container #right #top {
	width:748px;
	height:267px;
}
#container #right #left {
	width:494px;
	min-height:1px;
	float:left;
}
#container #right #left .title {
	width:450px;
	margin:0px auto;
	color:#565656;
	font-size:16px;
	padding-bottom:5px;
	margin-top:15px;
	border-bottom:1px solid #E4E4E4;
}
#container #right #left .text {
	width:450px;
	margin:0px auto;
	text-align:justify;
	margin-top:10px;
	font-size:12px;
	color:#565656;
}
#container #right #right {
	width:254px;
	min-height:1px;
	float:left;
}
#search {
	width:254px;
	margin-bottom:15px;
}	
#search #search_top {
	width:254px;
	height:31px;
	background-image:url(../img/search_top.gif);
	background-repeat:no-repeat;
}
#search #search_middle {
	width:254px;
	min-height:20px;
	background-image:url(../img/search_middle.gif);
	background-repeat:repeat-y;
	text-align:center;
}
#search #search_bottom {
	width:226px;
	height:26px;
	padding-top:5px;
	padding-right:28px;
	background-image:url(../img/search_bottom.gif);
	background-repeat:no-repeat;
	text-align:right;
}
.input_search {
	width:194px;
	height:23px;
	padding-left:5px;
	padding-right:5px;
	padding-top:6px;
	font-size:12px;
	color:#000000;
	border:0px;
	background-color:transparent;
	background-image:url(../img/input_search.gif);
	background-repeat:no-repeat;
}
.input_l {
	width:158px;
	height:21px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	font-size:12px;
	color:#000000;
	border:0px;
	background-color:transparent;
	background-image:url(../img/input_l.gif);
	background-repeat:no-repeat;
}
.l_left {
	width:50px;
	float:left;
	padding-top:3px;
	margin-top:5px;
}
.l_in {
	width:220px;
	padding-top:10px;
	padding-right:5px;
	text-align:right;
}
.l_right {
	width:175px;
	float:left;
	margin-top:5px;
}
.box {
	width:254px;
	margin-bottom:15px;
}
.box .top {
	width:254px;
	height:43px;
	background-image:url(../img/box_top.png);
	background-repeat:no-repeat;
}
.box .top .bar {
	width:225px;
	height:30px;
	margin:0px auto;
	padding-top:10px;
}
.box .middle {
	width:254px;
	background-image:url(../img/box_middle.png);
	background-repeat:repeat-y;
}
.box .middle .inside {
	width:231px;
	padding-left:9px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	margin:0px auto;
}
.box .bottom {
	width:254px;
	height:29px;
	background-image:url(../img/box_bottom.png);
	background-repeat:no-repeat;
}
#fader {
	width:748px;
	height:267px;
	margin: 0;
	z-index: 1;
	*position:relative;
	background-image:url(../img/logo.jpg);
	background-repeat:no-repeat;
}
#fader img {
	display:none;
	position:absolute;
	margin:0px auto;
}
#menu ul {
}
#menu ul li {
	width:211px;
	padding-top:2px;
	padding-bottom:2px;
	margin:0px auto;
	border-bottom:1px solid #D5D5D5;
}
#menu ul li a {
	width:190px;
	height:21px;
	padding-top:7px;
	padding-left:21px;
	display:block;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	background-image:url(../img/m_off.gif);
	background-repeat:no-repeat;
}
#menu ul li a:hover,#menu ul li a.selected {
	width:190px;
	height:21px;
	padding-top:7px;
	padding-left:21px;
	display:block;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	background-image:url(../img/m_hover.gif);
	background-repeat:no-repeat;
}

#menu ul li ul.submenu {
	width:180px;
	margin-left:20px;
}
#menu ul li ul.submenu li {
	width:180px;
	padding-top:2px;
	padding-bottom:2px;
	margin:0px auto;
	border-bottom:1px solid #D5D5D5;
}

#menu ul li ul.submenu li a {
	width:175px;
	height:19px;
	padding-top:4px;
	padding-left:5px;
	display:block;
	font-size:12px;
	color:#000000;
	background-color:#FFFFFF;
	background-image:url();
	text-decoration:none;
}
#menu ul li ul.submenu li a:hover,#menu ul li ul.submenu li a.selected {
	width:175px;
	height:19px;
	padding-top:4px;
	padding-left:5px;
	display:block;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	background-color:#6790BC;
}

.product-box {
	width:225px;
	margin:0px auto;
	padding-top:15px;
	border-bottom:1px solid #D5D5D5;
	padding-bottom:5px;
}
.product-box .ico {
	width:100px;
	text-align:left;
	float:left;
}
.product-box .ico .brd {
	border:1px solid #D8D8D8;
}
.product-box .description {
	width:115px;
	margin-left:10px;
	float:left;
}
.product-box .description .name {
	width:115px;
	margin-bottom:5px;
	color:#6E6D6D;
	font-weight:normal;
	font-size:12px;
}
.product-box .description .price {
	width:115px;
	color:#6E6D6D;
	margin-bottom:5px;
	font-weight:bold;
	font-size:12px;
}
.product-box .description .items {
	width:115px;
	margin-top:20px;
}

#menu_top {
	width:450px;
	margin:0px auto;
	margin-top:10px;
	padding-bottom:5px;
	border-bottom:1px solid #E4E4E4;
}
#menu_top ul li {
	width:80px;
	background-image:url(../img/ico.png);
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding-left:20px;
	margin-left:5px;
	float:left;
}
#menu_top ul li a {
	width:80px;
	height:20px;
	display:block;
	text-decoration:none;
	font-size:14px;
	color:#565656;
}
#menu_top ul li a:hover {
	color:#6790BC;
}
.subcat {
	margin-right:10px;
	font-size:12px;
}
.subcat a {
	text-decoration:none;
}
.subcat a:hover {
	color:#6790BC;
}

#products {
	width:460px;
	margin:0px auto;
	margin-top:10px;
}
#products ul li {
	width:110px;
	min-height:200px;
	margin-top:10px;
	padding-left:5px;
	padding-bottom:10px;
	border-bottom:1px solid #D5D5D5;
	float:left;
}
#products ul li .border {
	padding-right:5px;
	border-right:1px solid #D5D5D5;
}
#products ul li .ico {
	width:100px;
	min-height:97px;
	margin:0px auto;
	margin-bottom:5px;
	text-align:center;
}
#products ul li .ico .brd {
	border:1px solid #D8D8D8;
}
#products ul li .name {
	width:100px;
	margin:0px auto;
	margin-bottom:5px;
	text-align:center;
	font-size:12px;
	color:#6C6C6C;
}
#products ul li .price {
	width:100px;
	margin:0px auto;
	margin-bottom:5px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#6C6C6C;
}
#products ul li .items {
	width:100px;
	margin:0px auto;
	margin-top:5px;
	text-align:center;
	font-size:12px;
	color:#6C6C6C;
}
ul.pager {
	width:150px;
	margin:0px auto;
	margin-top:10px;
	text-align:center;
}
ul.pager li {
	float:left;
	font-size:12px;
	margin-left:5px;
}
ul.pager li.selected {
	float:left;
	font-size:12px;
	margin-left:5px;
	font-weight:bold;
}

#product {
	width:450px;
	margin:0px auto;
	margin-top:15px;
}
#product #images {
	width:170px;
	min-height:1px;
	float:left;
}
#product #images .main {
	max-width:148px;
	border:1px solid #D8D8D8;
}
#product #images .pic {
	max-width:68px;
	float:left;
	margin-right:10px;
	margin-top:5px;
	border:1px solid #D8D8D8;
}
#product #description {
	width:280px;
	min-height:1px;
	float:left;
}
#product #description #name {
	width:280px;
	margin-bottom:5px;
	color:#F48F14;
	font-weight:bold;
	font-size:16px;
}
#product #description #desc {
	width:280px;
	text-align:justify;
	margin-top:10px;
	margin-bottom:10px;
	color:#424141;
	font-size:12px;
}
#product #description #price {
	width:280px;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	border-top:1px solid #EFEFEF;
	border-bottom:1px solid #EFEFEF;
}
#product #description #price #left {
	width:140px;
	float:left;
	text-align:left;
}
#product #description #price #right {
	width:140px;
	float:left;
	text-align:right;
}
.produkt_small {
	padding-bottom:10px;
}

.size10 {font-size:10px;}
.size12 {font-size:12px;}
.size13 {font-size:13px;}
.size14 {font-size:14px;}
.size15 {font-size:15px;}
.size16 {font-size:16px;}
.size17 {font-size:17px;}
.size18 {font-size:18px;}
.normal {font-weight:normal;}
.float_left {float:left;}
.bold {font-weight:bold;}
.text_left {text-align:left;}
.text_center {text-align:center;}
.text_justify {text-align:justify;}
.text_right {text-align:right;}
.def_clear {clear:left;}
.def_both {clear:both;}
.def_clear_right {clear:right};
.no_border {border:0px}
.ver_middle {vertical-align:middle;}
.pointer {cursor:pointer;}
.green {color:#347b09;}
.green2 {color:#728C43;}
.red {color:#E01717;}
.black {color:#000000;}
.grey555 {color:#545550;}
.grey {color:#909090;}
.blue {color:#016597;}
.gold {color:#a58304;}
.orange {color:#F48F14;}
.form_class {padding:0px;margin:0px;}
.line-through {text-decoration:line-through}
.ilosc {width:30px;}

a:link    {text-decoration: inherit;	color:inherit;}
a:visited {text-decoration: inherit;	color:inherit;}
a:hover   {text-decoration: inherit;    color:inherit;}
a:active  {text-decoration: inherit;	color:inherit;}

a.item_link:link    {text-decoration: none;	color: #FFFFFF;}
a.item_link:visited {text-decoration: none;	color: #FFFFFF;}
a.item_link:hover   {text-decoration: none; color: #FFFFFF;}
a.item_link:active  {text-decoration: none;	color: #FFFFFF;}

a.red_link:link    {text-decoration: none;	color: #8c080a;}
a.red_link:visited {text-decoration: none;	color: #8c080a;}
a.red_link:hover   {text-decoration: none;  color: #8c080a;}
a.red_link:active  {text-decoration: none;	color: #8c080a;}

a.grey_link:link    {text-decoration: none;	color: #909090;}
a.grey_link:visited {text-decoration: none;	color: #909090;}
a.grey_link:hover   {text-decoration: none; color: #646464;}
a.grey_link:active  {text-decoration: none;	color: #909090;}

a.black_link:link    {text-decoration: none;	color: #000000;}
a.black_link:visited {text-decoration: none;	color: #000000;}
a.black_link:hover   {text-decoration: none;    color: #000000;}
a.black_link:active  {text-decoration: none;	color: #000000;}

a.red_link:link    {text-decoration: none;		color: #E01717;}
a.red_link:visited {text-decoration: none;		color: #E01717;}
a.red_link:hover   {text-decoration: underline;	color: #E01717;}
a.red_link:active  {text-decoration: none;		color: #E01717;}

a.blue_link:link    {text-decoration: none;			color: #164B7E;}
a.blue_link:visited {text-decoration: none;			color: #164B7E;}
a.blue_link:hover   {text-decoration: none;	color: #164B7E;}
a.blue_link:active  {text-decoration: none;			color: #164B7E;}

a.footer_link:link    {text-decoration: underline;	  color: #595959;}
a.footer_link:visited {text-decoration: underline;	  color: #595959;}
a.footer_link:hover   {text-decoration: none;	  	  color: #595959;}
a.footer_link:active  {text-decoration: underline;	  color: #595959;}