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

/* start body */
body {
	margin: 0px;
	padding: 0px;
	font-family:Arial, sans-serif;
	font-size:16px;
	background-color:#e7e8ea;
}
/* end body */

a:focus {
	outline:0px;
}

/* start img */
img {
	border:0px;
}
/* end img */

select {
	color:#000000;
	background-color:#f3f5f6;
}

/* start input */
input {
	border:1px solid #a6a6a6;
}
/* end input */

/* start header */
#header {
	background-image:url(/_image/bg_top.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height:77px;
}
#header table {
}
/* end header */

/* start menu */
#menu {
	display: block;
	margin:12px 0px 0px 0px;
	z-index:1000;
}
#menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	z-index:1000;
}
#menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index:1000;
}
#menu a {
	display: block;
	z-index:1000;
}
#menu li li {
	width: 100%;
	position:relative;
	z-index:1000;
}
#menu li li ul {
	top: 0;
	left: 0;
	z-index:1000;
}
#menu li li:hover ul {
	left: 100%;
	z-index:1000;
}
#menu li ul {
	display: none;
	position: absolute;
	z-index: 1000;
}
#menu li:hover>ul {
	display: block;
	z-index:1000;
}
#menuList:after {
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
	z-index:1000;
}
#menu {
	font-family: Arial, sans-serif;
	z-index:1000;
}
#menu li {
z-index:1000;
}
#menu li li {
z-index:1000;
	line-height:15px;
	/*border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #a3a7aa;
	border-left-color: #a3a7aa;*/
}
#menu li li:last-child {
z-index:1000;
	/*border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #a3a7aa;*/
}
#menu li li:first-child {
z-index:1000;
	/*border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #a3a7aa;*/
}
#menu a {
z-index:1000;
	font-size:13px;
        font-weight:bold;
	text-decoration: none;
	text-align: center;
	color: #4c5155;
	padding: 4px;
}
#menu li:hover>a {
z-index:1000;
        text-decoration: underline;
	color: #F25D0D;
}
#menu a:hover {
z-index:1000;
	color: #F25D0D !important;
}
#menu li li a {
z-index:1000;
	color: #4c5155;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	text-transform: none;
	background: none;
	padding: 4px 8px;
	background-color: #f3f5f6;

}
#menu li li:hover>a {
z-index:1000;
        text-decoration: underline;
}
#menu li ul {
z-index:1000;
	left:-1px;
	width: 150px;
	background-color: #F4F4F4;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #a3a7aa;
	border-left-color: #a3a7aa;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a3a7aa;
}
#menu li li ul {
z-index:1000;
}
#menu li li li:first-child {
z-index:1000;
}
#menu li li.submenu>a:after {
}
#menu li.firstMenu {
z-index:1000;
	background:none;
	width:75px;
}
#menu li.firstMenu:hover {
z-index:1000;
	width:73px;
	background-color: #F4F4F4;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #a3a7aa;
	border-left-color: #a3a7aa;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a3a7aa;
}
#menu li.nextMenu a:hover {
z-index:1000;
	background: none;
}
#menu li.nextMenu:hover {
z-index:1000;
	background: none;
}
/* end menu */

/* start searchBox */
#searchBox {
	font-family: Arial, sans-serif;
	font-size:15px;
	font-weight:bold;
}
#searchBox a {
	color: #4c5155;
	text-decoration:none;
}
#searchBox a:hover {
	color: #F25D0D;
	text-decoration:none;
}
#searchBox input {
	width:110px;
	vertical-align:middle;
}
/* end searchBox */

/* start language */
#language {
	margin:14px 0px 0px 15px;
	font-family: Arial, sans-serif;
	font-size:15px;
	font-weight:bold;
}
#language a {
	color: #4c5155;
	text-decoration:none;
}
#language a:hover {
	color: #F25D0D;
	text-decoration:none;
}
/* end language */

/* start noutatiBox */
#noutatiBox {
	width:940px;
	background-color:#FFFFFF;
}
#noutatiBox a {
}
#noutatiBox a:hover {
}
#noutatiBox table.nProdus {
	margin: 14px 0px 0px 0px;
}
#noutatiBox table.nProdus td {
	font-family: Arial, sans-serif;
	font-size:15px;
	font-weight:normal;
	color:#303030;
	line-height:18px;
}
#noutatiBox h1 {
	font-family: Arial, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#303030;
	padding:0px;
	margin:0px;
	line-height:22px;
}
#noutatiBox h1 a {
	color:#303030;
	text-decoration:none;
}
#noutatiBox h1 a:hover {
	color: #FF8900;
	text-decoration:underline;
}
#noutatiBox span.bull {
	color:#303030;
	font-weight:bold;
}
/* end noutatiBox */

/* start promotiiBox */
#promotiiBox {
	width:198px;
	background-color:#FFFFFF;
}
#promotiiBox h1 {
	font-family: Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#303030;
	padding:6px 10px;
	margin:0px;
	line-height:18px;
}
#promotiiBox h1 a {
	color:#303030;
	text-decoration:none;
}
#promotiiBox h1 a:hover {
	color: #FF8900;
	text-decoration:underline;
}
#promotiiBox h2 {
	font-family: Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#303030;
	padding:6px 10px 12px 10px;
	margin:0px;
	line-height:24px;
}
#promotiiBox h2 a {
	color:#303030;
	text-decoration:none;
}
#promotiiBox h2 a:hover {
	color: #303030;
	text-decoration:underline;
}
/* end promotiiBox */

/* start magazinBox */
#magazinBox {
	width:198px;
	background-color:#FFFFFF;
}
#magazinBox h1 {
	font-family: Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#303030;
	padding:3px 10px;
	margin:0px;
	line-height:18px;
}
#magazinBox h1 a {
	color:#303030;
	text-decoration:none;
}
#magazinBox h1 a:hover {
	color: #FF8900;
	text-decoration:underline;
}
#magazinBox h2 {
	font-family: Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#303030;
	padding:3px 10px;
	margin:0px;
	line-height:24px;
}
#magazinBox h2 a {
	color: #303030;
	text-decoration:none;
}
#magazinBox h2 a:hover {
	color:#E17600;
	text-decoration:underline;
}
/* end magazinBox */

/* start produseBox */
#produseBox1 {
	width:948px;
	background-color:#FFFFFF;
}

#produseBox {
	width:738px;
	background-color:#FFFFFF;
}
#produseBox h1 {
	font-family: verdana, Arial, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#303030;
	padding:6px 10px;
	margin:0px;
	line-height:18px;
}
#produseBox a.links {
	font-family: verdana, Arial, sans-serif;
	font-size:11px;
	color:#303030;
	text-decoration:none;
}
#produseBox a.links:hover {
	color:#FF8900;
	text-decoration:underline;
}
#produseBox h1 a {
	color:#303030;
	text-decoration:none;
}
#produseBox h1 a:hover {
	color: #FF8900;
	text-decoration:underline;
}
#produseBox img.imageProdus {
	border:0px;
	margin:15px;
	/*height:160px;*/
}
#produseBox h2 {
	font-family: verdana, Arial, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#303030;
	padding:6px 10px;
	margin:0px;
	line-height:14px;
}
#produseBox h2 a {
	color:#303030;
	text-decoration:none;
}
#produseBox h2 a:hover {
	color: #FF8900;
	text-decoration:underline;
}
#produseBox h3 {
	font-family: verdana, Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#F25D0D;
	padding:6px 10px;
	margin:0px;
	line-height:14px;
}
#produseBox h3 a {
	color:#303030;
	text-decoration:none;
}
#produseBox h3 a:hover {
	color: #F25D0D;
	text-decoration:underline;
}
#produseBox h4 {
	font-family: verdana, Arial, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#303030;
	padding:6px 20px;
	margin:0px;
	line-height:18px;
}
/* end produseBox */

/* start footer */
#footer {
	background-color: #FFFFFF;
	font-family: verdana, Arial, sans-serif;
	font-size:10px;
	font-weight:normal;
	color: #979797;
	line-height:20px;
	padding:0px 4px;
}
#footer a {
	color: #979797;
	text-decoration:underline;
}
#footer a:hover {
	color: #979797;
	text-decoration:none;
}
.footer {
	background-color: #FFFFFF;
}
/* end footer */

/* start navigareTop */
#navigareTop {
	font-family: verdana, Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #FFFFFF;
	line-height:15px;
	margin:12px 0px 0px 22px;
	text-transform:lowercase;
}
#navigareTop a {
	color: #FFFFFF;
	text-decoration:underline;
}
#navigareTop a:hover {
	color: #FFFFFF;
	text-decoration:none;
}

#navigareTop2 {
	font-family: verdana, Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	margin:0px 0px 0px 30px;
}
#navigareTop2 a {
	text-decoration:underline;
}
#navigareTop2 a:hover {
	text-decoration:none;
}
/* end navigareTop */

/* start descProduseBox */
#descProduseBox {
	width:738px;
	background-color:#FFFFFF;
	font-family: verdana, Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#303030;
	padding:5px 0px;
	margin:0px;
	line-height:16px;
}
#descProduseBox h1 {
	font-family: verdana, Arial, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#FF991D;
	border-bottom:0px dotted #CCCCCC;
	padding:10px;
	margin:0px;
	line-height:24px;
	text-transform:none;
	background-image: url(_image/bkg_prod_desc.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#descProduseBox h1 a {
	color:#FF8900;
	text-decoration:none;
}
#descProduseBox h1 a:hover {
	color: #FF8900;
	text-decoration:underline;
}
#descProduseBox img.imgSmall {
	border:0px;
	margin: 0px 10px;
	width:140px;
}
#descProduseBox img.imgBig {
	border:0px;
	margin:0px;
}
#descProduseBox h2 {
	font-family: verdana, Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#303030;
	padding:6px 10px;
	margin:0px;
	line-height:14px;
}
#descProduseBox h2 a {
	color:#303030;
	text-decoration:none;
}
#descProduseBox h2 a:hover {
	color: #FF8900;
	text-decoration:none;
}
#descProduseBox ul {
	padding:0px;
	margin:0px;
}
#descProduseBox li {
	font-family: verdana, Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#303030;
	padding:5px 15px;
	margin:0px;
	line-height:14px;
	background-image: url(/_image/bullet.gif);
	background-repeat:no-repeat;
	list-style-type: none;
	background-position: 0px 10px;
}
#noutatiBox span.descBull {
	color:#303030;
	font-weight:bold;
	font-size:18px;
}
#descProduseBox h3 {
	font-family: verdana, Arial, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#303030;
	padding:20px 10px;
	margin:0px;
	line-height:18px;
}
#descProduseBox .navProd {
	font-family: verdana, Arial, sans-serif;
	font-size:14px;
	font-weight:normal;
	line-height:24px;
	color:#303030;
}
#descProduseBox .navProd a {
	color:#303030;
	text-decoration:none;
	border:1px solid #B1B1B1;
	padding:2px 5px;
	margin:1px;
}
#descProduseBox .navProd a:hover {
	color: #FF8900;
	text-decoration:underline;
	border:1px solid #B1B1B1;
	padding:2px 5px;
	margin:1px;
}
#descProduseBox li {
}
#descProduseBox h4 {
	font-family: verdana, Arial, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#E17600;
	padding:10px;
	margin:0px;
	line-height:18px;
}
#descProduseBox div.cumpara {
	font-family: verdana, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#303030;
	padding:0px;
	margin:0px;
	line-height:18px;
}
#descProduseBox div.cumpara a {
	color:#303030;
	text-decoration:none;
}
#descProduseBox div.cumpara a:hover {
	color: #FF8900;
	text-decoration:none;
}
/* end descProduseBox */

/* start contactBox */
#contactBox {
	width:738px;
	background-color:#FFFFFF;
	font-family: Arial, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#303030;
	margin:0px;
	line-height:20px;
}
#contactBox a {
	color:#303030;
	text-decoration:none;
}
#contactBox a:hover {
	color: #FF8900;
	text-decoration:none;
}
/* end contactBox */

.borderGrey{
	border-left:1px solid #B1B1B1;
	border-right:1px solid #B1B1B1;
	border-bottom:1px solid #B1B1B1;
}
.borderBlue{
	border-left:1px solid #B1B1B1;
	border-right:1px solid #B1B1B1;
	border-bottom:1px solid #B1B1B1;
}

.companie {
	font-family: Arial, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#666666;
	line-height:20px;
	padding:14px;
}

.price {
	font-family: verdana ,Arial, sans-serif;
	font-size:11px;
        font-weight:normal;
        text-decoration:none;
	color:#F25D0D;
	line-height:22px;
	padding:0px 0px 0px 0px;
}

.borderGreyInput {
	border:1px solid #a6a6a6;
	margin:0px;
	padding:0px;
	background-color:#F7F7F7;
}

.titleHeading {
	font-family: verdana, Arial, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:18px;
	margin:11px 0px 0px 18px;
}

.navImage {
	width:122px;
	border:1px solid #B1B1B1;
	font-family: Arial, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#303030;
	line-height:13px;
}
.navImage a {
	color:#303030;
	text-decoration:none;
}
.navImage a:hover {
	color: #FF8900;
	text-decoration:none;
}

.navImageSelected {
	width:122px;
	border:1px solid #FF8305;
	background-color:#FFFFFF;
	font-family: Arial, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#FFFFFF;
	line-height:13px;
}
.navImageSelected a {
	color:#FF8900;
	text-decoration:none;
}
.navImageSelected a:hover {
	color:#303030;
	text-decoration:none;
}

.showroomImageBorder {
	border:1px solid #B1B1B1;
	padding:3px;
}

.codProdus {
	font-family: verdana, Arial, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#777777;
	padding:6px 10px;
	margin:0px;
	line-height:16px;
}
.codProdus2 {
	font-family: verdana, Arial, sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#000000;
	padding:10px 10px 0px 10px;
	margin:0px;
	line-height:20px;
}

.descImage {
	border:1px solid #B1B1B1;
	font-family: verdana, Arial, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#303030;
	line-height:13px;
	text-align:center;
	margin:2px;
	padding:4px;
	cursor:pointer;
}
.descImage:hover {
	border:1px solid #FF8900;
	font-family: verdana, Arial, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#303030;
	line-height:13px;
	text-align:center;
	margin:2px;
	padding:4px;
}


div.loginBox {
	font-family: verdana, Arial, sans-serif;
	font-size:13px;
	line-height:18px;
	color:#303030;
	padding:4px;
}
div.loginBox input.textField {
	font-family: verdana, Arial, sans-serif;
	font-size:12px;
	color:#303030;
	padding:1px 2px;
	margin:3px 0px;
	width:110px;
	vertical-align:middle;
}
div.loginBox a {
	color:#303030;
	text-decoration:none;
}
div.loginBox a:hover {
	text-decoration:underline;
}


div.editBox {
	font-family: verdana, Arial, sans-serif;
	font-size:13px;
	line-height:18px;
	color:#303030;
	padding:4px;
}
div.editBox input.textField {
	font-family: Arial, sans-serif;
	font-size:12px;
	color:#303030;
	padding:1px 2px;
	margin:3px 0px;
	width:180px;
	vertical-align:middle;
}
div.editBox .textareaField {
	font-family: Arial, sans-serif;
	font-size:12px;
	color:#303030;
	padding:1px 2px;
	width:220px;
	vertical-align:middle;
}
div.editBox a {
	color:#303030;
	text-decoration:none;
}
div.editBox a:hover {
	text-decoration:underline;
}


div.newsBox {
	font-family: Arial, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#303030;
	padding:3px 10px 3px 10px;
}
div.newsBox a {
	color:#303030;
	text-decoration:none;
}
div.newsBox a:hover {
	color: #FF8900;
	text-decoration:underline;
}
div.newsBox div.allNews {
	font-size:12px;
	font-weight:normal;
}
div.newsBox div.allNews a {
	color:#303030;
	text-decoration:none;
}
div.newsBox div.allNews a:hover {
	text-decoration:underline;
}


div.titlu {
	font-family: Arial, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#303030;
	padding:20px 10px 4px 10px;
	margin:0px;
	line-height:18px;
}
div.titlu a {
	color:#303030;
	text-decoration:none;
}
div.titlu a:hover {
	color:#FF8900;
	text-decoration:underline;
}
div.date {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#888888;
	padding:0px 10px 6px 10px;
}
div.continut {
	font-family: Arial, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#303030;
	padding:0px 10px 0px 10px;
}
div.readMore {
	font-family: Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#FF8900;
	padding:10px 10px 15px 10px;
	margin:0px;
	line-height:15px;
	text-align:right;
}
div.readMore a {
	color:#FF8900;
	text-decoration:none;
}
div.readMore a:hover {
	text-decoration:underline;
}

.size8 {
	font-size:10px;
}


.linkPages a:link, .linkPages a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #FE8C11;
	text-decoration: none;
	border: thin solid #FE8C11;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}

.linkPages a:hover, .linkPages a:active {
	color: #FFFFFF;
	border: thin solid #FE8C11;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	background-color: #FE8C11;
	background-image: none;
}

.linkPages2 a:link, .linkPages2 a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 17px;
	color: #FE8C11;
	text-decoration: none;
	border: thin solid #FE8C11;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}

.linkPages2 a:hover, .linkPages2 a:active {
	color: #FFFFFF;
	border: thin solid #FE8C11;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	background-color: #FE8C11;
	background-image: none;
}

.currentPage {
	color: #FFFFFF;
	background-color: #FE8C11;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	font-weight: bold;
}