*{	margin: 0; padding: 0;}
html,body{margin:0;padding:0}
body{font-size:12px; color: #000; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}
img{	border: 0;}
a{	color: #004b91; outline: none;}
a:hover{	color: #e47911;}
ul li{	list-style: none;}
ol li{	list-style-position: inside;}
h1{
	font-size: 22px;
	border-bottom: 1px solid #C9E1F4;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CB0549;
	padding: 2px 0 0 0;
}
small{	color: #999; font-size: 11px; font-weight: normal;}
input, textarea, select{	border: 1px solid #C3E0EC;	background-color: #F0FBFF;	padding: 3px; font-family: Arial, Helvetica, sans-serif; font-size: 12px}
var{ font-style: normal;}

/* some global classes */
.strike{	text-decoration: line-through;}
.red_price{	font-weight: bold;	color: #990000;}
.center{	text-align: center;}
.left{	float: left;}
.right{	float: right;}
.clear{	clear: both;}
.bold{	font-weight: bold;}
.toleft{	text-align: left;}
.toright{	text-align: right;}
.tocenter{	text-align: center;}
.totop{	vertical-align: top;}
.tomiddle{	vertical-align: middle;}
.error{
	padding: 10px; margin: 10px 0 10px 0;
	line-height: 18px;
	background-color: #FFF6F6;
	color: #FF3333;
	border: 1px solid #FFE3E3
}
.msg{
	padding: 10px; margin: 10px 0 10px 0;
	line-height: 18px;
	background-color: #F3FFE5;
	color: #009900;
	border: 1px solid #BBFFBF;
	font-weight: bold;
}
.ico{
	position: relative;
	top: 4px;
}
a.ico-add{
	background-image: url(../assets/add.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}

#content{	padding-left: 10px; padding-right: 10px; min-width: 470px;
min-height:500px; /*firefox, opera, ie7 */
height:auto !important; /*firefox, opera, ie7 */
height:500px; /* ie6 */
margin: 0 290px 0 210px;
position: relative;
background-color: #fff;
}
.titlebar p{	padding: 8px 30px 2px 0; }
#container{	background-image: url(../assets/bg.jpg); background-repeat: repeat-x; min-width: 1000px;}
#container{
width: expression(document.body.clientWidth < 1002? "1000px" : "auto");
}
div#wrapper{float:left;width:100%; min-width: 1000px; background-image: url(../assets/bg_content.jpg); background-repeat: repeat-x; padding-top: 36px; }
div#navigation{float:left;width:284px; padding-right: 6px; margin-left:-290px; padding-top: 36px; }
div#extra{float:left;width:204px;margin-left:-100%; padding-left: 6px; padding-top: 36px; z-index: 10;}
div#footer{ clear: both; margin: 10px 0 0 0; height: 150px; background-image: url(../assets/bg_footer.jpg); background-repeat: repeat-x; }



/* -------------------- header  -------------------- */
div#header{height:116px; min-width: 1000px; background-image: url(../assets/bg.jpg); background-repeat: repeat-x;}
#logo_container{ height: 67px; position: relative; width:265px;}
#logo_container img{margin: 10px 0 0 10px;}
#logo_magazin{  clear: right; float: right; margin-right: 2px; margin-top:10px; }
#logo_instarom span{ position: relative; top:-16px; left: -10px;}
div#logo_container h1 {border: none;display: inline;margin: 0px;padding: 0px;}
#search_container{/*background-image: url(../assets/bg_search.jpg);  height: 43px; width: 423px; margin-top: 6px; float: left;*/}
#search_container form{background-image: url(../assets/bg_search.jpg);  height: 43px; width: 423px; margin-top: 7px; float: left;}
#logo_instarom{  clear: right; float: right; margin-top: 12px; margin-right: 10px; }
#logo_instarom span{
	position: relative; top:-16px; left: -10px;
}
#search_key{	border: 0;	background-color: transparent;	float: left;	margin-left: 14px; width: 242px;	font-size: 14px;	margin-top: 12px;	color: #333;  }
#buton_cauta{	margin: 10px 0 0 15px;}

#basket_preview{ background-image: url(../assets/bg_basket.jpg);	background-repeat: repeat-x; height: 32px; float: right;}
#basket_preview var{ font-style: normal;}
#basket_preview span{ float: left; display: block; background-image: url(../assets/basket_left.jpg); width: 32px; height: 32px; }
.basket_icon {}
#basket_finalizeaza{ top: 5px;	margin-right: 5px;	margin-left: 10px; position:relative;}
#basket_preview span.basket_preview_inside{	position: relative;  top: -6px;}


#main_menu{ margin-top: 30px;}
#main_menu li{	display: inline;}
#main_menu li a{	font-size: 12px;	text-decoration: none;	color: #fff;	margin-right: 8px;}

#breadcrumbs{ position: absolute; top:-30px; left: -200px;}
#breadcrumbs a{	font-weight: bold;}





/* -------------------- navigatie  -------------------- */

.box{
    background-color: #FFFFFF;
    border: 1px solid #C9E1F4;
    font-size: 11px;
    margin-bottom: 10px;
    padding: 6px;
}
#nav a.current{
	color: Black;
	font-weight: bold;
}
ul#nav{
	padding: 0;
	background-color: #fff;
	padding-bottom: 10px;
}
#nav li{
	margin-top: 10px;
	margin-left: 4px;
}
#nav li.selected a{
	color: #000; font-weight: bold;
}
#nav li h2{
	font-size: 12px;
	color: #e47911;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}
#nav li a, .box h3{
	font-size: 12px;
	color: #cb0549;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}
.box h3{
	text-transform: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	letter-spacing:-1px;
}
#nav li li, .box ul li{
	margin-top: 6px;
	line-height: 12px;
}
#nav li li a, .box ul li a{
	color: #004b91;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
}
#nav li li a:hover{
	color:#e47911;
}
#nav ul, .box ul{
	margin-left: 5px;
}
.asistenta_tehnica{
	background-image: url(../assets/icon_tehnic.jpg);
	height: 135px;
	background-position: center;
	background-repeat: no-repeat;
	margin: 10px 0 10px 0;
}
.proiectare{
	background-image: url(../assets/icon_proiectare.jpg);
	height: 135px;
	background-position: center;
	background-repeat: no-repeat;
	margin: 10px 0 10px 0;
}
.top_10px{
	margin-top: 10px;
}
.box_icon_left{
	float: left; margin-right: 6px;
	margin-bottom: 10px;
}
.with_icon{
	min-height:75px; /*firefox, opera, ie7 */	height:auto !important; /*firefox, opera, ie7 */	height:75px;
}
.with_icon h3{
	margin-bottom: 10px;
}
.with_icon img{
	float: left; margin-right: 8px;
}

#topten{
	margin-left: 0;
}
#topten li sup{
	float: left; font-weight: bold;
	font-size: 13px;
}
#topten li img{
	float: left;
	padding: 6px;
}
#topten li{
	height: 80px;
	list-style-position: outside;
}
#topten p{
	margin-bottom: 5px;
}
.banner_dreapta{
	margin-bottom: 10px;
}


/*  content */
.banner_centru{
	text-align: center;
	background-image: url(../assets/dotted_bg.gif);
}
#content h2{ font-weight: bold; letter-spacing:-1px;}
#cat_list{
	margin-top: 10px;
	width: 100%;
}
#cat_list li{
	width: 200px;
	height: 275px;
	float: left; 
}
#cat_list li ul{
		
}
#cat_list  li  li{
	width: auto; 
	height: auto;
	background-image: url(../assets/black_bullet.png); background-repeat: no-repeat;
	background-position: 0px 2px;
	text-indent: 14px;
	float: none;
}
#cat_list li h3{
    clear: both;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}

/*
#content .lista_produse{
	width: 100%;
	margin-top: 10px;
}
#content .lista_produse li a{
	font-weight: bold;
	font-size: 12px;
}
#content .lista_produse li{
	float: left;
	width: 180px;
	height: 250px;
	border-bottom: 1px solid #c9e1f4;
}
#content .lista_produse .prod_pic{
	margin-bottom: 10px; text-align: center;
}
#content .lista_produse .preturi{
	margin-top: 10px;
	text-align: right;
	color: #000;
}
#content .lista_produse .prod_container{
	margin: 10px 10px 10px 0;
	padding-right: 10px;
	border-right: 1px solid #c9e1f4;
}
*/

#footer1{
	height: 93px;
	line-height: 20px;
}
#footer1 ul li{
	float: left; 
	width: 30%;
	height: 93px; color: #000;
	padding-left: 20px;
}
#footer1 ul li h4{
	color: #243303;
	font-size: 14px;
	padding-top: 4px;
	/*padding-bottom: 16px;*/
}
#footer2{
	text-align: center;
	color: #000;
	padding: 10px;
	line-height: 20px;
}
.titlebar{
	background-image: url(../assets/bg_titlebar.jpg);
	height: 29px;
	font-weight: bold;
	color: #fff;
}
.titlebar_left{
	display: block;
	float: left;
	background-image: url(../assets/titlebar_left.jpg);
	height: 27px;
	width: 9px;
}
.titlebar_right{
	display: block;
	float: right;
	background-image: url(../assets/titlebar_right.jpg);
	height: 27px;
	width: 9px;
}
.paginare{
	text-align: right;
	padding: 10px;
	clear: both;
}
.paginare a.selected{
	font-weight: bold;
	background-color: #e47911; padding: 2px 6px 2px 6px;
	color: #fff;
	text-decoration: none;
}
#icon_cos{
	position: relative;
	top: 6px;
}
.with_arrow{
	background-image: url(../assets/arrow.jpg);
	background-position: 120px 7px ; background-repeat: no-repeat;
}
.bread_bullet{
	position: relative;
	top: 2px;
}
.terminus{
	 width:1000px; height:0; font-size:0;
}

table.tabular{
	background-color: #fff;
	border: 1px solid #C9E1F4;
	margin-bottom: 10px;
}
table.tabular th{
	padding: 8px;
	background-image: url(../assets/bg_footer.jpg);
	background-position: bottom left;
}
table.tabular td{
	padding: 4px;
	border-bottom: 1px solid #EBFAFB;
}
table.tabular tfoot td{
	background-color: #EBFAFB;
	font-weight: bold;
	font-size: 14px;
	color: #990000;
}
table.facturare {border-bottom: 1px solid #EBFAFB;padding: 0 10px 0 0;}
table.facturare td{padding: 4px; border-bottom: 1px solid #EBFAFB;}
.even{
	background-color: #F8F8F8;
}
.cart_cant{
	text-align: center; width: 30px;
}
#buton_cauta{
	border: 0; padding: 0;
}
.butoane_cos{
	margin-bottom: 20px;
}
.butoane_cos a, .butoane_cos button{
	margin-left: 20px;
}

button{border:none; background:transparent; height:27px; width:auto; overflow:visible; padding:0px; font:bold 12px Arial, Helvetica, sans-serif; color:#930024; text-align:left; cursor:pointer; margin-top:3px;}
button span{ height: 21px; background:transparent url(../assets/buton_dr.jpg) center right no-repeat; color:#930024; padding:5px 7px 0px 0px; display:block;	vertical-align:middle;}
button img{ vertical-align:middle; width:7px; height:26px; background:url(../assets/buton_st.jpg) center no-repeat; margin-top: -5px; float: left;}

ul.half li{
	float: left; width: 50%;
}
ul.half li li{
	float: none;
}
.subauth{
	padding-bottom: 20px;
}

form.formular table td{
	padding: 6px;
}

ul.half h3{
	padding: 10px 0 10px 0;
}
#tablist{
	height: 27px;
}
#tablist a{
	display: block; float: left;width: 120px; height: 21px;
	font-weight: bold;
	text-align: center;
	padding-top: 6px;
	text-decoration: none;
	color: #000;
	margin-right: 6px;
	background-image: url(../assets/tab_off.jpg);
}
#tablist .tab_on{
	background-image: url(../assets/tab_on.jpg);
	color: #fff;
}
#content h2.tablist{
    background-image: url(../assets/tab_on.jpg);
	color: #fff;
    display: block;
    width: 120px;
    height: 19px;
	font-weight: bold;
	text-align: center;
	padding: 8px 0 0 0;
	text-decoration: none;
	margin: 0 6px 0 0;
    font-size: 10px;
    border: 0;
}

ul.person_list li{
	padding: 4px;
}
#lista_rezumat li{
	width: 25%;
	float: left;
	padding-top: 10px;
}
#lista_rezumat li h3{
	margin-bottom: 10px;
	color: #E47911;
}

div.articol p{
	padding-bottom: 10px; line-height:19px;
}
div.articol ul{	margin-left: 20px;}
div.articol li{ list-style:disc outside none; line-height:19px;}
div.articol img{ margin: 0 10px 0 0;}
ul.note li{
	margin-bottom: 10px;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 5px;
}
ul.note li em{
	float: left; margin-right: 20px; width: 200px;
}
.titlefront{ border-bottom: 1px solid #C9E1F4; clear: both; font-family: Arial, Helvetica, sans-serif; font-size: 22px; font-weight: bold; margin-bottom: 10px; padding-bottom: 4px; padding-top: 10px;}
.titlebox{ font-size: 12px; font-weight: bold; text-decoration: none; text-transform: uppercase;}
.color{ color:#cb0549;}
.colorb{color:#cb0549; font-weight: bold;}
.titlecat{text-transform: uppercase;}
.footertitle{ color: #FFFFFF; font-size: 14px; font-weight: bold; padding-bottom: 16px; padding-top: 4px;}
.despartitor{
	border-top: 6px solid #bb132c;
	border-bottom: 6px solid #e3f5ff;}
.frontselect{float: left; display: inline-block; padding:10px; height:95px; border-right: 1px solid #C9E1F4; margin: 10px;}
.LGARTCOOL{color:#666;border-bottom: 1px solid #C9E1F4; clear: both; font-family: Arial,Helvetica,sans-serif; font-size: 16px; font-weight: bold; letter-spacing: -1px; margin-bottom: 10px; padding-bottom: 4px; padding-top: 10px;}
.boxdr{color: #727272; font-size:11px; padding:2px; text-align:right;}
.logop { margin: 10px;}
.date { border-bottom: 1px solid #C9E1F4; font-family: Arial,Helvetica,sans-serif; font-size: 22px; padding: 20px 0 0; margin-bottom:10px;}
.pers { font-size:16px; font-weight:bold; font-family:Arial, Helvetica, sans-serif;}
.datem { line-height:19px; font-size:12px;}
.fpagina { padding:40px;}
.quicksale { padding: 15px 0 30px 0; font-family:Arial, Helvetica, sans-serif; font-size:19px;}
.order {font-family: Arial,Helvetica,sans-serif;font-size: 22px;font-weight: bold;line-height: 30px;padding-bottom: 14px;padding-top: 15px;}
.samedelivery { border-bottom: 1px solid #C9E1F4; font-family: arial; font-size: 19px; font-weight: bold; line-height: 30px; margin-bottom: 15px; padding: 5px 0;}
.normal { font-size: small;}
.detaliicomanda { font-size:16px; padding:20px 0 5px;}
.underl {border-bottom: 1px solid #C9E1F4;margin-bottom: 8px;}
.underf {border-bottom: 1px solid #C9E1F4; width:480px;margin-bottom: 8px;}
.mini { font-size:11px; float:left; font-style:normal; font-weight:bold; color:#5C5C5C}
.spacer {padding:15px;}
