@import url(http://fonts.googleapis.com/css?family=Roboto:400,500,700&subset=latin,latin-ext);
/* MAIN RESET */
* {margin:0; padding:0;}
body{
background-color: #F2F2F2;
}

/* BUTON GENERAL */
.genbut {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: Arial;
  color: #ffffff;
  font-size: 10px;
  background: #284c97;
  padding: 3px 5px 3px 5px;
  text-decoration: none;
}

.genbut:hover {
  background: #DC0019;
  text-decoration: none;
  cursor: pointer;
}

.addbut {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 11px;
  color:white;
  font-weight:normal;
  line-height:18px;
  background: #284c97;
  padding: 3px 5px 3px 5px;
  text-decoration: none;
  background-image: url("../res/add_but_icon.png");
  background-repeat: no-repeat;
  height:18px;
 /* border: 1px solid #DC0019; */
}
.addbut span{
	margin-left:22px;
}

.addbut:hover {
  background: #DC0019;
  text-decoration: none;
  cursor: pointer;
  background-image: url("../res/add_but_icon.png");
  background-repeat: no-repeat;
}
.addbut:active {
  background: #DC0019;
  text-decoration: none;
  cursor: pointer;
  background-image: url("../res/add_but_icon.png");
  background-repeat: no-repeat;
  color:white;
}

.logbut {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 11px;
  color:white;
  font-weight:normal;
  line-height:18px;
  background: #284c97;
  padding: 3px 5px 3px 5px;
  text-decoration: none;
  background-image: url("../res/log_but_icon.png");
  background-repeat: no-repeat;
  height:18px;
}
.logbut span{
	margin-left:22px;
}

.logbut:hover {
  background: #DC0019;
  text-decoration: none;
  cursor: pointer;
  background-image: url("../res/log_but_icon.png");
  background-repeat: no-repeat;
}
.logbut:active {
  background: #DC0019;
  text-decoration: none;
  cursor: pointer;
  background-image: url("../res/log_but_icon.png");
  background-repeat: no-repeat;
  color: white;
}

.top{
	padding:5px;
}
.topcontainer{
	width: 960px;
	margin: 2px auto 0 auto;
	text-align:center;
}
.logo{
	padding:5px;
}
.topaction{
	float:right;
	padding-top:42px;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #372f2b;
    margin-right:2px;
}
.topaction .item_log{
    position:relative;
    float:left;
	background-image: url("../res/login_icon.png");
    background-repeat: no-repeat;
    height:18px;
    margin-right:2px;
   
}
.topaction .item_logout{
    position:relative;
    float:left;
	background-image: url("../res/logout_icon.png");
    background-repeat: no-repeat;
    height:18px;
    margin-right:32px;
   
}
.topaction .item_cont{
    position:relative;
    float:left;
	background-image: url("../res/cont_icon.png");
    background-repeat: no-repeat;
    height:18px;
    margin-right:32px;
   
}
.topaction .item_cos{
	float:right;
	position:relative;
	background-image: url("../res/cart_icon.png");
    background-repeat: no-repeat;
    height:18px;
    margin-right:2px;
}
.topaction .item_log a{
	text-decoration:none;
	line-height: 18px;
	padding-left:24px;
	color: #372f2b;
	font-weight:bold;
}
.topaction .item_log a:hover,a:active{
	color: #DC0019;
}
.topaction .item_logout a{
	text-decoration:none;
	line-height: 18px;
	padding-left:24px;
	color: #372f2b;
	font-weight:bold;
}
.topaction .item_logout a:hover,a:active{
	color: #DC0019;
}
.topaction .item_cont a{
	text-decoration:none;
	line-height: 18px;
	padding-left:24px;
	color: #372f2b;
	font-weight:bold;
}
.topaction .item_cont a:hover,a:active{
	color: #DC0019;
}
.topaction .item_cos a{
	text-decoration:none;
	line-height: 18px;
	padding-left:30px;
	color:#372f2b;
	font-weight:bold;
}
.topaction .item_cos a:hover,a:active{
    color: #DC0019;
}
/* */
.topaction .item_adm{
	float:right;
	position:relative;
	background-image: url("../res/adm_icon.png");
    background-repeat: no-repeat;
    height:18px;
    margin-right:2px;
    margin-left: 20px;
}
.topaction .item_adm a{
	text-decoration:none;
	line-height: 18px;
	padding-left:24px;
	color: #372f2b;
	font-weight:bold;
}
.topaction .item_adm a:hover,a:active{
	color: #DC0019;
}
/* */
.subtop{
	background: #284c97;
	height:54px;
}
.mainmenu{
	background: #284c97;
	width: 960px;
	height:54px;
	margin: 0 auto 0 auto;
}

.container{ 
  width: 960px;
  height: auto;
  min-height:450px;/* important */
  margin-right: auto;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}

.container2{ 
  width: 960px;
  height: auto;
  min-height:450px;/* important */
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  padding:20px;
  padding-top:0;
  margin-bottom:40px;
}

.gray_container{ 
  width: 960px;
  height: auto;
  min-height:200px;/* important */
  margin-right: auto;
  margin-bottom: 48px;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}
/*
.footer{
	height:80px;
	background:#284c97;
}
*/
.footer {
   position:fixed;
   left:0px;
   bottom:0px;
   height:40px;
   width:100%;
   background:#284c97;
}

/* IE 6 */
* html .footer {
   position:absolute;
   top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}
.f_main{
	width:960px;
	margin:0 auto 0 auto;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    color:white;
}
.f_left{
	width:600px;
	float: left;
	position:relative;
	margin-left:2px;
}
.f_left .item_pho{
	float:left;
	position:relative;
	background-image: url("../res/phone_icon.png");
    background-repeat: no-repeat;
    height:24px;
    margin-top:8px;
}
.f_left .item_ema{
	float:right;
	width:466px;
	background-image: url("../res/email_icon.png");
    background-repeat: no-repeat;
    height:24px;
    margin-top:8px;
}
.f_left .item_ema a{
	text-decoration:none;
	line-height: 24px;
	padding-left:28px;
	color:#ffffff;
	font-wight:bold;
	font-size: 14px;
}
.f_left .item_ema a:hover,a:active,a:visited{
	color:#ffffff;
	font-wight:bold;
}
.f_left .item_pho p{
	line-height: 24px;
	padding-left:28px;
	color:#ffffff;
	font-wight:bold;
	font-size: 14px;
}	
.f_right{
	position:relative;
	margin-right:2px;
	float:right;
}
.f_right .copyr{
	padding:13px;
	float: right;
}

/* FULL WIDTH PAGE AREA */
.area{
    width: 100%;
    color: #0C0C0C;
    margin: 0 auto 10px auto;
    background: #fff;
    /*
    border-bottom: 1px solid #c3c3c3;
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    
    box-shadow: 1px 0 0 #e6e6e6;
     -moz-box-shadow: 1px 0 0 #e6e6e6;
     -webkit-box-shadow: 1px 0 0 #e6e6e6;
     */
    /* Rounded Corners */
     -moz-border-radius-bottomleft: 4px;
     -moz-border-radius-bottomright: 4px;
     -webkit-border-bottom-left-radius: 4px;
     -webkit-border-bottom-right-radius: 4px;
      
    min-height: 320px;
    padding-bottom: 14px;
    
    box-shadow: 0 4px 4px -4px #a8a8a8;
    -moz-box-shadow: 0 4px 4px -4px #a8a8a8;
    -webkit-box-shadow: 0 4px 4px -4px #a8a8a8;
}
/* all cornersrounded AREA */
.rounded_area{
    width: 960px;
    color: #0C0C0C;
    margin: 0 auto 10px auto;
    background: #fff;
     -moz-border-radius: 4px;
     -webkit-border-radius: 4px;
      
    min-height: 320px;
    padding-bottom: 14px;
    
    box-shadow: 0 4px 4px -4px #a8a8a8;
    -moz-box-shadow: 0 4px 4px -4px #a8a8a8;
    -webkit-box-shadow: 0 4px 4px -4px #a8a8a8;
}
.rounded_area2{
    width: 920px;
    color: #0C0C0C;
    margin: 0 auto 10px auto;
    background: #fff;
     -moz-border-radius: 4px;
     -webkit-border-radius: 4px;
      
    min-height: 450px;
    padding-bottom: 10px;
    
    box-shadow: 0 4px 4px -4px #a8a8a8;
    -moz-box-shadow: 0 4px 4px -4px #a8a8a8;
    -webkit-box-shadow: 0 4px 4px -4px #a8a8a8;
}

.rounded_area3{
    width: 90%;
    color: #1f1f1f;
    margin: 0 10px;
    background: #fff;
     -moz-border-radius: 4px;
     -webkit-border-radius: 4px;
      
    min-height: 400px;
    padding: 20px;
    padding-top:10px;
    
    box-shadow: 0 4px 4px -4px #a8a8a8;
    -moz-box-shadow: 0 4px 4px -4px #a8a8a8;
    -webkit-box-shadow: 0 4px 4px -4px #a8a8a8;
}

/* TRANSPARENT AREA - for slider */
.t_area{
    width: 960px;
    color: #0C0C0C;
    margin: 0 auto 0 auto;
    background: transparent;
    /*
    border-bottom: 1px solid #c3c3c3;
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    */
    min-height: 320px;
}
/* INFO PAGES */
.ipag{
	padding:10px;
	width: 960px;
	min-height: 320px;
}
.ipag .titlu{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:#372f2b;
    padding-top:2px;
    padding-bottom: 10px;
    border-bottom:1px dotted #A5958C;
    width: 940px;
    margin left:10px;
}
.ipag .sectiune {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight:normal;
    color: #1f1f1f;
    padding-bottom:15px;
    line-height: 16px;
    width: 940px;
}
.ipag .sectiune  a{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight:normal;
    color: #372f2b;
    text-decoration:underline;
    line-height: 16px;
}
.ipag .sectiune a:hover{
    color: #DC0019;
}

/* PRODUSE NOI */
.noi{
	padding:10px;
	width: 960px;
	min-height: 320px;
}
.noi .titlu{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:#372f2b;
    padding-top:2px;
    padding-bottom: 10px;
    border-bottom:1px dotted #A5958C;
    width: 940px;
    margin left:10px;
}
.noi .section{
	position:relative;
	width:235px;
	float:left;
}
.noi .section .item{
	width:233px;
	margin:10px auto;
	border-right:1px dotted #A5958C;
}
.noi .section .item .pic{
	width:233px;
	height:200px;
	background-image: url("../res/nou_red2.png");
    background-repeat: no-repeat;
	margin:0 auto 0 auto;
	text-align: center;
}
.noi .section .item .pic img{
	width:180px;
	height:180px;
	border: none;	
}
.noi .section .item .price{
	width:220px;
	text-align:center;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 29px;
    font-weight: bold;
    line-height: 32px;
    color: #DC0019;
    vertical-align: middle;
}

.noi .section .item .name{
	width:220px;
	text-align:center;
    padding-bottom: 10px;
}
.noi .section .item .name a{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight:bold;
    color: #372f2b;
    text-decoration:none;
}
.noi .section .item .name a:hover{
    color: #DC0019;
}
/* PRODUSE PROMO SIMPLE */
.promo{
	padding:10px;
	width: 960px;
	min-height: 320px;
}
.promo .titlu{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:#372f2b;
    padding-top:2px;
    padding-bottom: 10px;
    border-bottom:1px dotted #A5958C;
    width: 940px;
    margin left:10px;
}
.promo .section{
	position:relative;
	width:235px;
	float:left;
}
.promo .section .item{
	width:233px;
	margin:10px auto;
	border-right:1px dotted #A5958C;
}
.promo .section .item .pic{
	width:233px;
	height:200px;
	background-image: url("../res/promo_blue2.png");
    background-repeat: no-repeat;
	margin:0 auto 0 auto;
	text-align: center;
}
.promo .section .item .pic img{
	width:180px;
	height:180px;
	border: none;	
}
.promo .section .item .price{
	width:220px;
	text-align:center;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 29px;
    font-weight: bold;
    line-height: 32px;
    color: #DC0019;
    vertical-align: middle;
}

.promo .section .item .name{
	width:220px;
	text-align:center;
    padding-bottom: 10px;
}
.promo .section .item .name a{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight:bold;
    color: #372f2b;
    text-decoration:none;
}
.promo .section .item .name a:hover{
    color: #DC0019;
}

/* LEFT COLUMN - FILTRE */
.leftside{
   position: relative;
   float: left;
   width: 180px;
   min-height: 60px;
   height: auto;
   margin-bottom: 10px;
   margin-top: 5px;
   padding: 5px;
}
.activ{
	box-shadow: 0px 0px 4px 2px rgba(220, 220, 220, 0.3);
	border: 1px dotted #284c97;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius:4px;
    margin-bottom:10px;
    padding:5px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    color:#372f2b;
}
.activ .tip{
    vertical-align:middle;
    padding-left:17px;
    background-image: url("../res/checked_icon.png");
    background-repeat: no-repeat;
}
.activ .tip:hover{
    background-image: url("../res/delete_icon.png");
    background-repeat: no-repeat;
}
.activ .tip a{
    color:#372f2b;
    text-decoration:none;
}
.activ .tip a:hover, a:active{
    color: #DC0019;
    text-decoration:none;
}

.filtru{
	box-shadow: 0px 0px 4px 2px rgba(220, 220, 220, 0.3);
	border: 1px dotted #A5958C;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius:4px;
    margin-bottom:10px;
}
.filtru .tip{
    padding:5px;
	border-bottom: 1px dotted #A5958C;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #372f2b;
    background-color: #F7F7F7;
}
.filtru .continut{
	padding: 5px;
}
.filtru .continut a{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height:20px;
    font-weight: bold;
    color: #372f2b;
    text-decoration: none;
    display:block;
    padding: 2px;
}
.filtru .continut a:hover{
    color: #DC0019;
    text-decoration:none;
    background-image: url("../res/point_icon.png");
    background-repeat: no-repeat;
    padding-left: 15px;
}
.filtru .continut a:active{
    color: #DC0019;
    text-decoration:none;
    background-image: url("../res/point_icon.png");
    background-repeat: no-repeat;
    padding-left: 15px;
}

/* RIGHT COLUMN - LISTA / GRID */
.rightside{
   position: relative;
   float: left;
   width: 760px;
   min-height: 60px;
   height: auto;
   margin-bottom: 10px;
   margin-top: 5px;
   padding:5px; 
}

.grid{
   	
}
.grid .top_lista{
	/*font-family: 'Roboto', sans-serif;*/
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 700;
    color:#372f2b;
    padding:0;
    padding-bottom: 8px;
    margin-bottom: 10px;
    text-align: left;
    border-bottom:1px solid #cccccc;
}
.grid .top_lista span{
	/*font-family: 'Roboto', sans-serif;*/
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    color:#372f2b;
    padding:0;
    text-align: right;
    float: right;
}
.grid .item{
	width: 245px;
	min-height: 120px;
	box-shadow: 0px 0px 1px 1px rgba(220, 220, 220, 0.3);
	float: left;
	position: relative;
	margin:0;
	margin-right: 8px;
	margin-bottom:8px;
}
.grid .item .pic{
	position: relative;
    float: left;
    width: 100px;
    vertical-align: top;
}
.grid .item .pic img{
    width:100px;
    height:100px;
    border:none;
}
.grid .item .pic .info_stock{
    width:100px;
    height:12px;
    border:none;
    text-align:center;
}
.grid .item .pic .info_stock img{
    width:12px;
    height:12px;
    border:none;
}
.grid .item .info{
	width: 135px;
	position: relative;
    float: left;
    vertical-align: top;
    padding:5px;
}
.grid .item .info .denumire{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight:bold;
    /*color: #DC0019;*/
    color:#372f2b;
    padding-bottom: 5px;
    height: 58px;
}
.grid .item .info .denumire a{
    text-decoration: none;
    cursor: pointer;
    color:#372f2b;
}
.grid .item .info .denumire a:hover{
    color: #DC0019;

}
.grid .item .info .denumire a:hover{
    color: #DC0019;
}

.grid .item .info .pret{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    color:#372f2b;
    padding-bottom: 3px;
    text-align: left;
}
.grid .item .info .pret span{
    color: #DC0019;
    font-weight: bold;
    padding-right:5px;
}
.grid .item .info .addbox{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight:bold;
    color:#372f2b;
    padding-bottom:3px;
    text-align: left;
}  
.grid .item .info .producator{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 10px;
    font-weight:bold;
    color:#372f2b;
    text-align: left;
}   
/* GRAY AREA */

.gray_area{
    color: #372f2b;
    border: 1px solid #A5958C;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.g_head{
    width: 100%;
    height: 36px;
    line-height: 36px;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #A5958C;
}

.g_head img{
    float: left;
    margin-left: 10px;
}

.g_head span{
    float: left;
    font-weight: bold;
    color:#372f2b;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    padding-left: 10px;
    text-shadow: 0 1px 0 white;
}

.column4{
    width: 100%;
    margin:0;
    padding:5px 10px 10px 40px;
}

.column4 span{
    color:#372f2b;
    font-family: Lucida, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    line-height: 18px;
}

.column4 a{
    color:#372f2b;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    text-decoration: none;
    display: block;
    line-height: 18px;
}

.column4 a:visited{
	color:#372f2b;
    text-decoration: none;
    display: block;
    line-height: 18px;
}

.column4 a:hover{
    color:#DC0019;
}

.column4 a:active{
    color:#DC0019;
}

#col1, #col2, #col3, #col4{
    width: 25%;
    float: left;
    vertical-align: top;
    text-align: left;
    display: block;
}

/* FAVORITES AREA */

.fav_area{
    color: #372f2b;
    border: 1px solid #a8a8a8;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin:5px;
    margin-bottom:10px;
    /*box-shadow: 0px 0px 4px 2px rgba(220, 220, 220, 0.3);*/
    box-shadow: 0 4px 4px -4px #a8a8a8;
    -moz-box-shadow: 0 4px 4px -4px #a8a8a8;
    -webkit-box-shadow: 0 4px 4px -4px #a8a8a8;
}

.fav_area .g_head{
    width: 100%;
    height: 28px;
    line-height: 28px;
    margin: 0;
    padding: 0;
    border-bottom: none;
}

.fav_area .g_head img{
    float: left;
    margin-left: 5px;
    height: 28px;
}

.fav_area .g_head span{
    float: left;
    font-weight: bold;
    color:#372f2b;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    padding-left: 5px;
    text-shadow: 0 1px 0 white;
}

.fav_area .column10{
    width: 100%;
    margin:0;
    padding:3px 5px 5px 5px;
}
/*
.fav_area #col1, .fav_area #col2, .fav_area #col3, .fav_area #col4, .fav_area #col5 .fav_area #col6, .fav_area #col7, .fav_area #col8, .fav_area #col9, .fav_area #col10{
    width: 84px;
    float: left;
    text-align: center;
    display: block;
    margin-right:5px;
}
.fav_area #col10{
	margin-right:0;
}
*/
.fav_item{
	width: 94px;
	position: relative;
	float: left;
}
.fav_item a{
	color:#372f2b;
	text-decoration: none;
}
.fav_item a:hover{
	color:#DC0019;
}
.fav_item a:active{
	color:#DC0019;
}
.fav_item a img{
	width: 94px;
	height:94px;
}
.fav_item a span{
	padding: 5px;
	font-weight: bold;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
}

/* COS DE CUMPARATURI */
.cart{
	margin: 5px;
	margin-top:0;
}
.cart .top_title{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    font-weight: bold;
    color:#372f2b;
    padding:5px;
    padding-top:7px;
    padding-left:0;
    margin-bottom: 10px;
    text-align: left;
    border-bottom:1px dotted #A5958C;
}
.warning_info_box{
	color: #372f2b;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    /*text-shadow: 0 0.5px 0 #DCDCDC;*/
    line-height:18px;
    text-decoration:none;
    background-image: url("../res/info_orange_icon.png");
    background-repeat: no-repeat;
    padding-left: 20px;
    margin-bottom:10px;
}
.info_box{
	color: #372f2b;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    /*text-shadow: 0 0.5px 0 #DCDCDC;*/
    line-height:18px;
    text-decoration:none;
    background-image: url("../res/info_icon.png");
    background-repeat: no-repeat;
    padding-left: 20px;
    margin-bottom:10px;
}
.warning_box{
	color: #372f2b;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    /*text-shadow: 0 0.5px 0 #DCDCDC;*/
    line-height:18px;
    text-decoration:none;
    background-image: url("../res/warning_icon.png");
    background-repeat: no-repeat;
    padding-left: 20px;
    margin-bottom:10px;
}

.cart .sc_section{
	padding:5px;
}
.cart .sc_section .legenda{
	color:#a8a8a8;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    border-bottom: 1px solid #E5E5E5;
}
.cart .sc_section .legenda .prod_com{
	float:left;
	position:relative;
	width: 430px;
	padding-right:10px;
	
}
.cart .sc_section .legenda .prod_cant{
	float:left;
	position:relative;
	width: 90px;
	padding-left:20px;
	
}
.cart .sc_section .legenda .prod_pret{
	float:left;
	position:relative;
	width: 160px;
	padding-right: 10px;
	text-align:right;
	
}
.cart .sc_section .legenda .prod_subtotal{
	float:left;
	position:relative;
	width: 160px;
	padding-right: 20px;
	text-align:right;
}
.cart .sc_section .legenda .prod_act{
	float:left;
	position:relative;
	width: 36px;
}
.cart .sc_section .sc_item{
	color:#372f2b;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    border-bottom: 1px solid #E5E5E5;
    padding-top:5px;
    padding-bottom:5px;
}
.cart .sc_section .sc_item .p_img{
	float:left;
	position:relative;
	width: 74px;
}
.cart .sc_section .sc_item .p_nume{
	float:left;
	position:relative;
	width: 376px;
	font-weight: bold;
	vertical-align:top;
	padding-right: 10px;
}
.cart .sc_section .sc_item .p_nume .denumire{
	line-height: 14px;
	min-height:28px;
}
.cart .sc_section .sc_item .p_nume .denumire a{
	color:#372f2b;
	text-decoration:none;
	line-height: 14px;
	min-height:28px;
	font-weight: bold;
	vertical-align:top;
}
.cart .sc_section .sc_item .p_nume .denumire a:hover{
	text-decoration:underline;
}
.cart .sc_section .sc_item .p_nume .small_promo{
	line-height: 14px;
	min-height: 14px;
	padding:5px;
	background: #FFF7F7;
	color: #DC0019;
	font-weight: 400;
	margin-top:5px;
}
.cart .sc_section .sc_item .p_qty{
	float:left;
	position:relative;
	width: 90px;
	vertical-align:top;
	line-height: 20px;
}

.cart .sc_section .sc_item .p_qty a{
	float:left;
	position:relative;
	line-height: 20px;
}
.cart .sc_section .sc_item .p_qty input{
	float:left;
	position:relative;
	line-height: 18px;
	height:20px;
	border: 1px solid #E5E5E5;
	width: 32px;
	font-size: 14px;
	padding-right:3px;
	padding-left:3px;
	text-align: center;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-weight:bold; 
    margin-left:2px;
    margin-right:2px;
}

.cart .sc_section .sc_item .p_preturi{
	float:left;
	position:relative;
	width: 180px;
}
.cart .sc_section .sc_item .p_preturi .p_tau{
	margin:20px;
	margin-top:0;
	margin-bottom:15px;
	font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    text-align:right;
}
.cart .sc_section .sc_item .p_preturi .p_tva{
	margin:20px;
	margin-top:0;
	margin-bottom:0;
	font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-align:right;
    color: #a8a8a8;
    vertical-align:bottom;
}
.cart .sc_section .sc_item .p_preturi .p_tva span{
    font-size: 12px;
    line-height: 12px;
    color:#7F7F7F;
    font-weight:700;
}	
.cart .sc_section .sc_item .p_preturi .p_lista{
	margin:20px;
	margin-top:0;
	margin-bottom:0;
	font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-align:right;
    color: #a8a8a8;
    vertical-align:bottom;
}
.cart .sc_section .sc_item .p_preturi .p_lista span{
    font-size: 12px;
    line-height: 12px;
    color:#7F7F7F;
    font-weight:700;
}
.cart .sc_section .sc_item .p_subtotal{
	float:left;
	position:relative;
	width: 160px;
}
.cart .sc_section .sc_item .p_subtotal .sub_tau{
	margin:10px;
	margin-top:0;
	margin-bottom:15px;
	margin-left:20px;
	font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    text-align:right;
}
.cart .sc_section .sc_item .p_subtotal .sub_tva{
	margin:10px;
	margin-top:0;
	margin-left:20px;
	font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-align:right;
    color: #a8a8a8;
    vertical-align:bottom;
}
.cart .sc_section .sc_item .p_subtotal .sub_tva span{
    font-size: 12px;
    line-height: 12px;
    color:#7F7F7F;
    font-weight:700;
}	

.cart .sc_section .sc_item .p_del{
	float:left;
	position:relative;
	width: 36px;
	vertical-align:top;
	text-align:center;
	line-height: 20px;
	margin-left:10px;
}
.cart .sc_section .sc_item .p_del a{
    text-decoration:none;
	line-height: 20px;
}

.cart .sc_section .sc_discount{
    text-decoration:none;
	line-height: 16px;
	background:#F7F7FF;
	min-height: 16px;
	padding: 10px;
	margin-top:20px;
	text-align:right;
    padding-right:58px;
}

.cart .sc_section .sc_discount .principal{
    text-decoration:none;
	margin-bottom:10px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 700;
    color:#7F7F7F;
}

.cart .sc_section .sc_discount .principal span{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 700;
    color:#372f2b;
	line-height: 16px;
}

.cart .sc_section .sc_discount .detaliu{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: 400;
    color:#a8a8a8;
	line-height: 14px;
}
.cart .sc_section .sc_discount .detaliu span{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 700;
    color:#7F7F7F;
	line-height: 14px;
}

.cart .sc_section .sc_totals{
    text-decoration:none;
	line-height: 16px;
	background:#FFF7F7;
	min-height: 16px;
	padding: 10px;
	margin-top:10px;
	text-align:right;
    padding-right:58px;
}

.cart .sc_section .sc_totals .principal{
    text-decoration:none;
	margin-bottom:10px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 700;
    color:#7F7F7F;
}

.cart .sc_section .sc_totals .principal span{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    color:#372f2b;
	line-height: 18px;
}

.cart .sc_section .sc_totals .detaliu{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: 400;
    color:#a8a8a8;
	line-height: 14px;
}
.cart .sc_section .sc_totals .detaliu span{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 700;
    color:#7F7F7F;
	line-height: 14px;
}
/* BIG BUTTON FINALIZARE */
.cart .sc_section .final_but{
	text-align:center;
	margin-top:10px;
	padding-right:58px;
}
.cart .sc_section .final_but .finalizare{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #372f2b;
    display: inline-block;
    padding:0;
    padding-left:47px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #a8a8a8;
    min-width: 100px;
    background-image: url("../res/final_icon.png");
    background-repeat: no-repeat;
    float: right;
    vertical-align:middle;
    background-color: #F7F7F7;
}

.cart .sc_section .final_but .finalizare a{
	background: #004B9B;
	color:white;
	display: inline-block;
	width: 172px;
	text-decoration:none;
	font-size: 18px;
	font-weight: 400;
	float: left;
	position:relative;
	line-height:32px;
	text-align:center;
    -moz-border-radius-topright: 4px;
     -moz-border-radius-bottomright: 4px;
     -webkit-border-bottom-right-radius: 4px;
     -webkit-border-top-right-radius: 4px;
}
.cart .sc_section .final_but .finalizare a:hover{
    background:#DC0019;
}
.cart .sc_section .final_but .finalizare a:active{
    background:#DC0019;
}
/* PAGINA ORDER */
.order{
	margin: 5px;
	margin-top:0;
}
.order .top_title{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    font-weight: bold;
    color:#372f2b;
    padding:5px;
    padding-top:7px;
    padding-left:0;
    margin-bottom: 10px;
    text-align: left;
    border-bottom:1px dotted #A5958C;
}
.order .livrare{
    vertical-align: middle;
    background: #FFFDCC;
}
.order .livrare .stanga{
	position: relative;
    float: left;
    width: 160px;
    height: auto;
    margin-bottom: 10px;
    margin-top: 5px;
    padding: 0;
    text-align:center;
}
.order .livrare .stanga .eticheta{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    text-align:center;
    color:#372f2b;
    padding:15px;
    font-weight: bold;
    margin: auto;
}
.order .livrare .stanga .eticheta .poza{
	display: block;
	margin-bottom:5px;
}
.order .livrare .stanga .eticheta .poza img{
	border: none;
	text-align:center;
}	
.order .livrare .dreapta{
	position: relative;
    float: left;
    min-height: 60px;
    height: auto;
    margin-bottom: 10px;
    margin-top: 5px;
    padding:0;
    border-left: 1px solid #E5E5E5;
}
.order .livrare .dreapta .punct{
	border-top: 1px solid #E5E5E5;
	padding: 5px;
	margin: 5px;
	margin-top:0;
	padding-top:0;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    color:#372f2b;
    width: 748px;
}
.order .livrare .dreapta .punct .firma{
	margin-bottom:10px;
	font-weight: bold;
	line-height: 16px;
	font-size: 16px;
}
.order .livrare .dreapta .punct .adresa{
	margin-bottom:5px;
}
.order .livrare .dreapta .punct .comercial{
	
}
.order .livrare .dreapta .punct .comercial b{
	font-weight:700;
    text-shadow: 0 0.5px 0 #DCDCDC;
}	

.order .plata{
    margin-top: 10px;
    /* background:#F7F7FF; */
    background: #F6FFDD;
}
.order .plata .stanga{
	position: relative;
    float: left;
    width: 160px;
    height: auto;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 0;
    text-align:center;
    vertical-align: middle;
    border-right: 1px solid #E5E5E5;
}
.order .plata .stanga .eticheta{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    text-align:center;
    color:#372f2b;
    padding:15px;
    font-weight: bold;
    margin: auto;
}
.order .plata .stanga .eticheta .poza{
	display: block;
	margin-bottom:5px;
}
.order .plata .stanga .eticheta .poza img{
	border: none;
	text-align:center;
}	
.order .plata .dreapta{
	position: relative;
    float: left;
    min-height: 60px;
    height: auto;
    margin-bottom: 10px;
    margin-top: 5px;
    padding:0;
}
.order .plata .dreapta .metoda{
	border-top: 1px solid #E5E5E5;
	padding: 5px;
	margin: 5px;
	margin-top:0;
	padding-top:0;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    color:#372f2b;
    width: 748px;
}
.order .plata .dreapta .metoda .numele{
	font-weight: bold;
	font-size:16px;
	margin-bottom:10px;
	vertical-align:middle;
}
.order .plata .dreapta .metoda .discount{
	line-height:14px;
}
/* lista produse */
.order .ol_section{
	padding:5px;
}
.order .ol_section .legenda{
	color:#a8a8a8;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    border-bottom: 1px solid #E5E5E5;
}
.order .ol_section .legenda .prod_com{
	float:left;
	position:relative;
	width: 540px;
	padding-right:10px;
}
.order .ol_section .legenda .prod_cant{
	float:left;
	position:relative;
	width: 60px;
	text-align:center;	
}
.order .ol_section .legenda .prod_pret{
	float:left;
	position:relative;
	width: 160px;
	text-align:right;	
}
.order .ol_section .legenda .prod_subtotal{
	float:left;
	position:relative;
	width: 160px;
	text-align:right;
}

.order .ol_section .ol_item{
	color:#372f2b;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    border-bottom: 1px solid #E5E5E5;
    padding-top:5px;
    padding-bottom:5px;
}
.order .ol_section .ol_item .p_img{
	float:left;
	position:relative;
	width: 74px;
}
.order .ol_section .ol_item .p_nume{
	float:left;
	position:relative;
	width: 466px;
	font-weight: bold;
	vertical-align:top;
	padding-right: 10px;
}
.order .ol_section .ol_item .p_nume .denumire{
	line-height: 14px;
	min-height:28px;
}
.order .ol_section .ol_item .p_nume .denumire a{
	color:#372f2b;
	text-decoration:none;
	line-height: 14px;
	min-height:28px;
	font-weight: bold;
	vertical-align:top;
}
.order .ol_section .ol_item .p_nume .denumire a:hover{
	text-decoration:underline;
}
.order .ol_section .ol_item .p_nume .small_promo{
	line-height: 14px;
	min-height: 14px;
	padding:5px;
	background: #FFF7F7;
	color: #DC0019;
	font-weight: 400;
	margin-top:5px;
}
.order .ol_section .ol_item .p_qty{
	float:left;
	position:relative;
	width: 60px;
	vertical-align:top;
	line-height: 20px;
	font-weight: bold;
	text-align:center;
}
.order .ol_section .ol_item .p_preturi{
	float:left;
	position:relative;
	width: 160px;
}
.order .ol_section .ol_item .p_preturi .p_tau{
	margin-top:0;
	margin-bottom:15px;
	margin-right:0;
	font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    text-align:right;
}
.order .ol_section .ol_item .p_preturi .p_tva{
	margin-top:0;
	margin-bottom:0;
	margin-right:0;
	font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-align:right;
    color: #a8a8a8;
    vertical-align:bottom;
}
.order .ol_section .ol_item .p_preturi .p_tva span{
    font-size: 12px;
    line-height: 12px;
    color:#7F7F7F;
    font-weight:700;
}	
.order .ol_section .ol_item .p_preturi .p_lista{
	margin-top:0;
	margin-bottom:0;
	margin-right:0;
	font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-align:right;
    color: #a8a8a8;
    vertical-align:bottom;
}
.order .ol_section .ol_item .p_preturi .p_lista span{
    font-size: 12px;
    line-height: 12px;
    color:#7F7F7F;
    font-weight:700;
}
.order .ol_section .ol_item .p_subtotal{
	float:left;
	position:relative;
	width: 160px;
}
.order .ol_section .ol_item .p_subtotal .sub_tau{
	margin-top:0;
	margin-bottom:15px;
	margin-right:0;
	font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    text-align:right;
}
.order .ol_section .ol_item .p_subtotal .sub_tva{
	margin-top:0;
	margin-right:0;
	font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-align:right;
    color: #a8a8a8;
    vertical-align:bottom;
}
.order .ol_section .sc_discount{
    text-decoration:none;
	line-height: 16px;
	background:#F7F7FF;
	min-height: 16px;
	padding: 10px;
	margin-top:20px;
	text-align:right;
}

.order .ol_section .sc_discount .principal{
    text-decoration:none;
	margin-bottom:10px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 700;
    color:#7F7F7F;
}

.order .ol_section .sc_discount .principal span{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 700;
    color:#372f2b;
	line-height: 16px;
}

.order .ol_section .sc_discount .detaliu{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: 400;
    color:#a8a8a8;
	line-height: 14px;
}
.order .ol_section .sc_discount .detaliu span{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 700;
    color:#7F7F7F;
	line-height: 14px;
}

.order .ol_section .sc_totals{
    text-decoration:none;
	line-height: 16px;
	background:#FFF7F7;
	min-height: 16px;
	padding: 10px;
	margin-top:10px;
	text-align:right;
}

.order .ol_section .sc_totals .principal{
    text-decoration:none;
	margin-bottom:10px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 700;
    color:#7F7F7F;
}

.order .ol_section .sc_totals .principal span{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    color:#372f2b;
	line-height: 18px;
}

.order .ol_section .sc_totals .detaliu{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: 400;
    color:#a8a8a8;
	line-height: 14px;
}
.order .ol_section .sc_totals .detaliu span{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 700;
    color:#7F7F7F;
	line-height: 14px;
}
.order .succ{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #372f2b;
    font-size: 13px;
    padding-top:10px;
    padding-bottom:10px;
}
/* BIG BUTTON - PLASEAZA COMANDA */
.order .ol_section .final_but{
	text-align:center;
	margin-top:10px;
	padding-right:7px;
	vertical-align: middle;
}
.order .ol_section .final_but .info_livrare{
	text-align:left;
	width:155px;
	float: left;
	padding-left:58px;
	position: relative;
	background-image: url("../res/info_livrare.png");
    background-repeat: no-repeat;
    margin-right: 20px;
    height: 58px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #372f2b;
    font-size: 12px;
    font-weight: bold;
}
.order .ol_section .final_but .info_plata{
	text-align:left;
	width:155px;
	float: left;
	padding-left:58px;
	position: relative;
	background-image: url("../res/info_plata.png");
    background-repeat: no-repeat;
    margin-right: 20px;
    height: 58px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #372f2b;
    font-size: 12px;
}

.order .ol_section .final_but .info_punct{
	text-align:left;
	width:155px;
	float: left;
	padding-left:58px;
	position: relative;
	background-image: url("../res/info_punct.png");
    background-repeat: no-repeat;
    margin-right: 20px;
    height: 58px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #372f2b;
    font-size: 12px;
}
.order .ol_section .final_but .finalizare{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #372f2b;
    display: inline-block;
    padding:0;
    padding-left:47px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #a8a8a8;
    min-width: 100px;
    background-image: url("../res/final_icon.png");
    background-repeat: no-repeat;
    float: right;
    vertical-align:middle;
    background-color: #F7F7F7;
    
}

.order .ol_section .final_but .finalizare a{
	background: #004B9B;
	color:white;
	display: inline-block;
	width: 172px;
	text-decoration:none;
	font-size: 18px;
	font-weight: 400;
	float: left;
	position:relative;
	line-height:32px;
	text-align:center;
    -moz-border-radius-topright: 4px;
     -moz-border-radius-bottomright: 4px;
     -webkit-border-bottom-right-radius: 4px;
     -webkit-border-top-right-radius: 4px;
}
.order .ol_section .final_but .finalizare a:hover{
    background:#DC0019;
}
.order .ol_section .final_but .finalizare a:active{
    background:#DC0019;
}	
/* PAGINA PRODUS */
.prod_area{
	padding:5px;
}
.prod_title{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 700;
    color:#372f2b;
    padding:8px;
    padding-top:10px;
    margin-bottom: 5px;
    text-align: left;
}
.prod_promo{
	
}
.prod_left{
   position: relative;
   float: left;
   width: 510px;
   min-height: 60px;
   height: auto;
   margin-bottom: 10px;
   margin-top: 5px;
   padding: 5px;
}
.prod_right{
   position: relative;
   float: left;
   width: 434px;
   min-height: 60px;
   height: auto;
   margin-bottom: 10px;
   margin-top: 5px;
   padding-right:5px; 
}
.p_main{
	width: 100%;
	height:550px;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.p_promo{
	background: #FFF7F7;
	min-height: 40px;
	padding: 10px;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:10px;
	/*border: 1px solid #F9E5E5;*/
}
.p_promo .pname{
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom: 1px solid #F9E5E5;
	color: #FF2819;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 700;
}
.p_promo .pdetail{
   color: #DC0019;
   font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: 400;
    
}
.p_promo .pnotif{
   color: #DC0019;
   font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 10px;
    font-weight: 400; 
    padding-top:5px;
    margin-top:5px;
    border-top: 1px solid #F9E5E5;
}
.p_price{
	background: #F7F7FF;
    min-height:40px;
    padding:10px;
    padding-top: 7px;
    padding-bottom: 5px;
}
.p_price .pret{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 29px;
    font-weight: 400;
    line-height: 32px;
    color: #DC0019;
    margin-bottom:10px;
}
.p_price .pret span{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #372f2b;
    display: inline-block;
    padding:0;
    padding-left:40px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #a8a8a8;
    min-width: 100px;
    background-image: url("../res/cart_big.png");
    background-repeat: no-repeat;
    float: right;
    vertical-align:middle;
}
.p_price .pret input{
	float:left;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
	height:28px;
	border:none;
	position:relative;
	margin:0;
	display: inline-block;
	text-align:center;
	width: 36px;
	border-left:1px solid #a8a8a8;
	font-weight: 700;
}	
.p_price .pret a{
	background: #004B9B;
	color:white;
	display: inline-block;
	width: 100px;
	text-decoration:none;
	font-size: 12px;
	font-weight: 700;
	float: left;
	position:relative;
	line-height:28px;
	text-align:center;
    -moz-border-radius-topright: 4px;
     -moz-border-radius-bottomright: 4px;
     -webkit-border-bottom-right-radius: 4px;
     -webkit-border-top-right-radius: 4px;
}
.p_price .pret a:hover{
    background:#DC0019;
}
.p_price .pret a:active{
    background:#DC0019;
}	
.p_price .altele{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    color: #372f2b;
}
.p_price .altele b{
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    color: #372f2b;
    text-shadow: 0 0.5px 0 #DCDCDC;
}
/* INFO PRODUS */
.p_info{
	margin-top:10px;
	margin:bottom:20px;
	padding-left:10px;
	display:block;
	width: 434px;
}

.p_info .specia{
	float:left;
	position:relative;
	height:40px;
	border-right: 1px solid #a8a8a8;
}
.p_info .specia img{
	width:40px;
	height:40px;
	margin-right:8px;
	border: none;
}
.p_info .stoc{
	float:left;
	position:relative;
	height:40px;
	border-right: 1px solid #a8a8a8;
}
.p_info .stoc img{
	width:36px;
	height:36px;
	margin:2px;
	margin-right:8px;
	margin-left:8px;
	border: none;
}
.p_info .diverse{
	float:left;
	position:relative;
}
.p_producator{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    color: #372f2b;
    padding-left: 10px;
    padding-right:10px;
    border-bottom: 1px solid #a8a8a8;
}
.p_producator b{
    font-weight:700;
    text-shadow: 0 0.5px 0 #DCDCDC;
}
.p_sku{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    color: #372f2b;
    padding-left:10px;
}
.p_sku b{
    font-weight:700;
    text-shadow: 0 0.5px 0 #DCDCDC;
}
.p_info .balon{
	float:right;
	position:relative;
	margin:0;
	margin-top:-10px;
	margin-right:-10px;
	background-image: url("../res/balon.png");
    background-repeat: no-repeat;
    width: 150px;
    height: 83px;
    padding:10px;
    padding-top:20px;
}
/* INFO ADITIONAL */
.p_aditional{
	padding:5px;
	color:#333;
	padding-left:10px;
	padding-right:10px;
    min-height: 32px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    margin-top:30px;
}
.p_aditional .scurt{
	display: block;
	margin-bottom: 10px;
}
.p_aditional .scurt b{
	display: block;
	margin-bottom: 5px;
}
.p_aditional .compo{
	display: block;
	margin-bottom: 10px;
}
.p_aditional .compo b{
	display: block;
	margin-bottom: 5px;
}
.p_aditional .indi{
	display: block;
	margin-bottom: 10px;
}
.p_aditional .indi b{
	display: block;
	margin-bottom: 5px;
}
/* SIDE SUPPORT MENU */
.ssm{
	position:fixed;
	left: 0;
	bottom:40px;
	opacity: 0.9; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}
.ssm a{
	display: block;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    color:white;
    line-height: 32px;
    padding-left:10px;
    text-decoration:none;
    margin-bottom:5px;
    width: 110px;
}
#ssm1{
	background-image: url("../res/ssm1.png");
	background-position-x:80px;
    background-repeat: no-repeat;
    width: 103px;
    margin-left: -80px;
}
#ssm2{
	background-image: url("../res/ssm2.png");
	background-position-x:122px;
    background-repeat: no-repeat;
    width: 145px;
    margin-left: -122px;
}
#ssm3{
	background-image: url("../res/ssm3.png");
	background-position-x:105px;
    background-repeat: no-repeat;
    width: 128px;
    margin-left: -105px;
}
#ssm4{
	background-image: url("../res/ssm4.png");
	background-position-x:122px;
    background-repeat: no-repeat;
    width: 145px;
    margin-left: -122px;
}
#ssm5{
	background-image: url("../res/ssm5.png");
	background-position-x:65px;
    background-repeat: no-repeat;
    width: 88px;
    margin-left: -65px;
}
/* ADMIN */
.p_titlu{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-bottom:8px;
    width: 940px;
}
.p_titlu a{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    color:#DC0019;
    line-height: 14px;
	float: right;
	text-decoration:none;
}
.p_titlu a:hover{
	text-decoration:underline;
}
.s_box{
	display: block;
	margin-bottom:10px;
	line-height: 20px;
	text-align:left;
}
.s_box input{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    border:1px solid #a8a8a8;
    padding-left:5px;
    padding-right: 5px;
    width:25%;
    line-height: 20px;
}
.a_table{
	width: 940px;
	border: 1px solid #a8a8a8;
	border-collapse: collapse;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
}
.a_table th{
	background-color:#F2F2F2;
	font-weight: bold;
	line-height: 20px;
	padding-left:3px;
	padding-right:3px;
	text-align:left;
	vertical-align:middle;
}
.a_table td{
	font-weight:normal;
	line-height:18px;
	padding-left:3px;
	padding-right:3px;
	vertical-align:middle;
}
.a_table td a{
	font-weight:bold;
	color: #DC0019;
	font-size:10px; 
}
.a_table tr:hover{
	background-color:#F2F2F2;
}
.specii{
	display: block;
	width: 100%;
	margin-top:20px;
	margin-bottom:20px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
}
.specii .titlu{
	display: block;
	margin-bottom:10px;
	font-weight: bold;
	font-size: 14px;
}
.specii .enum{
	display: inline-block;
	line-height: 12px;
	border:1px solid #a8a8a8;
	padding: 5px;
	margin-bottom: 5px;
}
.camp{
	margin-bottom:10px;
}
.camp label{
	display: block;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 10px;
    line-height:14px;
    font-weight: normal;
}
.camp input{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    display:block;
    border:1px solid #a8a8a8;
    padding-left:5px;
    padding-right: 5px;
    line-height: 16px;
}
