@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 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 {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
acronym, abbr {
	cursor: pointer;
	margin: 0;
	padding: 0;
}
blockquote, q {
	quotes: none;
}
body {
	line-height: 1;
}
ol, ul {
	list-style-type: none;
	list-style-position: inside;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
td {
	padding: 5px;
	vertical-align: middle;
}
body  {
	background-color: #ffffff;
	color: #333333;
	font-family: Tahoma, "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
}
p {
	line-height: 1.75em;
	margin: 0.5em 0;
	text-align: justify; 
	text-indent: 25px;
}
h1,h2,h3,h4,h5,h6 { 
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 0.2em;
}
blockquote {
	background: #f6f6f6 url('../layout/cite.png') no-repeat top left;
	border: 1px dotted #cccccc;
	display: block;
	margin: 0.5em 0;
	padding: 10px 40px;
}
img {
	vertical-align: middle;
}
sup {
	font-size: 80%;
	text-decoration: none;
	vertical-align: top;
}
input {
	font-family: Tahoma, Arial, "Trebuchet MS", Verdana;
	font-size: 13px;
}
textarea {
	background-color: #e9e9ff;
	border: 1px solid #cccccc;
	font-family: Tahoma, Arial, "Trebuchet MS", Verdana;
	font-size: 13px;
	height: 46px;
	margin: 0;
	overflow: auto;
	padding: 2px 7px;
	width: 209px;
}
select {
	background-color: #e9e9ff;
	border: 1px solid #cccccc;
	font-family: Tahoma, Arial, "Trebuchet MS", Verdana;
	font-size: 13px;
	height: 21px;
	margin: 0;
	padding-left: 4px;
	width: 225px;
}
a:link, a:visited, a:active {
	color: #0165b2;
	text-decoration: underline;
}
a:hover {
	color: #323275;
	text-decoration: underline;
}

/* LAYOUT */
.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.left { float: left; }
.right { float: right; }
.clear, .clearer { clear: both; }
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;
	height: 0;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
.aligncenter {
	text-align: center;
}
.center_wrapper {
	margin: 0 auto;
	width: 1000px;
}
#header {
	width: 100%;
}
#toplinks {
	background: #ffffff url('../layout/toplinks.png') repeat-x bottom;
	border-bottom: 1px solid #666666;
	color: #ffffff;
	font-weight: bold;
	height: 38px;
	margin: 0;
	padding: 16px 0 0 0;
	width: 100%;
}
#toplinks ul {
	display: inline;
	height: 24px;
}
#toplinks li {
	background: url('../layout/righttoplinks.png') no-repeat top right;
	display: inline;
	float: left;
	height: 38px;
	margin-left: 12px;
	padding: 0 12px 0 0;
	text-align: center;
}
#toplinks li div {
	background: url('../layout/lefttoplinks.png') no-repeat top left;
	height: 38px;
}
#toplinks a, #toplinks span {
	display: inline-block;
	height: 19px;
	padding: 5px 0 0 12px;
	text-decoration: none;
}
#toplinks li.mouseover {
	background: url('../layout/righttoplinkssel.png') no-repeat top right;
}
#toplinks li div.mouseover {
	background: url('../layout/lefttoplinkssel.png') no-repeat top left;
}
#toplinks li.mouseout {
	background: url('../layout/righttoplinks.png') no-repeat top right;
}
#toplinks li div.mouseout {
	background: url('../layout/lefttoplinks.png') no-repeat top left;
}
#toplinks li.selected {
	background: url('../layout/righttoplinkssel.png') no-repeat top right;
}
#toplinks li div.selected {
	background: url('../layout/lefttoplinkssel.png') no-repeat top left;
}
#toplinks img {
	position: relative;
	padding-right: 20px;
	z-index: 100;
}
#banner {
	height: 42px;
	padding: 8px 16px;
	text-align: center;
}
#mainmenu {
	background: url('../layout/bgmainmenu.png') repeat-x;
	color: #ffffff;
	font-weight: bold;
	height: 32px;
}
#tabMenu li {
	background: url('../layout/menuborder.png') no-repeat top right;
	display: inline;
	padding-right: 1px;
	float: left;
}
#tabMenu a {
	cursor: pointer;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 22px 2px 20px;
	text-align: center;
	vertical-align: middle;
}
#header a:link, #header a:visited, #header a:active {
	color: #ffffff;
	text-decoration: none;
}
#tabMenu a:hover, #tabMenu .selected  {
	background: url('../layout/bgmainmenusel.png') repeat-x;
	border-right: 1px solid #ffcd54;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 21px 2px 20px;
	text-align: center;
	vertical-align: middle;
}
#tabMenu li:first-child {
	padding-left: 2px;
}
#tabMenu li:first-child a, #tabMenu li:first-child span {
	padding-left: 18px;
}
.menuborder {
	background: url('../layout/menuborder.png') no-repeat top left;
	height: 32px;
}
#main_wrapper {
	background: url('../layout/bgmainwrapper.png') repeat-y top left;
	line-height: 1.5em;
	margin: 10px auto;
	padding: 0;
	width: 1000px;
}
#main {
	background: url('../layout/bgmain.png') no-repeat top center;
	margin-right: 10px;
	min-height: 400px;
	padding: 30px 20px 10px 20px;
	width: 695px;
}
.notice {
	position: fixed;
	background: #0165b2 url('../layout/bgthead.png') repeat-x bottom left;
	color: #ffffff;
	display: none;
	font-size: 1.2em;
	margin: 0 auto;	
	text-align: center;
	width: 100%;
}
.notice div {
	border-top: 1px solid #47a1e2;
	border-right: 1px solid #47a1e2;
	border-bottom: 1px solid #0165b2;
	border-left: 1px solid #47a1e2;
	margin: 2px;
	padding: 1em;
}

#sidebar {
	display: inline;
	width: 255px;
}
#sidebar_content {
	padding-bottom: 1px;
}
#shoppingcart {
	margin-top: 0;
}
.bluebox {
	background-color: #f9f9f9;
	border-bottom: 2px solid #0165b2;
	margin-top: 10px;
	padding-bottom: 1px;
}
.bluebox_title {
	background: url('../layout/topbox.png') no-repeat;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	margin-bottom: 1px;
	padding: 0 12px;
	vertical-align: middle;
}
.orangebox {
	background-color: #f9f9f9;
	border-bottom: 2px solid #ff6600;
	margin-top: 10px;
	padding-bottom: 1px;
}
.orangebox_title {
	background: url('../layout/topvmenu.png') no-repeat;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	margin-bottom: 1px;
	padding: 0 12px;
	vertical-align: middle;
}
.bluebox_title a:link, .bluebox_title a:visited, .bluebox_title a:active {
	color: #ffffff;
	font-size: 13px;
	text-decoration: underline;
}
.bluebox_title a:hover {
	color: #ffae00;
	font-size: 13px;
	text-decoration: underline;
}
.bluebox ul, .orangebox ul {
	margin: 0;
	padding: 0;
}
.bluebox li, .orangebox li {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}
.bluebox li a, .orangebox li a {
	background-color: #f9f9f9;
	color: #333333;
	display: block;
	padding: 6px 12px;
	text-decoration: none;
	width: 229px;
}
.bluebox li a:hover, .bluebox li.selected a, .orangebox li a:hover, .orangebox li.selected a {
	background-color: #f0f0f0;
	color: #000000;
}
.bluebox_content, .orangebox_content {
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	clear: both;
	margin: 0;
	padding: 0 10px 8px 10px;
}
.bluebox_content a, .orangebox_content a {
	font-size: 11px;
	font-weight: bold;
}
.spacer {
	margin-top: 10px;
	width: 233px;
}
.infolink {
	line-height: 1.2em;
	width: 200px;
}
.infolinkselected {
	color: #323275;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.33em;
	text-decoration: underline;
}
.info {
	color: #0165b2;
	font-weight: bold;
	font-size: 11px;
	line-height: 1.33em;
	margin-left: 10px;
	width: 125px;
}
.info a {
	text-decoration: none;
}

.text {
	height: 20px;
	vertical-align: middle;
}
#dashboard {
	background-color: #444444;
	border-top: 1px solid #2a2a2a;
	color: #e1d4c0;
	font-size: 11px;
	line-height: 1.5em;
	margin: 0;
	padding: 10px 20px;
	text-align: center;
	vertical-align: middle;
}
#footer {
	background-color: #333333;
	border-top: 1px solid #888888;
	color: #e1d4c0;
	font-size: 11px;
	line-height: 1.5em;
	margin: 0 auto;
	padding: 0 20px 10px 20px;
}
#footer .col1 {
	margin-top: 10px;
	width: 67%;
}
#footer .col2 {
	margin-top: 10px;
	text-align: right;
	width: 33%;
}
#footer span {
	color: #ff6600;
	font-weight: bold;
}
#footer a {
	color: #e1d4c0;
	text-decoration: none;
}
#footer .col1 ul, #footer .col2 ul {
	display: inline;
	margin: 0;
}
#footer .col1 li  {
	border-left: 1px solid #666666;
	display: inline;
	float: left;
	padding: 0 0.5em;
}
#footer .col1 li:first-child {
	border-left: 0;
	padding-left: 0;
}
#footer .col2 li  {
	display: inline;
	float: right;
	padding: 0 0 0 5px;
}
#footer .col2 img {
	padding: 2px 0;
}
#footer .col1 a, #footer .col2 a {
	color: #e1d4c0;
	display: inline-block;
	text-decoration: none;
	vertical-align: top;
}
#footer a:hover, #footer li.selected { color: #ffcc00; }
a.linksubsol:link, a.linksubsol:visited, a.linksubsol:active { color: #e1d4c0; }
a.linksubsol:hover { color: #ffcc00; }
.linksubsol {
	cursor: pointer;
	text-decoration: underline;
}

/* BUTTONS */
.login {
	background: url('../layout/login.png') no-repeat;
	border: 0;
	cursor: pointer;
	height: 21px;
	width: 80px;
}
.mouseoverLogin {
	background: url('../layout/loginsel.png') no-repeat;
}
.mouseoutLogin {
	background: url('../layout/login.png') no-repeat;
}
.finalizeaza {
	background: url('../layout/finalizeaza.png') no-repeat;
	border: 0;
	cursor: pointer;
	height: 21px;
	width: 128px;
}
.mouseoverFC {
	background: url('../layout/finalizeazasel.png') no-repeat;
}
.mouseoutFC {
	background: url('../layout/finalizeaza.png') no-repeat;
}
.comandarapid {
	background: url('../layout/comandarapid.png') no-repeat;
	border: 0;
	cursor: pointer;
	height: 21px;
	width: 99px;
}
.mouseoverCR {
	background: url('../layout/comandarapidsel.png') no-repeat;
}
.mouseoutCR {
	background: url('../layout/comandarapid.png') no-repeat;
}
.continuacumparaturile {
	background: url('../layout/continua.png') no-repeat;
	border: 0;
	cursor: pointer;
	height: 21px;
	width: 142px;
}
.mouseoverCC {
	background: url('../layout/continuasel.png') no-repeat;
}
.mouseoutCC {
	background: url('../layout/continua.png') no-repeat;
}
.cumpara {
	background: url('../layout/cumpara.png') no-repeat;
	border: 0;
	cursor: pointer;
	height: 21px;
	width: 66px;
}
.mouseoverC {
	background: url('../layout/cumparasel.png') no-repeat;
}
.mouseoutC {
	background: url('../layout/cumpara.png') no-repeat;
}
.inapoi {
	background: url('../layout/inapoi.png') no-repeat;
	border: 0;
	cursor: pointer;
	height: 21px;
	width: 80px;
}
.mouseoverI {
	background: url('../layout/inapoisel.png') no-repeat;
}
.mouseoutI {
	background: url('../layout/inapoi.png') no-repeat;
}

/* TEXTBOXES */
.textbox {
	background: url('../layout/textbox.png') no-repeat right top;
	border: 0;
	color: #333333;
	float: right;
	height: 18px;
	width: 175px;
}
.textbox input {
	background: transparent none;
	border: 0;
	float: left;
	margin: 0 8px;
	width: 159px;
}
.textboxsel {
	background: url('../layout/textboxsel.png') no-repeat right top;
}
.textboxint {
	background: url('../layout/textboxint.png') no-repeat right top;
	border: 0;
	color: #333333;
	float: right;
	height: 21px;
	width: 225px;
}
.textboxint input {
	background: transparent none;
	border: 0;
	float: left;
	margin: 1px 8px 0 8px;
	width: 209px;
}
.textboxintsel {
	background: url('../layout/textboxintsel.png') no-repeat right top;
}

/* SHOPPING CART */
.cartspacer {
	border-bottom: 1px solid #eeeeff;
	font-size: 12px;
	padding: 6px 0;
	width: 233px;
}
.emptycart {
	font-size: 13px;
	padding: 23px 0;
	text-align: center;
	vertical-align: middle;
}
.blue {
	color: #0165b2;
}
#cart {
	font-weight: bold;
	width: 100%;
}
#cart thead td{
	background: #47a1e2 url('../layout/bgthead.png') repeat-x top left;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
}
#cart .produse {
	text-align: center;
	vertical-align: middle;
}
#cart .produse td {
	background-color: #e9e9ff;
	border: 1px solid #47a1e2;
	padding: 5px;
}
#cart .total {
	background: transparent;
	text-align: center;
}
#cart .total td {
	padding: 2px;
}
#cart pre {
	font-size: 14px; 
	margin: 0;
}
#cart input {
	border: 1px solid #47a1e2;
	height: 14px;
	text-align: center;
	width: 36px;
}
#cart img {
	cursor: pointer;
	margin-left: 5px;
	vertical-align: top;
}
#butoaneCOS {
	margin: 3em auto 0 auto;
	position: relative;
	width: 70%;
}
#butoaneCOS div {
	margin-top: 1em;
}
#butoaneCOS .comandarapid {
	margin-right: 14px;
}
.transportCOS {
	margin: 0 2px 1em 0;
}

/* MAIN */
.intlist {
	line-height: 1.75em;
	list-style-type: decimal;
	margin-left: 2em;
}
.intlist2 {
	line-height: 1.75em;
	list-style-type: disc;
	margin-left: 2em;
}
.intlist3 {
	line-height: 1.75em;
	list-style-type: square;
	margin-left: 2em;
}
#figuri {
	border: 0;
	margin: 1em auto;
	width: 500px;
}
#figuri td {
	padding: 0;
	text-align: center;
	vertical-align: bottom;
}
.evidentiat {
	color: #323275; 
	font-weight: bold;
}
.titlu_interior {
	color: #323275;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 1em;
}
.titlu_interior_albastru {
	color: #0165b2;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 1em;
}
.titlu_mic_interior {
	color: #323275;
	font-size: 13px;
	font-weight: bold;
	margin-top: 1em;
}
.footernote {
	font-size: 11px;
	font-weight: bold;
	margin-top: 1.5em;
}
.underline {
	text-decoration: underline;
}

/* PRODUCTS */
.Produs {
	border-bottom: 1px dotted #999999;
}
.pozaProdus {
	float: left;
	margin: 10px 10px 0 0;
	padding: 0;
	text-align: center;
	width: 80px;
}
.pozaProdus img {
	border: 1px solid #eeeeee;
	cursor: pointer;
	height: 105px;
	margin-right: 8px;
	width: 61px;
}
.detaliiProdus {
	float: left;
	font-size: 11px;
	line-height: 1.75em;
	margin: 10px auto;
	padding: 0;
	text-align: left;
	width: 455px;
}
.detaliiProdus p {
	text-indent: 0;
}
.pretProdus {
	float: right;
	font-size: 11px;
	line-height: 1.75em;
	margin: 10px 0 10px 10px;
	padding: 0;
	text-align: right;
	width: 140px;
}
.price {
	color: #0165b2;
	line-height: 1.45em;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0.15em;
}
.NOU {
	color: #b33118;
	font-size: 12px;
}
.VECHI {
	color: #333333;
	font-size: 12px;
}
.VECHI del {
	font-size: 14px;
}

/* HOW TO USE */
.aparat1, .aparat2, .aparat3, .aparat4 {
	background: #000000 url("../layout/comut1.jpg") no-repeat;
	border: 5px solid #000000;
	float: right;
	height: 62px;
	margin: 0.5em 0 0 0;
	padding: 0;
	vertical-align: middle;
	width: 115px;
}
.aparat2 {
	background: #000000 url("../layout/comut2.jpg") no-repeat;
}
.aparat3 {
	background: #000000 url("../layout/comut3.jpg") no-repeat center center;
}
#leduriHC {
	margin: 6em 0 0 0;
	text-align: center;
	width: 115px;
}
#led1 {
	color: #660000;
	font-size: 32px;
	margin: 5px 0 0 0;
}
#led2 {
	color: #339933;
	font-size: 32px;
	margin: 5px 0 0 0;
}
#led11, #led12, #led13 {
	color: #ff9999;
	font-size: 32px;
	margin: 5px 0 0 5px;
}
#led21, #led22, #led23 {
	color: #99ff99;
	font-size: 32px;
	margin: 5px 0 0 5px;
}
#led31, #led32, #led33 {
	color: #9999ff;
	font-size: 32px;
	margin: 5px 0 0 5px;
}
#com1 {
	margin: 19px 0 0 7px;
	cursor: pointer;
}
#com2, #com3, #com4, #com5 {
	float: left;
	margin: 19px 0 0 5px;
	cursor: pointer;
}
#tryUse {
	border-top: 4px solid #47a1e2;
	border-bottom: 4px solid #47a1e2;
	margin: 1.5em 0;
	padding-bottom: 1em;
}
#tryUse p, #tryUse ol {
	text-indent: 0;
	margin-left: 0;
}
#tryUseContent {
	height: 230px;
	margin: 0 auto;
	padding: 0;
	width: 695px;
}
#tryUseContent table {
	background-color: #e3e3ff;
	float: left;
	margin-top: 0.5em;
	text-align: center;
	vertical-align: middle;
}
#tryUseContent td {
	border: 1px solid #ffffff;
	padding: 5px;
}
#aparat1, #aparat2, #aparat3, #aparat4, #frecv10, #frecv11, #frecv12, #frecv13, #frecv20, #frecv21, #frecv22, #frecv23 {
	background-color: #c3c3ff;
	cursor: pointer;
}
#eroare {
	color: #b33118;
	display: none;
	font-weight: bold;
	margin-top: 0.5em;
	text-align: center;
}

/* AUTH */
#eroareLogin, #eroareCreareCont, #eroareFirma {
	 color: #b33118;
	 display: none;
	 float: left;
	 line-height: 33px;
	 text-align: left;
	 vertical-align: middle;
}
#eroareLogin img, #eroareCreareCont img, #eroareFirma img {
	margin-right: 10px;
}
.caseta {
	float: left;
	width: 100%;
}
.caseta p {
	text-indent: 0;
}
.caseta table {
	float: left;
}
.td100 {
	width: 125px;
}
.caseta ul {
	display: inline;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	width: 300px;
}
.caseta ul li {
	display: inline-block;
	float: left;
	height: 32px;
	margin-top: 2px;
	margin-right: 1px;
	text-align: center;
}
.caseta ul li a {
	background: url('../layout/tab.png') no-repeat bottom center;
	display: inline-block;
	height: 24px;
	padding: 8px 2px 0 0;
	width: 143px;
}
.caseta ul li a:link, .caseta li a:visited {
	color: #0165b2;
	text-decoration: none;
}
.caseta ul li a:active, .caseta ul li a:hover, .caseta ul li a.sel, .oneTab {
	background: url('../layout/tabsel.png') no-repeat top center;
	color: #ffffff;
	text-decoration: none;
}
.oneTab, .intTab {
	background: url('../layout/tabsel.png') no-repeat top center;
	color: #ffffff;
	float: left;
	font-size: 13px;
	font-weight: bold;
	height: 24px;
	margin-top: 2px;
	padding-top: 8px;
	text-align: center;
	width: 145px;
}
.intTab {
	height: 22px;
}
.intLongTab {
	background: url('../layout/topbox.png') no-repeat top center;
	color: #ffffff;
	float: left;
	font-size: 13px;
	font-weight: bold;
	height: 22px;
	margin-top: 2px;
	padding: 8px 10px 0 10px;
	text-align: left;
	width: 235px;
}
#tab1, #tab2 {
	width: 100%;
}
.spacerTab {
	border-bottom: 4px solid #47a1e2;
	margin-bottom: 10px;
}
.spacerintTab {
	border-bottom: 4px solid #47a1e2;
	margin-bottom: 2px;
}
 .tip {
	color: #0156b2;
	margin-top: 8px;
 }
.question {
	background-color: #f0f0f0;
	border: 1px solid #e3e3ff;
	color: #323275;
	font-weight: bold;
	margin-top: 3px;
	padding: 7px 9px;
}
.question img {
	cursor: pointer;
	margin-top: 1px;
}
.answer {
	background-color: #f9f9f9;
	border: 1px solid #e3e3ff;
	border-top: 0;
	display: none;
	line-height: 1.75em;
	padding: 6px 9px;
	text-align: justify;
}
.mrgl {
	cursor: pointer;
	margin: 0 2px;
}

.certificat {
	border: 1px solid #808080;
	height: 160px;
	margin: 0.5em 0.5em 0 0;
	width: 100px;
}

.certificat2 {
	border: 1px solid #cccccc;
	height: 110px;
	margin: 8px 4px 0 0;
	width: 69px;
}

.marcajCE {
	border: 0;
	height: 12px;
	width: 44px;
}

#comenzi {
	font-weight: bold;
	width: 100%;
}
#comenzi thead td{
	background: #47a1e2 url('../layout/bgthead.png') repeat-x top left;
	color: #ffffff;
	height: 48px;
	text-align: center;
	vertical-align: middle;
}
#comenzi tbody td {
	background-color: #e9e9ff;
	border: 1px solid #47a1e2;
	height: 32px;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}
#comenzi .livrat {
	color: #006600;
}
#comenzi .anulat {
	color: #b33118;
}
#comenzi pre {
	font-size: 14px; 
	margin: 0;
}
#comenzi img {
	cursor: pointer;
	margin-top: 1px;
}
