body {
	margin: 0px;
	background-color: white;
}

body, table, h1, td, input, select, textarea {
	font-family: Tahoma, Arial, sans-serif; 
	color: #666666; 
}

a:link {
	color: #0568B2; text-decoration: underline;
}
a:visited {
	color: #0A5186; text-decoration: underline;
}
a:link:active, a:visited:active {
	color: #0568B2; text-decoration: none;
}
a:link:hover, a:visited:hover {
	color: #0568B2; text-decoration: none;
}

#content h2 {
	font-size: 150%;
	font-weight:lighter;
	color: #0568B2;
	margin: 0px;
}

/* font */
html {
	font-size: 100%;
}
body {
	font-size: 0.70em;
}
table, input, select, textarea {
	font-size: 100%;
}



/* layout - general */

img {
	border: none;
}
form {
	margin: 0px;
}

.clear {
	clear: both;
	line-height: 1px;
}

.inputText, textarea {
	border: inset 1px #CCCCCC;
	color: #000000;
}
.submit {
	background: #FFFF99;
	color: #000000;
	font-weight: bold;
	border: outset 1px #CCCCCC;
	cursor: pointer;
}


/* layout - specific */

body {
	background: url('img/page.m.gif') repeat-y top center;
	text-align: center;
}
#pageWrap {
	background: url('img/page.t.jpg') no-repeat top center;
}
#page {
	text-align: left;
	margin: 0 auto 0 auto;
	width: 730px;
	padding: 1px 0px 0px 0px;
}
body.hp #page {
}




#pageTop {
	background: url('img/menu.m.jpg') no-repeat 0px 0px;
	height: 51px;
	margin: 26px 0px 0px 0px;
}

#pageMenu {
	padding: 0px 0px 0px 13px;
	margin: 0px 0px 0px 0px;
}
#pageMenu ul {
	float: left;
	width: 510px;
	list-style: none;
	margin: 6px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#pageMenu ul li {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-image: url('none');list-style-type:none
}
#pageMenu ul li.last {
	background: none;
}

#pageMenu ul li a {
	display: block;
	position: relative;
	height: 39px;
	padding: 0px 0px 0px 0px;
	margin: 0px 8px 0px 0px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 100%;
}
#pageMenu ul li a span {
	background: url('img/but.png') no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
#pageMenu ul li a:link, #pageMenu ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#pageMenu ul li a:link:hover, #pageMenu ul li a:visited:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#pageMenu ul li.last {
	margin: 0px;
}

#but1 a {
	width: 53px;
}
#but1 a:link span, #but1 a:visited span {
	background-position: 0px 0px;
}
#but1 a:link:hover span, #but1 a:visited:hover span, #but1.active a:link span, #but1.active a:visited span {
	background-position: 0px -40px;
}
#but2 a {
	width: 83px;
}
#but2 a:link span, #but2 a:visited span {
	background-position: -61px 0px;
}
#but2 a:link:hover span, #but2 a:visited:hover span, #but2.active a:link span, #but2.active a:visited span {
	background-position: -61px -40px;
}
#but3 a {
	width: 68px;
}
#but3 a:link span, #but3 a:visited span {
	background-position: -154px 0px;
}
#but3 a:link:hover span, #but3 a:visited:hover span, #but3.active a:link span, #but3.active a:visited span {
	background-position: -154px -40px;
}
#but4 a {
	width: 70px;
}
#but4 a:link span, #but4 a:visited span {
	background-position: -234px 0px;
}
#but4 a:link:hover span, #but4 a:visited:hover span, #but4.active a:link span, #but4.active a:visited span {
	background-position: -234px -40px;
}
#but5 a {
	width: 111px;
}
#but5 a:link span, #but5 a:visited span {
	background-position: -315px 0px;
}
#but5 a:link:hover span, #but5 a:visited:hover span, #but5.active a:link span, #but5.active a:visited span {
	background-position: -315px -40px;
}
#but6 a {
	width: 68px;
}
#but6 a:link span, #but6 a:visited span {
	background-position: -439px 0px;
}
#but6 a:link:hover span, #but6 a:visited:hover span, #but6.active a:link span, #but6.active a:visited span {
	background-position: -439px -40px;
}

#lang{
	float:right !important;
	margin: 20px 20px 10px 10px;
}


#searchBox {
	float: right;
	width: 180px;
	height: 0px;
	margin: 21px 0px 0px 0px;
}
#searchBox h3 {
	display: none;
}
#searchBox form {
	display: block;
	margin: 0px 0px 0px 0px;
}
#searchBox input {
	display: block;
	float: left;
	width: 100px;
	margin: 0px 10px 2px 0px;
	font-size: 90%;
}
#searchBox input.img {
	width: 55px;
}


#colWrap {
	background: #FFFFFF url('img/content.m.gif') repeat-y 0px 0px;
}
#colBot {
	background: url('img/content.b.gif') no-repeat 0px 0px;
	height: 6px;
	line-height: 6px;
}
#colMain {
	float: right;
	width: 390px;
	height: 237px;
	padding: 0px 0px 0px 0px;
}
#colSide {
	float: left;
	width: 0px;
	height: 237px;
	padding: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url('img/top/l.jpg');
}

#content h3 {
	color: #0568B2;
}
/*
.colSide0 {
	background-image: url('img/top/0.l.jpg');
}
.colSide2 {
	background-image: url('img/top/2.l.jpg');
}
.colSide3 {
	background-image: url('img/top/3.l.jpg');
}
.colSide4 {
	background-image: url('img/top/4.l.jpg');
}
.colSide5 {
	background-image: url('img/top/5.l.jpg');
}
.colSide99 {
	background-image: url('img/top/99.l.jpg');
}
*/

#colMain2 {
	float: right;
	width: 520px;
	padding: 0px 0px 0px 0px;
}
#colSide2 {
	float: left;
	padding: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


#topHeader {
	height: 237px;
	padding: 0px 0px 0px 0px;
	background: url('img/top/r.jpg') no-repeat 0px 0px;
}
* html #topHeader {
	padding: 0px;
}
/*
.topHeader0 {
	background: url('img/top/0.r.jpg') no-repeat 0px 0px;
}
.topHeader2 {
	background: url('img/top/r.jpg') no-repeat 0px 0px;
}
.topHeader3 {
	background: url('img/top/3.r.jpg') no-repeat 0px 0px;
}
.topHeader4 {
	background: url('img/top/4.r.jpg') no-repeat 0px 0px;
}
.topHeader5 {
	background: url('img/top/5.r.jpg') no-repeat 0px 0px;
}
.topHeader99 {
	background: url('img/top/99.r.jpg') no-repeat 0px 0px;
}
*/

#topFlash {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 237px;
	background: url('img/flash.m.gif') no-repeat 0px 0px;
}
#topFlash2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 5px;
	background: url('img/flash.m.gif') no-repeat 0px 0px;
}

* html #topFlash {
	margin-top: 0px;
}

#pageTitle {
	/*width: 510px;*/
	width: 98%;
	margin: 5px 10px 5px 0px;
	padding: 0px 0px 2px 0px;
	background: #FAFAFA url('img/line.hor.gif') repeat-x bottom;
}
#pageTitle h1 {
	height: 22px;
	font-size: 190%;
	font-weight:lighter;
	color: #0568B2;
	margin: 0px;
}
html.hasFlash #pageTitle h1	{ 
	visibility: hidden; 
}
html.hasFlash #pageTitle div.replaced-h1 {
	height: 22px;
}
body.hp #pageTitle h1 {
	font-size: 190%;
}
#pageTitle h1 span {
}


#logoCMS {
}
#logoCMS a {
	display: block;
	width: 130px;
	height: 110px;
	cursor: pointer;
}
#logoCMS a:link, #logoCMS a:visited {
	text-decoration: none;
}
#logoCMS a span {
	visibility: hidden;
}


.blockTop {
	background: url('img/block.t.jpg') no-repeat 0px 0px;
	padding: 39px 0px 0px 0px;
	width: 181px;
}
.blockBot {
	background: url('img/block.b.jpg') no-repeat left bottom;
	padding: 1px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	width: 181px;
	min-height: 130px;
}
.blockBot p{
	margin-left:10px;
	margin-right:15px;
}
* html .blockBot {
	height: 130px;
}

.blockTitle h2 {
	margin: 0px;
	position: relative;
	font-size: 50%;
}
.blockTitle h2 span {
	position: absolute;
	width: 100%;
	height: 100%;
}

#titleCMS {
	height: 11px;
}
#titleCMS span {
	background: url('img/title.cms.gif') no-repeat 0px 0px;
}



#titleNews h2 {
	height: 27px;
}
#titleNews h2 span {
	background: url('img/title.news.gif') no-repeat 0px 0px;
}
#news {
	margin: 0px 6px 0px 23px;
}
#news div div {
	margin: 0px 14px 0px 6px;
}
#news .newsDate {
	font-weight: bold;
	color: #111111;
	margin-top: 5px;
	font-size: 90%;
}
#news .newsPreview {
}
#news .newsLink {
	padding-bottom: 5px;
	font-size: 90%;
}
#news .last {
	padding-bottom: 5px;
}
#news a:link, #news a:visited {
	background: url('img/bullets/1.gif') no-repeat left center;
	padding: 3px 0px 3px 12px;
	color: #F0A400;
	font-weight: bold;
}


#titleNewsletter h2 {
	height: 27px;
}
#titleNewsletter h2 span {
	background: url('img/title.newsletter.gif') no-repeat 0px 0px;
}
#newsletter {
	margin: 5px 6px 0px 23px;
}
#newsletter div div, #newsletter form {
	display: block;
	margin: 0px 14px 0px 6px;
}
#newsletter label {
	display: block;
	margin: 0px 10px 0px 15px;
	padding: 0px 0px 0px 12px;
	background: url('img/bullets/1.gif') no-repeat left center;
	font-weight: bold;
	color: #F0A400;
}
#newsletter input {
	display: block;
	width: 130px;
	margin: 0px 10px 5px 10px;
	font-size: 90%;
}
#newsletter input.img {
	width: 55px;
}


#butTech {
	display: block;
	margin: 10px 0px 10px 23px;
}


.navMenu {
	margin: 0px 6px 0px 23px;
}
.navMenu div div {
	margin: 0px 14px 0px 6px;
}
.navMenu h2 {
	margin: 3px 0px 5px 10px;
	color: #2357A0;
	font-size: 110%;
}
.navMenu ul {
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 7px 0px;
	list-style: none;
}
.navMenu ul li {
	display: block;
	list-style-image: url('none');list-style-type:none; margin-left:10px; margin-right:3px; margin-top:1px; margin-bottom:1px; padding-left:0px; padding-right:0px; padding-top:2px; padding-bottom:2px
}

.navMenu ul li.mr {
	display: block;
	list-style-image: url('none');
	list-style-type:none; 
	margin-left:25px; 
	margin-right:3px; 
	margin-top:1px; 
	margin-bottom:1px; padding-left:0px; padding-right:0px; padding-top:2px; padding-bottom:2px
}

.navMenu ul li a {
	display: block;
	padding: 0px 0px 0px 7px;
	margin: 1px 0px 1px 0px;
	background: url('img/bullets/2.gif') no-repeat 0px 4px;
	font-weight: bold;
}
.navMenu ul li a:link, .navMenu ul li a:visited {
	text-decoration: none;
}
.navMenu ul li a:link {
}
.navMenu ul li a:visited {
}
.navMenu ul li a:link:hover, .navMenu ul li a:visited:hover {
	text-decoration: underline;
}
.navMenu ul li a.current {
	font-weight: bold;
}




#navInside {
	margin: 0px;
	list-style: none;
	padding: 0px;
}
#navInside li {
	clear: both;
	display: block;
	padding: 0px;
	list-style-image: url('none');list-style-type:none; margin-left:0px; margin-right:0px; margin-top:3px; margin-bottom:10px
}
#navInside li .divText {
	float: left;
	width: 374px;
	text-align: right;
}
#navInside li a.indexTitle {
	float: right;
	display: block;
	padding: 0px 0px 0px 10px;
	margin: 1px 0px 1px 0px;
	background: url('img/bullets/5.gif') no-repeat 0px 2px;
	color: #FF9933;
	font-size: 100%;
	font-weight: bold;
}
#navInside li a.indexTitle:link, #navInside li a.indexTitle:visited {
	color: #FF9933;
	text-decoration: none;
}
#navInside li a.indexTitle:link {
	color: #FF9933;
}
#navInside li a.indexTitle:visited {
	color: #D77E26;
}
#navInside li a.indexTitle:link:hover, #navInside li a.indexTitle:visited:hover {
	color: #FF9933;
	text-decoration: underline;
}
#navInside .indexDesc {
	clear: both;
	margin: 5px 0px 10px 0px;
}
#navInside li a.indexMore {
	float: right;
	display: block;
	padding: 0px 0px 0px 12px;
	background: url('img/bullets/3.gif') no-repeat 0px 3px;
	font-weight: bold;
}



#content {
	margin: 0px 0px 0px 0px;
	width: 505px;
}

#content object{
	margin: 30px 50px 10px 50px;
}
#content p {
	background: url('img/bullets/2.gif') no-repeat 0px 4px;
	text-indent: 7px;
	margin: 3px 0px 7px 0px;
}
body.hp #content {
	letter-spacing: 1px;
}



#hpSpecialisti {
	float: left;
	width: 320px;
	margin: 0px 10px 0px 0px;
}
#hpSpecialisti h3 {
	color: #0568B2;
	font-size: 20px;
	font-weight: normal;
	height: 44px;
	margin: 0px 0px 10px 0px;
}
#hpSpecialisti h2 span {
	background: url('img/title.special.gif') no-repeat 0px 0px;
}
#hpSpecialisti ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#hpSpecialisti ul li {
	list-style-image: url('none');
	background: url('img/bullets/3.gif') no-repeat 0px 6px; list-style-type:none; margin-left:10px; margin-right:0px; margin-top:3px; margin-bottom:3px; padding-left:8px; padding-right:0px; padding-top:0px; padding-bottom:0px
}

#hpDr {
	float: left;
	width: 91px;
	margin: 0px 20px 0px 0px;
}

#hpFaq {
	float: left;
	width: 170px;
}
#hpFaq h2 {
	height: 12px;
	margin: 0px 0px 10px 0px;
}
#hpFaq h2 span {
	background: url('img/title.faq.gif') no-repeat 0px 0px;
}
#hpFaq form {
	display: block;
	margin: 0px 14px 0px 6px;
}
#hpFaq label {
	display: block;
	margin: 0px 10px 0px 15px;
	padding: 0px 0px 0px 12px;
	background: url('img/bullets/1.gif') no-repeat left center;
	font-weight: bold;
}
#hpFaq input, #hpFaq textarea {
	display: block;
	width: 140px;
	margin: 0px 3px 5px 3px;
	font-size: 90%;
}
#hpFaq input.img {
	width: 37px;
}


#siteMap {
	margin: 10px 0px 0px 15px;
}
#siteMap ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#siteMap ul li {
	list-style-image: url('none');
	margin: 3px 0px;
	background: url('img/bullets/8.gif') no-repeat 0px 6px; list-style-type:none; padding-left:7px; padding-right:0px; padding-top:0px; padding-bottom:0px
}
#siteMap ul li ul {
	margin: 0px 0px 0px 20px;
}


#indexWrap {
}
.indexBox {
	float: left;
	width: 170px;
	margin: 5px 5px 0px 5px;
}
.indexBox h3 {
	margin: 0px;
	color: #666666;
}
.indexBox ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.indexBox ul li {
	list-style-image: url('none');
	margin: 3px 0px;
	background: url('img/bullets/8.gif') no-repeat 0px 6px; list-style-type:none; padding-left:7px; padding-right:0px; padding-top:0px; padding-bottom:0px
}


dl.dpl dt {
text-align:center;
width:100px;
height:70px;
}

dl.dpl dt a{
margin-left:auto;
margin-right:auto;
}

dl.dpl dd{
margin-top:-70px;
margin-left:100px;
height:70px;
}

dl.dpl dd h4{
margin-top:0;
margin-bottom:5px;
font-size: 120%;
}

dl.dpl hr{
clear:both;
width:100%;
margin-top:5px;
}
a.d:link, a.d:visited{
	display:block;
	height:40px;
	width:40px;
	background:url('img/dipl.gif') no-repeat center;
	vertical-align:baseline;
	border:0px none !important;
}
a.d:hover{
	background:url('img/diplh.gif') no-repeat center;
	border:0px none !important;
}



#pageBot {
	background: url('img/page.b.png') no-repeat 0px 0px;
	height: 70px;
	margin: 3px 2px 0px 2px;
	padding: 1px 0px 0px 0px;
}
* html #pageBot {
	padding: 0px;
}

#botCreat {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 10px;
	color: #FFFFFF;
	font-weight: bold;
	line-height:1.4em;
}
* html #botCreat {
	margin-top: 1px;
}
#botCreat a:link, #botCreat a:visited {
	font-weight: bold;
}
#botCreat a:link {
	color: #FFFFFF;
}
#botCreat a:visited {
	color: #FFFFFF;
}
#botCreat a.active:link, #botCreat a.active:visited {
	color: #eeeeee;
}


#botLinks {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 10px;
	color: #FFFFFF;
	font-weight: bold;
}
* html #botLinks {
	margin-top: 1px;
}
#botLinks a:link, #botLinks a:visited {
	font-weight: bold;
}
#botLinks a:link {
	color: #FFFFFF;
}
#botLinks a:visited {
	color: #FFFFFF;
}
#botLinks a.active:link, #botLinks a.active:visited {
	color: #eeeeee;
}

#botCopyright {
	margin: 0px 0px 0px 30px;
	color: #FFFFFF;
}


#idipLink {
	margin: 3px 0px 0px 0px;
	text-align: center;
}
#idipLink a {
}
#idipLink a:link, #idipLink a:visited {
	color: #666666;
}
#idipLink a:link:hover span, #idipLink a:visited:hover span {
}


/*

#pageMenuTitle {
	background: url('img/menu.t.gif') no-repeat 0px 0px;
	height: 29px;
}
#pageMenuTitle h2 {
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	margin: 13px 30px 0px 35px;
	padding: 0px 0px 2px 12px;
	background: url('img/bullets/1.gif') no-repeat left center;
	border-bottom: solid 1px #FFFFFF;
}
.navMenu {
	background: url('img/menu.m.gif') repeat-y 0px;
}



.sideTitle {
	color: #333366;
}
.sideTitle h2 {
	position: relative;
	margin: 0px 0px 5px 30px;
	width: 171px;
	height: 18px;
	font-size: 50%;
}
.sideTitle h2 span {
	position: absolute;
	width: 100%;
	height: 100%;
}







#pageOptions {
	padding: 3px 0px 1px 30px;
}




*/


/* search */

.searchItem {
}

.searchItem .link {
	float: left;
	width: 48%;
}
.searchItem .path {
	float: right;
	width: 48%;
}
.searchItem .description {
	display: none;
}

hr {
	border: solid 1px #949B0F;
	height: 1px;
}


/* gallery */


.galText {
}
.galHeader {
	font-size: medium;
	color: #0033CC;
}
.galDesc {
	font-size: x-small;
	margin-bottom: 10px;
}
.galThumbDiv {
	margin: 0px 1px 0px 1px;
}
a.galThumb:link, a.galThumb:visited {
	border: none;
}
a.galThumb:link img, a.galThumb:visited img, a.galThumb:active img {
	border: solid 1px #333366;
}
a.galThumb:hover img {
	border: solid 1px #FFAA00;
}
.galPhoto {
	margin: 20px 0px 20px 0px;
	text-align: center;
	width: 100%;
}
.galPhoto img {
	border: solid 1px #333366;
}
.galIndexTable {
}
.galIndexTable td {
	border-top: dashed 1px #AAAAAA;
	border-left: dashed 1px #AAAAAA;
}
.galIndexTable2 {
}
.galIndexTable2 td {
	border: none;
	text-align: center;
	vertical-align: top;
}

.galComment {
}



/* forms */

.formWrap {
	text-align: center;
}
.formWrap fieldset {
	margin: 3px auto 3px auto;
	text-align: left;
	width: 515px;
}
.formWrap fieldset div {
	clear: both;
}

.formWrap div label {
	background: #FFEEEE;
	float: left;
	width: 150px;
}
.formWrap div input {
	background: #FFEEEE;
	float: right;
	width: 250px;
}

.formWrap div.formRadioWrap {
	float: left;
	width: 205px;
}
.formWrap div.formRadioWrap input {
	clear: both;
	float: left;
	display: block;
	width: 25px;
}
.formWrap div.formRadioWrap label {
	width: 170px;
}
.formImg {
	clear: none;
	float: right;
	width: 310px;
	text-align: center;
}

.w3c SUB{
line-height: 0.2 em;
}

table.form tr td{
border-left:1px solid #555;
border-top:1px solid #555;
padding:5px;
}

table.form{
border-right:1px solid #555;
border-bottom:1px solid #555;
background:#f5fcff;
}

ul.bulleted h3{
font-variant:small-caps;
font-size:12px;
margin:5px;
}

ul.bulleted{
list-style:url('/css/img/bullets/2.gif');
margin:15px;
padding:0;
}

ul.bulleted li{
margin-top:5px;
}

a.du{
display:block;
height:40px;
width:40px;
background:url(diplu.gif) no-repeat center center;
vertical-align:baseline;
border:0 !important;
}

.poster {
	margin-left:30px;
}
.poster2 {
	margin-left:23px;
}

.padding10{
	padding:10px;
	background: url('img/flash.m.png') no-repeat 0px 0px;
}

.goUp{
	margin-top:-25px;
}

#rez {
	width: 500px;
	height: 340px;
	border: 2px solid #AEAEAE;
	float:left;
	background:url('img/rez.bkg.png');
	padding:0;
}

#rez2 {
	width: 500px;
	height: 340px;
	border: 2px solid #AEAEAE;
	float:left;
	background:url('img/rez.bkg2.png');
	padding:0;
	}
* html #rez {
	width: 504px;
	height: 344px;
	border: 2px solid #AEAEAE;
	float:left;
	background:url('img/rez.bkg.png');
	padding:0;
}

#caz{
	width:80px;
	float:left;
}

#caz ul{
	margin:0;
	float:right;
	display:block;
}

#caz ul li {
	color: #0568B2;
	list-style: none;
	margin:0;
	width:80px;
	height:20px;
	text-align:center;
}

#rez img{
	margin:10px;
	width:400px;
	height:300px;
	float:left;
}
#rez a{
	font-weight:bold;
	display:block;
	height: 20px;
}
#rez ul.bottom{
		margin:0;
		padding:0;
}
#rez ul.bottom li a{
	padding-top:5px;
}
#rez ul.bottom li{
	margin:0px;
	list-style:none;
	float:right;
	width:140px;
	height: 20px;
	text-align:center;
}

#rez ul li.selected{
	background:#FFF;
}
#rez ul li.invz{
	display:none;
}

#rez ul li.unselected{
	margin:0px;
	list-style:none;
	float:right;
	width:210px !important;
	height: 20px;
	text-align:center;
}

#rez ul li.selected2{
	margin:0px;
	list-style:none;
	float:right;
	width:210px !important;
	height: 20px;
	text-align:center;
	background:#FFF;
}

#rez2 img{
	margin:10px;
	width:400px;
	height:300px;
	float:left;
}
#rez2 a{
	font-weight:bold;
	display:block;
	height: 20px;
}
#rez2 ul.bottom{
		margin:0;
		padding:0;
}
#rez2 ul.bottom li a{
	padding-top:5px;
}
#rez2 ul.bottom li{
	margin:0px;
	list-style:none;
	float:right;
	width:140px;
	height: 20px;
	text-align:center;
}

#rez2 ul li.selected{
	background:#FFF;
}
#rez2 ul li.invz{
	display:none;
}

#rez2 ul li.unselected{
	margin:0px;
	list-style:none;
	float:right;
	width:210px !important;
	height: 20px;
	text-align:center;
}

#rez2 ul li.selected2{
	margin:0px;
	list-style:none;
	float:right;
	width:210px !important;
	height: 20px;
	text-align:center;
	background:#FFF;
}
