* {
	margin: 0;
	padding: 0;
}

html{
	width: 100%;
	height: 100%;
}

body{
	position: relative;
	width: 100%;
	min-width: 1000px;
	max-width: 1600px;
	margin: 0 auto;
	font: normal 100%/120% Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	color: #333;
}

select,
input,
textarea{
	font: normal 100%/120% Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	color: #000;
}

a{color: #900;}
a:hover{text-decoration: none;}
a img{border: 0;}

h1{
	font: normal 225%/120% Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	color: #000;
	position: relative;
	left: -0.6em;
}

h2{
	font: normal 150%/120% Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	color: #900;
	margin: 1.4em 0 0.6em 0;
}

h3{
	font: normal 118.75%/120% Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	color: #000;
	margin: 1.4em 0 0.4em 0;
}

h4{
	font: bolder 93.75%/120% Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	color: #900;
}

p{margin: 1em 0;}

input, textarea, select{
	font: normal 100%/120% Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	color: #000;
}

blockquote{
	border-left: 4px solid #900;
	padding: 1px 0 1px 1.4em;
	font-style: italic;
	color: #666;
	font-size: 106.25%;
	line-height: 120%;
	width: 80%;
	margin: 1.2em 0;
}

blockquote p{margin: 0.6em 0;}

div.content ul{
	margin: 1em 0 1em 2em;
	list-style: none;
	//list-style: disc;
}

div.content ul li{margin: 0.3em 0;}

div.content ul li:before{
	content: '— ';
	margin-left: -1.24em;
	//content: '';
	//margin-left: 0;
}

div.content ul.dcolumns{
	margin: 2em 0;
	width: 100%;
	overflow: hidden;
	list-style: none;
}

div.content ul.dcolumns li{
	margin: 0;
	padding: 0;
	float: left;
	width: 33%;
	height: 290px;
}

div.content ul.dcolumns li:before{
	content: '';
	margin-left: 0;
}

/*
 * header
 */

div.header{
	position: relative;
	z-index: 1;
	width: 87%;
	margin: 0 3% 0 auto;
	padding-top: 45px;
	padding-bottom: 2em;
}

div.logo{
	float: left;
	position: relative;
	left: -73px;
}

div.contacts{
	float: right;
	width: 30%;
	position: relative;
	line-height: 200%;
}

div.contacts img{vertical-align: bottom;}

div.contacts p{
	font-size: 68.75%;
	line-height: 110%;
	margin: 0;
}

div.contacts small{
	position: absolute;
	left: -2.6em;
	top: 0.4em;
	color: #999;
	font-size: 87.5%;
}

div.contacts sup{
	position: absolute;
	white-space: nowrap;
	line-height: 110%;
	top: -0.2em;
	margin-left: 0.4em;
}

div.contacts big{
	font-size: 187.5%;
	line-height: 110%;
	font-weight: bolder;
	color: #000;
	font-family: Tahoma, Verdana, Geneva, Helvetica, sans-serif;
}

ul.menu{
	clear: both;
	width: 100%;
	position: relative;
	list-style: none;
	padding-top: 1.4em;
	left: -0.6em;
	height: 4em;
	color: #900;
}

ul.menu li{
	float: left;
	position: relative;
}

ul.menu li a,
ul.menu li span{
	padding: 0.4em 0.6em 0.6em 0.6em;
	float: left;
}

ul.menu div{
	display: none;
	position: absolute;
	top: 2.4em;
	left: 0;
	width: auto;
	white-space: nowrap;
	font-size: 87.5%;
	background: #b00 url(i/sub.corners.png) no-repeat 0 0;
}

ul.menu div ul{
	height: 25px;
	line-height: 25px;
	background: transparent url(i/sub.corners.png) no-repeat 100% 0;
	padding: 0 0.1em 0 0.6857em;
	float: left;
}

ul.menu div ul li{margin-right: 0.8em;}

ul.menu div ul a,
ul.menu li.active div a{
	text-decoration: underline;
	background: transparent;
}

ul.menu li.active div li.active span,
ul.menu li.active div li.active a,
ul.menu li.active div li.active{background: transparent;}

ul.menu li.active div a:hover{text-decoration: none;}

ul.menu div ul li,
ul.menu div ul li a,
ul.menu div ul li span,
ul.menu li.active div a,
ul.menu li.active div span{
	display: inline;
	float: none;
	padding: 0;
	background: transparent;
}

ul.menu li.active{
	background: #900 url(i/corners.png) no-repeat 0 0;
}

ul.menu li.active a,
ul.menu li.active span{
	background: transparent url(i/corners.png) no-repeat 100% 0;
	color: #fff;
}

ul.menu li.active div{display: block;}


ul.menu li.wtsub{
	background: #900 url(i/corners.png) no-repeat 0 0;
	color: #fff;
}

ul.menu li.wtsub a,
ul.menu li.wtsub span{
	background: transparent url(i/corners.png) no-repeat 100% 0;
	color: #fff;
	padding: 0;
}

ul.menu li.wtsub span span.wr-i1{
	padding: 0;
	background: transparent url(i/corners.png) no-repeat 0 100%;
}
ul.menu li.wtsub span span.wr-i2{
	padding: 0.4em 0.6em;
	background: transparent url(i/corners.png) no-repeat 100% 100%;
}

/*
 * 404
 */

.s404{
	clear: both;
	width: 100%;
}

.s404 h1{
	width: 216px;
	height: 101px;
	background: transparent url(i/404.png) no-repeat 0 0;
	text-indent: -1000px;
	overflow: hidden;
	margin: 4.6em auto 1em auto;
}

.s404 p{
	font-size: 137.5%;
	line-height: 120%;
	width: 24em;
	margin: 1.6em auto 6.6em auto;
	text-align: center;
}

/*
 * bmain item-6
 */

.bmain ul.menu li#item-6 div a{
	text-decoration: underline;
	background: transparent;
}
.bmain ul.menu li#item-6 div li.active span,
.bmain ul.menu li#item-6 div li.active a,
.bmain ul.menu li#item-6 div li.active{background: transparent;}
.bmain ul.menu li#item-6 div a:hover{text-decoration: none;}
.bmain ul.menu li#item-6 div a,
.bmain ul.menu li#item-6 div span{
	display: inline;
	float: none;
	padding: 0;
	background: transparent;
}
.bmain ul.menu li#item-6{background: #900 url(i/corners.png) no-repeat 0 0;}
.bmain ul.menu li#item-6 a,
.bmain ul.menu li#item-6 span{
	background: transparent url(i/corners.png) no-repeat 100% 0;
	color: #fff;
}
.bmain ul.menu li#item-6 div{display: block;}

/*
 * container
 */

div.container{
	width: 87%;
	margin: 0 3% 0 auto;
}

.bcontact{
	background: transparent url(i/map.jpg) no-repeat 90% 170px; 
}

.bmain div.container{
	width: 90%;
	margin: 0 0 0 auto;
	padding-left: 21px;
	overflow: hidden;
	position: relative;
}

div.container h1{
	color: #000;
}

div.main{position: relative;}

div.content{
	width: 60%;
	position: relative;
}

div.ill{
	position: relative;
	left: -80px;
	margin: 2em 0;
}

div.ill div.desc{
	position: absolute;
	width: 15em;
}

div.ill div.desc p{
	margin: 0.4em 0;
	color: #000;
	font-size: 75%;
	line-height: 110%;
	font-style: italic;
}

div.st,
div.stb{
	position: absolute;
	top: 0;
	margin: 10px 0 0 -10px;
	overflow: hidden;
	padding: 0;
}

div.right{
	position: absolute;
	width: 40%;
	right: -56.7%;
	font-size: 87.5%;
	line-height: 120%;
}

dl.gal dt img{
	border: 10px solid #900;
	position: relative;
	left: -10px;
	cursor: pointer;
}
dl.gal dd{
	margin-top: 0.4em;
}

dl.gal dd a{
	text-decoration: none;
	border: 0;
	border-bottom: 1px dashed;
	border-style: dotted;
}
dl.gal dd a:hover{border: 0;}

dl.gal p.im a{display: none;}

div.pr{
	width: 14.2em;
	margin: 2.8em 0 3.6em 0;
	border: 1px dashed #900;
	padding: 10px 15px;
	position: relative;
	left: -15px;
}

div.pr h3{margin-top: 0;}
div.pr p{
	font-size: 85.714%;
	line-height: 140%;
	margin: 0.6em 0 0 0;
}

div.right p.d a{text-decoration: none;}
div.right p.d a span{text-decoration: underline;}
div.right p.d a:hover span{text-decoration: none;}

div.right p.desc{
	font-size: 85.714%;
	line-height: 120%;
	color: #666;
	font-style: italic;
	margin: 0;
	width: 14em;
}

div.right p.d{margin: 0.4em 0 0 0;}

p.doc{
	padding-top: 15px;
	height: auto !important;
	min-height: 37px;
	height: 37px;
	background: transparent url(i/doc.png) no-repeat 0 0;
	padding-left: 80px;
	margin: 2em 0;
}

p.doc em{
	font-size: 85.714%;
	line-height: 140%;
	color: #666;
}

/*
 * gallery
 */

div.gcontainer{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
}

div.gcontainer div.bg{
	background: #fff;
	z-index: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity = 50);
}

div.gcontainer div.cn{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

div.gcontainer div.cn p{
	margin: 0 auto;
	background: #900;
	padding: 10px;
	width: 50px;
	height: 50px;
	position: relative;
}

div.gcontainer div.load p{
	background: #900 url(i/load.gif) no-repeat center center;
}

a.tle,
a.tre{
	width: 28px;
	height: 37px;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	left: 10px; 
	background: transparent url(i/st.png) no-repeat 0 0;
}

div.gcontainer span.close{
	position: absolute;
	top: -1.9em;
	right: 0;
	color: #fff;
	font-weight: bolder;
	font-size: 75%;
	line-height: 120%;
	height: 1.6em;
	background: #900;
	padding: 0.2em 0.8em;
}

div.gcontainer span.close a{
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	border: 0;
	border-bottom: 1px dashed;
	border-style: dotted; 
}

div.gcontainer span.close a:hover{border: 0;}

a.tre{
	left: 100%;
	margin-left: -38px;
	background-position: 100% 0;
}

div.sncolumn{
	width: 31%;
	float: left;
}

div.smcolumn{
	margin: 0 0 0 auto;
	width: 62%;
	overflow: hidden;
}

div.cts{
	width: 170%;
	position: relative;
	overflow: hidden;
}


/*
 * types
 */

div.result{
	position: absolute;
	width: 500px;
	height: 450px;
	z-index: 0;
	bottom: 40px;
	left: 50%;
	margin-left: 200px;
	background: transparent url(i/b6.jpg) no-repeat 0 0;
}


div.types{
	position: relative;
	height: 450px;
	margin: 2.4em 0 0 0;
	width: 847px;
	z-index: 2;
}

div.types ul{
	height: 65px;
	list-style: none;
	position: relative;
	left: -20px;
	padding: 0 19px;
	border: 1px dashed transparent;
	//border: 1px dashed #fff;
	width: 596px;
}
div.types ul.s3{width: 809px;}

div.types ul li{
	float: left;
	width: 150px;
	font-size: 68.75%;
	line-height: 120%;
	padding: 25px 0 0 63px;
	height: 40px;
	position: relative;
	cursor: pointer;
}

div.types ul li span{padding: 1px 0;}

div.types ul li span.i{
	padding: 0;
	position: absolute;
	top: 6px;
	left: 0;
	width: 50px;
	height: 50px;
	overflow: hidden;
}
div.types ul li img{
	position: absolute;
	left: 0;
	top: 0;
}

div.types ul li.title{
	font-size: 81.25%;
	line-height: 120%;
	font-style: italic;
	color: #999;
	width: 170px;
	padding: 23px 0 0 0;
	height: 42px;
	cursor: auto;
}
div.types ul li.hover span.i,
div.types ul li:hover span.i,
div.types ul li.active span.i{
	background: transparent;
	color: #000;
}

div.types ul:hover,
div.types ul.hover{border-color: #900}

div.types ul.hover li.title,
div.types ul:hover li.title{color: #000;}

div.types ul li:hover img,
div.types ul li.hover img,
div.types ul li.active img{
	top: -50px;
}

div.types ul li.hover span,
div.types ul li:hover span{color: #000;}

div.types ul li.active span{
	background: #900;
	color: #fff;
}

span.sn{
	display: none;
	height: 30px;
	padding: 5px 0 5px 10px;
	background: #900;
	color: #fff;
	position: absolute;
	left: 40%;
	margin-left: 260px;
	top: 230px;
	font-size: 75%;
	line-height: 120%;
	font-style: italic;
	width: 8em;
	z-index: 3;
}

span.sn a{
	position: absolute;
	left: 6em;
	color: #000;
	font-size: 150%;
	line-height: 120%;
	top: 200px;
	color: #900;
	font-style: normal;
	white-space: nowrap;
}

span.sn span{
	height: 0;
	width: 0;
	line-height: 0;
	font-size: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	//border-top: 20px solid #fff;
	//border-bottom: 20px solid #fff;
	border-left: 20px solid #900;
	position: absolute;
	right: -20px;
	top: 0;
}

ul.columns{
	list-style: none;
	width: 94%;
	margin: 3em 1% 0 auto;
	overflow: hidden;
	padding-left: 5px;
}

ul.columns li{
	float: left;
	width: 15.5%;
	padding-right: 1%;
}

ul.columns li a{
	text-decoration: none;
	display: block;
}

ul.columns li a span{
	text-decoration: underline;
	width: 8.1em;
	display: block;
}

ul.columns li a:hover span{text-decoration: none;}

ul.columns p{
	font-size: 81.25%;
	line-height: 110%;
	font-style: italic;
	color: #000;
	margin: 0.7em 0;
}

ul.columns img{
	position: relative;
	left: -5px;
}

ul.columns li.noactive p{color: #666;}
ul.columns li.noactive a{
	color: #999;
	outline: none;
	cursor: default;
}
ul.columns li.noactive a span{text-decoration: none;}
ul.columns li.noactive img{
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

/*
 * content
 */

div.content table{
	width: 90%;
	position: relative;
	left: -1em;
	margin: 1em 0;
	border-collapse: collapse;
}

div.content th{
	padding: 0.2em 1.23em;
	font-weight: normal;
	color: #666;
	font-size: 81.25%;
	line-height: 120%;
	text-align: left;
	border-bottom: 1px solid #ccc;
}

div.content td{
	padding: 0.4em 1em;
}

div.content tr.hover td,
div.content tr:hover td{
	background: #900;
	color: #fff;
}

h3.online a{
	border: 0;
	border-bottom: 1px dashed;
	border-style: dotted;
	text-decoration: none;
}
h3.online a:hover{border: 0;}
h3.online{padding-bottom: 0.2em;}

/*
 * footer
 */

div.footer{
	width: 90%;
	margin: 5em 0 0 auto;
	border-top: 1px solid #ccc;
	padding: 2.6em 0 0 20px;
	font-size: 68.75%;
	line-height: 140%;
	color: #000;
	height: 9em;
	position: relative;
}


div.help{
	position: absolute;
	left: 50%;
	margin-left: 200px;
	top: 2em;
	color: #000;
	width: 18em;
	padding: 0.6em 0 0.7em 0.8em;
	border: 1px dashed #900;
}

div.help p{
	margin: 0 0 0.2em 0;
	font-size: 100%;
	line-height: 140%;
}

div.help small{
	font-size: 100%;
	line-height: 140%;
	display: block;
}

div.footer p{margin: 0;}

div.footer .copy{
	float: left;
	position: relative; margin-right: 30px;
}

div.footer span.copyright{
	position: absolute;
	left: -1.1em;
	top: 0;
}

div.footer form{
	margin-top: 1.4em;
}

div.footer form input{
	outline: none;
	border-radius: 0.8em;
	-moz-border-radius: 0.8em;
	-webkit-border-radius: 0.8em;
	border: 1px solid #b9b9b9;
	border-top: 1px solid #999;
	border-bottom: 1px solid #ddd;
	color: #999;
	width: 10em;
	padding: 0.1em 0.7em 0.1em 22px;
	background: transparent url(i/search.png) no-repeat 5px 50%;

}

div.footer .developer{
	margin-left: 40%;
	position: relative;
	padding-left: 1.24em;
	text-indent: -1.24em;
}

div.footer .sl{
	width: 19px;
	height: 22px;
	background: transparent url(i/sl.png) no-repeat 0 0;
	position: absolute;
	top: -8px;
	left: -25px;
	overflow: hidden;
	text-indent: -1000px;
}

div.footer .counters{
	width: 35%;
	float: right;
}

div.footer .counters a{margin-right: 1em;}

/*
 * form
 */

dl.form{
 	width: 30%;
	position: absolute;
	right: 0;
	top: 0;
	padding-left: 1em;
	font-size: 87.5%;
	line-height: 120%;
}

dl.form dt{
	background: #900 url(i/corners_f.png) no-repeat 0 100%;
	float: left;
	position: relative;
	left: -1em;
	width: 9.6em;
	height: 2em;
}
dl.form dt span{
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0 1em 0.4em 0;
	background: transparent url(i/corners_f.png) no-repeat 100% 100%;
}

dl.form div.errors{
	margin-bottom: 1.4em;
	color: #fff;
	font-size: 85.71%;
	line-height: 120%;
}

dl.form a{
	color: #fff;
	text-decoration: none;
	border: 0;
	border-bottom: 1px dashed;
	border-style: dotted;
}

dl.form a:hover{border: 0;}

dl.form dd{
	position: absolute;
	top: 0;
	right: 0;
	width: 30em;
	padding: 1.4em 0 0 1.2em;
	background: #900 url(i/corners_f.png) no-repeat 0 100%;
	color: #fff;
	display: none;
}

dl.form dd form{
	padding-bottom: 0.3em;
	width: 100%;
	overflow: hidden;
	background: transparent url(i/corners_f.png) no-repeat 100% 100%;
}

dl.form dd p{margin: 0 0 0.7em 0}

dl.form dd input.text{width: 60%;}
dl.form dd textarea.text{
	width: 92%;
	height: 5em;
}

dl.form label{
	color: #ccc;
	font-size: 85.71%;
	line-height: 140%;
}

dl.form dd .text{color: #000;}

dl.form dd select{
	width: 60%;
	background: #fff;
}

dl.form span.close{
	font-size: 85.71%;
	line-height: 120%;
	position: absolute;
	right: 1em;
	top: 1em;
}

div.content form{
	margin: 1em 0 2em 0;
	position: relative;
}

div.content form label{
	float: left;
	width: 12.8em;
}

div.content form label.ob{color: #900;}

div.content form p{
	margin: 0 0 1em 13em;
}

div.content form.f-form label{width: 8.6em;}
div.content form.f-form p{margin-left: 9em;}

div.content .text{
	width: 15em;
}

div.content textarea.text{
	width: 26em;
	height: 6em;
}

div.content div.errors{
	color: #900;
	margin: 1em 0;
}

span.ajaxSearch_highlight{color: #000;}
div.prs{
	margin: 0 !important;
	color: #666;
	overflow: hidden;
	width: 100%;
	line-height: 140%;
}

dl.vimage{
	width: 100%;
	margin: 2em 0;
}

dl.vimage dt{
	position: relative;
	left: -1.35em;
	margin-right: -1.35em;
}

dl.vimage dd{
	position: relative;
	top: -1.2em;
	float: left;
	background: #900;
	padding: 0.3em 1em;
	color: #fff;
	font-size: 87.5%;
	line-height: 130%;
}

dl.image{
	width: 100%;
	position: relative;
	left: -1.35em;
	overflow: hidden;
	max-width: 700px;
	margin: 2em 0;
}

dl.image img{
	border: 0;
}

dl.image dt{
	float: left;
	margin: 0 30px 0 0;
}

dl.image dd{
	font-size: 87.5%;
	line-height: 120%;
	font-style: italic;
	margin-top: 180px;
	padding: 1em 1em 1em 0;
	color: #666;
}

/*
 * pos
 */

div.pos{
	position: absolute;
	width: 560px;
	height: 97px;
	top: 200px;
	left: 50%;
	margin-left: -280px;
	z-index: 50;
	background: transparent url(i/pos.png) no-repeat 0 0;
}

* html div.pos{
	background: transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/templates/max/i/pos.png');
}

/*
 * af
 */

div.nav-af{
	width: 11em;
}

div.nav-af span{
	width: 2em;
	height: 1.4em;
	display: inline-block;
	zoom: 1;
}

div.nav-af a{
	text-decoration: none;
	border: 0;
	border-bottom: 1px dashed;
	border-style: dotted;
}

div.nav-af a:hover{border: 0;}
div.nav-af a.active{
	color: #000;
	border: 0;
}

div.nav-af p{
	font-size: 85.71%;
	line-height: 120%;
	margin-top: 2em;
}




div.msf_page p{text-align:justify;}

div.msf_page h1{font-size:20px;}
div.msf_page h2{font-size:18px;}
div.msf_page h3{font-size:16px;}

div.msf_page a,
div.msf_page a:link,
div.msf_page a:visited,
div.msf_page a:active{text-decoration:none; color:#333333;}
div.msf_page a:hover{text-decoration:underline; color:#333333;}

div.msf_page li{list-style:circle;}
div.msf_page ol{padding-left:18px;}

.lepad {padding-right:20px;}

.lsto {margin-left:100px;}
.lstod {margin-left:120px;}
/*div.msf_page ul{padding-bottom:0px; padding-top:0px;}*/
.msf_page ol li{text-align: justify;}

div.msf_page h2 a,
div.msf_page h2 a:link,
div.msf_page h2 a:visited,
div.msf_page h2 a:active{text-decoration:none; color:#900; font-size: 18px;}
div.msf_page h2 a:hover{text-decoration:underline; color:#900;}

table.for_our_catalog{padding:0px; margin:0px; border:0px; width:100%; background:none; background-color:#ffffff; width:100%;}
div.content table.for_our_catalog td{text-align:center; vertical-align:middle; background-color:#ffffff; background:none; }
div.content table.for_our_catalog tr.hover{background-color:#ffffff; background:none;}
div.content table.for_our_catalog tr, td:hover{background-color:#ffffff; background:none;}
table.for_our_catalog a,
table.for_our_catalog a:link,
table.for_our_catalog a:visited,
table.for_our_catalog a:active{text-decoration:none;}
table.for_our_catalog a:hover{background-color:#ffffff; text-decoration:underline;}



div.catalog_keeper{padding:0px; margin:0px; border:0px; text-align:center; vertical-align:middle;}

table.for_our_catalog td a img {text-decoration:none; border:0px;}
table.for_our_catalog td a{text-decoration:none;}
table.for_our_catalog td a:hover{text-decoration:none;}
table.for_our_catalog td a span{text-decoration:none;}
table.for_our_catalog td a:hover span{text-decoration:underline;}





div.content table.for_our_catalog img{border:0px; text-decoration:none;}
div.content table.for_our_catalog a img {text-decoration:none; border:0px;}





div.knopka{padding:0px; margin:0px; border:0px;}
div.knopka span.button_kontact{background-color:#990000; color:white; border:1px solid black; height:22px; padding:7px; padding-top:2px; padding-bottom:2px;}
div.knopka a:hover{text-decoration:none;}
div.knopka a:hover span.button_kontact{background-color:#737373; color:yellow; border:1px solid black; text-decoration:none;}

div.msf_page a.vizz,
div.msf_page a.vizz:link,
div.msf_page a.vizz:visited,
div.msf_page a.vizz:active{color: #990000; text-decoration:underline; font-weight:bold;}
div.msf_page a.vizz:hover{text-decoration:none;}
