/* CSS Document */
BODY {
	margin: 20px 0px 20px 0px;
	background-color: #333333;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/10-reducere.png);
	background-position: center top;
	background-repeat: no-repeat;
}

FORM {
	margin: 0px;
}

.maintext {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	padding: 9px 9px 9px 9px;
 	LINE-HEIGHT: 17px;
}

.maintext-nop {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
 	LINE-HEIGHT: 17px;
}

.index {
	font-weight:bold;
	font-size: 14px;
}
	
A.index:link {
	color: #004D9F;
	text-decoration: none;
}
	
A.index:visited {
	color: #004D9F;
	text-decoration: none;
}

A.index:hover {
	color: #004D9F;
	text-decoration: underline;
}

.prodlink {
	font-weight: bold;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

A.prodlink:link {
	color: #FFFFFF;
	text-decoration: none;
}

A.prodlink:visited {
	color: #FFFFFF;
	text-decoration: none
}

A.prodlink:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.bluelink {
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #004D9F;
}

A.bluelink:link {
	color: #004D9F;
	text-decoration: none;
}

A.bluelink:visited {
	color: #004D9F;
	text-decoration: none;
}

A.bluelink:hover {
	color: #004D9F;
	text-decoration: underline;
}

.bottom_text {
	color: #FFFFFF;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}

a.bottom_text-link:link,
a.bottom_text-link:visited {
	color: #FFFFFF;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.bottom_text-link:hover {
	color: #FFFFF;
	text-decoration: underline;
}

.index_blue_text {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #004D9F;
}

.prod-name-big {
	font-family: Arial, Helvetica, sans-serif;
	color: #004D9F;
	font-size: 25px;
	padding-left: 9px;
}

.szurke11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color:#333333;
	line-height: 14px;
}
.menu {
	color: #FFFFFF;
	font-weight: bold; 
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
	background-color: E8E8E8;
}

a.menu-link:link,
a.menu-link:visited {
	color: #666666;
	font-weight: bold; 
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px;
	background-color: #E8E8E8;
}
a.menu-link:hover {
	color: #FFFFFF;
	background-color: #004D9F;
	text-decoration: none;
}

.menu-bg {
	color: #ADACB1; 
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
	color: #0066CC;
}
a:visited {
	text-decoration: none;
	color: #0066CC;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #ff6600;
}
#dhtmltooltip {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 14px;
	background-color: #7D8D9C;
	border-left: #FFFFFF 1px solid;
	border-right: #FFFFFF 1px solid;
	border-top: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	padding: 5px;
	visibility: hidden;
	position: absolute;
	width: 180px;	
}

.iplog-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10px;
}

.text10 {
	font-size: 10px
}

a.text10-link:link,
a.text10-link:visited {
	font-size: 10px;
	color: #333333;
	text-decoration: none;

}
a.text10-link:hover {
	color: #0066CC;
	text-decoration: none
}

.iplog {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #004D9F;
	font-weight: bold;
	font-size: 10px;
}

.index_padding {
	padding: 8px 4px 8px 4px;
}



<!-- Lightbox CSS --!>

#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img{ border: none; }

#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav {
	left: 0;
}

#hoverNav a {
	outline: none;
}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#prevLink {
	left: 0; float: left;
}

#nextLink { right: 0; float: right;}

#prevLink:hover, #prevLink:visited:hover {
	background: url(../images/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url(../images/nextlabel.gif) right 15% no-repeat;
}


#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
}

#imageData {
	padding:0 10px; color: #666;
}

#imageData #imageDetails {
	width: 70%; float: left; text-align: left;
}

#imageData #caption {
	font-weight: bold;
}

#imageData #numberDisplay {
	display: block; clear: left; padding-bottom: 1.0em;
}

#imageData #bottomNavClose {
	width: 66px; float: right; padding-bottom: 0.7em;
}
		
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}

.border-999 {
		border-color: #999999;
}

.contact-form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

input,
textarea {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border: 1px solid #7E9DB9;
	font-size: 12px;
	padding: 1px;
	vertical-align: middle;
}

