/* reset
----------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
table { border-spacing: 0; }
acronym { cursor: help; }

html { font-size: 100.01%; }
body { font-size: 62.5%; line-height: 1.2; }
input, select, textarea { font-size: 100%; }

input.text, textarea { padding: 1px 2px; font-size: 100%; font-family: Arial, sans-serif; }
.submit { cursor/**/: /**/pointer; font-family: Arial, sans-serif; }
select { font-size: 100%; font-family: Arial, sans-serif; }
select > option { padding: 0 5px 0 3px; }

.alR { text-align: right; }
.alC { text-align: center; }

.hide { display: none; }
.clear { clear: both; }

.ir { position: relative; overflow: hidden; }
.ir span { position: absolute; width: 100%; height: 100%; left: 0; top: 0; text-indent: -1000em; }

a:link, a:visited { text-decoration: none; cursor/**/: /**/pointer; }
a:link:hover, a:visited:hover { text-decoration: underline; }

.cf:after,
#header:after, #wrap:after, #content:after, #footer:after
{ content: "."; display: block; height: 0; font-size: 0; clear: both; visibility: hidden; }



/* custom
----------*/

a:link, a:visited {
	color: #3969be;
}
a:visited {
}
a:link:hover, a:visited:hover {
}

html { height: 100.01%; }
body {
	font-family: Arial, sans-serif;
	background: #cfdee8 url(../img/body-bg.png) repeat-y 50% 0;
}
#body {
	width: 100%;
	background: url(../img/body-t.jpg) no-repeat 50% 0;
}
#page {
	width: 960px;
	margin: 0 auto;
	font-size: 1.1em;
	color: #313438;
}

#header {
	padding: 0 10px;
}
	#logo-ro {
		float: left;
		padding: 39px 0 18px;
	}
		#logo-ro a:link, #logo-ro a:visited {
			display: block;
			width: 476px;
			height: 53px;
			text-indent: -1000em;
			background: url(../img/logo-ro.png) no-repeat 0 0;
		}
	#logo-english {
		float: left;
		padding: 39px 0 18px;
	}
		#logo-english a:link, #logo-english a:visited {
			display: block;
			width: 476px;
			height: 53px;
			text-indent: -1000em;
			background: url(../img/logo-en.png) no-repeat 0 0;
		}
	#logo-deutsch {
		float: left;
		padding: 39px 0 18px;
	}
		#logo-deutsch a:link, #logo-deutsch a:visited {
			display: block;
			width: 476px;
			height: 53px;
			text-indent: -1000em;
			background: url(../img/logo-de.png) no-repeat 0 0;
		}
	#menu0 {
		float: right;
		width: 450px;
		padding: 20px 0 10px;
		background: url(../img/top-r.png) no-repeat 0 100%;
		margin: 0 0 20px;
	}
	#menu1 {
		float: right;
		width: 150px;
		//background: url(../img/top-r.png) no-repeat 0 100%;
	}
		#menu0 ul, #menu1 ul {
			float: right;
			font-weight: bold;
			height: 20px;
		}
			#menu0 li, #menu1 li {
				float: left;
				border-right: solid 1px #d3d2d7;
				padding: 0 3px;
			}
			#menu0 li.last, #menu1 li.last {
				border: none;
			}
				#menu0 a:link, #menu0 a:visited, #menu1 a:link, #menu1 a:visited {
					float: left;
					display: block;
					color: #19284d;
					text-decoration: none;
					padding: 0 0 0 7px;
					background: url(../img/menu0-l.png) no-repeat 0 1000em;
				}
					#menu0 a:link span, #menu0 a:visited span, #menu1 a:link span, #menu1 a:visited span {
						display: block;
						line-height: 20px;
						height: 20px;
						padding: 0 10px 0 3px;
						background: url(../img/menu0-r.png) no-repeat 100% 1000em;
					}
				#menu0 a:link:hover, #menu0 a:visited:hover, #menu1 a:link:hover, #menu1 a:visited:hover {
					text-decoration: underline;
				}
				#menu0 .active a:link, #menu0 .active a:visited, #menu1 .active a:link, #menu1 .active a:visited {
					color: #3e6bbe;
					background-position: 0 0;
				}
					#menu0 .active a:link span, #menu0 .active a:visited span, #menu1 .active a:link span, #menu1 .active a:visited span {
						background-position: 100% 0;
					}

	#login {
		float: right;
	}
		#login input.text {
			float: left;
			color: #394765;
			background: #FFFFFF;
			padding: 3px 5px;
			border: solid 1px #aaaaaa;
			width: 100px;
			height: 12px;
			margin: 0 3px 0 0;
		}
		#login input.img {
			float: left;
			margin: 0 9px 0 0;
		}
		#login span {
			float: left;
			line-height: 10px;
			height: 22px;
		}
			#login span a:link, #login span a:visited {
				display: block;
				color: #d01c2f;
			}

#header2 {
	background: url(../img/page-t1.png) no-repeat 0 0;
	height: 130px;
	padding: 10px 20px 0;
	position: relative;
	z-index: 10;
}
	#menu {
		padding: 10px 7px 15px;
		position: relative;
		z-index: 10;
	}
		#menu ul {
		}
			#menu li {
				float: left;
				position: relative;
				width: 295px;
				height: 32px;
				border-bottom: solid 1px #c7e6f4;
				margin: 0 10px 0 0;
			}
			#menu li.last {
				margin-right: 0;
			}
				#menu li span {
					float: left;
					font-size: 163.63%;
					color: #041036;
					padding: 0 0 0 8px;
					margin: 0 5px 0 0;
				}
				#menu li a.icon:link, #menu li a.icon:visited {
					float: left;
					display: block;
					text-indent: -1000em;
					width: 13px;
					height: 14px;
					background: url(../img/menu-1.png) no-repeat 0 0;
					margin: 5px 0 0;
					padding:0 0 0 14px;
				}
				#menu li a:link:hover, #menu li a:visited:hover,
				#menu li.hover a:link, #menu li.hover a:visited {
					background: url(../img/menu-1a.png) no-repeat 50% 1px;
				}

				#menu li div {
					position: absolute;
					left: -1000em;
					top: 33px;
					width: 194px;
					height: auto;
					padding: 0 0 8px;
					background: url(../img/popup-b.png) no-repeat 0 100%;
				}
				#menu li.hover div {
					left: 5px;
				}
					#menu li ul {
						background: #cbe8f5 url(../img/popup-t.jpg) no-repeat 0 0;
						padding: 7px 5px 0 24px;
						width: 165px;
						overflow: hidden;
					}
						#menu li li {
							width: 100%;
							height: auto;
							padding: 4px 0;
							background: url(../img/popup-sep.png) no-repeat 0 100%;
						}
						#menu li li.last {
							background: none;
						}
							#page #menu li li a:link, #page #menu li li a:visited {
								display: block;
								position: relative;
								color: #041036;
								left: -12px;
								padding: 0 0 0 12px;
								background: url(../img/bullet-1.gif) no-repeat 0 .4em;
							}
							#page #menu li li.active a:link, #page #menu li li.active a:visited {
								font-weight: bold;
								color: #3667be;
							}
							#page #menu li li a:link:hover, #page #menu li li a:visited:hover {
							}
	#formCauta {
		float: right;
		padding: 0 30px 0 0;
	}
		#formCauta label {
			float: left;
			line-height: 20px;
			color: #FFFFFF;
			margin: 0 5px 0 0;
		}
		#formCauta input.text {
			float: left;
			border: solid 1px #aaaaaa;
			height: 12px;
			padding: 3px 5px;
			margin: 0 3px 0 0;
		}
		#formCauta input.img {
			float: left;
		}
	#motto1-ro {
		float: left;
		width: 500px;
		height: 30px;
		text-indent: -1000em;
		background: url(../img/motto-1-ro.png) no-repeat 0 0;
		margin: 0 0 6px 0;
		position: relative;
		left: -15px;
	}
	#motto1-english {
		float: left;
		width: 500px;
		height: 30px;
		text-indent: -1000em;
		background: url(../img/motto-1-en.png) no-repeat 0 0;
		margin: 0 0 6px 0;
		position: relative;
		left: -15px;
	}
	#motto1-deutsch {
		float: left;
		width: 500px;
		height: 30px;
		text-indent: -1000em;
		background: url(../img/motto-1-de.png) no-repeat 0 0;
		margin: 0 0 6px 0;
		position: relative;
		left: -15px;
	}
	#breadcrumbs {
		clear: both;
		line-height: 30px;
		color: #898c93;
	}
		#breadcrumbs a:link, #breadcrumbs a:visited {
			color: #041036;
			padding: 0 5px 0 12px;
			background: url(../img/bullet-2.gif) no-repeat 3px 50%;
		}
		#breadcrumbs a.last:link, #breadcrumbs a.last:visited {
			color: #3969be;
		}

#header3 {
	background: url(../img/page-t2.png) no-repeat 0 0;
	height: 416px;
	padding: 10px 10px 0 20px;
	position: relative;
	z-index: 10;
}
	#header3 #menu {
		height: 349px;
		padding: 10px 0 0;
		border-bottom: solid 1px #b4dcec;
		margin: 0 0 10px;
	}
			#header3 #menu li {
				width: 310px;
				height: auto;
				margin: 0;
				border: none;
			}
			#header3 #menu li.last {
			}
				#header3 #menu li span {
					float: none;
					display: block;
					height: 29px;
					line-height: 25px;
					border-left: solid 1px #FFFFFF;
				}
				#header3 #menu li div.img {
					position: relative;
					left: 0;
					top: 0;
					width: 298px;
					height: 200px;
					padding: 10px 0 0 10px;
					background: url(../img/frame-1.png) no-repeat 0 0;
					margin: 0;
				}
				#header3 #menu li ul {
					padding: 0 0 0 18px;
					background: none;
				}
					#header3 #menu li li {
						padding: 5px 0;
						border: none;
						background: url(../img/menu-sep2.png) no-repeat 0 100%;
					}
					#header3 #menu li.first li {
						background-image: url(../img/menu-sep.png);
					}
					#header3 #menu li li.last {
						background: none;
					}



#wrap {
	background: url(../img/page-bg.png) repeat-y 0 0;
	padding: 0 11px 0 20px;
}
	#content {
		float: left;
		width: 605px;
		font-size: 109.09%;
		padding: 0 0 5px;
	}
	#side1 {
		float: right;
		width: 270px;
		padding: 0 25px;
		background: url(../img/side-bg.png) no-repeat 0 0;
	}


#content p {
	line-height: 1.4;
	margin: 0 0 1em;
}
#content ul,
#content ol {
	list-style: disc;
	line-height: 1.4;
	margin: 0 0 1em 2em;
}
#content ol {
	list-style: decimal;
}

#content ul.autori {
	list-style: disc;
	line-height: 1.4;
	margin: 2em 0 1em 2em;
}

#content h2 {
	color: #3969be;
	padding: 10px 0 15px;
	border-bottom: solid 1px #aab7d1;
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 15px;
}
	#content h2 span {
		display: block;
		font-size: 91.67%;
		font-weight: normal;
		text-transform: none;
		margin: 0;
	}
	#content div.author {
		color: #3969be;
		padding: 0 0 15px;
		border-bottom: solid 1px #aab7d1;
		font-size: 90%;
		margin: 0 0 15px;
	}
#content h3 {
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	margin: 1em 0 0.5em;
}


#footer {
	text-align: center;
	background: url(../img/page-b.png) no-repeat 0 0;
	padding: 15px 0 10px;
	color: #5b5d60;
}
	#footer p {
	}
	#footer p.links {
		font-weight: bold;
		color: #c2c7ca;
		margin: 0 0 1.5em;
	}
		#footer p.links a:link, #footer p.links a:visited {
			color: #19284d;
			padding: 0 5px;
		}
		#footer p.links a.active:link, #footer p.links a.active:visited {
			color: #3e6bbe;
		}
	#footer p.copyright {
		padding: 40px 0 0;
		background: url(../img/logo-2.png) no-repeat 50% 0;
	}
	#footer p.links2 {
	}
		#footer p.links2 a.by:link, #footer p.links2 a.by:visited {
			font-weight: bold;
			color: #5b5d60;
		}



/* page-1
----------*/


#page h.style1 {
	font-size: 91.67%;
	font-weight: bold;
	color: #74767a;
	line-height: 1.25;
}

#page .top-ro,
#page .top-english,
#page .top-deutsch {
	width: 100%;
	overflow: hidden;
	height: 7px;
	background: url(../img/top-line.gif) no-repeat 65px 3px;
	margin: 2.5em 0 2em;
}
	.top-ro a:link, .top-ro a:visited {
		float: left;
		display: block;
		text-indent: -1000em;
		width: 59px;
		height: 7px;
		background: url(../img/top-a-ro.gif) no-repeat 0 0;
	}
	.top-english a:link, .top-english a:visited {
		float: left;
		display: block;
		text-indent: -1000em;
		width: 59px;
		height: 7px;
		background: url(../img/top-a-en.gif) no-repeat 0 0;
	}
	.top-deutsch a:link, .top-deutsch a:visited {
		float: left;
		display: block;
		text-indent: -1000em;
		width: 59px;
		height: 7px;
		background: url(../img/top-a-de.gif) no-repeat 0 0;
	}

.image1 {
	float: left;
	background: #FFFFFF;
	padding: 3px;
	border: solid 1px #d9e2e6;
	margin: 0 1em 1em 0;
}
	.image1 img {
		float: left;
	}

#news {
	margin: 0 0 1em;
}
	#news h3 {
		font-size: 109.09%;
		font-weight: bold;
		color: #3969be;
		padding: 10px 0;
		margin: 0 0 20px;
	}
		#news h3 span {
			display: block;
			font-size: 91.67%;
			font-weight: normal;
		}
	#news ul {
		list-style: none;
		margin: 0;
	}
		#news li {
			padding: 0 0 15px;
			border-bottom: solid 1px #d4dbe8;
			margin: 0 0 15px;
		}
		#news li.last {
			border: none;
			margin: 0;
		}
			#news li p {
				margin: 0 0 .2em;
			}
				#news a.date:link, #news a.date:visited {
					font-size: 100%;
					color: #d01c2f;
				}
				#news a.title:link, #news a.title:visited {
					font-size: 145.45%;
					color: #0e2068;
				}
				#news a.icon:link, #news a.icon:visited {
					padding: 0 6px 0 0;
					background: url(../img/bullet-1.gif) no-repeat 0 50%;
					text-decoration: none;
					padding:0 0 0 14px;
				}

.more {
	width: 100%;
	overflow: hidden;
}
	.more a:link, .more a:visited {
		float: left;
		display: block;
		padding: 0 0 0 14px;
		background: url(../img/bullet-1.gif) no-repeat 0 50%;
	}

#newsletter-ro,
#newsletter-english {
	width: 241px;
	height: 101px;
	padding: 10px;
	background: url(../img/newsletter-bg.png) no-repeat 0 0;
}
#newsletter-deutsch {
	width: 241px;
	height: 111px;
	padding: 10px;
	background: url(../img/newsletter-bg-de.png) no-repeat 0 0;
}
	#newsletter-ro h3,
	#newsletter-english h3,
	#newsletter-deutsch h3 {
		color: #FFFFFF;
		font-size: 145.45%;
		font-weight: bold;
		margin: 0 0 10px;
	}
		#newsletter-ro h3 span,
		#newsletter-english h3 span,
		#newsletter-deutsch h3 span {
			display: block;
			font-size: 68.75%;
			font-weight: normal;
		}
	#newsletter-ro p,
	#newsletter-english p,
	#newsletter-deutsch p {
		width: 100%;
		overflow: hidden;
		margin: 0 0 8px;
	}
		#newsletter-ro input.text,
		#newsletter-english input.text,
		#newsletter-deutsch input.text {
			float: left;
			color: #394765;
			border: solid 1px #818181;
			padding: 3px 5px;
			height: 12px;
			width: 105px;
			margin: 0 3px 0 0;
		}
		#newsletter-ro input.img,
		#newsletter-english input.img,
		#newsletter-deutsch input.img {
			float: left;
			margin: 0 5px 0 0;
		}
		#newsletter-ro form a:link, #newsletter-ro form a:visited,
		#newsletter-english form a:link, #newsletter-english form a:visited,
		#newsletter-deutsch form a:link, #newsletter-deutsch form a:visited {
			float: left;
			display: block;
			line-height: 20px;
			color: #d01c2f;
		}

#newsletter2 {
	width: 441px;
	height: 101px;
	padding: 10px;
}
	#newsletter2 h3 {
		color: #818181;
		font-size: 145.45%;
		font-weight: bold;
		margin: 0 0 10px;
	}
		#newsletter2 h3 span {
			display: block;
			font-size: 68.75%;
			font-weight: normal;
		}
	#newsletter2 p {
		width: 100%;
		overflow: hidden;
		margin: 0 0 8px;
	}
		#newsletter2 input.text {
			float: left;
			color: #394765;
			border: solid 1px #818181;
			padding: 3px 5px;
			height: 12px;
			width: 105px;
			margin: 0 3px 0 0;
		}
		#newsletter2 input.img {
			float: left;
			margin: 0 5px 0 0;
		}
		#newsletter2 form a:link, #newsletter2 form a:visited {
			float: left;
			display: block;
			line-height: 20px;
			color: #d01c2f;
		}

/* home
----------*/

.cols3 {
	width: 100%;
	overflow: hidden;
	margin: 0 0 2em;
}
	.cols3 .col {
		float: left;
		width: 185px;
		margin: 0 25px 0 0;
	}
	.cols3 .last {
		margin: 0;
	}
		.cols3 .info {
			/*height: 240px;*/
		}
		#page .cols3 a.date:link, #page .cols3 a.date:visited {
			background:url("../img/bullet-1.gif") no-repeat scroll 0 50% transparent;
			color:#D01C2F;
			font-size:100%;
			padding:0 0 0 14px;
		}
		.cols3 p {
			font-size: 91.67%;
		}
		#page .cols3 ul {
			list-style: none;
			border-top: solid 1px #c8d2d7;
			padding: 5px 0 5px 55px;
			margin: 0;
			font-size: 91.67%;
		}
		.cols3 ul.icon1 {
			background: url(../img/icon-1.jpg) no-repeat 5px 50%;
		}
		.cols3 ul.icon2 {
			background: url(../img/icon-2.jpg) no-repeat 5px 50%;
		}
		.cols3 ul.icon3 {
			background: url(../img/icon-3.jpg) no-repeat 5px 50%;
		}
			.cols3 li {
				margin: 0 0 .2em;
			}
				.cols3 li a:link, .cols3 li a:visited {
					padding: 0 0 0 12px;
					background: url(../img/bullet-1.gif) no-repeat 0 .4em;
				}

.tabs1 {
}
	#page .tabs1 .tabs {
		list-style: none;
		margin: 0 0 10px;
		font-weight: bold;
		padding: 0 10px;
		border-bottom: solid 1px #aab7d1;
		height: 25px;
		position: relative;
	}
		.tabs1 .tabs li {
			float: left;
			margin: 0 3px 0 0;
			position: relative;
		}
			.tabs1 .tabs a:link, .tabs1 .tabs a:visited {
				float: left;
				display: block;
				color: #3969be;
				background: url(../img/tab1-r.png) no-repeat 100% 0;
			}
				.tabs1 .tabs a:link span, .tabs1 .tabs a:visited span {
					display: block;
					height: 25px;
					line-height: 25px;
					padding: 0 15px;
					background: url(../img/tab1-l.gif) no-repeat 0 0;
				}
		.tabs1 .tabs li.active {
			margin-bottom: -1px;
		}
			.tabs1 .tabs .active a:link, .tabs1 .tabs .active a:visited {
				color: #93b1de;
			}
				.tabs1 .tabs .active a:link span, .tabs1 .tabs .active a:visited span {
					height: 26px;
				}
	.tabs1 .tab {
	}
		#page .tabs1 .tab p {
			font-size: 91.67%;
			line-height: 1.2;
			margin: 0 0 .5em;
		}
		#page .tabs1 .tab .title {
			font-size: 100%;
			font-weight: bold;
		}
		.tabs1 .tab .more {
			width: auto;
		}
		.tabs1 .tab ul.photos {
			float: left;
			margin: 0;
		}

#page ul.photos {
	list-style: none;
	margin: 0;
}
	ul.photos li {
		float: left;
		margin: 0 15px 0 0;
	}
		ul.photos a:link, ul.photos a:visited {
			float: left;
			display: block;
			border: solid 1px #aaaaaa;
			background: #FFFFFF;
			padding: 2px;
		}
.error {
	color: red;
	font-weight: bold;
}


.boxForm {
	margin			: 0 0 20px 0;
	background 		: #f5f5f5;
	padding			: 20px;
	border			: 1px solid #dae0e6;
}
h3.titlu {
	color			: #1c446a;
	font-size		: 20px;
	margin			: 0 0 20px 0;
	border-bottom	: 1px solid #1c446a;
	padding			: 0 0 8px 0;
}
.boxForm div.chrDisponibile { position : absolute; top : 0px; right : 15px; color : #999; }
.boxForm div.chrDisponibile input { background : none; margin : 0 3px 0 0; border : none; width : 40px; height : 13px; color : #999; text-align : right; font-size : 11px; }
div#mainContentArticol h3 {
	margin			: 20px 0;
	font-size		: 16px;
	font-weight		: bold;
}
.boxForm label {
	display			: block;
	margin			: 5px 0;
	font-size		: 16px;
}
.boxForm select,
.boxForm input {
	border			: 1px solid #d7d7d7;
	height			: 19px;
	width			: 290px;
	font-size		: 14px;
	padding			: 2px 3px;
	color			: #000;
	background 		: #fff;
}
.boxForm select { height : 26px; width : 295px; }
.boxForm input.check {
	width			: 18px;
	position		: relative;
	top				: 4px;
}
.boxForm h4 { font-size : 16px; font-weight : bold; color : #135485; margin : 20px 0 0 0; border-bottom : 1px solid #ccc; padding : 0 0 10px 0; }

.boxForm div.boxCheck label {
	display			: inline;
}
.boxForm textarea {
	width			: 535px;
	height			: 185px;
	border			: 1px solid #d7d7d7;
	font-size		: 14px;
	padding			: 2px 3px;
	color			: #000;
	background 		: #fff;
}
.boxForm input#confirm_val {
	width			: 50px;
}
.boxForm img#capcha {
	position		: relative;
	top				: -4px;
}
.boxForm div.actiuni a {
	text-decoration	: underline;
}

.butoane { margin : 20px 0 0 0; }
button {
	background  : url(../images/button.jpg) no-repeat 0 0;
	height		: 25px;
	border		: none;
	color		: #fff;
	font-size	: 11px;
	text-align	: center;
	padding		: 0 20px;
	text-transform : uppercase;
	cursor		: pointer;
}
button:hover {
	background  : url(../images/button_h.jpg) no-repeat 0 0;
}

/* Album foto */
.boxMultimedia {
	float: left;
	padding:0 10px 5px 0;
}
.img-video {
	background:none repeat scroll 0 0 #F5F5F5;
	margin:4px 0 0;
	position:relative;
	padding: 0px;
}
.boxMultimedia .descriere {
	background:none repeat scroll 0 0 #F5F5F5;
	color:#B21A1A;
	font-size:11px;
	left:4px;
	line-height:18px;
	margin:4px 0;
	padding:0 4px;
	position:absolute;
	text-align:center;
	text-transform:uppercase;
	top:174px;
	width:292px;
}
#mm_image_cd .img-video ul {
	height:18px;
	list-style:none outside none;
	margin: 0px;
}
.img-video ul li.curent {
	background:none repeat scroll 0 0 #E9E9E9;
	border-top:1px solid #CCCCCC;
	color:#991414;
}
.img-video ul li {
	cursor:pointer;
	display:block;
	float:left;
	font-size:11px;
	font-weight:bold;
	height:17px;
	line-height:18px;
	text-align:center;
	text-transform:uppercase;
	width:80px;
}
.clearfloat {
	clear:both;
	font-size:1px;
	height:0;
	line-height:0;
}
