/*---------------General--------------*/
body{
	background:#00020b url(../img/n_bg.png) repeat-x  fixed;	
	font-family:OpenSans;
}
*{
	padding:0px;
	margin:0px;	
}
a{
	text-decoration:none;	
}
a img{
	border:none;	
}
@font-face {
    font-family: OpenSans;
    src: url(../font/OpenSans-Regular.ttf);
}
@font-face {
    font-family: OpenSans-B;
    src: url(../font/OpenSans-Bold.ttf);
}
@font-face {
    font-family: OpenSans-SB;
    src: url(../font/OpenSans-Semibold.ttf);
}
@font-face {
    font-family: OpenSans-I;
    src: url(../font/OpenSans-Italic.ttf);
}
@font-face {
    font-family: PT_Sans;
    src: url(../font/PT_Sans.ttf);
}
@font-face {
    font-family: PT_Sans-B;
    src: url(../font/PT_Sansb.ttf);
}
@font-face {
    font-family: PT_Sans-I;
    src: url(../font/PT_Sansi.ttf);
}
@font-face {
    font-family: PT_Sans-N;
    src: url(../font/PT_Narrow.ttf);
}
/*---------------Main blocks--------------*/
.wrapper{
	width:1228px;
	margin:0px auto;
	padding:0px 0px 30px 0px;	
}
.main_content{
	float:left;
	width:1190px;

	background:#f4f4f4 url(../img/watter.jpg) no-repeat;	
	-moz-box-shadow: 0 0 18px 1px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 18px 1px rgba(0,0,0,0.5);
	box-shadow: 0 0 18px 1px rgba(0,0,0,0.5);
	padding:10px 19px;
}
.gray_content{
	float:left;
	width:1190px;
	-moz-border-radius:7px 7px 0px 0px;
	-o-border-radius:7px 7px 0px 0px;
	-webkit-border-radius:7px 7px 0px 0px;
	border-radius:7px 7px 0px 0px;
	padding:0px 0px 50px 0px;
	border-bottom:1px solid #e1e1e1;
	position:relative;
}
.content{
	float:left;
	width:1190px;
	margin:10px 0px 0px 0px;		
}
.left_content{
	float:left;
	width:207px;
	padding:0px 7px 0px 0px;
	position:relative;
	z-index:1000;
}
.center_content{
	float:left;
	width:735px;
	position:relative;
	z-index:0;
}
.right_content{
	float:left;
	width:232px;
	padding:0px 0px 0px 9px;	
}
.compare_content{
	float:left;
	width:1228px;
	background-color:#ffffff;
	padding:0px 0px 30px 0px;
}
/*---------------Top--------------*/
.top{
	float:left;
	width:1190px;
	height:130px;
	position:relative;
}
.logo{
	float:left;
	height:101px;
	width:220px;
	text-align:center;	
}
.top_message{
	float:left;
	width:243px;
	height:101px;
	margin:0px 20px 0px 0px;	
}
.mes_img{
	float:left;
	width:243px;
	height:63px;
	background:url(../img/dialog.png) top left no-repeat;
	margin:6px 0px 0px 0px;	
}
.mes_text{
	float:left;
	font-size:12.5px;
	/*color:#fff;*/
	color:#072c69;
	font-family:arial;
	font-style:italic;
	/*font-weight:bold;
	font-family:OpenSans-I;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);*/
	line-height:1.1;
	width:200px;
	margin:10px 0px 0px 32px;
	height:50px;
	overflow:hidden;	
}
.top_contact{
	float:left;
	width:221px;
	padding:0px 0px 0px 53px;
	height:101px;	
}
.top_cont_title{
	float:left;
	width:221px;
	font-size:17px;
	font-family:OpenSans-B;
	color:#ff0000;
	margin:0px 0px 6px 0px;	
	text-shadow: 1px 1px 1px rgba(161, 161, 161, 0.5);
}
.phone{
	float:left;
	width:170px;
	font-size:15px;
	color:#0e0e0e;	
	line-height:1.3;
	text-shadow: 1px 1px 1px rgba(161, 161, 161, 0.5);
}
.hours{
	float:left;
	width:170px;
	font-size:13px;
	color:#666666;	
	line-height:1.3;
	text-shadow: 1px 1px 1px rgba(161, 161, 161, 0.5);
}
.hours span{
	color:#0e0e0e;	
}
.top_currency{
	float:left;
	width:159px;
	height:101px;	
}
.styled-select {
   width: 85px;
   height: 28px;
   overflow: hidden;
   background: url(../img/arrow.png) no-repeat 68px center #fff;
   -moz-border-radius:7px;
	-o-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	float:right;
	border:1px #8f8f8f solid;
	font-weight:bold;
}
.styled-select select {
   background: transparent;
   width: 115px;
   padding: 3px 5px 5px 5px;
   color:#000000;
   font-size: 14px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 28px;
   -webkit-appearance: none;
   text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
   font-family:OpenSans;
}
/*---------------Top Menu--------------*/
.top_menu{
	float:left;
	width:1190px;
	height:85px;
	background:url(../img/red_menu.png) bottom left no-repeat;	
}
.blue_menu{
	float:left;
	width:1190px;
	height:45px;
	background:url(../img/n_top_bg.jpg) repeat-x;
	-moz-border-radius:7px;
	-o-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;		
}
.menu_links{
	float:left;
	width:905px;
	margin:4px 0px 0px 15px;
	overflow:hidden;
}
.menu_links a{
	float:left;
	font-size:15px;
	color:#090f11;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
	text-transform:uppercase;
	padding:9px 11px 9px 11px;
	margin:0px 2px 0px 2px;	
	font-family:OpenSans-SB;
}
.menu_links a:hover{
	background:url(../img/rgba.png) top left;
	-moz-border-radius:7px;
	-o-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;	
}
.active_top{
	background:url(../img/rgba.png) top left;
	-moz-border-radius:7px;
	-o-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	color:#f80f11 !important;
}
.menu_links img{
	float:left;
	margin:8px 0px 0px 0px;	
}
.cos{
	float:right;
	width:200px;
	height:37px;
	background:url(../img/rgba.png) top left;
	-moz-border-radius:7px;
	-o-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;	
	margin:4px 10px 0px 0px;	
}
.cos img{
	float:left;
	margin:3px 0px 0px 15px;
}
.cos span{
	float:left;
	margin:9px 0px 0px 10px;
	font-size:15px;
	color:#0a0f11;	
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
	font-family:OpenSans-SB;
}
.cos:hover span{
	color:#f80f11;
}
.top_compare{
	float:left;
	width:52px;
	height:37px;
	background:url(../img/rgba.png) top left;
	-moz-border-radius:7px;
	-o-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;	
	margin:4px 0px 0px 0px;	
}
.top_compare img{
	float:left;
	margin:8px 0px 0px 4px;
}
.top_compare span{
	float:left;
	margin:9px 0px 0px 5px;
	font-size:15px;
	color:#0a0f11;	
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
	font-family:OpenSans-SB;
}
.top_compare:hover span{
	color:#f80f11;
}

.red_menu{
	float:left;
	width:1190px;
	height:40px;	
}
.red_m_links{
	float:left;
	background:url(../img/rgba2.png) top left;
	-moz-border-radius:7px;
	-o-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;	
	height:34px;
	margin:3px 0px 0px 4px;	
}
.red_images{
	float:left;
	width:48px;
	text-align:center;
	margin:3px 0px 0px 0px;	
}
.red_text{
	float:left;
	color:#0e0e0e;
	font-size:14px;
	padding:0px 20px 0px 3px;
	margin:9px 0px 0px 0px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);	
}
.red_m_links:hover .red_text{
	color:#f80f11;
}
.search{
	float:right;
	width:315px;
	margin:4px 10px 0px 0px;	
}
.search_in{
	float:left;
	width:269px;
	border:none;
	-moz-box-sizing: border-box;
     box-sizing: border-box;
	 -moz-box-shadow: inset 0 0 2px 1px rgba(0, 0, 0 , 0.4);
	-webkit-box-shadow: inset 0 0 2px 1px rgba(0, 0, 0 , 0.4);
	box-shadow: inset 0 0 2px 1px rgba(0, 0, 0 , 0.4);
	height:31px;
	padding:0px 20px 0px 15px;
	font-size:13px;
	color:#5f5f5f;
	-moz-border-radius:7px 0px 0px 7px;
	-o-border-radius:7px 0px 0px 7px;
	-webkit-border-radius:7px 0px 0px 7px;
	border-radius:7px 0px 0px 7px;
}
.search_sub{
	float:left;	
	width:44px;
	height:31px;
	background:url(../img/search.png) center center no-repeat #0303ad;
	-moz-border-radius:0px 7px 7px 0px;
	-o-border-radius:0px 7px 7px 0px;
	-webkit-border-radius:0px 7px 7px 0px;
	border-radius:0px 7px 7px 0px;
	margin:0px 0px 0px -10px;
	border:none;
	-moz-box-sizing: border-box;
     box-sizing: border-box;
}
.search_sub:hover{
	cursor:pointer;	
}
/*---------------Left--------------*/
.left_blocks{
	float:left;
	width:207px;
	background-color:#ffffff;
	margin:8px 0px 0px 3px;	
	padding:10px 0px;
}
.left_titles{
	float:left;
	width:197px;
	color:#000000;
	font-size:21px;	
	font-family:PT_Sans-N;
	padding:0px 0px 10px 10px;
}
.video{
	float:left;
	width:198px;
	margin:0px 0px 0px 4px;
	position:relative;	
	height:107px;
	overflow:hidden;
}
.video img{
	float:left;	
}
.play_btn{
	position:absolute;
	top:22px;
	left:67px;
	width:63px;
	height:63px;
	background:url(../img/play.png) no-repeat top left;
}
.play_btn:hover{
	background:url(../img/play_hover.png) no-repeat top left;
}
/*---------------Menu--------------*/
.glossymenu{
	margin:0px;
	padding:0px;
}
.glossymenu a.menuitem{
	background:url(../img/n_menu.png) top left no-repeat;
	font-size:15px;
	color:#000000;
	display: block;
	position: relative;
	width: auto;
	padding:5px;
	text-decoration: none;
	width:197px;
	height:46px;
	font-family:OpenSans-SB;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
	margin:0px 0px 6px 0px;
	text-transform:uppercase;
}
.men_text{
	float:left;
	margin:12px 0px 0px 15px;
}
.glossymenu a.menuitem:hover{
	background:url(../img/n_menu_a.png) top left no-repeat;
}
.submenu{ 
	margin:0px 0px 0px 5px;
}
#menu{
	list-style-type: none;
	margin:0px 0px 6px 0px;
	padding: 0;
}
.main_links{
	width:202px;
	margin:4px 0px 0px 0px;
    position:relative;
}
.main_links a{
	width:187px;
	display: block;
	font-size:14px;
	color:#000000;
	text-decoration: none;
	font-family:OpenSans-SB;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
	padding:3px 5px 4px 10px;
	background:url(../img/sub_11.png) no-repeat top left;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
.main_links:hover > a{
	/*background-color:#30c0f0 !important;*/
	
	/*background:url(../img/menux.png) top left no-repeat !important;*/
	
	background:#7793f3!important;
	
	color:#ffffff;
	background-image:none;
	text-shadow:none;
}
.main_links .left_active{
	background-color:#ff0000 !important;
	color:#ffffff !important;
	background-image:none;
	text-shadow:none;
}
#menu{
	position:relative;	
}
#menu, #menu ul{
	list-style:none;	
}
#menu li .drop_div{
	display:none;	
}
.title_hover{
	width:363px;
	font-family:OpenSans-SB;
	color:#222222;
	font-size:14px;	
	float:left;
	margin:10px 0px 0px 0px;
	background-color:#e0f7ff;
	padding:3px 5px 3px 10px;
}
#menu li:hover .drop_div {
	display: block;
	position: absolute;
	top:-40px;
	right:-378px;
	background:url(../img/sub_b.png);
	width:382px;
	padding:4px 4px 4px 4px;
	z-index:1000 !important;
	zoom:1;
		/*
	
-webkit-box-shadow: 6px 6px 6px -1px rgba(50, 50, 50, 0.7);
-moz-box-shadow:    6px 6px 6px -1px rgba(50, 50, 50, 0.7);
box-shadow:         6px 6px 6px -1px rgba(50, 50, 50, 0.7);

	-webkit-box-shadow: 0px 0px 7px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 0px 7px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 0px 7px rgba(50, 50, 50, 0.3);
	*/
	
-webkit-box-shadow: 5px 0px 10px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    5px 0px 10px 0px rgba(50, 50, 50, 0.75);
box-shadow:         5px 0px 10px 0px rgba(50, 50, 50, 0.75);

	-moz-border-radius:4px;
	-o-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
#menu li:hover ul li {
	float: left;
	width:361px !important;
	font-size: 13px;
	margin:0px 0px 0px 0px;
	padding:0px 5px 0px 12px;
	color:#222222; 
	font-family:OpenSans-SB;	
}
#menu li:hover ul li .dropdown { 	
	margin:0px; 
	font-size:13px;
	color:#222222;
	width:300px !important;
	font-family:OpenSans-SB;
	background:url(../img/submeniu.png) left 5px no-repeat;
	padding:0px 52px 0px 9px;
	line-height:1.1;
}
#menu li:hover ul li .dropdown:hover { 
	text-decoration:underline;
	background:url(../img/submeniu.png) left 5px no-repeat !important;
 }
.hover_list{
	width:378px;
	float:left;	
}
.drop_white{
	width:378px;
	float:left;	
	background-color:#ffffff;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	padding:0px 2px 10px 2px;
}
/*---------------Right--------------*/
.right_blue{
	float:left;
	width:232px;
	padding:0px 0px 3px 0px;
	background-color:#30c1f1;
	margin:0px 0px 10px 0px;	
	background:#6fcbea url(../img/n_bg_p.jpg) repeat-x;	
}
.right_title{
	float:left;
	width:222px;
	padding:5px;
	height:39px;
	
}
.r_title_text{
	float:left;
	margin:11px 0px 0px 13px;
	font-size:15px;
	font-weight:bold;
	color:#fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	text-transform:uppercase;	
}
.plan{
	float:left;
	width:225px;
	height:251px;
	background:url(../img/project.jpg) top left no-repeat;
	margin:0px 0px 0px 3px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;	
	position:relative;
	-moz-box-shadow: 1px 1px 0px 0px #3f93c0;
	-webkit-box-shadow: 1px 1px 0px 0px #3f93c0;
	box-shadow: 1px 1px 0px 0px #3f93c0;
}
.plan_align{
	float:left;
	width:135px;
	padding:0px 75px 0px 15px;
	margin:15px 0px 0px 0px;	
}
.exp{
	float:left;
	width:130px;
	padding:0px 0px 0px 5px;
	font-size:16px;
	color:#3b3b3b;
	line-height:1.3;	
}
.upload{
	float:left;
	padding:1px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background:url(../img/rgba.png) top left;
	-moz-box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.2);	
}
.upload span{
	float:left;
	padding:7px 25px 7px 25px;
	background-color:#ff0000;
	color:#ffffff;	
	font-size:13px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
.upload:hover span{
	color:#e9b7b7;	
}
.que_plan{
	float:left;
	max-width:90px;
	font-size:13px;
	color:#072c69;
	margin:42px 0px 0px 0px;
	line-height:1.2;	
}
.que_plan:hover{
	text-decoration:underline;	
}
.prob_abs{
	position:absolute;
	top:99px;
	right:-55px;	
}
.right_slider{
	float:left;
	width:225px;
	margin:0px 0px 0px 3px;	
	height:253px;
	position:relative;
}
.slider_image{
	float:left;	
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.prev_sl{
	position:absolute;
	top:92px;
	left:0px;	
}
.next_sl{
	position:absolute;
	top:92px;
	right:0px;	
}
.right_news{
	float:left;
	width:212px;	
	background-color:#ffffff;	
	padding:10px 10px 20px 10px;
}
.right_titles{
	float:left;
	width:212px;
	color:#000000;
	font-size:21px;	
	font-family:PT_Sans-N;
}
.right_art{
	float:left;
	width:212ppx;
	margin:10px 0px 0px 0px;
}
.right_art span{
	float:left;
	width:212px;
	font-size:13px;
	color:#000000;
	font-family:OpenSans-SB;
	margin:10px 0px 0px 0px;
	line-height:1.2;
}
.right_art a{
	float:left;
	color:#0303ad;
	font-size:14px;
	font-family:OpenSans-SB;	
}
.right_art a:hover{
	color:#ff0000;	
}
.right_art_link{
	float:left;
	width:232px;	
}
.right_art_link a{
	float:right;
	font-size:13px;
	color:#072c69;
	padding:4px 10px 4px 10px;
	background-color:#f4c902;	
}
.right_art_link a:hover{
	color:#ff0000;	
}
.licenta{
	float:left;
	width:232px;
	background-color:#ffffff;
	padding:13px 0px;
	margin:20px 0px 0px 0px;	
}
.licenta img{
	float:left;
	margin:0px 0px 0px 12px;
	-moz-box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.2);	
}
/*---------------Slider--------------*/
.main_slider_block{
	float:left;
	width:729px;
	background-color:#ffffff;
	padding:3px;
	-moz-box-shadow: 18px 18px 18px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 18px 18px 18px 1px rgba(0,0,0,0.1);
	box-shadow: 18px 18px 18px 1px rgba(0,0,0,0.1);
}
.main_slider{
	float:left;
	width:729px;
	height:294px;
	position:relative;
}
.new_abs{
	position:absolute;
	top:0px;
	right:0px;
	width:69px;
	height:69px;
	background:url(../img/new.png) top left no-repeat;	
}
.banner_link{
	position:absolute;
	bottom:1px;
	left:0px;
	width:729px;
	height:93px;
	background:url(../img/banner_link.png) top left no-repeat;	
}
.banner_text{
	float:left;
	font-family:PT_Sans-B;
	/*font-weight:bold;*/
	font-size:43px;
	color:#ffffff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	margin:20px 0px 0px 40px;	
}
.banner_number{
	float:left;
	margin:-10px 0px 0px 10px;
	font-family:PT_Sans-B;
	/*font-weight:bold;*/
	font-size:80px;
	color:#da023a;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);	
}
.banner_pages{
	float:right;
	margin:70px 14px 0px 0px;	
}
.banner_pages a{
	float:right;
	width:13px;
	height:13px;
	background-color:#555555;
	margin:0px 7px 0px 0px
}
.banner_pages a:hover, .banner_active{
	background-color:#3f93c0 !important;
}
/*---------------Index produse--------------*/
.index_produse{
	float:left;
	width:735px;
	margin:30px 0px 0px 0px;	
}
.product_type{
	float:left;
	width:735px;	
}
.product_type span{
	float:left;
	font-size:21px;
	color:#000000;
	font-family:PT_Sans-N;
	margin:0px 0px 0px 5px;	
}
.product_type a{
	float:left;
	margin:2px 0px 0px 10px;
	font-size:13px;
	color:#072c69;
	padding:3px 27px 4px 13px;
	background:url(../img/pages_n.png) no-repeat #f4c902;	
	background-position:right 13px top 9px;
}
.product_type a:hover{
	color:#ff0000;
	background:url(../img/pages_n2.png) no-repeat #f4c902;
	background-position:right 13px top 9px;
}
.pr_list_in{
	float:left;
	width:735px;
	margin:10px 0px 0px 0px;	
}
.pr_list_in .pr_link:nth-child(4n+4){
	margin-right:0px !important;
}
.pr_link{
	float:left;
	width:161px;
	height:222px;
	border:1px solid #e0e0e0;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-color:#ffffff;
	padding:5px;
	position:relative;
	margin:0px 14px 0px 0px;
    margin-bottom: 14px;
}
.pr_link:hover{
	border:1px solid #ff0000;	
}
.pr_lis_img{
	float:left;
	width:161px;
	text-align:center;
	margin:5px 0px 0px 0px;
	height:161px;
	overflow:hidden;
}
.pr_list_desc{
	float:left;
	width:161px;
	text-align:center;
	font-size:13px;
	color:#000000;	
	line-height:1.2;
	height:31px;
	overflow:hidden;
}
.price{
	float:left;
	width:161px;
	margin:4px 0px 0px 0px;
	text-align:center;	
}
.cut_price{
	font-size:13px;
	color:#3e3e3e;
	text-decoration:line-through;
	margin:0px 7px 0px 0px;
}
.promo_price{
	font-size:14px;
	color:#eb1c24;
	font-family:OpenSans-B;	
}
.boom{
	position:absolute;
	top:3px;
	left:3px;
	width:71px;
	height:71px;
	background:url(../img/promo.png) top left no-repeat;
	text-align:center;	
}
.boom span{
	float:left;
	width:61px;
	padding:0px 5px;
	margin:23px 0px 0px 0px;
	font-size:17px;
	color:#ffffff;
	font-family:OpenSans-B;	
}
.prod_new{
	position:absolute;
	top:0px;
	right:0px;
	background:url(../img/new_prod.png) top left no-repeat;
	width:61px;
	height:61px;
	-moz-border-radius:0px 4px 0px 0px;
	-o-border-radius:0px 4px 0px 0px;
	-webkit-border-radius:0px 4px 0px 0px;
	border-radius:0px 4px 0px 0px;	
}
/*---------------Cart--------------*/
.cart_block{
	float:left;
	width:711px;
	background-color:#ffffff;
	padding:25px 12px 12px 12px;	
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	min-height:590px;
}
.cart_title{
	float:left;
	width:711px;
}
.cart_title span{
	float:left;
	width:500px;
	font-size:19px;
	color:#171717;
	font-family:OpenSans-SB;
	text-transform:uppercase;
}
.cart_title span img{
	float:left;
	margin:-2px 10px 0px 15px;
}
.continue{
	float:right;
	font-size:13px;
	color:#171717;
	background:url(../img/shop_link.jpg) bottom left repeat-x #fae798;
	border:1px solid #eea518;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;	
	padding:3px 5px 4px 5px;
	width:160px;
	text-align:center;
}
.continue:hover{
	color:#ff0000;	
}
.cart_table_titles{
	float:left;
	width:711px;
	margin:40px 0px 0px 0px;
	font-size:13px;
	color:#3f3f3f;
	text-transform:uppercase;	
}
.produs_title{
	float:left;
	width:170px;
	padding:0px 5px 0px 112px;
}
.produs_pret{
	float:left;
	width:93px;
	text-align:center;
	padding:0px 5px;
}
.produs_cant{
	float:left;
	width:76px;
	text-align:center;
	padding:0px 3px;
}

.produs_total{
	float:left;
	width:78px;
	text-align:center;
	padding:0px 5px;
}
.cart_table{
	float:left;
	width:695px;
	margin:4px 0px 0px 0px;
	font-size:13px;
	color:#3f3f3f;
	padding:3px 8px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background-color:#fff9e7;
	height:62px;
}
.produs_image{
	float:left;
	width:80px;
}
.produs_name{
	float:left;
	width:190px;
	padding:0px 5px 0px 5px;
	margin:21px 0px 0px 0px;
}
.produs_image img{
	height:62px;
}
.cart_table .produs_pret{
	float:left;
	width:93px;
	text-align:center;
	padding:0px 5px;
	margin:21px 0px 0px 0px;
}
.cart_table .produs_cant{
	float:left;
	width:56px;
	text-align:center;
	padding:0px 3px;
	margin:21px 0px 0px 0px;
}

.cart_table .produs_total{
	float:left;
	width:98px;
	text-align:center;
	padding:0px 5px;
	margin:21px 0px 0px 0px;
}
.produs_name a{
	font-size:13px;
	color:#0000cc;
	text-decoration:underline;
}
.produs_name a:hover{
	text-decoration:none;
}
.delete{
	float:left;
	width:30px;	
}
.delete a{
	float:left;
	width:30px;
	height:30px;
	margin:14px 0px 0px 0px;
	background:url(../img/delete.png) top left no-repeat;	
}
.cart_table .produs_cant input{
	-moz-box-sizing: border-box;
    box-sizing: border-box;
	margin:-2px 0px 0px 0px;
	padding:0px 5px;
	text-align:center;
	height:25px;
	width:40px;
	font-size:13px;
	color:#3f3f3f;
	font-family:OpenSans;
	border-left:1px solid #929292;
	border-top:1px solid #929292;
	border-right:1px solid #e8e8e8;
	border-bottom:1px solid #e8e8e8;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
.cart_table .produs_credit input{
	float:right;
	margin:3px 15px 0px 0px;
}
.cart_bottom{
	float:left;
	width:695px;
	margin:20px 0px 0px 0px;
	padding:0px 8px;	
}

.conditions a{
	color:#ff0000;
	text-decoration:underline;	
}
.conditions a:hover{
	text-decoration:none;	
}
.livrare{
	float:left;
	width:310px;	
}
.livrare span{
	float:right;
	margin:7px 20px 0px 0px;
	color:#0a0a0a;
	font-size:15px;
	font-family:OpenSans-SB;	
}
.styled-select-del{
   width: 234px;
   height: 34px;
   overflow: hidden;
   background: url(../img/livrare.png) no-repeat right 2px center #e8e5e5;
   -moz-border-radius:7px;
	-o-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	float:right;
	border:1px solid #cfcfcf;
}
.styled-select-del select{
   background: transparent;
   width: 265px;
   padding: 5px 5px 5px 5px;
   color:#0a0a0a;
   font-size: 13px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
   font-family:OpenSans-SB;
}
.totals{
	float:left;
	width:680px;
	margin:30px 0px 0px 0px;
	padding:0px 23px 0px 8px;
	text-align:right;
	font-size:18px;
	color:#303030;
	text-transform:uppercase;	
}
.totals span{
	margin:0px 0px 0px 6px;
	color:#ff0000;
	font-family:OpenSans-B;	
}
.totals a{
	font-size:13px;
	color:#ffffff;
	padding:7px 18px 8px 18px !important;
	background:url(../img/shop_link2.jpg) bottom left repeat-x #ff2524;
	border:1px solid #ce0000;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;	
	text-transform:none;
	font-family:OpenSans-SB;
	float:right;
}
.totals a:hover{
	color:#e9b7b7;	
}

.totals_2{
	float:left;
	margin:17px 0px 0px 20px;
	font-size:18px;
	color:#303030;
	
	/*text-transform:uppercase;	*/
}
.totals_2 span{
	margin:0px 0px 0px 6px;
	color:#ff0000;
	font-family:OpenSans-B;	
}
.final_align{
	float:left;
	width:688px;
	margin:25px 0px 0px 0px;
	padding:0px 8px 0px 15px;
	color:#232323;
	font-size:16px;
}
.radio_fin{
	float:left;
	margin:0px 10px 0px 15px;
	font-size:14px !important;
	color:#232323;	
}
.radio_fin input{
	float:left;
	margin:4px 10px 0px 0px;	
}
.form_block{
	float:left;
	width:695px;
	margin:13px 0px 0px 0px;
	font-size:14px;
	color:#232323;
	padding:3px 8px;
}
.form_align{
	float:left;
	width:695px;
	margin:12px 0px 0px 0px;
}
.form_align label{
	float:left;
	width:140px;
	margin:6px 0px 0px 0px;
	padding:0px 15px 0px 0px;
	text-align:right;
}
.form_align input, .form_align select{
	float:left;
	width:300px;
	margin:0px 0px 0px 0px;
	padding:7px 10px 7px 15px;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
	font-size:13px;
	color:#6c6c6c;
	-moz-border-radius:7px;
	-o-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	
	border-left:1px solid #bbbbbb;
	border-top:1px solid #bbbbbb;
		border-right:1px solid #bbbbbb;
	border-bottom:1px solid #bbbbbb;
	/*
	border-right:1px solid #f4f4f4;
	border-bottom:1px solid #f4f4f4;
	*/
	-moz-box-shadow: inset 1px 1px 2px 1px rgba(0, 0, 0 , 0.1);
	-webkit-box-shadow: inset 1px 1px 2px 1px rgba(0, 0, 0 , 0.1);
	box-shadow: inset 1px 1px 2px 1px rgba(0, 0, 0 , 0.1);
}
.form_city{
	margin:40px 0px 0px 0px;	
}
.form_city input{
	width:230px;
	margin:0px 0px 0px 0px;
	padding:8px 10px 8px 15px;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
	font-size:13px;
	color:#252525;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #cfcfcf;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color:#e8e5e5;
}
.form_agree{
	margin:20px 0px 0px 0px;
}
.form_agree span{
	float:left;
	width:350px;
	font-size:13px;
	color:#232323;
	margin:0px 0px 0px 5px;
	line-height:1.2;
}
.form_agree span a{
	color:#0000cc;
	text-decoration:underline;
}
.form_agree span a:hover{
	text-decoration:none;
}
.form_sub{
	margin:20px 0px 0px 0px;
}
.form_sub input{
	float:left;
	width:auto !important;
	margin:0px 0px 0px 0px;
	padding:7px 13px 7px 13px !important;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
	font-size:13px;
	color:#ffffff;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #ce0000;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	background:url(../img/shop_link2.jpg) bottom left repeat-x #ff2524;
}
.form_sub input:hover{
	color:#e9b7b7;
	cursor:pointer
}
/*---------------News List--------------*/
.news_list{
	float:left;
	width:695px;
	background-color:#ffffff;
	padding:20px 20px 30px 20px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;	
}
.news_top{
	float:left;
	width:695px;
	font-size:19px;
	color:#171717;
	font-family:OpenSans-SB;
	text-transform:uppercase;
}
.news_block{
	float:left;
	width:695px;
	margin:23px 0px 10px 0px;
}
.news_img{
	float:left;
	width:210px;
	padding:0px 10px 0px 0px;	
}
.news_img img{
	float:left;	
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.news_title{
	float:left;
	width:475px;
}
.news_date{
	color:#ffffff;
	font-size:14px;
	background-color:#ff0000;	
	padding:1px 10px 1px 10px;
	font-family:OpenSans-SB;
	margin:0px 5px 0px 0px;
}
.news_title a{
	color:#0000cc;
	font-size:16px;
	text-decoration:underline;
	line-height:1.2;	
}
.news_title a:hover{
	text-decoration:none;	
}
.news_text{
	float:left;	
	width:475px;
	font-size:13px;
	color:#171717;
	line-height:1.1;
	margin:15px 0px 0px 0px;
}
.news_pages{
	float:left;
	width:355px;
	margin:30px 0px 0px 0px;
	padding:0px 190px;
	text-align:center;	
}
.news_pages a:hover, .active_page{
	color:#ffffff !important;
	background-color:#ff0000 !important;	
}
.all_pages{
	float:left;
	width:225px;
	text-align:center;	
}
.prev{
	float:left;
	width:30px;
	height:30px;
	margin:0px 0px 0px 0px;
	background:url(../img/pages.png) no-repeat center center #ffcd69;	
}
.next{
	float:right;
	height:25px;
	padding:5px 30px 0px 15px;	
	font-size:15px;
	color:#000000;
	font-family:OpenSans-SB;
	margin:0px 0px 0px 0px;
	background:url(../img/pages_n.png) no-repeat #ffcd69;	
	background-position:right 13px top 12px;
}
.prev:hover{
	background:url(../img/pages_hover.png) no-repeat center center #ffcd69;	
}
.next:hover{
	background:url(../img/pages_n_hover.png) no-repeat #ffcd69;	
	background-position:right 13px top 12px;
}
.next img{
	float:right;
	margin:7px 0px 0px 12px;	
}
.nr_pages{
	padding:5px 10px 5px 10px;
	background-color:#ffcd69;	
	font-size:15px;
	color:#000000;
	font-family:OpenSans-SB;
	display:inline-block;	
}
.more_pages{
	font-size:15px;
	color:#000000;
	font-family:OpenSans-SB;
	padding:0px 0px 0px 3px;
	display:inline-block;
}
/*---------------Way--------------*/
.way{
	float:left;
	width:690px;
	padding:10px 23px 10px 22px;
	background-color:#ffffff;	
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
.way_links{
	float:left;
	padding:0px 10px 0px 10px;
	background:url(../img/pages_n.png) center left no-repeat;	
}
.way_links a{
	font-size:14px;
	color:#000000;
	text-decoration:underline;	
}
.way_links a:hover{
	text-decoration:none;	
}
.way_active{
	font-family:OpenSans-SB;
	color:#ff0000 !important;
	text-decoration:none !important;
}
/*---------------Filter--------------*/
.right_filter{
	float:left;
	width:217px;
	margin:0px 0px 0px 3px;
	background-color:#ffffff;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow: 1px 1px 0px 0px #3f93c0;
	-webkit-box-shadow: 1px 1px 0px 0px #3f93c0;
	box-shadow: 1px 1px 0px 0px #3f93c0;
	padding:4px;
}
.filter_title{
	float:left;
	width:195px;
	height:26px;
	color:#000000;
	font-size:14px;
	text-transform:uppercase;
	font-family:OpenSans-SB;
	background:url(../img/prod_f.png) top left no-repeat;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4);
	padding:0px 10px 0px 12px;	
}
.filter_title span{
	float:left;
	margin:3px 0px 0px 0px;
}
.filter{
	float:left;
	width:208px;
	padding:10px 5px 25px 4px;
}
.filter_align{
	float:left;
	width:208px;
	margin:10px 0px 0px 0px;
	font-size:13px;
	color:#000000;	
	font-family:OpenSans-SB;
}
.price_100{
	float:left;
	width:208px;
	height:10px;
	background-color:#8edef9;
	overflow:hidden;	
}
.price_100 span{
	float:left;
	height:10px;
	background-color:#ff0000;
	max-width:208px;	
}
.price_in{
	float:left;	
}
.price_in span{
	float:left;
	color:#414141;
	font-size:12px;
	margin:4px 5px 0px 1px;	
}
.price_in input{
	float:left;
	width:51px;
	color:#ff0000;
	font-size:13px;
	font-family:OpenSans-SB;
	text-align:center;
	border:1px solid #b9b9b9;	
	-moz-box-sizing: border-box;
    box-sizing: border-box;
	-moz-box-shadow: inset 0 5px 3px 1px rgba(91, 91, 91 , 0.1);
	-webkit-box-shadow: inset 0 5px 3px 1px rgba(91, 91, 91 , 0.1);
	box-shadow: inset 0 5px 3px 1px rgba(91, 91, 91 , 0.1);
	padding:2px 0px;
}
.filter_check{
	float:left;
	margin:3px 10px 0px 10px;	
}
/*---------------Rigth product list--------------*/
.right_prod_list{
	float:left;
	width:211px;
	height:222px;
	border:1px solid #e0e0e0;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-color:#ffffff;
	padding:10px 5px 5px 5px;
	position:relative;
	margin:5px 0px 0px 4px;	
}
.right_prod_list:hover{
	border:1px solid #ff0000;	
}
.pr_lis_img_right{
	float:left;
	width:211px;
	text-align:center;
	margin:5px 0px 0px 0px;
	height:161px;
	overflow:hidden;
}
.pr_list_desc_right{
	float:left;
	width:161px;
	text-align:center;
	font-size:13px;
	color:#000000;	
	line-height:1.2;
	height:31px;
	overflow:hidden;
	padding:0px 25px;
}
.price_right{
	float:left;
	width:211px;
	margin:4px 0px 0px 0px;
	text-align:center;	
}
/*---------------Product description--------------*/
.product_spec{
	float:left;
	width:735px;
	background:url(../img/gray.jpg) bottom left repeat-x #ffffff;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	margin:4px 0px 0px 0px;
	padding:25px 0px 95px 0px;
}
.prod_h{
	float:left;
	width:685px;
	padding:0px 20px 20px 30px;
	font-weight:normal;	
	font-family:OpenSans-SB;
	font-size:19px;
	text-transform:uppercase;
	color:#171717;
}
.main_desc{
	float:left;
	width:695px;
	padding:0px 25px 0px 15px;
}
.pr_left_image{
	float:left;
	width:400px;
	padding:0px 10px 0px 0px;	
}
.big_image{
	float:left;
	width:370px;
	height:360px;
	text-align:center;
	padding:15px 5px 5px 5px;	
	-moz-box-shadow: 0 0 15px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 15px 1px rgba(0,0,0,0.1);
	box-shadow: 0 0 15px 1px rgba(0,0,0,0.1);
}
.big_image img{
	max-width:370px;
	max-height:360px;
}
.small_images{
	float:left;
	width:380px;
	margin:15px 0px 0px 0px;
}
.small_images img{
	float:left;
	border:1px solid #d0d0d0;
	width:37px;
	height:37px;
	margin:0px 10px 0px 0px;
	-moz-box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);
	box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);	
}
.small_images a:hover img{
	border:1px solid #ff0000;
}
.pr_right_spec{
	float:left;
	width:285px;	
}
.right_desc_align{
	float:left;
	width:285px;
}
.desc_price{
	float:left;
	color:#ff0000;
	font-size:34px;	
	line-height:1.0;
}
.desc_cut{
	float:left;
	font-size:15px;
	color:#28282c;
	text-decoration:line-through;
	margin:15px 0px 0px 20px;	
}
.desc_credit{
	float:left;
	color:#4d4d4d;
	font-size:13px;	
	margin:10px 0px 0px 0px;
}
.desc_credit span{
	color:#ff0000;	
}
.add_cart{
	float:left;
	color:#ffffff;
	font-size:13px;
	background:url(../img/shop_link2.jpg) bottom left repeat-x #ff2524;
	border:1px solid #ce0000;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;	
	font-family:OpenSans-SB;
	padding:2px 13px 2px 7px;
	margin:15px 0px 0px 0px;
}
.add_cart img{
	float:left;
	margin:0px 15px 0px 0px;	
}
.add_cart span{
	float:left;
	margin:3px 0px 0px 0px;	
}
.add_cart:hover span{
	color:#e9b7b7;	
}
.desc_compare{
	float:left;
	font-size:13px;
	color:#171717;
	background:url(../img/shop_link.jpg) bottom left repeat-x #fae798;
	border:1px solid #eea518;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;	
	padding:2px 10px 2px 15px;
	margin:10px 0px 0px 0px;
}
.desc_compare img{
	float:left;	
}
.desc_compare span{
	float:left;	
	margin:1px 10px 0px 0px;
}
.desc_compare:hover span{
	color:#ff0000;
}
.desc_comp_2{
	float:left;	
	color:#0000cc;
	font-size:13px;
	text-decoration:underline;
	margin:20px 0px 0px 10px;
}
.desc_comp_2:hover{
	text-decoration:none;
}
.desc_spec{
	float:left;
	color:#525252;
	font-size:13px;	
	margin:4px 0px 0px 0px;
}
.desc_spec span{
	color:#0d0d0d;
}
.pdf{
	float:left;	
	margin:13px 0px 0px 0px;
}
.pdf img{
	float:left;	
	margin:2px 10px 0px 0px;
}
.pdf a{
	float:left;
	font-size:13px;
	color:#0000cc;
	text-decoration:underline;	
}
.pdf a:hover{
	text-decoration:none;	
}
.pdf span{
	float:left;
	color:#141414;
	font-size:11px;	
	margin:3px 0px 0px 10px;
}
.simple_text{
	float:left;
	font-size:13px;
	color:#141414;
	line-height:1.2;
	margin:30px 0px 0px 0px;	
}
.descriere{
	float:left;
	width:735px;
	margin:-95px 0px 0px 0px;	
}
.desc_bottom_links{
	float:left;
	width:699px;
	margin:40px 0px 0px 0px;
	padding:0px 18px 0px 18px;	
}
.desc_bottom_links a{
	float:left;
	font-size:16px;
	color:#010101;
	background-color:#f8da63;
	-moz-border-radius:10px 10px 0px 0px;
	-o-border-radius:10px 10px 0px 0px;
	-webkit-border-radius:10px 10px 0px 0px;
	border-radius:10px 10px 0px 0px;
	width:205px;
	height:37px;
	padding:15px 10px 0px 10px;
	text-align:center;
	margin:0px 0px 0px 6px;	
}
.desc_bottom_links a:hover{
	background-color:#ffffff;	
}
.spec_active{
	font-size:20px !important;
	background-color:#ffffff !important;
	padding:12px 10px 0px 10px !important;
	height:41px !important;	
}
.desc_bottom_block{
	float:left;
	width:675px;
	padding:35px 40px 70px 20px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;	
	background-color:#ffffff;
	color:#000000;
	font-size:14px;
	line-height:1.3;
}
.desc_btm_text{
	float:left;
	width:675px;	
}
.desc_btm_image{
	float:left;
	width:675px;
	margin:50px 0px 0px 0px;
	line-height:1.4;
}
.desc_btm_image img{
	float:left;
	margin:0px 30px 0px 0px;	
}
.spec_align{
	float:left;
	width:675px;
	padding:0px 0px 30px 0px;
	font-size:12px;
	color:#000000;	
}
.spec_align h2{
	float:left;
	width:673px;
	font-size:16px;
	color:#000000;
	border-bottom:1px solid #31cafd;
	padding:0px 0px 3px 2px;
	font-weight:normal;
	margin:0px 0px 15px 0px;	
    margin-top: 10px;
}
.spec_align .blue_align{
	float:left;
	width:635px;
	background-color:#e9faff;
	padding:3px 10px 4px 30px;	
}
.spec_align .blue_align:nth-child(2n+1){
	float:left;
	width:635px;
	background-color:#ffffff;
	padding:2px 10px 3px 30px;	
}
.db_left{
	float:left;
	width:205px;
	padding:0px 10px 0px 0px;	
}
.db_right{
	float:left;
	width:420px;	
}
/*---------------News intern--------------*/
.news_intern{
	float:left;
	width:695px;
	padding:25px 20px 25px 20px;
	color:#171717;
	font-size:14px;
	background-color:#ffffff;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;	
	line-height:1.2;
}
.news_intern h1{
	color:#161616;
	font-size:21px;
	font-weight:normal;
	line-height:1.1;
	padding:0px 0px 25px 0px;
}
.int_date{
	float:left;
	width:695px;
	margin:0px 0px 17px 0px;
}
.news_big_img{
	float:left;
	padding:0px 20px 20px 0px;	
}
.news_big_img img{
	float:left;	
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.news_gallery{
	float:left;
	width:695px;
	margin:60px 0px 0px 0px;
}
.news_gallery img{
	float:left;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin:0px 12px 0px 0px;
}

.news_gallery > a:nth-child(3n+3) > img{
    margin: 0;
}
/*---------------Bottom brands--------------*/
.bottom_brands{
	float:left;
	width:1180px;
	text-align:center;
	background-color:#fff;
	padding:25px 5px;	
}
.bottom_brands img{
	margin:0px 30px 0px 0px;
}
/*---------------Bottom--------------*/
.bottom{
	float:left;
	width:1098px;
	height:114px;
	background:url(../img/bottom.png) top left no-repeat;
	padding:39px 46px 10px 46px; 	
}
.adds{
	float:left;
	width:276px;
	height:114px;	
	padding:0px 10px 0px 0px;
}
.add_link{
	float:left;
	width:276px;	
}
.add_link a{
	float:left;
	margin:0px 0px 0px 5px;	
}
.copy{
	float:left;
	width:165px;
	margin:20px 0px 0px 0px;
	font-size:13px;
	color:#797777;
	padding:0px 111px 0px 0px;	
}
.btm_contact{
	float:left;
	width:392px;
	padding:0px 10px 0px 0px;	
}
.bc_title{
	float:left;
	width:392px;
	color:#bbbbbb;
	font-size:21px;
	font-family:PT_Sans-N;
	margin:0px 0px 13px 0px;	
}
.bc_title span{
	color:#8f8f8f;
}
.bc_adress{
	float:left;
	width:392px;
	color:#797777;
	font-size:13px;
	line-height:1.3;	
}
.bc_adress span, .bc_adress a{
	color:#b4b4b4;	
}
.bc_adress a:hover{
	text-decoration:underline;	
}
.nl_inp{
	float:left;
	width:392px;	
}
.nl_text{
	float:left;	
	width:237px;
	height:31px;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
	-moz-box-shadow: inset 0 0 2px 1px rgba(0, 0, 0 , 0.3);
	-webkit-box-shadow: inset 0 0 2px 1px rgba(0, 0, 0 , 0.3);
	box-shadow: inset 0 0 2px 1px rgba(0, 0, 0 , 0.3);
	background-color:#737373;
	border:1px solid #181818;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	padding:0px 10px 0px 10px;
	font-size:13px;
	color:#363636;
	font-family:OpenSans;
}
.nl_sub{
	float:left;
	height:31px;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
	-moz-box-shadow: inset 0 0 0px 1px #535353;
	-webkit-box-shadow: inset 0 0 0px 1px #535353;
	box-shadow: inset 0 0 0px 1px #535353;
	background-color:#434343;
	border:1px solid #181818;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;	
	padding:0px 11px 0px 11px;
	font-size:13px;
	color:#c9c3c3;
	font-family:OpenSans;
	margin:0px 0px 0px 5px;
}
.nl_sub:hover{
	cursor:pointer;
	color:#ffffff;
}
/*---------------Compare--------------*/
.compare_titles{
	float:left;
	width:233px;	
}
.compare_prod{
	float:left;
	width:198px;
	border-left:1px solid #ededed;	
}
.compare_logo{
	float:left;
	width:203px;
	height:274px;
	border-bottom:1px solid #ededed;
	padding:0px 15px;
}
.compare_produsul{
	float:left;
	width:188px;
	height:274px;
	border-bottom:1px solid #ededed;
	padding:0px 5px;
}
.comp_delete{
	float:left;
	width:188px;
	height:25px;	
}
.comp_delete a{
	float:right;
	width:14px;
	height:14px;
	background:url(../img/compare_del.png) top left no-repeat;
	margin:4px 2px 0px 0px;	
}
.comp_pr_link{
	float:left;
	width:188px;
	height:249px;	
}
.comp_pr_link:hover span{
	color:#ff0000;	
}
.comp_pr_link:hover{
	cursor:pointer;	
}
.comp_image{
	float:left;
	width:178px;
	height:175px;
	text-align:center;
	padding:10px 5px 0px 5px;	
}
.comp_image_title{
	float:left;
	width:178px;
	height:54px;
	text-align:center;
	padding:10px 5px 0px 5px;
	font-size:13px;
	color:#000000;
	line-height:1.2;
}
.com_l_align{
	float:left;
	width:203px;
	text-align:center;
	margin:30px 0px 0px 0px;
	color:#161616;
	font-size:18px;
}
.comp_price{
	float:left;
	width:213px;
	height:43px;
	border-bottom:1px solid #ededed;
	padding:0px 10px;
	font-size:14px;
	color:#262626;
}
.comp_price2{
	float:left;
	width:198px;
	height:43px;
	border-bottom:1px solid #ededed;
}
.prices_add{
	float:left;
	width:130px;
	text-align:center;
	color:#eb1c24;
	font-size:14px;
	padding:0px 5px;
	font-family:OpenSans-B;
	margin:11px 0px 0px 0px;
}
.prices_add span{
	color:#3e3e3e;
	font-size:13px;
	margin:0px 10px 0px 0px;
	font-family:OpenSans;
	text-decoration:line-through;
}
.comp_price2 a{
	float:left;
	padding:2px 10px;
	background:url(../img/shop_link2.jpg) bottom left repeat-x #ff2524;
	border:1px solid #ce0000;	
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	margin:6px 0px 0px 0px;
}
.comp_price span{
	float:left;
	margin:10px 0px 0px 35px;
}
.comp_spec_title{
	float:left;	
	width:213px;
	height:40px;
	border-bottom:1px solid #31cafd;
	padding:0px 10px;
	font-size:16px;
	color:#000000;
	margin:0px 0px 1px 0px;
}
.comp_spec_title2{
	float:left;	
	width:198px;
	height:40px;
	border-bottom:1px solid #31cafd;
	margin:0px 0px 1px 0px;
}
.comp_spec_title span{
	float:left;	
	margin:10px 0px 0px 15px;
}
.comp_spec_blue{
	float:left;	
	width:213px;
	height:21px;
	padding:0px 10px;
	background-color:#edfafe;
	font-size:12px;
	color:#000000;
}
.compare_titles .comp_spec_blue:nth-child(2n+1){
	float:left;	
	width:213px;
	height:21px;
	padding:0px 10px;
    background-color:#ffffff;
	font-size:12px;
	color:#000000;
}

.comp_spec_white{
	float:left;	
	width:213px;
	height:21px;
	padding:0px 10px;
	font-size:12px;
	color:#000000;
}
.comp_spec_blue span, .comp_spec_white span{
	float:left;
	margin:2px 0px 0px 25px;
}
.comp_spec_blue2{
	float:left;	
	width:178px;
	height:21px;
	padding:0px 10px;
	background-color:#edfafe;
	font-size:11px;
	color:#404040;
}
.compare_prod .comp_spec_blue2:nth-child(2n+1){
	float:left;	
	width:178px;
	height:21px;
	padding:0px 10px;
    background-color:#ffffff;
	font-size:11px;
	color:#404040;
}
.comp_spec_white2{
	float:left;	
	width:178px;
	height:21px;
	padding:0px 10px;
	font-size:11px;
	color:#404040;
}
.comp_spec_blue2 span, .comp_spec_white2 span{
	float:left;
	margin:3px 0px 0px 10px;
}


.produs_credit{
	float:left;
	width:80px;
	text-align:center;
	padding:0px 5px;
	
}

.cart_table .produs_credit{
	float:left;
	width:100px;
	text-align:center;
	padding:0px 5px;
	font-size:11px;
	line-height:12px;
	margin:10px 0px 0px 0px;
		
}

.conditions{
	float:left;
	width:365px;
	color:#454545;
	font-size:13px;
	padding:5px 5px 0px 15px;
	
	line-height:-50px;
	overflow:hidden;
	height:1px;
}


.totals_block{
	float:left;
	width:695px;
	margin:20px 0px 0px 0px;
	padding:3px 8px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background-color:#fff9e7;
	height:62px;	
}
.avetizare { display:block;
	background:url(../img/avertizare.png) top left no-repeat;
	width:110px;
	height:30px;
	float:left;
	font-size:11px;
	padding:2px 0 0 22px;
	margin:14px 0 0 2px ;
	line-height:12px;
	text-align:center;
		vertical-align:middle;

}

.n_logo { float:left; display:block; width:500px; height:130px; overflow:hidden; padding: 0 0 0 10px;}
.n_contact_1 { float:left; display:block; width:270px; height:90px; overflow:hidden; padding: 35px 0 0 10px;}
.n_contact_2 { float:left; display:block; width:320px; height:90px; overflow:hidden; padding: 30px 0 0 10px;}


.top_currency{
	position:absolute;
	top:5px;
	right:150px;
	width:159px;
	height:101px;	
}