@charset "utf-8";
/* CSS Document */

html,body
{
	background-color:#202020;
	margin:0px;
	padding:0px;
	font-family:Tahoma;
	font-size:10px;
	color:#b8b8b8;
	letter-spacing:0px;
	width:100%;
/*	height:100%;*/
}

#wrapper
{
	margin:2em auto;
	width:845px;
	padding:0px;
}

#wrapper .top
{
	width:845px;
	height:37px;
	margin:0px;
	padding:0px;
	background:url(../images/public/top_header_bg.gif) repeat-x;
}

#wrapper .logo
{
	float:left;
	width:244px;
	height:37px;
	margin:0px;
	padding:0px;
}

#wrapper .top .header
{
	width:auto;
	float:left;
	margin:0px 0px 0px 20px;
}

#wrapper .leftContent
{
	float:left;
	width:245px;
	/*height:100%;*/
	margin:0px;
	padding:0px;
	background:url(../images/public/leftcontent_bg.gif) repeat-y;
}

#wrapper .rightContent
{
	float:left;
	width:600px;
	/*height:100%;*/
	margin:0px;
	padding:0px;
	background-color:#202020;
}


#wrapper .meniu
{
	width:223px;
	height:auto;
	margin:15px 0px 10px 0px;
}

#wrapper .meniu ul
{
	display:block;
}

#wrapper .meniu li
{
	display:block;
	list-style:none;
	margin:0px 0px 0px 0px;
}

#wrapper .meniu li.link
{
	text-decoration:none;
	width:205px;
	height:10px;
	margin:0px 0px 15px -38px;/*all-ie*//*ie7*/
	padding:10px;
}


#wrapper .leftContent .ultimeleProduse
{
	width:100%;
	height:auto;
	padding:5px 0px 0px 0px;/*all-ie*/
	margin:35px 0px 0px 0px;
	text-align:center;
	background:url(../images/public/border_ultimeleproduse.gif) repeat-x top;
}

#wrapper .leftContent .ultimeleProduseBottom
{
	width:100%;
	margin:35px 0px 0px 0px;/*all-ie*/
	height:1px;
	text-align:center;
	background:url(../images/public/border_ultimeleproduse.gif) repeat-x top;
}

#wrapper .rightContent .subHeader
{
	width:581px;
	height:38px;
	background:url(../images/public/border_ultimeleproduse.gif) repeat-x top;
	margin:40px 0px 10px 0px;
}


.subHeaderLeft
{
	float:left;
	width:260px;
	height:auto;
	margin:10px 0px 10px 40px;/*all-ie*/
}

.subHeaderRight
{
	float:left;
	width:260px;
	height:auto;
	margin:10px 0px 10px 0px;
}

#wrapper .rightContent .subHeader .description
{
	width:221px;
	height:auto;
	background-color:#202020;
	padding:5px;
	margin:8px 0px 0px 0px;
	letter-spacing:0px;
	text-align:justify;
	color:#b8b8b8;
}

.footer
{
	float:right;
	width:572px;/*all-ie*/
	background:url(../images/public/border_ultimeleproduse.gif) repeat-x top;
	height:auto;
	margin:14px 0px 14px 14px;
	padding-top:10px;
}



/* slideViewer 1.0 default styles */
/* slideViewer 1.0 default styles */
.svw {width: 50px; height: 20px; background: #fff;}
.svw ul{position: relative; left: -999em;}

.stripViewer { /* this is the DIV container for your UL of images */
position: relative;
overflow: hidden;
border: 1px solid #555555; /* this is the border. should have the same value for the links */
margin: 0 0 1px 0;
}
.stripViewer ul { /* this is your UL of images */
position: relative;
left: 0;
top: 0;
width: 1%;
list-style-type: none;
}
.stripViewer ul li { /* each image is arranged horizontally */
float:left;
}
.stripTransmitter { /* this is the DIV for your transmitter (the UL generated at run time that commands the list)*/
overflow: auto;
width: 1%;
margin:0px;
padding:0px;
}
.stripTransmitter ul { /* the auto-generated set of links */
position: relative;
list-style-type: none;
margin:1px 0px 0px 10px;
padding:0px;
}
.stripTransmitter ul li{ /* in this list too, each LI is arranged horizontally */
width: 20px;
float:left;
margin: 0 1px 1px 0;
}
.stripTransmitter a{ /* the links. */
font: bold 8px Verdana, Arial;
text-align: center;
line-height: 22px;
background:#454545;
color: #999999;
text-decoration: none;
display: block;
}
.stripTransmitter a:hover { /* hover */
background:#FF6600;
color: #ffffff;
}
.stripTransmitter a.current, .stripTransmitter a.current:hover { /* current */
background: #333333;
color: #ffffff;
}
/* end slideViewer default styles */

p {margin: 1.6em 0;}

code {
width:93%;
font: normal 1em/1.3em 'Courier New', Courier, Fixed;
color: #000;
display: block;
padding: 1em;
margin: 1em 0;
background-color: #eee;
border: 1px solid #d3d3d6;
border-left-width: 5px;
white-space: pre;
overflow-x: auto;
}
#tooltip {
background: #333333;
color: #ffffff;
opacity: 0.85;
border: 1px dotted #454545;
margin:60px 0px 0px 0px;/*all-ie*/
padding:0;
display:none;
}
#tooltip h3 {
font: normal 10px Verdana;
margin: 0;
padding: 6px 2px;
border: 0;}

.clear {
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;

}
