
body{
	font-family: 'Open Sans', sans-serif;!important;
	color:#000;
	font-size:14px;
	line-height:160%;
	margin:0;
	padding:0;
	color:#494848;
	}
	
body.home{
	background:#018ecd url(../images/bg-home.jpg) no-repeat center top
	}
	
h1, h2, h3, h4{
	font-family: 'Open Sans', sans-serif;;
	font-weight:300;
	padding:0;
	margin:0 0 10px 0;
	}
	
	
h1{
	margin-bottom:20px;
	padding-top:20px;
	}



	
a{
	color:#027dc3
	}
	
a:hover{
	color:#68217f
	}

a.top{color:white;}
	
ul{
	padding:0;
	margin:0;
	list-style:none;
	}
	
a:hover{
	text-decoration:none
	}

.top-section{
	z-index:100;
	position:relative;
	background:#027dc3;
	color:#fff;
	margin:0;
	}


.top{
	padding-top:20px;
	position:relative;
	z-index:101;
	padding-bottom:10px;
	}
	
a.facebook-top{
	width:32px;
	height:32px;
	background:url(../images/facebook-w.png) no-repeat left top;
	float:left;
	margin-right:40px;
	text-indent:-9999px;
	}

.no-padding{
	padding:0!important
	}
	
a.traiect{
	width:98px;
	height:73px;
	background:url(../images/traiect.png) no-repeat;
	background-size:100%;
	text-indent:-9999px;
	background-size:100%;
	position:relative;
	z-index:2;
	display:block;
	}
	
	
a.traiect{
	width:90px;
	height:90px;
	background:url(../images/logo-traiect.png) no-repeat;
	background-size:100%;
	text-indent:-9999px;
	background-size:100%;
	position:relative;
	z-index:2;
	display:block;
	}
	
	
a.traiect-home{
	width:207px;
	height:207px;
	background:url(../images/logo-traiect.png) no-repeat left top;
	background-size:100%;
	margin:100px auto;
	text-indent:-9999px;
	display:block;
	}
	
	
.intro-home{
	background:#fff;
	padding:30px;
	}
	
.intro-home p{
	font-size:15px;
	text-align:center
	}
	
body.home h2{
	font-size:26px;
	text-transform:uppercase;
	color:#018ecd;
	text-align:center;
	display:block;
	font-weight:700
	}
	
.magazine{
	margin-top:30px;
	margin-bottom:0;
	padding:0;
	}
	
	
ul.boxes{
	margin-bottom:20px;
	padding:0;
	}
	
ul.boxes li .box{
	padding:30px;
	}
	
ul.boxes li .box{
	background:#fff;
	text-align:center
	}
	
ul.boxes li .box h2{
	margin-bottom:10px;
	}
	
ul.boxes li .box .description{
	padding:0;
	margin-bottom:20px;
	}
	
ul.boxes li .box a{
	font-size:14px;
	text-transform:uppercase;
	text-align:center;
	width:110px;
	padding:6px 20px;
	display:inline-block;
	font-weight:700;
	border:1px solid #018ecd;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	}
	
ul.boxes li .box a:hover{
	background:#018ecd;
	color:#fff;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	}
	
body.home .magazine h2{
	color:#fff;
	font-weight:400
	}
	
body.home .magazine h2 span{
	font-weight:700
	}
	
ul.magazine li{
	margin-bottom:20px;
	}
	
	
.magazine a{
	color:#fff;
	padding:30px;
	display:block;
	text-align:center
	}	
	
.magazine a.m-online{
	background:#1abc9c;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	}
.magazine a.m-online:hover{
	background:#14ab8d;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	}	
	
	
.magazine a.m-engros{
	background:#c0392b;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	}
	
.magazine a.m-engros:hover{
	background:#a5281b;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	}
	
.magazine a.m-fizic{
	background:#e67e22;
	-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
	}
	
.magazine a.m-fizic:hover{
	background:#d97013;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	}
	
	
	
.footer-home{
	font-size:13px;
	color:#fff;
	border-top:1px solid #7ad0f7;
	margin:30px auto;
	text-align:center;
	padding:10px 0;
	}
	
	
.top-items{
	position:absolute;
	right:0;
	top:0;
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	}
	
.nr-top{
	width:140px;
	color:#fff;
	float:left;
	margin-right:20px;
	}
	
	
.nr-top a{
	color:#fff;
	}
	
	
.moneda{
	width:120px;
	float:left;
	margin-right:20px;
	}


span.customSelect { 
    font:12px sans-serif;
    background:transparent url(../images/arrow-select.png) right center no-repeat;
    border:none;
    color:#fff;
    padding:7px 4px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px 2px;
    width:70px;
	text-transform:uppercase
}

.moneda select{
	color:#fff;
	border:none;
	background:transparent;
	text-transform:uppercase;
	padding:0;
	}
	
a.cart{
	width:120px;
	height:40px;
	background:url(../images/ico-cart.png) no-repeat left center;
	padding: 0 0 0 48px;
	float:left;
	margin-right:20px;
	line-height:40px;
	position:relative;
	color:#fff
	}	
	
a.cart span{
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	position:absolute;
	left:0;
	top:0;
	display:block;
	background:#fff;
	color:#0b3a6a;
	font-size:12px;
	font-weight:600;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	
	}
	
a.login{
	height:40px;
	background:url(../images/ico-user.png) no-repeat left center;
	padding: 0 0 0 48px;
	float:left;
	margin-right:20px;
	line-height:40px;
	position:relative;
	color:#fff
	}	
	
	

.top-address{
	font-size:12px;
	line-height:130%
	}	
	

form.search-form{
	width:150px;
	height:26px;
	position:absolute;
	right:0;
	bottom:10px;
	color:white;
	}


form.search-form input{
	width:100px;
	background:none;
	border:none;
	border-bottom:1px solid #fff;
	float:left;
	margin-right:10px;
	}

form.search-form input::placeholder {
  opacity: 0.5;
  color: white;
}

form.search-form input.search-btn{
	width:26px;
	height:26px;
	float:left;
	text-indent:-9999px;
	font-size:0;
	background:url(../images/ico-search.png) no-repeat;
	border:none;
	}



.navbar{
	padding-top:10px;
	margin-bottom:0
	}
	
	
	

	
/*navbar---*/



	
.navbar-default {
    background-color:transparent;
    border-color:transparent;
	padding:16px 0 0 0;
	border:none
}
	
.navbar-default .navbar-toggle {
    border-color: transparent;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
	background:transparent;
}

.navbar-default .navbar-form {
    border-color: transparent;
	background:#fff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #000;
    color: #555;
}

.navbar-toggle{
	margin-top:10px;
	z-index:99
	}
	
.navbar-toggle .icon-bar {
    border-radius: 1px;
    display: block;
    height: 3px;
    width: 30px;
	margin:0 0 4px 0
}
	
/*---navbar*/
	
	
	
	
	
	
ul.main-nav{
	padding:0;
	padding-bottom:0;
	margin-bottom:0;
	margin-left:-12px;
	position:absolute;
	left:120px;
	bottom:0;
	font-weight:600
	}

	
ul.main-nav li{
	font-size:14px;
	}
	
ul.main-nav li:first-child{
	border:none;
	}
	
ul.main-nav li a{
	color:#fff!important;
	display:block;
	padding:8px 12px;
	letter-spacing:2px;
	border:none;
	text-transform:uppercase
	}
	
ul.main-nav li a:hover{
	color:#000
	}
	
	
.navbar-default .navbar-nav > li > a:hover{
	color:#fff!important
	}
ul.main-nav li.selected a{
	color:#343434;
	}
	
ul.main-nav li.selected a:hover{
	color:#000;
	}
	
	
	
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	padding:4px 10px;
	}
	


	
	
ul.main-nav li ul{
	display:none;
	}
	
ul.main-nav li:hover ul{
	display:block;
	position:absolute;
	left:0;
	top:30px;
	width:200px;
	}
	
ul.main-nav li ul li{
	font-size:14px;
	border-top:1px solid #fff;
	border-left:none;
}


ul.main-nav li ul li:first-child{
	border-top:none;
	}

ul.main-nav li ul li a, ul.main-nav li ul li a:hover{

	background:#027dc3;
	border:none;
	border-bottom:none;
	font-size:14px;
	}
	
ul.main-nav li ul li a:hover{
	color:#82d2d2!important;
	background:#027dc3!important;
	border:none;
	border-bottom:none;
	font-size:14px;
	}
	
	
ul.main-nav li ul li ul li a, ul.main-nav li ul li ul li a:hover{
	color:#343434;
	background:#fafafa;
	border:none;
	border-bottom:none;
	font-size:14px;

	}
	
ul.main-nav li ul li a:hover{
	background:#fff;
	color:#000;
	}


ul.main-nav li:hover ul li{
	position:relative
	}
	
ul.main-nav li:hover ul li:hover{
	background:#fff 
	}
	
	
ul.main-nav li:hover ul li ul{
	display:none
	}
	
ul.main-nav li:hover ul li:hover ul{
	display:block;
	position:absolute;
	left:200px;
	top:0;
	background:#efefef 
	}
	
	
ul.main-nav li:hover ul li:hover ul li ul{
	display:none;
	}

ul.main-nav li:hover ul li:hover ul li:hover ul{
	display:block;
	padding-left:15px;
	}
	
	
	
	

	

	
.navbar-form .form-control {
    display: inline-block;
    vertical-align: middle;
    width: 170px;
}
	
.navbar-default .navbar-nav > li > a{
	color:#343434
	}
	
.form-group{
	border:0;
	background:#f0f0f0
	
	}
	


	

.content{
	background:#f5f5f5;
	padding:20px 0 20px 0;
	}
	
.content h1{
	color:#027dc3;
	font-size:24px;
	font-weight:700;
	padding-top:0;
	}
	

	
.hero{
	color:#fff;
	padding:0 0 0 0;
	margin-bottom:30px;
	margin-top:30px;
	position:relative;
	
	}
	
.hero .txt-hero{
	position:absolute;
	padding:10px 20px;
	left:0;
	bottom:0;
	z-index:99;
	width:100%;
	text-align:center;
	background-color: rgba(0, 0, 0, 0.3);	
	color:#fff;
	font-weight:600;
	text-transform:uppercase;
	font-size:22px;
	}
	
.hero .txt-hero a{
	font-size:13px;
	font-weight:700;
	text-transform:uppercase;
	display:inline-block;
	border:1px solid #fff;
	padding:5px 20px;
	margin:10px 0;
	color:#fff;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;

	}
	
.hero .txt-hero a:hover{
	font-size:13px;
	font-weight:700;
	text-transform:uppercase;
	display:inline-block;
	border:1px solid #19aa8e;
	padding:5px 20px;
	margin:10px 0;
	color:#fff;
	background:#19aa8e;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;

	}
	



.form-section{
	background:#936d2e;
	}
	
	

#slideshow{
	z-index:1;
	overflow:hidden;
	}
	

	
#slideshow .item img{
	display: block;
	width: 100%;
	height:auto
	
}



#slideshow{
	margin:0 auto 0 auto;
	display:block;
	position:relative;
	padding:0;
	}
	
#slideshow .item{
	border:1px solid #dbdbdb;
	overflow:hidden;
	
	}
	
#slideshow .item .img-hero{
	padding:0!important
	}
	

.description-hero{
	color:#000;
	text-align:center;
	padding-top:30px;
	}
	
.description-hero h2, .description-hero p{
	color:#000
	}

.description-hero h2{
	font-weight:700;
	font-size:16px;
	line-height:180%
	}
	
.description-hero .txt{
	display:block;
	margin-bottom:20px;
	}
	
.description-hero .price{
	color:#16a085;
	font-weight:600;
	text-transform:uppercase;
	margin-bottom:30px;
	font-size:19px;
	}
	

.description-hero a{
	color:#16a085;
	font-weight:600;
	text-transform:uppercase;
	margin-bottom:30px;
	font-size:16px;
	padding:5px 25px;
	display:inline-block;
	border:1px solid #16a085
	}

	

.section{
	padding:40px 0;
	}
	
.section.grey{
	background:#f5f5f5;
	}
	
.section.green{
	background:#19aa8e;
	}
	
.section.blue{
	background:#0b3a6a;
	}
	
	
.intro{
	text-align:center;
	margin-bottom:30px;
	}
	
.intro p{
	line-height:200%;
	font-size:14px
	}
	
	
.intro h2{
	font-size:24px;
	}
	
	
a.read-more{
	width:170px;
	height:44px;
	line-height:44px;
	font-size:14px;
	color:#3a3a3a;
	border:1px solid #3a3a3a;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;

	display:inline-block;

	margin:0 auto;
	margin-top:20px;
	}
	
a.read-more:hover{
	color:#fff;
	border:1px solid #82d2d2;
	background:#82d2d2;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	}
	
	
	
.last-products{
	color:#fff;
	overflow:hidden;
	padding:0!important;
	position:relative;
	
	}	
	
.last-products h2{
	font-size:21px;
	font-weight:600;
	padding-left:24px;
	}

.last-list{
	width:96%;
	margin:0 auto;
	overflow:hidden
	}


.last-list .item{
	padding:10px 10px;
	}

.last-list .item .int{
	padding:10px;
	background:#fff;
	text-align:center;
	color:#000;
	font-size:13px;
	}
	
.last-list .item .int .pic{
	margin:0 0 20px 0;
	}
	
.last-list .item .int .name{
	height:40px;
	line-height:120%
	}
	
.last-list .item a{
	font-size:13px;
	font-weight:700;
	text-transform:uppercase;
	display:inline-block;
	border:1px solid #00507d;
	padding:5px 20px;
	margin:10px 0;
	color:#00507d;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;

	}
	
.last-list .item a:hover{
	font-size:13px;
	font-weight:700;
	text-transform:uppercase;
	display:inline-block;
	border:1px solid #19aa8e;
	padding:5px 20px;
	margin:10px 0;
	color:#fff;
	background:#19aa8e;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;

	}




	
#footer{
	padding:20px 0;
	color:#fff
	}
	

#footer a{
	color:#fff;
	display:inline-block;
	margin:0 10px;
	}
	



form.newsletter{
		width:100%;
		margin:0 auto 10px auto;
		padding-bottom:0;
		overflow:hidden
		}

form.newsletter h3{
	font-size:16px;
	text-transform:uppercase;
	font-weight:600
	}
		
form.newsletter input{
		width:90%;
		background:#027dc3;
		border:none;
		padding:6px 10px;
		margin-bottom:10px;
		}

form.newsletter input.send-btn{
	width:auto;
	font-size:13px;
	color:#fff;
	font-weight:700;
	border:1px solid #027dc3;
	display:inline-block;
	padding:6px 20px;
	text-transform:uppercase;
	background:transparent
	}

.translator{
	margin-bottom:20px;
	}






		
	
	
	/*internal page*/

.breadcrumbs{
	font-size:13px;
	color:#6e6e6e;
	display:block;
	overflow:hidden;
	border-bottom:1px solid #eee;
	margin:0 0 20px 0;
	padding:10px 0 10px 0;
	}
	
.breadcrumbs a{
	font-size:13px;
	color:#027dc3;
	text-decoration:none;
	
	}
	
	
	
	
.products-list{
	display:block;
	overflow:hidden;
	padding-top:30px;
	}
	
.products-list li{
	margin:0 0 30px 0

	}

.products-list li a{
	font-size:16px;
	line-height:18px;
	border:1px solid #fff;
	display:block;
	text-align:center;
	padding:10px;
	text-decoration:none;
	background:#fff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	}
	
.products-list li:hover a{
	border:1px solid #82d2d2;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	}
	
.products-list li a span.pic{
	width:100%;

	display:block;
	/*margin:0 0 10px 0;*/
	text-align:center
	}
	
.products-list li a span.pic img{
	max-width:100%;
	max-height:180px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display:inline-block;
	
	}
	
.products-list li a span.name{
	padding:10px 10px;
	margin-top:10px;
	color:#027dc3;
	background:#fff;
	font-size:15px;
	height:55px;
	overflow:hidden;
	display:block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;

	}
	
.products-list li a:hover span.name{
	padding:10px 10px;
	color:#fff;
	background:#027dc3;
	display:block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	}
	
	
.products-list li a span.lichidare{
	width:22px;
	height:25px;
	background:url(../images/lichidare-stoc.png) no-repeat;
	text-indent:-9999px;
	position:absolute;
	right:30px;
	top:20px;
	z-index:2;
	display:block;
	}



.big-img{
	text-align:center;
	margin:0 0 20px 0;
	}
	
.big-img img{
	max-width:100%
	}
	
.thumbs .item{
	padding:10px;
	margin:0 0 20px 0
	}
	
.thumbs .item a img{
	max-width:100%;
	}
	
.description{
	padding:30px;
	}	
	
	
	
#prod-name h2{
	font-size:24px;
	font-weight:600;
	color:#027dc3
	}


ul.top-specs{
	margin-top:20px;
	margin-bottom:20px;
	padding:0;
	}

ul.top-specs li{
	margin-bottom:24px;
	height:30px;
	}
	
ul.top-specs li a{
	color:#19aa8e
	}
ul.top-specs li span{
	cursor:pointer
	}


ul.top-specs li .price-item{
	padding:6px 10px;
	margin-top:0;
	border:1px solid #19aa8e;
	display:inline-block
	}
	
ul.top-specs li .price-item span.price-val{
	font-size:16px;
	font-weight:600;
	color:#19aa8e
	}

table.tab-engros{
	width:100%;
	margin-bottom:30px;
	}

table.tab-engros tr th{
	width:25%;
	font-weight:600;
	text-align:center;
	border-bottom:1px solid #19aa8e
	}
	
table.tab-engros tr td{
	text-align:center;
	border-bottom:1px solid #cccccc
	}
	
	


form.select-specs ul.top-specs li input.amount{
	display:inline-block;
	width:70px;
	border:none;
	background:#f5f5f5;
	padding:10px;
	}


form.select-specs label{
	font-size:16px;
	font-weight:600;
	color:#19aa8e

	}

form.select-specs select.garantie-ext{
	width:100%;
	display:block;
	border:none;
	background:#f5f5f5;
	padding:10px;
	margin-bottom:20px;
	}


form.select-specs input.add-cart{
	background:#19aa8e url(../images/ico-cart-w.png) no-repeat 10px center;
	color:#fff;
	padding:15px 15px 15px 56px;
	text-transform:uppercase;
	border:none;
	font-size:16px;
	font-weight:600;
	margin-top:10px;
	}



.nav-tabs {
    border-bottom: none;
	background:#19aa8e;
	color:#fff
}


.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: transparent;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #555;
    cursor: default;
}

.nav-tabs > li > a {
    border: 1px solid transparent;
    border-radius: 0 0 0 0;
    line-height: 1.42857;
    margin-right: 0;
	color:#fff
}

.nav-tabs > li > a:hover{
	color:#19aa8e
	}


.tab-content > .tab-pane{
	background:#fff;
	padding:15px;
	}

ul.list{
	padding-left:20px;
	margin-bottom:20px;
	}
	
ul.list li{
	background:url(../images/arrow-li.png) no-repeat left 7px;
	padding-left:10px;
	}
	
	
.sidebar-left-content{
	background:#fff;
	padding:15px;
	}	
	
	
a.del-filters{
	font-size:14px;
	color:#027dc3;
	display:block;
	margin-bottom:10px;
	}
	
form.filters fieldset{
	margin:0 0 20px 0;
	padding:0;
	border:0;
	}
	
form.filters fieldset h3{
	font-size:14px;
	color:#027dc3;
	display:block;
	margin-bottom:4px;
	font-weight:600
	}
	
form.filters fieldset label{
	margin-bottom:6px;
	display:block
	}
	
form.filters fieldset label input{
	vertical-align:middle
	}
	
form.filters fieldset label span{
	font-weight:300;
	font-size:13px;
	vertical-align:middle
	}
	

.products-list-int{
	display:block;
	overflow:hidden;
	padding-top:30px;
	}
	
.products-list-int li{
	margin:0 0 30px 0

	}

.products-list-int li .item{
	font-size:16px;
	line-height:18px;
	border:1px solid #fff;
	display:block;
	text-align:center;
	padding:10px;
	text-decoration:none;
	background:#fff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	}
	
.products-list-int li:hover .item{
	border:1px solid #82d2d2;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	}
	
.products-list-int li .item span.pic{
	width:100%;
	display:block;
	margin:0 0 10px 0;
	text-align:center;
	position:relative
	}
	
	
.products-list-int li span.pic span.lichidare{
	width:22px;
	height:25px;
	background:url(../images/lichidare-stoc.png) no-repeat;
	text-indent:-9999px;
	position:absolute;
	right:10px;
	top:10px;
	z-index:2;
	display:block;
	}
	
	

	
.products-list-int li .item span.pic img{
	max-width:100%;
	max-height:180px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display:inline-block;
	
	}
	
.products-list-int li .item span.name{
	padding:0 10px 10px 10px;
	margin-top:10px;
	color:#027dc3;
	background:#fff;
	font-size:15px;
	font-weight:600;
	height:55px;
	overflow:hidden;
	display:block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;

	}
	
.products-list-int li .item .info-item{
	border-bottom:1px solid #c6c6c6;
	margin-bottom:10px;
	padding:0 0 10px 0;
	font-size:13px;
	overflow:hidden
	}

.products-list-int li .item .info-item span.code-item{
	height:18px;
	padding-left:26px;
	background:url(../images/ico-code-list.png) no-repeat left center;
	float:left;
	}
	
.products-list-int li .item .info-item span.quality-item{
	height:18px;
	padding-left:26px;
	background:url(../images/ico-quality-list.png) no-repeat left center;
	float:right;
	}
	
.products-list-int li .item .prices-item{
	margin-bottom:6px;
	font-size:13px;
	overflow:hidden
	}
	
.products-list-int li .item .prices-item .qnt{
	width:25%;
	float:left;
	text-align:left
	}
		
		
.products-list-int li .item .prices-item .val{
	width:70%;
	float:right;
	}
	
.products-list-int.en-detail .item .prices-item .val{
	width:100%
	}
	
.products-list-int li .item .prices-item .val span{
	font-size:15px;
	font-weight:600;
	color:#027dc3
	}
		
	
a.details{
	font-size:13px;
	font-weight:700;
	text-transform:uppercase;
	display:inline-block;
	border:1px solid #19aa8e;
	padding:8px 20px;
	margin:10px 0;
	color:#19aa8e;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;

	}
	
a.details:hover{
	font-size:13px;
	font-weight:700;
	text-transform:uppercase;
	display:inline-block;
	border:1px solid #19aa8e;
	padding:8px 20px;
	margin:10px 0;
	color:#fff;
	background:#19aa8e;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;

	}	
	
	
form.sort{
	display:block;
	margin:20px 0 0 0;
	}
	
form.sort span{
	margin-right:10px;
	}
	
form.sort select{
	border:1px solid #d7d7d7;
	background:#fff;
	padding:6px 10px;
	}
	
	
.login-section{
	background:#fff;
	padding:15px 0;
	}
	
.login-section h2{
	color:#027dc3;
	font-size:24px;
	font-weight:600;
	}	
	
.login-section h3{
	color:#000;
	font-size:18px;
	font-weight:600;
	}	
	
	
form.user-login{
	padding-right:60px;
	}
	
form.user-login label{
	margin-bottom:20px;
	display:block;
	}
	
form.user-login label span{
	width:100%;
	font-weight:300;
	display:block;
	margin-bottom:4px;
	}
	
form.user-login label input{
	width:100%;
	padding:8px 10px;
	background:#f1f1f1;
	display:block;
	border:none
	}	
	
form.user-login a{
	display:block;
	margin-bottom:10px;
	}
	
	
form.user-login input.login{
	font-size:13px;
	font-weight:700;
	text-transform:uppercase;
	display:inline-block;
	border:1px solid #19aa8e;
	padding:8px 20px;
	margin:10px 0;
	color:#19aa8e;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	background:#fff

	}
	
	
	
	
	
/*register*/

form.user-register{
	padding-right:60px;
	}
	
	
form.user-register h2{
	margin-left:15px;
	}
	
form.user-register h3{
	margin-bottom:20px;
	}
	
form.user-register label{
	margin-bottom:20px;
	display:block;
	overflow:hidden;
	font-weight:normal
	}
	
form.user-register label span{
	width:30%;
	font-weight:400;
	display:block;
	margin-bottom:4px;
	float:left;
	}
	
form.user-register label input{
	width:70%;
	padding:8px 10px;
	background:#f1f1f1;
	display:block;
	border:none;
	float:left;
	}	
	

	
form.user-register label input[type="checkbox"]{
	width:auto;
	margin-right:10px;
	}
	
form.user-register label select{
	width:70%;
	padding:8px 10px;
	background:#f1f1f1;
	display:block;
	border:none;
	float:left;
	}		

	
form.user-register a{
	display:block;
	margin-bottom:10px;
	}
	
	
form.user-register input.login{
	font-size:13px;
	font-weight:700;
	text-transform:uppercase;
	display:inline-block;
	border:1px solid #19aa8e;
	padding:8px 20px;
	margin:10px 0;
	color:#19aa8e;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	background:#fff

	}



/*register*/
	
	
	
/*cart*/	
.cart-wrapper{
	overflow:auto
	}
	
table.tab-cart{
	margin-bottom:30px;
	}	

table.tab-cart th, table.tab-cart td{
	padding:10px;
	text-align:center
	}	

table.tab-cart th{
	color:#fff;
	background:#19aa8e
	}
	
table.tab-cart td{
	border-bottom:1px solid #ccc;
	vertical-align:top
	}
	
table.tab-cart td.prod{
	text-align:left;
	}
	
table.tab-cart td .img-prod{
	width:20%;
	margin-bottom:6px;
	margin-right:10px;
	float:left
	}
	
	
table.tab-cart td span{
	display:inline-block;
	margin-top:6px;
	}
	
table.tab-cart td .img-prod img{
	max-width:100%
	}	
	
table.tab-cart td .name-prod{
	width:80%;
	float:left
	}	
	
table.tab-cart td input.cant{
	width:60px;
	padding:4px 10px;
	margin:0 10px;
	display:inline-block;
	background:#f1f1f1;
	text-align:center;
	border:none;
	}	
	

table.tab-cart td.subtotal{
	color:#027dc3;
	}
	
table.tab-cart td.total{
	background:#027dc3;
	color:#fff;
	font-weight:700
	}
	
.modal h3{
	font-weight:600;
	color:#027dc3;
	}
	
	

a.update{
	width:50px;
	height:16px;
	padding:0 0 0 15px;
	margin:5px 0 0 0;
	line-height:15px;
	background:url(../images/update.png) no-repeat left top;
	display:block;
	color:#333;
	font-size:14px;
	}

a.delete{
	width:50px;
	height:16px;
	padding:0 0 0 15px;
	margin:-10px 0 0 0;
	line-height:16px;
	background:url(../images/delete.png) no-repeat left top;
	display:block;
	color:#333;
	font-size:14px;
	}
	
#contactContent label textarea{
	width:300px;
	height:100px;
	padding:5px;
	font-family:arial;
	font-size:12px;
	border: 1px solid #C3CED5;
    color: #68757D;
	display:block;
	}


#contactContent label textarea{
	width:100%;
	height:160px;
	padding:5px;
	font-family:arial;
	font-size:12px;
	border: 1px solid #ddd;
    color: #68757D;
	display:block;
	}
	
.contact-form{
	margin-bottom:20px
	}
	
	
.map{
	margin-bottom:30px;
	}
	
.map img, .map iframe{
	max-width:100%!important;
	height:auto
	
	}
	



	
.description-product{
	margin-bottom:10px;
	background:#fff;
	padding-top:15px;
	padding-bottom:15px;
	}

.thumbs-outer{
	padding:0 10px;
	overflow:hidden
	}

.thumbs{
	margin-bottom:20px;
	position:relative
	}

	
.img-cart img{
	width:80px;
	}

#left-col{
	overflow:hidden;
	margin-bottom:30px;
	}

.filters-btn{
		display:none;
		cursor:pointer
		}
	
	
form.filters.collapsed{
		display:none;
		}
		
	form.filters.expanded{
		display:none;
		}
		
		
/*pentru selectul cu imagine--*/	
#accesorii {
	width:100%;
	min-height:200px;
	margin:0 0 0 0;
	display:block;
}
	
	
#imgPreviewContainer{
	z-index:9999;
	}

/*--pentru selectul cu imagine*/		



/*custom select*/

.custom-select{
	width:100%;
	position:relative;

	margin-bottom:20px;
	
	}
	
.custom-select h3{
	width:100%;
	font-size:14px;
	padding:14px 20px;
	margin:0;
	display:block;
	cursor:pointer;
	background:#f5f5f5;
	}
	
.custom-select h3 img{
	width:40px;
	height:40px;
	}
	
.custom-select h3 span{
	width:17px;
	height:17px;
	background:url(../images/select-down.png) no-repeat;
	float:right
	}
	
.custom-select h3.selected span{
	width:17px;
	height:17px;
	background:url(../images/select-up.png) no-repeat;
	}
	
.custom-select ul.select-list{
	padding:0;
	margin:0;
	list-style:none;
	position:relative;
	z-index:1
	}
	
ul.select-list{
	height:150px;
	overflow:auto
	}
	
	
ul.select-list.collapsed{
	display:none;
	}
	
ul.select-list.expanded{
	display:block;
	}

.custom-select ul.select-list li{
	padding:10px;
	border-bottom:1px solid #ccc;
	cursor:pointer
	}
	
.custom-select ul.select-list li img{
	width:40px;
	height:40px;
	}
	
.img-select{
	width:220px;
	height:220px;
	position:absolute;
	display:none;
	z-index:999
	}

.img-select img{
	max-width:100%;
	height:auto;
	}


	
@media (max-width:1199px){
	
	
	
	.top {
		height: auto;
		position: relative;
	}
	
	.hero-content{
		top:10px
		}
		
	ul.main-nav li a{
		padding:6px 15px;
		font-size:14px;
		
		}
	}
	
	

@media (max-width:1100px){
	

		
	.hero-content{
		top:30px
		}
		
	.hero .logo{
		background-size:100%;
		width:160px;
		height:70px
		}
	
	
	
	}
	
	
@media (max-width:990px){
	
ul.main-nav li a{
		padding:6px 6px;
		font-size:13px;
		letter-spacing:normal
		}
		
		
	.hero-content{
		top:30px
		}
		
	.hero .logo{
		background-size:100%;
		width:160px;
		height:70px
		}
	
	ul.main-nav li a{
		padding:6px 21px;
		font-size:13px;
		letter-spacing:normal
		}
		

	
	}
	
	
@media (max-width:768px){
	
	a.facebook-top {
		position: absolute;
		right: -14px;
		top: -46px;
		display: block;
	}
	
	
	a.traiect{
	width:76px;
	height:76px;
	background:url(../images/logo-traiect.png) no-repeat;
	background-size:100%;
	text-indent:-9999px;
	background-size:100%;
	position:relative;
	z-index:2;
	display:block;
	}
	
	
	ul.main-nav{
		position:relative;
		left:auto;
		bottom:auto;
		}
	
	form.filters{
		margin-top:20px;
		}
	
	.filters-btn{
		display:block;
		cursor:pointer;
		}
		
		
		
	.filters-btn .ico{
		width:30px;
		display:inline-block;
		vertical-align:top;
		margin-right:6px;
		}
		
	.filters-btn .ico span{
		width:100%;
		height:3px;
		margin-bottom:5px;
		background:#000;
		display:block
		}
		
	.filters-btn div{
		display:inline-block;
		vertical-align:top;
		font-size:16px;

		}
		
	form.filters.collapsed{
		display:none;
		}
		
	form.filters.expanded{
		display:block;
		}


	.top-section {
		height: 240px;
		position: relative;
		z-index: 1000;
	}
	
	.top-items {
		font-family: "Open Sans",sans-serif;
		font-size: 14px;
		position: absolute;
		right: auto;
		top: 99px;
	}
	
	form.search-form {
		bottom: 10px;
		height: 26px;
		position: absolute;
		right: auto;
		left:10px;
		width: 220px;
	}
	
	.navbar-default {
		height: 226px;
	}
		
	a.traiect {
		left: 10px;
		position: absolute;
		text-indent: -9999px;
		top: 10px;
		width: 76px;
		height:76px;
		z-index: 2;
	}
	
	.right-header {
		float: none;
		width: 100%;
		text-align:center
	}
	
	a.phone-lnk {
		color: #333;
		display: inline-block;
		float: none;
		font-size: 16px;
		height: 23px;
		line-height: 23px;
		margin: auto;
		padding: 0 0 0 30px;
	}

	
	.navbar-default .navbar-collapse, .navbar-default .navbar-form{
		width:100%;
		overflow:hidden
		}
	

	.navbar-default .navbar-collapse{
	margin:0!important
	}
	
	a.gold-capital{
		margin-top:-90px;
		}
	
	
	.top-address{
		display:none;
		}
	
	.top-nav{
		width:100%;
		position:relative;
		right:auto;
		top:auto;
		float:left;
		text-align:center
		}
	
	
	
	.navbar-collapse {
		width:100%;
		border-top: 0 none;
		top: 130px;
		box-shadow: none;
		position: absolute;
		right: 0;
		width: auto;
		background:#fff;

		z-index:99;
	}
	
	
	.navbar-default {

		border-bottom:none
	}

	
	
	
		

	.btm-item{
		text-align:center;
		padding-top:10px;
		}
	
	
	.r-btm{
		text-align:center
		}
	
	.top-section{
		margin-bottom:10px;
		position:relative;
		z-index:1000
		}
	
	.form-group{
		overflow:hidden;
		}
	
	.form-control{
		width:220px;
		float:left;
		
		}
		
	.form-group button.search-button{
		float:right
		}
		
	.navbar-form{
		margin:0;
		}
		

		
	.search-form .form-group input.form-control{
		padding-left:30px;
		}
		
	.big-img{
		display:none
		}
		
	.row{
		margin:0;
		}
		
	ul.main-nav{
		padding:10px 0 0 0;
		margin-bottom: 0;
		background:#0070b0
		}
		
	
	ul.main-nav li a{
		font-size:18px;
		}
		
	ul.main-nav li ul li a{
		font-size:16px;
		padding:6px 0 6px 30px;
		}
		
	ul.main-nav li:hover ul{
		display:block;
		position:relative;
		left:auto;
		top:auto;
		background:#fff;
		width:100%;
		}
		
		
	ul.main-nav li:hover ul li:hover ul{
		display:block;
		position:relative;
		left:auto;
		top:auto;
		background:#fff;
		width:100%;
		}
		
	ul.main-nav li ul li ul li a{
		padding:6px 0 6px 40px;
		}
		
		
	.servicing .txt{
		width:100%;
		position:relative;
		right:auto;
		bottom:auto;
		padding:20px;
		background-color: rgba(0, 0, 0, 0.7);
		text-align:center;
		color:#fff
		}		
	
	
	
	
		
	.hero-content{
		width:100%;
		margin:0 auto;
		text-align:center
		}

		
	.hero-content{
		top:0;

		}
	
	.box{
		margin-bottom:30px;
		}
		
	.navbar{
		margin-bottom:0;
		}
		
		
	.footer{
	padding:40px 20px 20px 20px;
	text-align:center
	}
	
	.footer, .footer a{
		color:#888888;
		}
		
	ul.social-list{
		float:none;
		display:block;
		margin-top:20px;
		text-align:center
		}
		
	ul.social-list li{
		float:none;
		display:inline-block;
		margin:0 5px;
		}
		
	.find-diamond-section h2{
		font-size:40px;
		padding:0 20px;	
			}
		
	ul.thumbs{
		padding:0 0 30px 0!important
		}
		
	input, textarea {
	  -webkit-appearance: none;
	  -webkit-border-radius: 0;
	}
	
	a.log-out{
		margin:10px 0 0 10px;
	}
	
	
	
	
	.address{
		text-align:center
		}
		
	.thumbs .item {
		margin: 0 auto 20px auto;
		text-align: center;
		
	}
	
	.btm-links, .social{
		text-align:center;
		}
		
	.btm-links{
		margin-bottom:20px;
		}
		
	.btm-links a {
		letter-spacing: 0;
		margin: 0 4px;
	}
	
	
	.nav-tabs > li > a{
		padding:10px 6px;
		font-size:13px;
		}
		
	form.user-register label span{
		width:100%;
		}
		
	form.user-register label input{
		width:100%;
		}	
}


@media (max-width:640px){

	body.home{
		background-size:100%
		}

	.hero-content{
		top:0
		}

	a.traiect-home {
		width: 100px;
		height: 100px;
		background: url(../images/logo-traiect.png) no-repeat left top;
		background-size: 100%;
		margin: 30px auto;
		text-indent: -9999px;
		display: block;
	}


body.home h2{
	font-size:22px
	}
	
	table.tab-cart{
			width:600px;
			}
		table.tab-cart td .img-prod{
			width:70px;
			margin-bottom:6px;
			float:left
			}
			
		table.tab-cart td{
			font-size:12px;
			}

		
	}


@media (max-width:480px){


	.hero .logo{
		background-size:100%;
		width:160px;
		height:70px
		}
		

		
	.hero-content{
		top:60px;
		}
		
	.wish-list, .sign-up-section{
		margin:0 0 20px 0;
		}
		
		
	form.cart-box {
		padding: 8px 10px;
		width: 260px;
	}
	
	form.cart-box input.submit-cart{
		margin:10px 0 0 0;
		}
	
	
	
		
		

		
	#slideshow a{
		display:block;
		position:relative
		}
		
	#slideshow .txt a.lnk{
		background:#fb5050;
		color:#fff;
		text-transform:uppercase;
		font-size:14px;
		font-weight:600;
		padding:3px 30px;
		display:block;
		}
		
	
	#slideshow .txt h3{
		font-size:16px;
		font-weight:600;
		text-transform:uppercase
		}	
		
	#slideshow .txt .red-txt{
		font-size:20px;
		font-weight:600;
		color:#fb5050;
		text-transform:uppercase
		}	
		
	
	.carttbl{
		border-collapse:collapse;
		width:100%;
		margin:20px 0;
		
	}
	.carttbl td{
		border-bottom:1px solid #D6D6D6;
		padding:5px 1px;
		font-size:12px;
	}
	
	
	.carttbl tfoot td{
		font-weight:bold;
		color:#ffffff;
		padding:0 10px 0 0;
	}
	.carttbl th{

		padding:8px 10px;
		font-weight:normal;
		color:#ffffff;
	}
	.carttbl .article{
		color: #333333;
		
		font-size: 12px;
		font-style: italic;
		font-weight: bold;
		margin: 0 0 15px 0;
		padding: 0;
	}
	
	.carttbl td img{
		max-width:30px;
		height:auto
		}
	
	.carttbl .qty{ 
		padding:3px;
		border:1px solid #cccccc;
		width:50px;
	}	
	
	
	.button {
		width:100px;
		height:30px;
		line-height:28px;
		padding:0 7px 0 0;
		margin:0 0 0 90px;
		font-size:12px;
		color:#ffffff;
		text-transform:uppercase;
		cursor:pointer;
		float:right;
	}
	
	a.update{
		width:50px;
		height:16px;
		padding:0 0 0 15px;
		margin:5px 0 0 0;
		line-height:15px;
		background:url(../images/update.png) no-repeat left top;
		display:block;
		font-size:12px;
		
		}
	
	a.delete{
		width:50px;
		height:16px;
		padding:0 0 0 15px;
		margin:-10px 0 0 0;
		line-height:16px;
		background:url(../images/delete.png) no-repeat left top;
		display:block;

		font-size:12px;
		}
	
	
		

.search-form .form-group input.form-control {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    display: block;
    padding-right: 20px;
	padding-left:30px;
}
		

		.search-form .form-group{
			left:0;
			}

			
	}
	
@media (max-width:360px){
	/*.hero{
		height:400px;
		}*/
	a.kerns{
		float:none;
		display:block;
		margin:0 auto
		}
	
	.top-nav{
		width:100%;
		position:relative;
		right:auto;
		top:auto;
		float:none;
		display:block;
		text-align:center
		}
	
	
	
	.hero-content{
		top:20px;
		}
	
	form.cart-box input.submit-cart{
		float:left
		}
		
		
	body.home .container{
		padding:10px;
		}

	
	.container{
		padding:0 10px
		}
	.navbar-collapse{
		top:54px;
		}
	
	.home-carousel a span.more, .home-carousel:hover a span.more  {
		letter-spacing: 1px;
		padding: 3px 8px;
	}
	
	}
	
	
@media (max-width:320px){
	
	
	
	#frmContact{
		width:280px;
		display:block;
		overflow:hidden;
		}
	
	#frmContact fieldset{
		width:280px;
		display:block;
		padding:0;
		margin:0;
		border:0;
		overflow:hidden;
		}
	
	#frmContact fieldset label{
		border-bottom: 1px dashed #DBE3E7;
		display: block;
		margin: 0 0 10px 0;
		padding:0 0 5px 0;
		width: 100%;
		}	
	
	#frmContact fieldset label input{
		width:100%;
		height:34px;
		padding:5px;
		border: 1px solid #C3CED5;
		color: #68757D;
		display:block;
		}
	
	#frmContact fieldset input.send{
		width:120px;
		height:34px;
		line-height:34px;
		padding:0 7px 0 0;
		margin:0 auto;
		font-size:15px;
		background:#333;
		color:#ffffff;
		text-transform:uppercase;
		cursor:pointer;
		float:none;
		display:block;
		border:1px solid #333;
		}
	
	#contactContent label textarea{
		width:100%;
		height:150px;
		padding:5px;
		font-family:arial;
		font-size:12px;
		border: 1px solid #C3CED5;
		color: #68757D;
		display:block;
		}
		
	.contact-form{
		padding:0;
		}
		
	

	}
	
	


/*
ul.btm-list { list-style:none; }	
ul.btm-list li { list-style:none; list-style-type:none; margin-left:0; }

ul.share-list { list-style:none; }	
ul.share-list li { list-style:none; list-style-type:none; margin-left:0; }

ul.main-nav { list-style:none; }	
ul.main-nav li { list-style:none; list-style-type:none; margin-left:0; }


*/

.item_cnt_nav { clear:both; float:right; margin-bottom:20px; }

.contactContentConfirm { text-align:center; color:#ffffff; background-color:#3d6198;font-weight:bold;display:none; }




.success, .warning, .attention, .information {
    color: #555555;
    margin-bottom: 15px;
    padding: 10px 10px 10px 33px;
}
.success {
    background: url("../images/success.png") no-repeat scroll 10px center #EAF7D9;
    border: 1px solid #BBDF8D;
}
.warning {
    background: url("../images/warning.png") no-repeat scroll 10px center #FFD1D1;
    border: 1px solid #F8ACAC;
}
.attention {
    background: url("../images/attention.png") no-repeat scroll 10px center #FFF5CC;
    border: 1px solid #F2DD8C;
}



.btn-fin {
	margin:20px 20px 20px 20px !important;
	padding:0 0 20px 0;
}
a.continua {
	width:250px;
	height:48px;
	line-height:48px;
	padding:0 0 0 44px;
	margin:0 20px 0 0;
	color:#000000;
	background:url(../images/btn-continua.gif) no-repeat;
	float:left;
}
a.trimite-comanda {
	width:250px;
	height:48px;
	line-height:48px;
	padding:0 0 0 50px;
	color:#000000;
	background:url(../images/btn-trimite-comanda.gif) no-repeat;
	float:right;
}
.confirmare {
	width:260px;
	height:30px;
	padding:18px 0 0 0;
	float:left;
}

#tables {
    display: block;
    overflow: hidden;
}
#tables table {
    background: #cdcdcd none repeat scroll 0 0;
	border-collapse:inherit;
	border-spacing:1px;
}
#tables table th {
    background: #eeeeee none repeat scroll 0 0;
    text-align: left;
    text-transform: uppercase;
	padding:4px;
}
#tables table td {
    background: #f5f5f7 none repeat scroll 0 0;
	padding:4px;
}

.main{
    margin-bottom:30px;
    }
	
.products-list-int li span.pic span.stoc0{
    width:22px;
    height:25px;
    background:url(../images/stoc0.png) no-repeat;
    text-indent:-9999px;
    position:absolute;
    right:8px;
    top:10px;
    z-index:2;
    display:block;
    }

.products-list-int li span.pic span.comanda{
    width:22px;
    height:25px;
    background:url(../images/comanda.png) no-repeat;
    text-indent:-9999px;
    position:absolute;
    right:8px;
    top:10px;
    z-index:2;
    display:block;
    }
   
.products-list-int li span.pic span.promo{
    width:22px;
    height:25px;
    background:url(../images/promo.png) no-repeat;
    text-indent:-9999px;
    position:absolute;
    right:10px;
    top:10px;
    z-index:2;
    display:block;
    }