@CHARSET "UTF-8";

body{
	background: black url('../images/bg_body.jpg') no-repeat fixed 88% 0px;
	margin: 0px;
	padding: 0px;
	color: white;
	font-family: Tahoma, Arial;
}
ul{
	margin: 0px;
	padding: 0px;
}
a:link, a.hover, a:visited{
	color: white;
	text-decoration: none;
}
a:hover{
	color: red;
}
p, li{
	font-size: 14px;
}
img {
	margin: 8px;
	border: 0px;
}
br.clear{
	clear: both;
}
input.elt{
	width: 350px;
	position: relative;
	top: -3px;
	color: white;
	border: none;
	border-bottom: 2px solid #777;
	background-color: transparent;
	
}
label{
	text-align: right;
	margin-right: 12px;
	font-size: 12px;
	display: block;
	float: left;
	width: 150px;
}

div.center{
	margin: auto;
	width: 940px;
/*	background-color: green;
	border: 1px solid red;
*/
}
div.center div{
	float: left;
}
div.center h2{
	font-size: 18px;
	font-weight: normal;
	margin-top: 4px;
}
div#content_left{
	float: left;
	width: 620px;
}
div#content_right{
	float: right;
	width: 310px;
}

div#main_menu{
	background: #232220 url('../images/bg_main.gif') repeat-x top left;
	height: 46px;
}
div#main_menu div.center{
	background-image: url('../images/bg_main_front.gif');
	background-repeat: no-repeat;
}
div#main_menu div.center a.logo{
	display: block;
	float: left;
	width:192px;
	height: 44px;
	background-image: url('../images/logo_papay.gif');
}
div#main_menu div.center div.el_menu ul{
	margin: 13px 0px 0px 4px;
}
div#main_menu div.center div.el_menu li{
	display: block;
	float: left;
	width: 80px;
	text-align: center;
	font-size: 11px;
}
div#main_menu div.center div.bt_zamowienia{
	font-size: 14px;
	margin: 11px 0px 0px 190px;
}
div#sub_menu{
	height: auto;
	width: 100%;
	background-image: url('../images/bg_sub_head.png');
	background-repeat: no-repeat;
}
div#sub_menu div.menu_column{
	width: 195px;
	margin: 0px 0px 10px 0px;
}
div#sub_menu div.menu_column h2{
	text-align: center;
	margin: 0px 0px 10px 0px;
}
div#sub_menu div.menu_column h2 a{
	color: black;
	position: relative;
	padding: 12px 0px 15px 0px;
	display: block;
	width: 100%;
	height: 100%;
}
div#sub_menu div.center div.logo_column{
	float: right;
}

div#sub_menu div.round {
	position: relative;
	font-size: 13px;
	width: 157px;
	height: 186px;
	z-index: 100;
}

div#sub_menu div.round a{
	position: relative;
}
div#sub_menu div.round ul{
	padding-top: 9px;
	margin-left: 18px;
	height: 100%;
	width: 100%;
	background-image: url('../images/bg_submenu.png');
	background-repeat: no-repeat;
}
div#sub_menu div.round ul.hover{
	background-image: url('../images/bg_submenu_hover.png');
}
div#sub_menu div.round li{
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}
div#content{
	width: 604px;
}

table.cround {}
table.cround td {font-size: 10px;}
table.cround td.cr_t 	{heigth: 15px;	background: transparent url('../images/bg_content_top.gif')	repeat-x top center;}
table.cround td.cr_l 	{width: 15px;	background: transparent url('../images/bg_content_left.gif')	repeat-y center left;}
table.cround td.cr_r 	{width: 15px;	background: transparent url('../images/bg_content_right.gif')	repeat-y center right;}
table.cround td.cr_b	{heigth: 15px;	background: transparent url('../images/bg_content_bottom.gif') repeat-x bottom center;}
table.cround td.cr_tl	{background: transparent url('../images/bg_content_top_left.gif')	no-repeat top left;}
table.cround td.cr_tr	{background: transparent url('../images/bg_content_top_right.gif')	no-repeat top right;}
table.cround td.cr_bl	{background: transparent url('../images/bg_content_bottom_left.gif')	no-repeat bottom left;}
table.cround td.cr_br	{background: transparent url('../images/bg_content_bottom_right.gif')	no-repeat bottom right;}
table.cround td.middle	{background-color: #161616; margin: 15px 8px}
div#content td.middle	{width: 568px;}


div#content td.middle div.round {background-color: #232220;}
div#content td.middle div.round div.sub_t 	{background: transparent url('../images/bg_content_sub_top.gif')	repeat-x top center;}
div#content td.middle div.round div.sub_l 	{background: transparent url('../images/bg_content_sub_left.gif')	repeat-y center left;}
div#content td.middle div.round div.sub_r 	{background: transparent url('../images/bg_content_sub_right.gif')	repeat-y center right;}
div#content td.middle div.round div.sub_b	{background: transparent url('../images/bg_content_sub_bottom.gif') repeat-x bottom center;}
div#content td.middle div.round div.sub_tl	{background: transparent url('../images/bg_content_sub_top_left.gif')	no-repeat top left;}
div#content td.middle div.round div.sub_tr	{background: transparent url('../images/bg_content_sub_top_right.gif')	no-repeat top right;}
div#content td.middle div.round div.sub_bl	{background: transparent url('../images/bg_content_sub_bottom_left.gif')	no-repeat bottom left;}
div#content td.middle div.round div.sub_br	{background: transparent url('../images/bg_content_sub_bottom_right.gif')	no-repeat bottom right;}
div#content td.middle div.round div.sub_content {padding: 12px 18px 35px 12px;}

div#content a {
	color: red;
}
div#content a:hover {
	text-decoration: underline;
}
div#content td.middle {
	text-align: justify;
}
div#content td.middle h1 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 4px;
}

div#content div.odziez_katalog {
	width: 740px;
}
div#content div.odziez_katalog div.produkt {
	width: 360px;
}
div#content div.odziez_katalog div.produkt td{
	font-size: 14px;
}
div#content div.odziez_katalog div.odziez_kolor {
	width: 12px;
	height: 12px;
	border: 1px solid #161616;
	margin: 2px;
	font-size: 1px;
}
div#color_name_box {
	display: none;
	position: absolute;
	border: 1px solid #161616;
	background-color: #191919;
}

div#nowosci{
	margin: 17px 0px;
	width: 277px;
	height: 260px;
}

div#footer{
	margin-top: 10px;
	border-top: 1px solid #2d2d2d;
	background-color: #161616;
	padding: 15px;
	font-size: 10px;
}


body.sub div#sub_menu {
	height: 60px;
}
body.sub div#sub_menu div.menu_column h2{
	margin-bottom: 0px;
	padding-bottom: 0px;
}
body.sub div#sub_menu div.menu_column div.round{
	display: none;
	position: absolute;
}
body.sub div#sub_menu div.menu_column div.round_hover{
	background-image: url('../images/bg_submenu_hover.png');
}
body.odziez div#content td.middle {
	width: 910px;
}
body.odziez div#content_left, body.odziez div#content {
	width: 100%;
}
body.odziez div#content_right {
	display: none;
}

ul.katalog_produktow li{
	display: block;
	float: left;
	padding: 10px;
}

div#content ul.katalog_produktow li a {
	color: white;
}
