body {
	margin-top: 7px;
	background: url('../gfx/Bg.gif') repeat-x #fff;
	font-family: Tahoma, Vardana, Arial;
	font-size: 8pt;
	color: #383838;
}

.global {
	width: 960px;
	margin: auto;
	padding-bottom: 20px;
}

.logo {
	width: 484px;
	height: 82px;
	float: left;
	margin-top: 7px;
	background: url('../gfx/logo.jpg') no-repeat;
}

.logo a {
	display: block;
	width: 484px;
	height: 74px;
	border: 0;
	font-size: 0;
}

.langs {
	width: 175px;
	float: right;
	font-weight: bold;
	color: #808080;
}

.langs .content {
	float: left;
	padding-top: 6px;
}

.langs .flags {
	float: left;
	margin-left: 10px;
}

.search {
	float: right;
	position: relative;
	top: 3px;
}

.search input {
	width: 150px;
	height: 14px;
	padding: 2px 5px;
	border: 1px solid #bcbcbc;
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #555;
}

.search a {
	display: block;
	float: left;
	height: 13px;
	margin-left: 3px;
	padding: 4px 10px 3px 10px;
	position: relative;
	top: 0;
	*top: 1px;
	background: url('../gfx/search_button_R.gif') no-repeat right #019644;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #fff;
}

.search a:hover {
	color: #fea12a;
}

.menu {
	width: auto;
	height: 31px;
}

.menu .button {
	float: left;
	position: relative;
}

.menu .hover {
	display: none;
	width: auto !important;
	*width: 0;
	white-space: nowrap;
	height: 25px;
	margin-right: 3px;
	float: left;
	background: #019547;
}

.regular {
	position: relative;
}

.regular .left {
	height: 25px;
	background: url('../gfx/menu_button_L.gif') #07934c no-repeat;
}

.regular .left a {
	display: block;
	padding: 3px 13px 0 13px;
	height: 22px;
	background: url('../gfx/menu_button_R.gif') no-repeat right;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}

.menu .regular {
	width: auto !important;
	*width: 0;
	white-space: nowrap;
	height: 25px;
	margin-right: 3px;
	float: left;
	background: #fff;
}

.regular a {
	display: block;
	padding: 3px 13px 0 13px;
	height: 22px;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	color: #07934c;
}

/* <submenu> */

.submenu {
	display: none;
	position: absolute; 
	top: 25px;
	opacity: 0.9;
}

.submenu table {
	empty-cells: show;
}

.submenu td.c1 {
	width: 3px;
	height: 3px;
	background: url('../gfx/c1.gif');
}

.submenu td.c2 {
	width: 3px;
	height: 3px;
	background: url('../gfx/c2.gif');
}

.submenu td.c3 {
	width: 3px;
	height: 3px;
	background: url('../gfx/c3.gif');
}

.submenu td.c4 {
	width: 3px;
	height: 3px;
	background: url('../gfx/c4.gif');
}

.submenu td.c_top {
	width: 1px;
	height: 3px;
	background: url('../gfx/c_top.gif');
}

.submenu td.c_bottom {
	width: 1px;
	height: 3px;
	background: url('../gfx/c_bottom.gif');
}

.submenu td.c_left {
	width: 3px;
	height: 1px;
	background: url('../gfx/c_left.gif');
}

.submenu td.c_right {
	width: 3px;
	height: 1px;
	background: url('../gfx/c_right.gif');
}

.submenu td.content {
	background: #07934c;
	white-space: nowrap;
	color: #fff;
}

.submenu td.content a {
	display: block;
	padding: 4px 10px;
	height: auto;
	border-bottom: 1px solid #aaa;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #ddd;
}

.submenu td.content a:hover {
	color: #fff;
}

/* </submenu> */

.flash {
	width: 960px;
	height: 195px;

	border-bottom: 3px solid #f69135;
	font-size: 0;
}

.home {
	width: 960px;
	min-height: 200px !important;
	height: auto !important;
	min-height: 0;
	height: 200px;
	margin-top: 10px;
	background: url('../gfx/content_bg.gif') repeat-y;
}

.home .box {
	width: 320px;
	float: left;
}

.home .box .header {
	width: 320px;
	height: 29px;
	background: #f0f0f0;
}

.home .box .header span {
	display: block;
	width: 117px;
	height: 23px;
	padding: 6px 0 0 16px;
	background: url('../gfx/content_button_green.jpg') no-repeat;
	font-size: 13px;
	color: #fff;
}

.home .box ul {
	margin: 10px 0;
	padding-left: 30px;
	list-style: disc;
}

.home .box li {
	padding: 1px 0;
	color: #c8c8c8;
}

.home .box li a {
	text-decoration: none;
	color: #616161;
}

.home .box li a:hover {
	text-decoration: underline;
}

.home .box .news {
	width: 290px;
	margin: auto;
	margin-top: 15px;
}

.box .news .date {
	width: 30px;
	height: 15px;
	margin-top: 1px;
	vertical-align: middle;
	background: #f0f0f0;
	font-size: 11px;
	text-align: center;
	color: #4f4f4f;
}

.box .news .date strong {
	font-size: 11px;
	font-weight: bold;
	color: #ea9636;
}

.box .news .title {
	padding: 2px 0 0 10px;
	float: left;
	line-height: 13px;
	font-size: 10px;
	color: #777;
}

.box .news .title strong {
	font-size: 11px;
	color: #555;
}

.box .content {
	width: 286px;
	margin: auto;
	margin-top: 8px;
	line-height: 17px;
	color: #414141;
}

.box .content a.green {
	display: block;
	margin-top: 5px;
	text-decoration: none;
	font-weight: bold;
	color: #009646;
}

.box .content a.green:hover {
	text-decoration: underline;	
}

.box .content input {
	display: block;
	width: 280px;
	margin-top: 8px;
	padding: 3px;
	border: 1px solid #ddd;
	font-size: 11px;
	color: #444;
}

.box .notowania {
	width: 295px;
	margin: auto;
	margin-top: 12px;
	line-height: 17px;
	background: url('../gfx/logo_gpw.jpg') no-repeat;
	color: #666;
}

.box .notowania .frame {
	width: 213px;
	height: 66px;
	float: right;
	margin-bottom: 8px;
	background: url('../gfx/notowania_bg.jpg') no-repeat;
}

.notowania .frame .arrowBig {
	width: 66px;
	height: 66px;
	float: left;
	background-repeat: no-repeat;
	background-position: center;
}

.notowania .frame .data {
	width: 147px;
	height: 66px;
	float: left;
}

.frame .data .actual_price {
	width: 130px;
	margin-top: 10px;
	padding-right: 17px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #de7112;
}

.frame .data .change_value {
	width: 130px;
	margin-top: 12px;
	padding-right: 17px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}

.notowania .PLUS {
	color: #009747;
}

.notowania .MINUS {
	color: #ff0000;
}

.notowania .NEUTRAL {
	color: #777;
}

.box .news_separator {
	width: 290px;
	height: 2px;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	background: url('../gfx/news_separator.gif') repeat-x;
	font-size: 0;
}

.product_frame {
	width: 959px;
	height: 153px;
	margin: auto;
	margin-bottom: 2px;
	border-bottom: 1px solid #ee7f2d;
	background: url('../gfx/product_frame.gif') no-repeat;
}

.product_frame .header {
	width: inherit;
	height: 29px;
}

.product_frame .header span {
	display: block;
	width: 117px;
	height: 23px;
	padding: 6px 0 0 16px;
	background: url('../gfx/content_button_greenFFF.jpg') no-repeat;
	font-size: 13px;
	color: #fff;
}

.product_frame .strip {
	width: 949px;
	height: 102px;
	margin: auto;
}

.text_area {
	width: 953px;
	margin: auto;
	margin-top: -2px;
	margin-bottom: 2px;
	padding-bottom: 20px;
	border: 3px solid #f0f0f0;
	border-bottom: 1px solid #ee7f2d;
	background: #fff;
}

.text_area .title {
	width: 335px;
	height: 25px;
	margin: 15px 0 8px 15px;
	background: url('../gfx/text_titleBg_(tmp).jpg') no-repeat;
	padding: 3px 0 0 10px;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}

.text_area .content {
	width: 920px;
	margin: auto;
	font-size: 11px;
	color: #333;
	line-height: 13px;
}

.text_area .cat_list {
	width: 190px;
	float: left;
}

.text_area .cat_list h1 {
	margin: 0 0 8px 0;
	padding-left: 8px;
	font-size: 15px;
	font-weight: bold;
	color: #e79201;
}

.text_area .cat_list a.main {
	display: block;
	padding: 2px 0 2px 10px;
	background: url('../gfx/category_liststyle_main_type.gif') no-repeat;
	text-decoration: none;
	color: #555;
}

.text_area .cat_list a.main:hover {
	text-decoration: underline;
}

.text_area .cat_list ul {
	margin: 0;
	padding-left: 30px;
	list-style: url('../gfx/category_liststyle_type.gif');
	*list-style: url('../gfx/category_liststyle_typeIE.gif');
	line-height: 15px;
}

.text_area .cat_list li {
	padding: 1px 0;
	color: #c8c8c8;
}

.text_area .cat_list li a {
	text-decoration: none;
	color: #111;
}

.text_area .cat_list li a:hover {
	text-decoration: underline;
}

.text_area .html {
	float: left;
	width: 380px;
	min-height: 50px;
	padding: 10px 10px 0 20px;
	background: url('../gfx/text_separator.gif') no-repeat left top;
	line-height: 14px;
	overflow: visible !important;
	*overflow: hidden;
}

.text_area .html .separator {
	width: 380px;
	height: 1px;
	margin: 8px 0;
	background: url('../gfx/akapit_separator.gif') repeat-x center;
	font-size: 0;
}

.text_area .html a {
	color: #e79201;
	text-decoration: none;
}

.text_area .html a:hover {
	text-decoration: underline;
}

.text_area .gallery {
	float: left;
	width: 280px;
	min-height: 50px;
	padding: 10px 10px 0 20px;
	background: url('../gfx/text_separator.gif') no-repeat left top;
	line-height: 14px;
	overflow: hidden;
}

.text_area .gallery .single {
	width: 125px;
	height: 100px;
	margin-top: 7px;
	border: 4px solid #f0f0f0;
	background-position: center;
	background-repeat: no-repeat;
}

.text_area .gallery .single_big {
	width: 272px;
	height: 165px;
	margin: auto;
	margin-top: 7px;
	border: 4px solid #f0f0f0;
	background-position: center;
	background-repeat: no-repeat;
}

.text_area .gallery ul {
	margin: 0;
	padding-left: 30px;
	list-style: url('../gfx/category_liststyle_type.gif');
	*list-style: url('../gfx/category_liststyle_typeIE.gif');
	line-height: 15px;
}

.text_area .gallery li {
	padding: 1px 0;
	color: #c8c8c8;
}

.text_area .gallery a {
	display: block;
	width: 125px;
	height: 100px;
	border: 0;
	font-size: 0;
	color: #e79201;
}

.text_area .gallery a.file {
	display: block;
	width: auto;
	height: auto;
	border: 0;
	font-size: 11px;
	text-decoration: none;
	color: #e79201;
}

.text_area .gallery a.file:hover {
	text-decoration: underline;
}

.text_area .gallery .single_big a {
	display: block;
	width: 272px;
	height: 165px;
	border: 0;
	font-size: 0;
	color: #e79201;
}

.text_area .contact_form input {
	width: 278px;
	border: 1px solid #ccc;
	font-family: Tahoma;
	font-size: 11px;
	color: #333;
}

.text_area .contact_form textarea {
	width: 278px;
	height: 70px;
	border: 1px solid #ccc;
	font-family: Tahoma;
	font-size: 11px;
	color: #333;
}

.text_area h1 {
	margin: 0 0 12px 0;
	font-size: 15px;
	font-weight: bold;
	color: #e79201;
}

.bottom {
	width: 959px;
	margin: auto;
	background: url('../gfx/bottomBg.gif') repeat-y;
}

.bottom .header {
	width: inherit;
	height: 25px;
	padding-top: 4px;
	background: #f0f0f0;
}

.bottom .header a {
	margin-left: 10px;
	text-decoration: none;
	color: #9c7a57;
}

.bottom .header a:hover {
	text-decoration: underline;
}

.bottom .header img {
	margin-left: 3px;
	position: relative;
	top: 3px;
}

.bottom .content {
	float: left;
	margin-top: 10px;
	padding-left: 10px;
	border-left: 2px solid #ef7f2b;
	line-height: 15px;
	color: #666;
}

.bottom .border {
	width: 959px;
	height: 5px;
	padding-top: 10px;
	background: url('../gfx/bottom_borderBottom.gif') no-repeat bottom;
	font-size: 0;
}

.footer {
	width: 959px;
	margin: auto;
}

.footer .left {
	float: left;
	padding: 3px 0 0 10px;
	font-size: 11px;
	color: #888;
}

.footer .right {
	float: right;
	padding: 3px 10px 0 0;
	font-size: 11px;
	color: #888;
}

.footer a {
	text-decoration: none;
	color: #777;
}

.footer a:hover {
	text-decoration: underline;
}

p.more {
	margin: 5px 0;
	text-align: right;
}

p.more img {
	position: relative;
	top: 3px;
	left: 3px;
}

p.more a {
	text-decoration: none;
	color: #666;
}

p.more a:hover {
	text-decoration: underline;
}

div#offer_form input {
	width: 80px;
	border: 1px solid #aaa;
}

div#offer_form textarea {
	width: 400px;
	border: 1px solid #aaa;
}

div#offer_form table input {
	width: 150px;
}

.clear {
	clear: both;
}

img {
	border: none;
}