@charset "utf-8";
.clear {
	clear: both;
}

.logoBox h1 {
	display: block;
	margin: 0px;
	padding-top: 0px;
	height: 75px;
	width: 166px;
}

.mainbox1 {
	position:relative;
	top: 100px;
	left: 100px;

}
.mainbox2 {
	position:absolute;
	top: 50px;
	left: 50px;

}
.mainbox3 {
	position:absolute;
	top: 200px;
	left: 450px;

}
#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	/*font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;*/
	font-size: 12px;
}
#main {
	margin: 0px;
	padding: 0px;	
}
body {
	background-image: url(http://setlo.com/img/uper_line.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFF;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.header {
	height: 130px;
	overflow: hidden;
}
.header .logoBox {
	padding-top: 25px;
	float: left;
	padding-left: 25px;
	width: 210px;
}
.header .langBox {
	float: left;
	padding-top: 30px;
	width: 744px;
	color: #CCC;
}
.langBox .lBox {
	margin-left: auto;
	width: 237px;
	margin-right: 30px;
	line-height: 23px;
	height: 23px;
}
.langBox .lBox a {
	line-height: 23px;
	color: #FFF;
	display: block;
	margin: 0px;
	height: 23px;
	width: 35px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-decoration: none;
	font-weight: bold;
	float: right;
}
.langBox .lBox a:hover {
	background-position: left -23px;
}
.menuBox {
	height: 40px;
	background-image: url(img/menu.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 0px;
}
.header .menuBox .list {
	height: 30px;
	margin-left: auto;
	padding-right: 35px;
	float: right;
}
.menuBox .list .mPadFix {
	height: 30px;
	margin-left: auto;
}
.menuBox .list a {
	color: #CCC;
	text-decoration: none;
	display: block;
	line-height: 30px;
	height: 30px;
	float: left;
	padding-right: 11px;
	padding-left: 10px;
	margin-right: 6px;
}
.menuBox .list a.current {
	color: #333;
	background-color: #FFF;
	border-radius: 2px 2px 0px 0px;
	-moz-border-radius: 2px 2px 0px 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
}
.menuBox .list a.light {
	color: #333;
	background-color: #FFF;
	border-radius: 2px 2px 0px 0px;
	-moz-border-radius: 2px 2px 0px 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
}
#container .naviBox {
	padding-right: 35px;
	padding-left: 15px;
	height: 45px;
	font-size: 10px;
	color: #666;
}
.naviBox .currPage {
	line-height: 45px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.naviBox .currPage a {
	color: #666;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	line-height: 45px;
	display: block;
	float: left;
	height: 45px;
}
.naviBox .currPage a:hover {
	text-decoration: underline;
	color: #000;
}
.naviBox .currPage .pad {
	width: 20px;
	background-image: url(img/double_arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 45px;
	line-height: 45px;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	position: relative;
}
.naviBox .butBox {
	width: 412px;
	height: 28px;
	float: right;
}

.naviBox .butBox .button:hover {
	background-position: left -28px;
}
.naviBox .butBox .pad {
	margin-right: 10px;
	margin-left: 10px;
}
.naviBox .butBox .button.selected {
	background-image: url(img/up_arrow.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #333;
}
.naviBox .butBox .button.selected:hover {
	background-position: left top;
}
.butBox .button .bBoX {
	padding: 0px;
	width: 290px;
	z-index: 3000;
	background-image: none;
	display: block;
	margin-top: -27px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -160px;
	position: absolute;
	text-align: left;
	font-weight: normal;
	line-height: normal;
	cursor:auto;
	visibility: hidden;
}
.butBox .button.selected .bBoX {
	visibility: visible;
}
.bBoX .top {
	background-image: url(img/up_arrow_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
	width: 160px;
	display: block;
}
.bBoX .item {
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	margin-right: 10px;
	margin-left: 10px;
}
.bBoX input {
	width: 150px;
}
.bBoX .center {
	background-image: url(img/up_arrow_back.png);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FFF;
}
.bBoX .item strong {
	font-size: 14px;
	font-weight: bold;
}
.bBoX .item em {
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
}
.bBoX .item .iData {
	padding-top: 10px;
	line-height: 15px;
}
.bBoX a {
	color: #008e00;
	text-decoration: none;
}
.bBoX .item.border {
	border-bottom-width: 1pt;
	border-bottom-style: solid;
	border-bottom-color: #d3d3d3;
	margin: 0px;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
}
.bBoX .item.noborder {
	margin: 0px;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
}
.bBoX .item.dots {
	border-bottom-width: 1pt;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.bBoX .more {
	line-height: 47px;
	padding-right: 25px;
	padding-left: 25px;
	background-image: url(img/up_arrow_back.png);
	background-repeat: repeat-y;
	background-position: left top;
	border-top-width: 1pt;
	border-top-style: solid;
	border-top-color: #CCC;
	color: #008e00;
}
.bBoX .more a {
	background-image: url(img/lista.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	color: #008e00;
}
.bBoX .but {
	background-image: url(img/slider_ton.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 2px;
	width: 290px;
}
.SliderBox .tabBox {
	height: 51px;
	line-height: 45px;
	padding-right: 25px;
	padding-left: 25px;
	position:relative;
	z-index: 2000;
}
.SliderBox .tabBox .tab {
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	float: left;
	width: auto;
}

.tabBox .tab .slBox {
	width: 293px;
	border-right-width: 1pt;
	border-left-width: 1pt;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	position: absolute;
	top: 45px;
	z-index: 2001;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: none;
}
.tab .slBox .slContent {
	background-color: #f6f6f5;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 11px;
	line-height: 25px;
	padding: 0px;
}
.slContent ul {
	display: block;
	margin: 0px;
	padding: 0px;
}
.slContent ul li {
	display: block;
	margin: 0px;
	padding: 0px;
	background-image: url(img/line_1.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.slContent ul li:hover {
	background-color: #FFF;	
}
.slContent ul li a {
	display: block;
	margin: 0px;
	background-image: url(img/arrow_green.gif);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	text-decoration: none;
	color: #008e00;
}
.slContent ul li a:hover {
	color: #333;
	background-image: url(img/arrow_black.gif);
}
.slContent .arrow {
	background-image: url(img/arrow_black_linia.png);
	background-repeat: no-repeat;
	background-position: -1px -1px;
	height: 6px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.tabBox .tab {
	white-space:nowrap;
	height: 45px;
	width:auto;
}
.tabBox .tab .r {
	width: 19px;
	background-image: url(img/linia_2.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	height: 45px;
}
.tabBox .tab .l {
	width: 19px;
	float: left;
	height: 45px;
}
.tabBox .tab .center {
	color: #666;
	width: auto;
	white-space:nowrap; overflow:hidden;
	font-size: 15px;
	float: left;
	line-height: 45px;
	height: 45px;
}
.tabBox .current .l {
	background-image: url(img/linia_3.png);
	background-repeat: no-repeat;
	background-position: left top;	
}
.tabBox .current .r {
	background-image: url(img/linia_4.png);
	background-repeat: no-repeat;
	background-position: right top;	
}
.tabBox .current .center {
	background-image: url(img/odstep.png);
	background-repeat: repeat-x;
	color: #333;
}
.tabBox .tab .center a {
	color: #333;
	text-decoration: none;
}
.tabBox .leftFix .r {
	background-image: none!important;
}
.tabBox .tab .center:hover {
	/*color: #333!important;*/
}
.tabBox .tab .line {
	height: 1px;
	background-repeat: repeat-x;
	background-position: left top;
	margin-right: 10px;
	margin-left: 10px;
	
}
.tab .line .arrow {
	background-image: url(img/arrow_black_linia.png);
	height: 6px;
	width: 21px;
}
.tab .pad {
	background-image: url(img/linia_5.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: none;
}
.tab .pad.white {
	background-color: #FFF;
}
#container .SliderBox {
	position: relative;
	bottom: -6px;
}
.sliderPad {
	width: 978px;
	height: 318px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	z-index:1500;
	border: 1pt solid #CCC;
	overflow: hidden;
	position: relative;
	padding: 0px;
	margin: 0px;
}
.sliderPad.InProduct {
	width: 705px;
	height: 282px;
	border-top-width: 0pt;
	border-right-width: 0pt;
	border-bottom-width: 1pt;
	border-left-width: 0pt;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	margin-top: -20px;
	margin-bottom: 20px;
}
.sliderPad.brFix {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-top-width: 1pt;
	border-right-width: 1pt;
	border-bottom-width: 1pt;
	border-left-width: 1pt;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.sliderPad .contentSlider {
	padding-bottom: 4px;
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	height: 320px;
	width: 978px;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}
.contentSlider .slideMe {
	height: 322px;
	width: 978px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	float: left;
	margin-left: 0px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #FFF;
}
.contentSlider .slideMe.active {
    z-index:5000;
}

.contentSlider .slideMe.last-active {
    z-index:4500;
}
.contentSlider .slideMe .textBox {
	width: 580px;
	height: 228px;
	padding-top: 0px;
	padding-left: 15px;
	position:absolute;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.linkS {
	line-height: 16px;
	height: 45px;
	margin-top: -40px;
	position: absolute;
	width: 900px;
	/*z-index: 8000;*/
	margin-left: 0px;
}
.linkS .slLink {
	float: left;
	height: 45px;
}
.linkS .slLink.current {
	float: left;
	height: 45px;
	background-image: url(img/arrow_1.png);
	background-repeat: no-repeat;
	background-position: 15px bottom;
}
.linkS a {
	display: block;
	height: 35px;
	width: 135px; /*szerokość zakładki2*/
	margin: 0px;
	text-decoration: none;
	color: #008e00;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	overflow: hidden;
	position: relative;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px; /*rozmiar czcionki*/
	background-image: url(img/doot.png);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
}
.linkS .slLink.current a {
	color: #333;
}
.contentSlider .slideMe .fotoBox {
	height: 322px;
	width: 978px;
	overflow: hidden;
	position: relative;
	/*border-radius: 0px 2px 2px 0px;
	-moz-border-radius: 0px 2px 2px 0px;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;*/
	float: right;
}
.contentSlider .slideMe .fotoBox img {
	/*border-radius: 0px 2px 2px 0px;
	-moz-border-radius: 0px 2px 2px 0px;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;*/
}
.textBox .sContent {
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 16px;
	font-size: 14px;
	width: 360px;
	height: 83px;
	overflow: hidden;
}
.contentSlider .slideMe h2 {
	font-size: 36px;
	line-height: 35px;
	color: #333;
	font-family: "ProximaNovaRegular";
	display: block;
	height: 72px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 570px;
	font-weight: normal;
}
.contentSlider .slideMe span {
	font-family: "ProximaNovaRegular";
	color: #333;
	font-size: 14px;
	line-height: 16px;
}
#container .futslBox {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	width: 979px;
	padding: 0px;
	height:120px;
	overflow: hidden;
	position: relative;
}

#container .futslBox.hFix {
	height:10px;
}
.futslBox .futR {
	background-image: url(img/prawy_1.png);
	float: left;
	height: 10px;
	width: 20px;
	background-position: left top;
	margin-top: 5px;
	cursor:pointer;
	margin-left: -1px;
	position: relative;
	z-index: 2000;
	background-repeat: no-repeat;
	display:none;
}
.futslBox .futL {
	background-image: url(img/lewy_1.png);
	float: left;
	height: 111px;
	width: 20px;
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 5px;
	cursor:pointer;
	display:none;
}
#container .futureSlider {
	margin-top: 5px;
	height: 120px;
	width: 980px;
	float: left;
}
.futureSlider ul {
	height: 120px;
	display: block;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	position: relative;
	width: 980px;
}
.futureSlider ul li {
	display: block;
	height: 120px;
	width: 33.333333%;
	float: left;
	background-image: url(img/back.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -1px;
	padding: 0px;
	cursor:pointer;
	overflow: hidden;
}
.futureSlider ul li .futBox {
	height: 108px;
	margin-left: 1px;
	margin-top: 1px;
	overflow: hidden;	
}
.futBox h3 {
	font-size: 15px;
	display: block;
	font-weight: normal;
	line-height: 34px;
	height: 34px;
	width:145px;
}
.futBox table {
	margin: 0px;
	padding: 0px;
	color: #333;
	font-size: 11px;
	line-height: 12px;
	overflow: hidden;
	height: 110px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
}

.futBox.optText table {
	height: 90px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	width: 295px;
}
.futBox.optText h3 {
	line-height: 15px;
	padding-bottom: 8px;
	height: 30px;
	padding-top: 5px;
	width: auto;
}
.futBox.optText img {
}

.futBox table td {
	vertical-align: top;
}


.futureSlider ul li .futBox:hover, .witget ul li:hover { 
	background-color:#F3F3F3
}
.futBox .text {
	width: 145px;
	padding-left: 15px;
	height: 110px;
	color: #333;
	float: left;
}

.futBox .text .info {
	font-size: 11px;
	line-height: 12px;
	padding-right: 10px;
}
.futureSlider .foto {
	float: left;
	height: 0px;
	width: 143px;
	margin-top: 8px;
	overflow: hidden;
}
#container .wiBox {
	/*height: 290px;*/
	width: 980px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 11px;
	/*padding-bottom: 20px;*/
	/*margin-top: 5px;*/

	
}
.wiBox .witget {
	width: 280px;
	height: 290px;
	font-size: 12px;
	color: #333;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
	padding-left: 0px;

}
.witget h3 {
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 2pt;
	border-bottom-style: solid;
	border-bottom-color: #008e00;
	line-height: 16px;
	height: 32px;
	margin-right: 0px;

	
}
.witget a {
	color: #09C;
	text-decoration: none;
}
.witget a:hover {
	color: #000;
}
.witget ul {
	display: block;
}
.witget ul li {
	display: block;
	height: 43px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(img/line_1.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0px;
}
.witget.newsFX ul li {
	display: block;
	height: 62px!important;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(img/line_1.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0px;
	line-height: normal!important;
}
.witget.newsFX ul li a {
	line-height: normal!important;	
}
.witget .taskBox {
	height: 130px;
	overflow: hidden;
	position: relative;
}
.witget ul li .date {
	font-size: 10px;
	line-height: 24px;
	color: #999;
}
.witget ul li .links {
	width: 100%;
}
.witget .more {
	line-height: 22px;
	padding-left: 20px;
	height: 22px;
	font-weight: bold;
	font-size: 12px;
	background-image: url(img/lista.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-position: 10px 9px;
	margin-top: 10px;
	padding-right: 10px;
	color: #008e00;
}
.wiBox .wiSizer {
	width: 690px;
	float: left;
/*	height: 290px;*/
	overflow: hidden;
	position: relative;
	margin: 0px;
	padding: 0px;
}
.wiBox .wiSizer.wFull {
	width: 100%;
	margin-bottom: 25px;
	
}
.wiBox .wiSizer.wCat {
	width: 705px;
	float: left;
	/*height: 290px; */
	overflow: hidden;
	position: relative;
	margin: 0px;
	padding: 0px;
	/*background-color: #F5F5F5;*/
	margin-bottom: 25px;
}
.wCategory {
	width: 715px!important;
	margin-left: auto;
}
.wiSizer .witget {
	display: block;
	width: 333px;
	float: left;
	background-color: #FFFFFF;
	margin-bottom: 30px;
	padding: 0px;
	margin-left: 10px;
}
.wiSizer .witget .taskBox {
	line-height: 15px;
}
.wiSizer .witget .taskBox .format {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.witget .taskBox p {
	font-size: 12px;
	line-height: 15px;
	display: block;
	clear: both;
	padding: 0px;
	margin: 0px;
}
.witget .taskBox img {
	padding: 0px;
	margin-top: 3px;
	margin-right: 13px; /*było 14px;*/
	margin-bottom: 9px; /*było 12px;*/
	margin-left: 0px;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.footer {
	height: 300px;
	background-image: url(img/uper_line.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #414141;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #999;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
}
.footer .fIN {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	line-height: 15px;
}
.fIN .corp {
	width: 300px;
	float: left;
}
.fIN .links {
	width: auto;
	text-align: right;
	float: right;
}
.fIN .links a {
	display: block;
	float: left;
	font-size: 11px;
	line-height: 15px;
	height: 15px;
	padding-right: 10px;
	padding-left: 10px;
	color: #999;
	text-decoration: none;
	background-image: url(img/double_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.fIN .links a:hover {
	color: #ccc;
}
form {
	display: block;
}
form label {
	color: #008e00;
	font-size: 14px;
	line-height: 20px;
	display: block;
}
form select {
	font-size: 12px;
	line-height: 22px;
	height: 22px;
	width: 194px;
	margin: 0px;
	padding: 2px;
}
.subC table {
	font-size: 12px;
	line-height: 17px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 0px;
/*	margin-right: 25px; */
	margin-bottom: 0px;
/*	margin-left: 25px; */
	width: 930px;
}
.futslBox .slName {
	background-image: url(img/linia_6.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height: 40px;
	height: 25px;
	padding-bottom: 20px;
	font-size: 16px;
	padding-right: 35px;
	padding-left: 35px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-top: 20px;
	padding-top: 0px;
}
.newMiniWidgets .slName {
	background-image: url(img/linia_6.png);
	background-repeat: repeat-x;
	background-position: -50px bottom;
	line-height: 40px;
	height: 25px;
	padding-bottom: 20px;
	font-size: 14px;
	padding-right: 35px;
	padding-left: 0px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-top: 20px;
	padding-top: 0px;
	padding-left: 9px;
	color: #333;
	font-weight: bold;
}
#main .subC {
	margin-top: 0px;
}


.subC table td {
	/*width: 290px;*/
	vertical-align: top;
	padding-top: 5px;
/*	padding-right: 10px; */
	padding-bottom: 0px;
/*	padding-left: 10px;*/
}
.subC table p {
	margin-bottom: 15px;
	padding: 0px 40px 0px 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	display: block;
}
.subC table h4 {
	font-size: 15px;
	color:#999;

}
.subC table img {
	display: block;
	margin: 0px;
	padding: 0px;
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: none;
}
.subC .tbSubNavi {
	line-height: 30px;
	height: 30px;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	z-index: 99;
	overflow: hidden;
	background-image: url(img/linia_7.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.subC .tbSubNavi a {
	font-size: 12px;
	text-decoration: none;
	color: #008e00;
	display: block;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 28px;
	border: 1px solid transparent;
	height: 30px;
	border-radius: 2px 2px 0px 0px;
-moz-border-radius: 2px 2px 0px 0px;
-webkit-border-bottom-right-radius: 0px;
-webkit-border-bottom-left-radius: 0px;

}
.subC .tbSubNavi a:hover {
	text-decoration: none;	
	color: #000;
}
.subC .tbSubNavi a.current {
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
	color: #333;
	border-bottom-color: #FFF;
	z-index: 100;
	background-color: #FFF;
	font-weight: bold;
}
.subC table ul {
	display: block;
	background-image: url(img/line_1.png);
	background-repeat: repeat-x;
	background-position: 0px 7px;
	margin: 0px;
	margin-left: -5px;
	margin-right: 35px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.subC table li {
	display: block;
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 7px;

}
.subC table a {
	text-decoration: none;
	color: #008e00;
}
.subC table h5 {
	font-weight: bold;
	display: block;
	height: 25px;
	padding-top: 0px;
/*	padding-right: 10px; */
	padding-bottom: 5px;
/*	padding-left: 10px; */
}

.subC table li span {
	padding-left: 20px;
	background-image: url(img/lista.gif);
	background-repeat: no-repeat;
	background-position: 6px 5px;
	display: inline-block;
	line-height: 15px;
}

.wiBox .wiSizer.wFull .witget{
	background-color: #f5f5f5;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 10px;
}
.wiBox.optSilver {
	background-color: #ffffff;
	margin-bottom: 20px;
}
.contentSlider .slideMe .option {
	line-height: 28px;
	height: 28px;
	width: 250px;
	position: absolute;
	padding: 0px;
	z-index: 4000;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 700px;
	background-image: url(img/lista_2.png);
	background-repeat: no-repeat;
	background-position: 245px center;
	display: none;
}
.sliderPad.brFix .slideMe .option {
	display: block;
}

.slideMe .option a {
	display: block;
	float: left;
	width: 33%;
	text-align: center;
	text-decoration: none;
	font-size: 10px;
	color: #333;
	background-image: url(img/lista_2.png);
	background-repeat: no-repeat;
	background-position: left center;
}


.futBox.wBG .f_img  {
	height: 108px;
	z-index: 100;
	text-align: right;
	width: 305px;
	position: relative;
}
.futBox.wBG h3  {
	position: absolute;
	z-index: 102;
	width: 140px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	line-height: normal;
	color: #333;
	display: block;
	height: 98px;
}
.futBox .opc  {
	position: absolute;
	z-index: 101;
	width: 312px;
	display: none;
	height: 108px;
	margin: 0px;
	padding: 0px;
	background-image: url(img/empty.png);
	background-repeat: repeat;
}
.futureSlider ul li .futBox.wBG:hover { 
	background-color:transparent;
}

.taskBox ul li {
	line-height: 43px;
	height: 43px;
}
.taskBox ul li a {
	line-height: 43px;
	cursor:pointer;
}
#container .slButLine {
	background-image: url(img/linia_8);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 5px;
	padding: 0px;
	margin-top: -1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-radius: 0px 0px 2px 2px;
	-moz-border-radius: 0px 0px 2px 2px;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
}
.textPages  {
	padding-right: 15px;
	padding-left: 15px;
}
.textPages h2  {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 25px;
	display: block;
	height: 50px;
	font-size: 24px;
	font-weight: normal;
	color: #666;
	padding-left: 10px;
}
.txtContainer {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.txtContainer .colL {
	width: 230px;
	float: left;
	margin-bottom: 30px;
}
.txtContainer .colR {
	float: left;
	width: 705px;
	margin: 0px;
	padding-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.colR .topBan {
	height: 100px;
	width: 705px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.colR .pBoxes {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	width: 705px;
}

.colR .pBoxes .box {
	float: left;
	width: 234px;
	height: 365px;
	font-size: 12px;
	line-height: 15px;
	color: #333;
	background-image: url(img/doot_2.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	overflow: hidden;
	position: relative;
}
.colR h3 {
	font-size: 14px;
	font-weight: normal;
	display: block;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	color: #666;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.colR a {
	color: #008e00;
	text-decoration: none;
}
.pBoxes .box div {
	padding: 0px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	overflow:hidden;
	height: 95px;
	font-size: 12px;
	line-height: 16px;
}
.pBoxes .box .imgBox {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 100px;
	overflow: hidden;
	position: relative;
	width: 200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
}
.pBoxes .box .more {
	line-height: 60px;
	background-image: url(img/more.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 21px;
	width: 22px;
	overflow: hidden;
	position: relative;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 16px;
}
.pBoxes .box .more:hover {
	background-position: left -21px;
}
.txtContainer .colL ul {
	display: block;
	border-top-width: 1pt;
	border-top-style: solid;
	border-top-color: #dadada;
	font-size: 11px;
	background-color: #F5F5F5;
}
.colL ul li {
	display: block;
	line-height: 30px;
	background-image: url(img/line_1.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.colL ul li a {
	color: #008e00;
	text-decoration: none;
	line-height: 30px;
	display: block;
	height: 29px;
	padding-left: 10px;
	padding-bottom: 1px;
	overflow: hidden;
}
.colL ul li ul li > a:hover {
	background-color: #F5F5F5;
}
.colL ul li ul {
	display: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
}
.colL ul li.current ul {
	display: block!important;
}
.colL ul li ul li {
	background-image: url(img/line_1.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	display: block;
	padding-bottom: 1pt;
	background-color: #FFF;
}
.colL ul li ul li a {
	color: #666;
	text-decoration: none;
	background-color: #FFF;
	line-height: 30px;
	height: 29px;
	padding-left: 20px;
	display: block;		
}
.colL ul li ul li .current {
	color: #333333;
	background-image: url(img/menu_2.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
.colL ul li ul li .dropMenu {
	display: none;
}
.colL ul li ul li .dropMenu.active {
	display: block!important;
}
.colL ul li ul li ul li {
	background-image: url(img/line_1.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	display: block;
	padding-bottom: 1pt;
	background-color: #FFF;
}
.colL ul li ul li ul li a {
	color: #666;
	text-decoration: none;
	background-color: #FFF;
	line-height: 30px;
	height: 29px;
	padding-left: 30px;
	display: block;
	background-image: url(img/menu_2.png);
	background-position: 20px center;
	background-repeat: no-repeat;	
}
.colL ul li ul li ul li .current {
	color: #333333;
	background-repeat: no-repeat;
	background-position: 215px center;
	font-weight:bold;
}
.colL ul li .current {
	font-weight:bold;
}
.textContentBox .nwBox {
	padding: 0px;
	margin: 0px;
	color: #333;
}

.colR .textContentBox h4 {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	display: block;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	height: 20px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	line-height: 32px;
}

.textContentBox .currentNews h2 {
	font-size: 26px;
	color: #008e00;
	margin: 0px;
	line-height: 28px;
	display: block;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.textContentBox .currentNews h5 {
	font-size: 18px;
	font-weight: normal;
	color: #008e00;
	display: block;
	line-height: 26px;
}
.textContentBox .currentNews {
	font-size: 12px;
	line-height: 17px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.textContentBox .currentNews table {
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;	
}
.currentNews table tr td {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: auto;
	width: auto;
}
.currentNews table tr th {
	width: 5px;
	display: block;
	float: left;
}
.currentNews table img {
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 0px;
}



.textContentBox .newsList ul {
	display: block;
	padding: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.newsList ul li span {
	display: block;
	float: left;
	margin: 0px;
	width: 95px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	color: #999;
}
.newsList ul li {
	line-height: 30px;
	display: block;
	height: 30px;
	background-image: url(img/line_1.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.tbWidthFix {
	width:929px;
	padding-left: 35px;
	padding-right: 35px;
}
h1 {
	font-size: 19px;
	padding-top: 10px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 17px;
	display: block;
	padding-top: 10px;
}
h4 {
	font-size: 14px;
	font-weight: normal;
	display: block;
	padding-top: 5px;
	
}
.fItem {
	margin: 0px;
	background-image: url(img/empty.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.fItemDots {
	margin: 0px;
	background-image: url(img/line_1.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	height: 22px;
}
.fItemDots .label {
	float: left;
	font-size: 12px;
	line-height: 22px;
	width: 67px;
	height: 22px;
	color: #333;
}

.fItemDots.tArea, .fItemDots .label.tArea {
	height: 112px;
}
.fItemDots .label.tArea {
	
}
.fItemDots textarea {
	outline: none;
	resize: none;
	width: 150px;
	height: 112px;
	overflow: auto;
	font-family: "Lucida Sans","Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
}


.txtContainer .colR .textContentBox.topFix {
	
}
.txtContainer .colR .textContentBox.topFix h4 {
	background-image: url(img/linia_7.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	line-height: 16px;	
}
.textContentBox .textBoxFormat {
	color: #333;
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
}
.textContentBox .textBoxFormat h5, .textContentBox .textBoxFormat h4, .textContentBox .textBoxFormat h3, .textContentBox .textBoxFormat h2, .textContentBox .textBoxFormat h1 {
	color: #008e00;
	display: block;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
.textContentBox .textBoxFormat h5 {
	color: #008e00;
	display: block;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 0px;
	font-weight: normal;
}
.textContentBox .currentNews h5, .textContentBox .currentNews h4, .textContentBox .currentNews h3, .textContentBox .currentNews h2, .textContentBox .currentNews h1 {
	color: #008e00;
	display: block;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

.textContentBox .textBoxFormat h2, .textContentBox .currentNews h2 {
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 25px;
	font-weight: bold;
	
}
.textContentBox .textBoxFormat h3, .textContentBox .currentNews h3 {
	font-size: 17px;
	/*line-height: 18px;*/
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
	font-weight: bold;
	padding-bottom: 5px;
}
.textContentBox .textBoxFormat h4, .textContentBox .currentNews h4 {
	font-size: 14px;
	line-height: 20px;
	margin: 0px;
	padding-bottom: 5px;
	height: auto;
	width: auto;
	background-image: none!important;
}
.textContentBox .textBoxFormat p, .textContentBox .currentNews p {
	margin-bottom: 10px!important;
	font-size: 12px!important;
	padding-right: 30px;
}
.textContentBox .textBoxFormat li {
	background-image: url(img/lista.gif);
	background-repeat: no-repeat;
	background-position: 0px 16px;
	display: block;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 50px;
}
.textContentBox .textBoxFormat table {
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;		
}
.textContentBox .textBoxFormat td {
	vertical-align: top;	
}
.colR .textContentBox h4.noLine {
	background-image: none!important;	
	margin-bottom: 0px !important;
}
.ReadMoreLink {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: block;
	background-image: url(img/lista.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}.textBox .moreInfoBut {
	line-height: 72px;
	background-image: url(img/wiecej.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 28px;
	overflow: hidden;
	background-color: #3A3A3A;
	padding: 0px;
	width: 169px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 9px;
}
.textBox a.moreInfoBut:hover {
	background-position: left -28px;
}.textBox .moreInfoBut2 {
	line-height: 72px;
	background-image: url(img/moreinfo.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 28px;
	overflow: hidden;
	background-color: #3A3A3A;
	padding: 0px;
	width: 169px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 9px;
}
.textBox a.moreInfoBut2:hover {
	background-position: left -28px;


}
.textsmaller { font-size: 11px; }
hr { color: #dddddd; background-color: #dddddd; height: 1px; border: 0pt none;
}
.conBox {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.conBox .cInfo {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 12px;

}
.conBox .polowa {
	float: left;
	margin: 0px;
	width: 50%;
	padding: 0px;
}
.conBox .polowa .cData {
	padding-bottom: 20px;	
}
#tMenu{
	display:block;
	height: auto;
	width: auto;
}
.colL .m-belt {
	overflow: hidden;
	position: absolute;
	width: 9px;
	margin-top: -38px;
	float: right;
	z-index: 200;
	margin-left: 221px;
	display: none;
}
.m-belt .m-belt-a {
	background-image: url(img/pion_1.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 90px;
	width: 9px;
}
.m-belt .m-belt-b {
	background-image: url(img/pion_2.png);
	background-repeat: repeat-y;
	background-position: left top;
	height: 90px;
	width: 9px;
}
.m-belt .m-belt-c {
	background-image: url(img/pion_3.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 90px;
	width: 9px;
}
.colL .lMenuBox {
	background-color: #f5f5f5;
	margin-top: 20px;
	padding-bottom: 15px;
}
.lMenuBox .textData {
	padding: 15px;
	font-size: 11px;
	line-height: 14px;
}
.lMenuBox h4 {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #008e00;
	width: 190px;
	display: block;
}
.lMenuBox .textData strong {
	display: block;
	margin-bottom: 10px;
	color: #008e00;
}

.lMenuBox .more {
	padding-left: 26px;
	background-image: url(img/arrow_green_back.jpg);
	background-repeat: no-repeat;
	background-position: 15px 5px;
	color: #008e00;
}
.lMenuBox .more a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #008e00;
}
.lMenuBox .textData img {
	display: block;
	margin-bottom: 15px;
	white-space: nowrap;
	float: none!important;
	height: 83px;
	width: 200px;
}
.sliderPad.InProduct .contentSlider .slideMe .textBox {
	margin-top: 15px;
	
}
.sliderPad.InProduct .contentSlider .slideMe .textBox  h2 {
	font-size: 34px;
	line-height: 34px;
	margin-top: 0px;
	padding-top: 0px;
	width: 450px;
	height: auto;
	margin-bottom: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
}
.sliderPad.InProduct .textBox .sContent {
	padding-left: 0px;
	height: 135px;
width: 270px;
}




.textBoxFormat table ul {
    background-image: url(img/"line_1.png");
    background-position: 0 7px;
    background-repeat: repeat-x;
    display: block;
    margin: 0 35px 0 -5px;
    padding: 10px 0 0;
}
.newMiniWidgets {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	color: #666;
	font-weight: normal;
	line-height: 14px;
	margin-bottom: 40px;
}
.newMiniWidgets .box {
	float: left;
	width: 220px;
	height: 120px;
	overflow: hidden;
	cursor:pointer;
	padding-right: 13px;
}
.newMiniWidgets .box:hover {
	background-color: #F8F8F8;
}
.newMiniWidgets .box table {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 220px;
	display: block;
}
.newMiniWidgets .box table td {
	vertical-align: top;
}

.newMiniWidgets .box table tr td h3 {
	font-size: 16px;
	color: #333;
	line-height: 38px;
	padding: 0px;
	width: 140px;
}
.newMiniWidgets .box table tr td img {
	display: block;
	height: 70px;
	width: 70px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.sliderPad.InProduct .contentSlider, .sliderPad.InProduct  .contentSlider .rcs {
	height: 282px;
	width: 705px;
	overflow: hidden;
}
.sliderPad.InProduct .fotoBox, .sliderPad.InProduct .slideMe {
	height: 282px;
	width: 705px;
	overflow: hidden;
}
div.textBoxFormat table tbody tr td div.more
	color: #008e00;
{
background-image: url(img/"arrow_green_back.jpg");
    background-position: 0px 7px;
    background-repeat: no-repeat;
    padding-left: 15px;
	}