html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
	/*background: #DBDBDB;*/ /*  Background default  */
	/*background-color: #DBDBDB;*/
	/*background-color: #860000;*/
	
	/* BEGIN CSS radial background DEFAULT */
	/*background-image: radial-gradient(circle, #e2e7ef, #E9EBEE, #b5c2d6);*/ /* Radial background: int-mid-ext */
	/* END CSS radial background DEFAULT */
	
	/* BEGIN SVG background DEFAULT */
	background-color: #737373;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%23818181' points='800 100 0 200 0 800 1600 800 1600 200'/%3E%3Cpolygon fill='%238f8f8f' points='800 200 0 400 0 800 1600 800 1600 400'/%3E%3Cpolygon fill='%239d9d9d' points='800 300 0 600 0 800 1600 800 1600 600'/%3E%3Cpolygon fill='%23aaaaaa' points='1600 800 800 400 0 800'/%3E%3Cpolygon fill='%23b8b8b8' points='1280 800 800 500 320 800'/%3E%3Cpolygon fill='%23c6c6c6' points='533.3 800 1066.7 800 800 600'/%3E%3Cpolygon fill='%23d4d4d4' points='684.1 800 914.3 800 800 700'/%3E%3C/g%3E%3C/svg%3E");
	background-attachment: fixed;
	background-size: cover;
	/* END SVG background DEFAULT */

	/* BEGIN background DEFAULT */
		/*background: url('/image/backgrounds/bg.png') top center no-repeat, url('/image/backgrounds/bg_bottom.png') bottom center no-repeat;*/
		/*background-color: #4C4C4C;*/
	/* END background DEFAULT */
	
	/* BEGIN background Spring */
		/*background: url('/image/backgrounds/bg_spring_top.png') top center no-repeat, url('/image/backgrounds/bg_spring_bottom.png') bottom center no-repeat;*/
		/*background-color: #d8e4f4;*/
	/* END background Spring */
	
	/* BEGIN background Sărbătorile de Paşte */
		/* background: url('/image/backgrounds/bg_paste_top.png') top center no-repeat, url('/image/backgrounds/bg_paste_bottom.png') bottom center no-repeat;*/
		/* background-color: #d8e4f4;*/
	/* END background Sărbătorile de Paşte */
	
	/* BEGIN background Summer */
		/*background: url('/image/backgrounds/bg_summer_top.png') top center no-repeat, url('/image/backgrounds/bg_summer_bottom.png') bottom center no-repeat;*/
		/*background-color: #D8BDA6;*/
	/* END background Summer */
	
	/* BEGIN background Septembrie */
		/*background: url('/image/backgrounds/bg_top_04_septembrie.png') top center no-repeat, url('/image/backgrounds/bg_bottom_04_septembrie.png') bottom center no-repeat;*/
		/*background-color: #0A68CD;*/
	/* END background Septembrie */
	
	/* BEGIN background Winter */
		/*background: url('/image/backgrounds/bg_winter_top.png') top center no-repeat, url('/image/backgrounds/bg_winter_bottom.png') bottom center no-repeat;*/
		/*background-color: #E2F1F0;*/
	/* END background Winter */
	
	/* BEGIN background Black-Friday */
		 /*background: url('../image/backgrounds/Black-Friday_bg.jpg') top center repeat;*/ /* BACKGROUND NEGRU pentru Black Friday */
	/* END background Black-Friday */
	
	/* BEGIN background Black-Week */
		 /*background: url('../image/backgrounds/Black-Week.jpg') top center repeat;*/ /* BACKGROUND NEGRU pentru Black Friday */
	/* END background Black-Week */	
	
	/* BEGIN background Sărbătorile de iarnă */
		/*background: url('/image/backgrounds/bg_sarbatori-de-iarna_top.png') top center no-repeat, url('/image/backgrounds/bg_sarbatori-de-iarna_bottom.png') bottom center no-repeat;*/
		/*background-color: #ffb1b1;*/
	/* END background Sărbătorile de iarnă */
	
	/* BEGIN background Black-Days Scitec-Nutrition */
		/*background: url('../image/backgrounds/Black-Days_Scitec-Nutrition_bg-pattern.jpg') top center repeat;*/ /* BACKGROUND NEGRU pentru Black Days la Scitec-Nutrition */
	/* END background Black-Days Scitec-Nutrition */

}

/* BEGIN Youtube video background */
.video-background {
  background: #000000;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
.video-foreground, .video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#vidtop-content {
	top: 0;
	color: #fff;
}
@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
}
/* END Youtube video background */

body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background: url('/image/backgrounds/body-header-background.png') top center no-repeat;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
h1, .welcome {
	color: #636E75;
	font: Verdana;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 32px;
	font-weight: normal;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
}
h2 {
	color: #000000;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
a, a:visited, a b {
	color: #4D0000;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea {
	background: #F8F8F8;
	border: 1px solid #7C3C3C;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
}
select {
	background: #F8F8F8;
	border: 1px solid #7C3C3C;
	padding: 2px;
}
label {
	cursor: pointer;
}
/* layout */
#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 5px;
	/*margin-top: 10px;*/
	margin-bottom: 10px;
	/*background: #DBDBDB;*/
	/* BEGIN background pentru Black Friday */
	/* END background pentru Black Friday */
}
#incontainer {
    background: #fff;
	width: 980px;
	padding: 10px;
}

/* === BEGIN Meniul de sus din header, cu: "Prima pagina, Wish list, Contul meu, Cos de cumparaturi, Comanda" === */
.top-header-menu {
	background: url('../image/backgrounds/top-header-menu-bg.png') repeat-x;
	/*background-color: #444343;*/
	width: 1000px;
	height: 35px;
	border: 1px solid #2E2E2E;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	margin-bottom: 10px;
}
#top-header-menu ul {
	margin: 0;
	/*padding: 0;*/
	padding-top: 10px;
	list-style-type: none;
	text-align: center;
}
#top-header-menu ul li {display:inline;}
#top-header-menu ul li a {text-decoration:none; font-size:12px; padding:10px 10px 10px 10px; color:#fff; background-color:none; border-left: 1px solid #676767; border-right: 1px solid #676767;}
#top-header-menu ul li a:hover {color:#fff; background-color:#2B2B2B;}
#top-header-menu ul li a:active {color:#FF0000; background-color:#5E5E5E;}
/* === END Meniul de sus din header, cu: "Prima pagina, Wish list, Contul meu, Cos de cumparaturi, Comanda" === */

.margintop {
    /*background: url('../image/upmargin.png') bottom center no-repeat;*/
	background: #FFFFFF;
	width: 100%;
	height: 10px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}
.margindown {
    /*background: url('../image/downmargin.png') top center no-repeat;*/
	background: #FFFFFF;
	width: 100%;
	height: 10px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}
#column-left {
	float: left;
	width: 190px;
}
#column-right {
	float: right;
	width: 190px;
}
#content {
	min-height: 400px;
	margin-bottom: 25px;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 200px;
}
#column-right + #content {
	margin-right: 200px;
}
/* header */
#header {
	height: 100px;
	margin-bottom: 7px;
	padding-bottom: 4px;
	position: relative;
	z-index: 99;
}
#header #logo {
	position: absolute;
	top: 5px;
	left: 0px;
}
#language {
	position: absolute;
	top: 72px;
	right: 150px;
	width: 145px;
	color: #333;
	font-weight: bold;
	line-height: 17px;
	text-align: right;
}
#language img {
	cursor: pointer;
}
#currency {
    text-align: right;
	width: 150px;
	position: absolute;
	top: 70px;
	right: 0px;
	color: #333;
	font-weight: bold;
	font-size: 12px;
}
#currency a {
	display: inline-block;
	padding: 2px 4px;
	border: 1px solid #CCC;
	color: #999;
	text-decoration: none;
	margin-right: 2px;
	margin-bottom: 2px;
}
#currency a b {
	color: #000;
	text-decoration: none;
}
#header #cart {
	position: absolute;
	top: 10px;
	right: 400px;
	z-index: 9;
	min-width: 300px;
}
#header #cart .heading {
	float: right;
	width: 200px;
	text-align: center;
	margin-right: 57px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: url('../image/hcartbg.png') top left no-repeat;
	position: relative;
	z-index: 1;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
}
#header #cart.active .heading {	
	padding-bottom: 6px;
	border-top: 1px solid #DBDBDB;
	border-left: 1px solid #DBDBDB;
	border-right: 1px solid #DBDBDB;
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
}
#header #cart .heading h4 {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}
#header #cart .heading a {
	color: #4D0000;
	text-decoration: none;
}
#header #cart .heading a span {
	background: url('../image/arrow-down.png') 100% 50% no-repeat;
	padding-right: 15px;
}
#header #cart .content {
	clear: both;
	display: none;
	position: relative;
	top: -1px;
	padding: 8px;
	min-height: 150px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	-webkit-border-radius: 0px 7px 7px 7px;
	-moz-border-radius: 0px 7px 7px 7px;
	-khtml-border-radius: 0px 7px 7px 7px;
	border-radius: 0px 7px 7px 7px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	background: #FFF;
}
#header #cart.active .content {
	display: block;
}
#header #cart .cart {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
#header #cart .cart td {
	color: #000;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}
#header #cart .cart .image {
	width: 1px;
}
#header #cart .cart .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}
#header #cart .cart .name small {
	color: #666;
}
#header #cart .cart .quantity {
	text-align: right;
}
#header #cart .cart td.total {
	text-align: right;
}
#header #cart .cart .remove {
	text-align: right;
}
#header #cart .cart .remove img {
	cursor: pointer;
}
#header #cart table.total {
	border-collapse: collapse;
	padding: 5px;
	float: right;
	clear: left;
	margin-bottom: 5px;
}
#header #cart table.total td {
	color: #000;
}
#header #cart .content .checkout {
	text-align: right;
	clear: both;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}
#header #search {
	position: absolute;
	top: 35px;
	right: 0px;
	width: 375px;
	z-index: 15;
}
#header .button-search {
	position: absolute;
	left: 0px;
	background: none;
	width: 38px;
	height: 35px;
	cursor: pointer;
}
#header #search input {
	background: url('../image/serchbg.png') left center no-repeat;
	padding: 1px 1px 1px 44px;
	width: 335px;
	height: 28px;
    border: none;	
	color: #000;
	outline: none;
}
#header #welcome {
	position: absolute;
	top: 47px;
	right: 0px;
	z-index: 5;
	width: 298px;
	text-align: right;
	color: #999999;
}
#header .links {
	position: absolute;
	right: 0px;
	top: 10px;
	font-size: 10px;
	padding-right: 10px;
}
#header .links a {
	float: left;
	display: block;
	padding: 0px 0px 0px 6px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
#header .links a + a {
	margin-left: 8px;
	border-left: 1px solid #CCC;
}
/* menu */
#menu {
	background: url('../image/navbg.jpg') no-repeat;
	height: 38px;
	margin-bottom: 15px;
	padding: 0px 7px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;	
}
#menu > ul > li:hover {
	background: #DBDBDB;
}
#menu > ul > li > a {
	font-size: 12px;
	color: #777;
	line-height: 12px;
	text-decoration: none;
	display: block;
	padding: 12px 9px 12px 9px;
	font-family: "Lucida Grande", "Helvetica", "Arial", "Verdana", sans-serif;
	z-index: 6;
	position: relative;
	border-right: 1px solid #DBDBDB;
}
#menu > ul > li > div {
	display: none;
	background: #fff;
	position: absolute;
	z-index: 5;
	padding: 5px;
	border: 1px solid #ddd;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}
#menu > ul > li:hover > div {
	display: table;
}
#menu > ul > li > div > ul {
	display: table-cell;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
     font-family: "Lucida Grande", "Helvetica", "Arial", "Verdana", sans-serif;
	 font-size: 12px;
	text-decoration: none;
	padding: 4px;
	color: rgb(102, 102, 102);
	display: block;
	white-space: nowrap;
	min-width: 120px;
}
#menu > ul > li ul > li > a:hover {
	background: #ddd;
}
#menu > ul > li > div > ul > li > a {
	color: rgb(102, 102, 102);
}
.breadcrumb {
	color: #7C3C3C;
	margin-bottom: 10px;
}
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #000;
}
.success a, .warning a, .attention a, .information a {
   color: #fff;
   text-shadow: 1px 1px #000000;
   text-decoration: none;
   font-weight: bold;
}
.success {
	background: #78bbe6 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #ddd;
}
.warning {
	background: #78bbe6 url('../image/warning.png') 10px center no-repeat;
	/*border: 1px solid #ddd;*/
	border: 1px solid #000000;
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	-moz-box-shadow: -1px 2px 6px #000000;
	-webkit-box-shadow: -1px 2px 6px #000000;
	box-shadow: -1px 2px 6px #000000;
}
.attention {
	/*background: #78bbe6 url('../image/attention.png') 10px center no-repeat;*/
	background: #78bbe6 url('../image/attention.png') 10px center no-repeat;
	/*border: 1px solid #ddd;*/
	border: 1px solid #000000;
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	-moz-box-shadow: -1px 2px 6px #000000;
	-webkit-box-shadow: -1px 2px 6px #000000;
	box-shadow: -1px 2px 6px #000000;	
}
.information {
	background: #78bbe6 url('../image/information.png') 10px center no-repeat;
	border: 1px solid #ddd;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.required2 {
	color: #FF0000;
	font-size: 11px;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
	color: #000000;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td a {
	text-decoration: underline;
}
table.list tbody td {
	vertical-align: top;
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.list .asc {
	padding-right: 15px;
	background: url('../image/asc.png') right center no-repeat;
}
table.list .desc {
	padding-right: 15px;
	background: url('../image/desc.png') right center no-repeat;
}
.pagination {
	border-top: 1px solid #EEEEEE;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	/*border: 1px solid #EEEEEE;*/
	border: 1px solid #CCCCCC;
	padding: 4px 10px;
	text-decoration: none;
	color: #A3A3A3;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	/* Note: This gradient may render differently in browsers that don't support the unprefixed gradient syntax */
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top left, #FFFFFF 0%, #E8ECF0 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top left, #FFFFFF 0%, #E8ECF0 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(top left, #FFFFFF 0%, #E8ECF0 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #FFFFFF), color-stop(1, #E8ECF0));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top left, #FFFFFF 0%, #E8ECF0 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom right, #FFFFFF 0%, #E8ECF0 100%);
}
.pagination .links a:hover {color: #FF0000; border: 1px solid #960F0F; background-color:#FFDCDC;}
.pagination .links a:active {color: #FFFFFF; border: 1px solid #960F0F; background-color:#A81D1D;}
.pagination .links b {
	display: inline-block;
	/*border: 1px solid #4D0000;*/
	border: 1px solid #808080;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
	color: #4D0000;
	/*background: #FFFFFF;*/
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	/* Note: This gradient may render differently in browsers that don't support the unprefixed gradient syntax */
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(bottom right, #FFFFFF 0%, #CDD0D4 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(bottom right, #FFFFFF 0%, #CDD0D4 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(bottom right, #FFFFFF 0%, #CDD0D4 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, right bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #CDD0D4));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(bottom right, #FFFFFF 0%, #CDD0D4 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to top left, #FFFFFF 0%, #CDD0D4 100%);
}
.pagination .results {
	float: right;
	padding-top: 3px;
}
/* button */
a.button {
	display: inline-block;
	padding-left: 8px;
	background: url('../image/button-left.png') top left no-repeat;
	text-decoration: none;
	cursor: pointer;
}
a.button span {
	color: #444;
	line-height: 12px;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	padding: 7px 12px 9px 5px;
	background: url('../image/button-right.png') top right no-repeat;
}
a.button:hover {
	background: url('../image/button-left-active.png') top left no-repeat;
}
a.button:hover span {
	color: #FFFFFF;
	background: url('../image/button-right-active.png') top right no-repeat;
}
.buttons {
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	/*overflow: auto;*/
	overflow: hidden;
	padding: 6px;
	margin-bottom: 20px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.htabs {
	height: 30px;		
	line-height: 16px;
	border-bottom: 1px solid #DDDDDD;	
}
.htabs a {
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD; 
	background: #FFFFFF url('../image/tab.png') repeat-x;
	padding: 7px 15px 6px 15px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000000;
	margin-right: 2px;
}
.htabs a.selected {
	padding-bottom: 7px;
	background: #FFFFFF;
}
.tab-content {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	min-width:750px;
	overflow: auto;
	overflow-y: hidden;
	-ms-overflow-y: hidden;

}
/* BEGIN tabele descriere produse (<table>) */
div#tab-description.tab-content table { display:table; }
div#tab-description.tab-content table.tabel { display:table; border:2px solid #333333; } /* Forteaza ca tbody sa fie afisat pe 100% latime (width=100%) */
div#tab-description.tab-content table.tabel tbody {  }
div#tab-description.tab-content table.tabel tr:first-child td { background-color:#333333; color:#FFFFFF; padding:10px; font-weight:bold; font-size:1.2em; text-align:center; } /* Style doar pentru primul <tr> de sus! */ 
div#tab-description.tab-content table.tabel tr:nth-child(odd) { background-color:#F6F6F6; color:#333333; } /* Background alternativ (tip zebra) pt. fiecare rand/row "<tr>": prima culoare */
div#tab-description.tab-content table.tabel tr:nth-child(even) { background-color:#E9E9E9; color:#333333; } /* Background alternativ (tip zebra) pt. fiecare rand/row "<tr>": a doua culoare (optional!) */
div#tab-description.tab-content table.tabel td { border:1px solid #CCCCCC; }
/* END tabele descriere produse (<table>) */

/* box */
.box {
	margin-bottom: 20px;
}
#column-right .box .box-heading, #column-left .box .box-heading {    
	/*background: url('../image/topbox.jpg') no-repeat;*/
	background: url('../image/topbox3.png') no-repeat;
	padding: 10px 10px 10px 10px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica", "Arial", "Verdana";
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	color: #fff;
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	-khtml-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	border: none;
}
.box .box-heading {
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-khtml-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	background: url('../image/topbox2.png') top right no-repeat;
	padding: 10px 10px 10px 10px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica", "Arial", "Verdana";
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	color: #fff;
}
.box .box-content {
	background: #FFFFFF;
	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-khtml-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	border-left: 1px solid #CCCCCD;
	border-right: 1px solid #CCCCCD;
	border-bottom: 1px solid #CCCCCD;
	padding: 5px;
}
.box .box-content2 {
    background: #FFFFFF;
	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-khtml-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	border-left: 1px solid #CCCCCD;
	border-right: 1px solid #CCCCCD;
	border-bottom: 1px solid #CCCCCD;
	padding: 5px;
}
.prod_side_table { width:100%; font-family:"Lucida Grande","Lucida Sans Unicode","Helvetica","Arial","Verdana"; }
.prod_side_td { width:100%; border-bottom:1px solid #DBDEE1; }
.prod_side_td_a { text-decoration:none; color:#111; font-weight:bold; 
	overflow:hidden; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; /* Display text in only one row */
}
.prod_side_span1 { font-weight:bold; color:rgb(238, 49, 36); }
.prod_side_span2 { color:#ff0000; text-decoration:line-through; }
.prod_side_thumb { min-width:50px; height:50px; border:1px solid #DBDEE1; }


/* box products */
.box-product {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica", "Arial", "Verdana";
	width: 100%;
	overflow: auto;
}
.box-news {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica", "Arial", "Verdana";
	width: 100%;
	overflow: auto;
}
.box-news > div {
	width: 30%;
	display: inline-block;
	vertical-align: top;
	margin-left: 15px;
	margin-bottom: 5px;	
	text-align: left;
}	
.box-product > div {
	width: 175px;
	display: inline-block;
	vertical-align: top;
	margin-left: 15px;
	margin-bottom: 15px;	
	text-align: center;
}
.box-product > div:hover .name a{
    color: #555;
} 
.box-product .image {
	display: block;
	margin-bottom: 0px;
}
.box-product .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.box-product .name a {
	color: #111;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.box-product .price {
	display: block;
	font-weight: bold;
	color: #BD0000;
	margin-bottom: 4px;
}
.box-product .price-old {
	/*color: #F00;*/
	color: #808080;
	text-decoration: line-through;
}
.box-product .price-new {
	font-weight: bold;
}
.box-product .rating {
	display: block;
	margin-bottom: 4px;
}
/* box products 2 - Product page */
.box-product2 {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica", "Arial", "Verdana";
	width: 100%;
	overflow: auto;
}
.box-news2 {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica", "Arial", "Verdana";
	width: 100%;
	overflow: auto;
}
.box-news2 > div {
	width: 30%;
	display: inline-block;
	vertical-align: top;
	margin-left: 15px;
	margin-bottom: 5px;	
	text-align: left;
}	
.box-product2 > div {
	width: 170px;
	display: inline-block;
	vertical-align: top;
	margin-left: 15px;
	margin-bottom: 15px;	
	text-align: center;
}
.box-product2 > div:hover .name a{
    color: #555;
} 
.box-product2 .image {
	display: block;
	margin-bottom: 0px;
}
.box-product2 .image img {
	padding: 3px;
	border: 0px solid #E7E7E7;
}
.box-product2 .name a {
	color: #111;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
	/* Limiteaza numarul de caractere afisate */
	-o-text-overflow:ellipsis;	/* Opera */
    text-overflow:ellipsis;   	/* IE, Safari (WebKit) */
    overflow:hidden;			/* don't show excess chars */
    white-space:nowrap;			/* force single line */
    width:170px;				/* fixed width */
}
.box-product2 .price {
	display: block;
	font-weight: bold;
	color: #BD0000;
	margin-bottom: 4px;
}
.box-product2 .price-old {
	/*color: #F00;*/
	color: #808080;
	text-decoration: line-through;
}
.box-product2 .price-new {
	font-weight: bold;
}
.box-product2 .rating {
	display: block;
	margin-bottom: 4px;
}
/* box category */
.box-category {
	margin-top: -5px;
}
.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category > ul > li {
	padding: 5px 8px 5px 0px;	
	border-bottom: 1px dotted #ccc;
}
.box-category > ul > li + li {
}
.box-category > ul > li > a {
	text-decoration: none;
	color: #111;
	font-family: "Tahoma", "Lucida Grande", "Lucida Sans Unicode", "Helvetica", "Arial", "Verdana";
}
.box-category > ul > li:hover > a {
    color: #BD0000;
}
.box-category > ul > li ul {
	display: none;
}
.box-category > ul > li a.active {
	font-weight: bold;
}
.box-category > ul > li a.active + ul {
	display: block;
}
.box-category > ul > li ul > li {
	padding: 5px 5px 0px 10px;
}
.box-category > ul > li ul > li > a {
	text-decoration: none;
	display: block;
}
.box-category > ul > li ul > li > a.active {
	font-weight: bold;
}
/* content */
#content .content {
	padding: 10px;
	/*overflow: auto;*/
	overflow: hidden;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* category */
.category-info {
	/*overflow: auto;*/ /* Apare bara de scroll la descrierea categoriei */
	overflow-y: hidden; /* hide vertical scroll bar */
	overflow-x: hidden; /* hide horizontal scroll bar */
	margin-bottom: 20px;
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #E7E7E7;
}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	float: left;
	width: 50%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica", "Arial", "Verdana";
}
.category-list ul > li a {
	display: block;
	padding: 8px;
	margin: 10px;
	border: 1px solid #CCCCCD;
	background-color: #FFE5E5;
	text-decoration: none;
	-moz-box-shadow: 1px 3px 5px #696969;
	-webkit-box-shadow: 1px 3px 5px #696969;
	box-shadow: 1px 3px 5px #696969;
	font-size: 14px;
	font-weight: bold;
}
.category-list ul > li a:hover { background-color:#CCCCCD; border: 1px solid #A5A5A5; }
.category-list ul > li a:active { background-color:#FF5A5A; border: 1px solid #A5A5A5; }
.category-list .div a {
	text-decoration: underline;
	font-weight: bold;
}

/* manufacturer */
.manufacturer-list {
	border: 1px solid #CCCCCD;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
/* product */
.product-filter {
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 5px;
	overflow: auto;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	color: #333;
}
.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort {
	float: right;
	color: #333;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #333;
}
.product-compare {
	padding-top: 6px;
	margin-bottom: 25px;
	font-weight: bold;
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
}
.product-list > div {
	/*overflow: auto;*/
	overflow: hidden;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
.product-list .right {
	float: right;
	margin-left: 15px;
}
.product-list > div + div {
	border-top: 1px solid #EEEEEE;
	padding-top: 16px;
}
.product-list .image {
	float: left;
	margin-right: 10px;
}
.product-list .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	color: #111;
	font-weight: bold;
	text-decoration: none;
}
.product-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #4D4D4D;
}
.product-list .rating {
	color: #7B7B7B;
}
.product-list .price {
	float: right;
	height: 50px;
	margin-left: 8px;
	text-align: right;
	color: rgb(238, 49, 36);
	font-weight: bold;
	font-size: 16px;
}
.product-list .price-old {
	/*color: #F00;*/
	color: #808080;
	text-decoration: line-through;
}
.product-list .price-new {
	font-weight: bold;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
}
.product-list .cart {
	margin-bottom: 3px;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
}
.product-list .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-list .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left 60% no-repeat;
}
.product-grid {
	width: 100%;
	overflow: auto;
}
.product-grid > div {
    font-family: Arial, Helvetica, sans-serif;
	width: 175px;
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
	margin-bottom: 15px;
}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
	text-align: center;
	width: 100%;
}
.product-grid .image img {
	padding: 2px;
	border: 1px solid #DBDBDB;
}
.product-grid .name a {
	color: #111;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.product-grid .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #4D4D4D;
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
}
.product-grid .price {
	display: block;
	font-weight: bold;
	color: rgb(238, 49, 36);
	margin-bottom: 4px;
	font-size: 16px;
}
.product-grid .price-old {
	/*color: #F00;*/
	color: #808080;
	text-decoration: line-through;
}
.product-grid .price-new {
	font-weight: bold;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	margin-bottom: 3px;
}
.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 3px;
}
.product-grid .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-grid .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
/* Product */
.product-info {
	overflow: auto;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
.product-info-title {
    color: #333;
	text-decoration: none;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 7px;
}
.product-info .abovem {
    width: 100%;
}
.product-info > .left {
	float: left;
	margin-right: 15px;
}
.product-info > .left + .right {
	margin-left: 365px;
}
/* Pagina produsului: Imaginea mare de pe pagina cu produsul */
.product-info .image {
	border: 1px solid #E7E7E7;
	float: left;
	margin-bottom: 20px;
	padding: 6px;
	text-align: center;
}
.product-info .image-additional {
	float: left;
	width: 90px;
	overflow: hidden;
}
.product-info .image-additional img {
	border: 1px solid #E7E7E7;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}
/*  Pagina produsului: partea din dreapta imaginii produsului, cu pretul ...  */
.product-info .description {
	border-top: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
	padding: 5px 5px 10px 5px;
	margin-bottom: 10px;
	margin-left: 240px;
	line-height: 20px;
	color: #4D4D4D;
	width: 360px;
}
.product-info .description span {
	color: #4D0000;
}
.product-info .description a {
	color: #4D4D4D;
	text-decoration: none;
}
.product-info .price { /* Pretul pe pagina cu produsul (Product Page) */
	overflow: auto;
	border-bottom: 1px solid #E7E7E7;
	padding: 5px 5px 10px 5px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	color: rgb(238, 49, 36);
}
.product-info .price-old {
	/*color: #F00;*/
	color: #808080;
	text-decoration: line-through;
}
.product-info .price-new {}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
div.price .tva_taxe {font-weight:normal; font-size:0.6em; color:#808080; float:right; }
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
}

div.compare span.stock_gray, .product-info span.stock_gray { display:inline-block; background-color:#808080; color:#FFFFFF; font-weight:bold; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; }
div.compare span.stock_red, .product-info span.stock_red { display:inline-block; background-color:#EF2809; color:#FFFFFF; font-weight:bold; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; }
div.compare span.stock_orange, .product-info span.stock_orange { display:inline-block; background-color:#FF9900; color:#FFFFFF; font-weight:bold; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; }
div.compare span.stock_blue, .product-info span.stock_blue { display:inline-block; background-color:#0000FF; color:#FFFFFF; font-weight:bold; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; }
div.compare span.stock_green, .product-info span.stock_green { display:inline-block; background-color:#009900; color:#FFFFFF; font-weight:bold; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; }
.product-info span.stock_gray, .product-info span.stock_red, .product-info span.stock_orange, .product-info span.stock_blue, .product-info span.stock_green { padding:0px 7px; }
div.compare span.stock_gray, div.compare span.stock_red, div.compare span.stock_orange, div.compare span.stock_blue, div.compare span.stock_green { padding:3px 7px; }

.product-info .options {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	color: #000000;
	margin-left: 240px;
}
/* Casuta Cantitate + Buton "Adauga in cos" + Adauga in wishlist + Compara produs */
.product-info .cart {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 25px 10px 5px;
	margin-bottom: 20px;
	color: #4D4D4D;
	/*overflow: auto;*/
	overflow: hidden; /* Ascunde bara de scroll (hide scrollbar) */
	float: right;
}
.product-info .cart a{
    color: #000;
	text-decoration: none;
	font-weight: bold;
}
.product-info .cart a:hover {
    color: #BD0000;
}
.product-info .cart div {
	float: left;
	vertical-align: middle;
}
.product-info .cart div > span {
	padding-top: 7px;
	display: block;
	color: #999;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
	clear: both;
}
.product-info .review {
	color: #4D4D4D;
	margin-bottom: 10px;
}
.product-info .review > div {
    margin-left: 10px;
	display: inline-block;
	line-height: 20px;
}
.product-info .review > div > span {
	color: #4D0000;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
	display: inline-block;
}
.product-info .review .share a {
	text-decoration: none;
}
.productpage_review_stars {vertical-align:-3px;}
.productpage_review_text {float:right;}

/*  Coloana din dreapta de pe pagina produsului "product/product" (module, informatii, etc)...  */
.product-right-column {
	vertical-align: top;
	padding-left: 10px;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.attribute tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	/*color: #F00;*/
	color: #808080;
	font-weight: bold;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
/* wishlist */
.wishlist-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.wishlist-product td {
	padding: 7px;
}
.wishlist-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-product thead .remove, .wishlist-product thead .image, .wishlist-product thead .cart {
	text-align: center;
}
.wishlist-product thead .name, .wishlist-product thead .model, .wishlist-product thead .stock {
	text-align: left;
}
.wishlist-product thead .quantity, .wishlist-product thead .price, .wishlist-product thead .total {
	text-align: right;
}
.wishlist-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-product tbody .remove {
	vertical-align: middle;
}
.wishlist-product tbody .remove, .wishlist-product tbody .image, .wishlist-product tbody .cart {
	text-align: center;
}
.wishlist-product tbody .name, .wishlist-product tbody .model, .wishlist-product tbody .stock {
	text-align: left;
}
.wishlist-product tbody .quantity, .wishlist-product tbody .price, .wishlist-product tbody .total {
	text-align: right;
}
.wishlist-product tbody .price s {
	color: #F00;
}
.wishlist_share_url { background-color:#FFFFE0; padding:10px; border:1px solid #CCCCCC; }
.login-content {
	margin-bottom: 20px;
	overflow: auto;
}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}
/* orders */
.order-list {
	margin-bottom: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
/* returns */
.return-list {
	margin-bottom: 10px;
}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: auto;
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 33.3%;
}
.return-model {
	float: left;
	width: 33.3%;
}
.return-quantity {
	float: left;
	width: 33.3%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 33.3%;
}
.return-opened {
	float: left;
	width: 33.3%;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-remove {
	float: left;
	width: 33.3%;
	padding-top: 90px;
	text-align: center;
	vertical-align: middle;
}
.return-additional {
	overflow: auto;
	margin-bottom: 20px;
}
.return-comment {
	float: left;
	width: 49%;
}
.return-captcha {
	float: right;
	width: 49%;
}
.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* cart */
.cart-info table {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info thead .remove, .cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model {
	text-align: left;
}
.cart-info thead .quantity, .cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info tbody .remove {
	vertical-align: middle;
}
.cart-info tbody .remove, .cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model {
	text-align: left;
}
.cart-info tbody .quantity, .cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module .cart-heading {
	border: 1px solid #CCCCCD;
	padding: 8px 8px 8px 22px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
	cursor: pointer;
	background: #F8F8F8 url('../image/arrow-right.png') 10px 50% no-repeat;
}
.cart-module .active {
	background: #F8F8F8 url('../image/arrow-down.png') 7px 50% no-repeat;
}
.cart-module .cart-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.cart-total {
	border-top: 1px solid #DDDDDD;
	/*overflow: auto;*/
	overflow: hidden;
	padding-top: 8px;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
/* checkout */
.checkout-heading {
	background: #F8F8F8;
	border: 1px solid #CCCCCD;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #DDDDDD;
}
.contact-info {
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/* footer */ 
#footer {
    width: 980px;
	background: #fff;
	clear: both;
	overflow: auto;
	min-height: 100px;
	padding: 10px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica", "Arial", "Verdana";
}
#footer h3 {
	color: #770000;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 8px;
	margin-left: 70px;
}
#footer .column {
	float: left;
	width: 25%;
	min-height: 100px;
}
#footer .column ul {
	margin-top: 0px;
	margin-left: 75px;
	padding-left: 12px;
}
#footer .column ul li {
	margin-bottom: 3px;
}
#footer .column a {
	text-decoration: none;
	color: #000;
}
#footer .column a:hover {
	text-decoration: none;
	color: #BD0000;
}
div.platacucard { display:block;max-width:100%;padding:15px 0 15px 0; }
#powered {
	margin-top: 5px;
	text-align: center;
	clear: both;
}
/* banner */
.banner div {
	text-align: center;
	width: 100%;
}
.banner div img {
	margin-bottom: 20px;
}
/*New Classes */

a.button2 {
	display: inline-block;
	padding-left: 6px;
	background: url('../image/bleft.png') top left no-repeat;
	text-decoration: none;
	cursor: pointer;
}
a.button2 span {
	color: #444;
	line-height: 11px;
	font-size: 11px;
	display: inline-block;
	padding: 5px 7px 6px 1px;
	background: url('../image/bright.png') top right no-repeat;
}
a.button2:hover {
	background: url('../image/bleft2.png') top left no-repeat;
}
a.button2:hover span {
	color: #444;
	background: url('../image/bright2.png') top right no-repeat;
}

.bmenu {
    width: 980px;
	height: 40px;
	background: url('../image/bmenu.jpg') no-repeat;
	margin-top: 1px;
}
.bmenu .links {
    float: left;
	margin-left: 10px;
}
.bmenu .links a {
    font-size: 12px;
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 13px;
	padding-bottom: 12px;
	color: #fff;
}
.bmenu .links a:hover {
    background: #aaa;
}

.box-info {
	margin-top: -5px;
	margin-left: 10px;
}
.box-info ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-info > ul > li {
	padding: 5px 8px 5px 0px;
	border-top: 1px dotted #bbb;
}
.box-info > ul > li > a {
	text-decoration: none;
	color: #111;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica", "Arial", "Verdana";
}
.box-info > ul > li:hover > a {
    color: #BD0000;
}
.tab-title {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica", "Arial", "Verdana";
    color: #222;
	font-size: 16px;
	font-weight: bold;
	text-decoration:none;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
	width: 100%;
}
.box .box-content3 {
     background: url('../image/background.png') repeat;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
	border: 1px solid #ccc;
	padding: 3px;
}
.box-cat {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica", "Arial", "Verdana";
	width: 100%;
	overflow: auto;
}
.box-cat > div {
	width: 93px;
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
	margin-bottom: 3px;	
	text-align: center;
}

.box-cat > div:hover .name a{
    color: #BD0000;
} 
.box-cat > div:hover .image img {
	opacity:.85;
	filter:alpha(opacity=95);
	}
.box-cat .image {
	display: block;
	margin-bottom: 0px;
}
.box-cat .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.box-cat .name a {
	color: #111;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.list_carousel ul {
    font-family: Arial, Helvetica, sans-serif;
	background-color: none;
	margin-left: 0px;
	padding: 0;
	list-style: none;
	display: block;
	height: 230px;
}
/*  Produsele cu imagini care apar la Featured, Special, etc, pe pagina home ...  */
.list_carousel li {
	text-align: center;
	/*width: 197px;*/
	width: 177px;
	height: 215px;
	overflow: hidden;
	padding: 0;
	display: block;
	float: left;
}
.clearfix {
	    float: none;
	    clear: both;
}
.prev {
    float: right;
	width: 24px;
	height: 24px;
	margin-top: 4px;
	cursor: pointer;
	background: url('../image/cprev.png') center no-repeat;
}
.prev:hover {background: url('../image/cprev_msover.png') center no-repeat;}
.prev:active {background: url('../image/cprev_active.png') center no-repeat;}
.next {
    float: right;
	margin-top: 4px;
	margin-right: 10px;
	margin-left: 5px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	background: url('../image/cnext.png') center no-repeat;	
}
.next:hover {background: url('../image/cnext_msover.png') center no-repeat;}
.next:active {background: url('../image/cnext_active.png') center no-repeat;}
.list_carousel .incar {
	width: 170px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 1px;	
	text-align: center;
}
.list_carousel .incar:hover .name a {
    color: #555;
} 
.list_carousel .image {
	display: block;
	margin-bottom: 0px;
}
.list_carousel .image img {
    /*border: 1px solid #eee;*/
}
.list_carousel .name{
    height: 33px;
	width: 100%;
	overflow: hidden;
}
.list_carousel .name a { /* Product title on home page modules */
	color: #000;
	font-weight: 700;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
	text-align: left;
	/* BEGIN Limiting the number of displayed rows to 2 */	
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	/* END Limiting the number of displayed rows to 2 */
}
.list_carousel .name2 a {
    color: #111;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}

.list_carousel .price2 {
    display: block;
	font-weight: bold;
	color: #BD0000;
	margin-bottom: 4px;
}
.list_carousel .price {
    text-align: left;
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: rgb(238, 49, 36);
	margin-bottom: 4px;
	float: left;
}
.list_carousel .price-old {
	/*color: #F00;*/
	color: #808080;
	text-decoration: line-through;
	font-size: 14px;
}
.list_carousel .price-new {
	font-weight: bold;
	font-size: 14px;
}
.list_carousel .rating {
	display: block;
	height: 15px;
	text-align: left;
}
.list_carousel .rating2 {
	display: block;
	margin-top: 3px;
}
a.button5 {
	display: inline-block;
	padding-left: 40px;
	background: url('../image/button_left.png') top left no-repeat;
	text-decoration: none;
	cursor: pointer;
}
.product-list a.button5 { min-width:130px; }
a.button5 span {
	color: #FFFFFF;
	line-height: 12px;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	padding: 9px 5px 10px 0px;
	background: url('../image/button_right.png') top right no-repeat;
}
a.button5:hover {
	background: url('../image/button_left_active.png') top left no-repeat;
}
a.button5:hover span {
	color: #FFFFFF;
	background: url('../image/button_right_active.png') top right no-repeat;
}
 .modcent {
    height: 32px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-khtml-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	background: url('../image/topbox2-right.png') top right no-repeat;
}
.modcent .titlu {
    font-family: "Segoe UI", "Lucida Grande" !important;
    font-size: 17px;
    font-weight: 700;
    margin-left: 12px;
	float: left;
	color: #221E20;
	margin-top: 5px;
}
.modcent .ctded {
    font-family: "Segoe UI", "Lucida Grande" !important;
    font-size: 13px;
    font-weight: 700;
    margin-left: 12px;
	float: left;
	color: #9C9EA1;
	margin-top: 9px;
	margin-left: 2px;
}
.box .modmid {
	-webkit-border-radius: 7px 0px 7px 7px;
	-moz-border-radius: 7px 0px 7px 7px;
	-khtml-border-radius: 7px 0px 7px 7px;
	border-radius: 7px 0px 7px 7px;
	padding-left: 4px;
	border-top: 1px solid #CCCCCD;
	border-left: 1px solid #CCCCCD;
	border-right: 1px solid #CCCCCD;
	border-bottom: 1px solid #CCCCCD;
	margin-top: -1px;
	padding-top: 4px;
}	
a.butmic {
	margin-left: 4px;
    padding: 10px;
	background:  url('../image/button_mic.png') no-repeat;
	display: inline-block;
	float: left;
}
a.butmic:hover {
    background:  url('../image/button_mich.png') no-repeat;
}
#container2 {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 20px;
	margin-bottom: 10px;
}
/* Manufacturer info*/
.manufacturer-info {
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #E7E7E7;
}

/* BEGIN Specials - Labels */
/*.box .box-content .box-product div .specialPercent {*/
.box .modmid .list_carousel div .specialPercent {
	background: url('../image/specialLabel.png') no-repeat;
	width: 70px;
	height: 50px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	/*padding-top: 20px;*/
	padding-top: 15px;
	padding-left: 2px;
	/*text-shadow: 0 -1px 1px #CE5016;*/
	position: absolute;
	float: right;
	font-size: 13px;
}
.box .modmid .list_carousel div .specialPercent_Minus {vertical-align:1px; font-size:14px; padding-right:2px;}
.specialPercent_ProductPage {
	background: url('../image/specialLabel_TopLeft.png') no-repeat;
	width: 150px;
	height: 150px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding-top: 55px;
	padding-left: 0px;
	/*text-shadow: 0 -1px 1px #CE5016;*/
	position: absolute;
	float: right;
	font-size: 18px;
}
.specialPercent_ProductPageMinus {vertical-align:1px; font-size:14px; padding-right:2px;}
.specialLabel_ProductPage {
	/*background: url('../image/promo_specialLabel_04_BlackFriday.png') no-repeat;*/
	background: url('../image/specialLabel_BottomRight.png') no-repeat;	
	width: 200px;
	height: 200px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	margin-top: 130px;
	margin-left: 286px;
	/*text-shadow: 0 -1px 1px #CE5016;*/
	position: absolute;
	float: right;
	font-size: 18px;
}
.specialLabel_OutOfStock {
	background: url('../image/specialLabel_StocEpuizat.png') no-repeat;
	width: 200px;
	height: 200px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	margin-top: 130px;
	margin-left: 286px;
	/*text-shadow: 0 -1px 1px #CE5016;*/
	position: absolute;
	float: right;
	font-size: 18px;
}
.specialLabel_LichidareDeStoc {
	background: url('../image/specialLabel_LichidareDeStoc.png') no-repeat;	
	width: 200px;
	height: 200px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	margin-top: 130px;
	margin-left: 286px;
	/*text-shadow: 0 -1px 1px #CE5016;*/
	position: absolute;
	float: right;
	font-size: 18px;
}
.specialLabel_Expirat {
	background: url('../image/specialLabel_Expirat.png') no-repeat;	
	width: 200px;
	height: 200px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	margin-top: 130px;
	margin-left: 286px;
	/*text-shadow: 0 -1px 1px #CE5016;*/
	position: absolute;
	float: right;
	font-size: 18px;
}
.specialPercent_ManufacturerList {
	background: url('../image/specialLabel.png') no-repeat;
	width: 70px;
	height: 50px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	/*padding-top: 20px;*/
	padding-top: 15px;
	padding-left: 2px;
	/*text-shadow: 0 -1px 1px #CE5016;*/
	position: absolute;
	float: right;
	font-size: 13px;
}
.specialPercent_ManufacturerListMinus {vertical-align:1px; font-size:14px; padding-right:2px;}
.specialPercent_CategoryList {
	background: url('../image/specialLabel.png') no-repeat;
	width: 70px;
	height: 50px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	/*padding-top: 20px;*/
	padding-top: 15px;
	padding-left: 2px;
	/*text-shadow: 0 -1px 1px #CE5016;*/
	position: absolute;
	float: right;
	font-size: 13px;
}
.specialPercent_CategoryListMinus {vertical-align:1px; font-size:14px; padding-right:2px;}
.specialPercent_SearchList {
	background: url('../image/specialLabel.png') no-repeat;
	width: 70px;
	height: 50px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	/*padding-top: 20px;*/
	padding-top: 15px;
	padding-left: 2px;
	/*text-shadow: 0 -1px 1px #CE5016;*/
	position: absolute;
	float: right;
	font-size: 13px;
}
.specialPercent_SearchListMinus {vertical-align:1px; font-size:14px; padding-right:2px;}
/* END Specials - Labels */

/* CUSTOM CSS */

.link_produse_asemanatoare { width:100%; margin:30px 0px 0px 0px; padding:5px 0px 5px 0px; text-align:right; }

.anunt {
	border:5px solid #C70000;
	padding:20px;
	margin-bottom:20px;
	font-size:14px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
	box-shadow: 3px 3px 15px #888888; /* Umbra */
	background-image:url(/image/bg/white-sand-bg-pattern_02.jpg);
    background-repeat:repeat;
}

.anunt2 {
	border: 1px solid #CCCCCD;
	padding:20px;
	margin-bottom:20px;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
}
/* ------------------ BEGIN shadow-pulse ------------------ */
.shadowpulse_1 { animation:shadow-pulse 1s infinite; }
.shadowpulse_1 { background:white; border:3px dashed red; margin:50px; padding:5px 10px; display:inline-block; }
@keyframes shadow-pulse {
	0% { box-shadow:0 0 0 0px rgba(0, 0, 0, 0.2); }
	/*100% { box-shadow:0 0 0 35px rgba(0, 0, 0, 0); }*/
	100% { box-shadow:0 0 0 15px rgba(0, 0, 0, 0); }
}
/* ------------------ END shadow-pulse ------------------ */
.craciun {
	border:5px solid #C70000;
	padding:20px;
	margin-bottom:20px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
	box-shadow: 3px 3px 15px #888888; /* Umbra */
	background: url('/image/bg/christmas-bg.jpg') top center no-repeat;
	font-weight: 900; /* Default values: 100, 200, 300, 400, 500, 600, 700, 800, 900. */
	/* text-shadow: 2px 2px 2px #000000; */
	text-shadow: -1px 1px 15px #000000;
	/* -webkit-text-stroke: 1px #404040;*/
	color: #FFFFFF;
}
.newyear {
	border:5px solid #C70000;
	padding:20px;
	margin-bottom:20px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
	box-shadow: 3px 3px 15px #888888; /* Umbra */
	background: url('/image/bg/newyear-bg.jpg') top center no-repeat;
	font-weight: 900; /* Default values: 100, 200, 300, 400, 500, 600, 700, 800, 900. */
	text-shadow: -1px 1px 15px #000000;
	color: #FFFFFF;
}

/* BEGIN blink image */
/* <img class="anothercssclass blink_img" ... /> */
@-webkit-keyframes blink { 0% {opacity:1;} 50% {opacity:0;} 100% {opacity:1;} }
@-moz-keyframes blink { 0% {opacity:1;} 50% {opacity:0;} 100% {opacity:1;} }
@-o-keyframes blink { 0% {opacity:1;} 50% {opacity:0;} 100% {opacity:1;} }
.blink_img { -webkit-animation:blink 1s; -webkit-animation-iteration-count:infinite; -moz-animation:blink 1s; -moz-animation-iteration-count:infinite; -o-animation:blink 1s; -o-animation-iteration-count:infinite; }
/* END blink image */

/* BEGIN glowing button */
.button_glow { background-color:#960F0F; /*-webkit-border-radius:7px; border-radius:7px;*/ border:none; color:#FFFFFF; cursor:pointer; font-family:Arial; font-size:20px; padding:5px 10px; text-align:center; text-decoration:none; -webkit-animation:glowing 1500ms infinite; -moz-animation:glowing 1500ms infinite; -o-animation:glowing 1500ms infinite; animation:glowing 1500ms infinite; margin:0; display:block; }
@-webkit-keyframes glowing { 0% { background-color:#B20000; -webkit-box-shadow:0 0 3px #B20000; } 50% { background-color:#FF0000; -webkit-box-shadow:0 0 40px #FF0000; } 100% { background-color:#B20000; -webkit-box-shadow:0 0 3px #B20000; }}
@-moz-keyframes glowing { 0% { background-color:#B20000; -moz-box-shadow:0 0 3px #B20000; } 50% { background-color:#FF0000; -moz-box-shadow:0 0 40px #FF0000; } 100% { background-color:#B20000; -moz-box-shadow:0 0 3px #B20000; }}
@-o-keyframes glowing { 0% { background-color:#B20000; box-shadow:0 0 3px #B20000; } 50% { background-color:#FF0000; box-shadow:0 0 40px #FF0000; } 100% { background-color:#B20000; box-shadow:0 0 3px #B20000; }}
@keyframes glowing { 0% { background-color:#B20000; box-shadow:0 0 3px #B20000; } 50% { background-color:#FF0000; box-shadow:0 0 40px #FF0000; } 100% { background-color:#B20000; box-shadow:0 0 3px #B20000; }}
/* END glowing button */
.btnglw_promotxt { color:#FFF; }

.titlu_produs_comentarii {float:right; font-size:10px; color:#808080; padding-right:4px; padding-top:7px;}
.titlu_produs_descriere {float:right; font-size:10px; color:#808080; padding-right:4px; padding-top:7px;}
.titlu_produs_produse_asemanatoare {float:right; font-size:10px; color:#808080; padding-right:4px; padding-top:7px;}
#info_txt_stoc_limitat { font-size:10px; color:#808080; border:1px solid #DDDDDD; padding:5px 10px; margin-bottom:10px; }
.orange { color:#FF9900; }
.tab_content_top { border:1px solid #DDDDDD; padding:5px 10px; margin-bottom:20px; /*z-index:2;*/ overflow:hidden; text-decoration:none; max-height:33px; display:block; max-width:100%; }
.sn_buttons { display:inline-block; margin:0px 20px 0px 0px; padding:2px 0px 0px 0px; }
.btn_gp {position:relative; top:0px; margin-left:10px;}
.btn_fb, .btn_pn {  }
.text_transport_livrare_product_page_st { float:left; font-size:10px; color:#008000; padding:8px 10px; }
.text_transport_livrare_product_page {float:right; font-size:10px; color:#808080; padding:8px 10px;}
.icon_transport_livrare_product_page {float:right; padding-right:4px; background:url('../image/icons/transport-livrare.png') top center no-repeat; width:26px; height:26px;}
.icon_transport_livrare_product_page:hover {background:url('../image/icons/transport-livrare-hover.png') top center no-repeat;}
.contact_page_textarea { width:99%; min-width:50%; max-width:99%; overflow:hidden; }
.clear_ft { width:100%; clear:both; height:3px; }
.footer_bottom_links, .footer_bottom_links a { font-size:10px; margin-top:10px; }
.fbl_minibanners {  }
.minibanner8831, .minibanner8831B { display:inline-block; max-width:120px; }
.minibanner8831B { border:1px solid #CCC; }
.minibanner8831B img { max-height:29px; }
table.ft_tb1 { margin-left:auto; margin-right:auto; }
#footer.ft_tb3 { width:300px; }
td.ft_td3 { max-width:300px; width:300px; padding:0px 20px 0px 0px; }
td.ft_tdtxr { vertical-align:top; padding:0px 0px 0px 10px; }
td.ft_w100 { width:100%; }
#footer.ft_dv1 { width:240px; padding-left:75px; }
.powered_td_left { width:33%; text-align:left; padding-left:30px; }
.powered_td_center { width:33%; }
.powered_td_rigth { width:33%; text-align:right; padding-right:20px; }
.sn_icon_footer { max-width:40px; opacity:0.5; filter:alpha(opacity=50); padding:0px 5px 0px 5px; }
.sn_icon_footer:hover { max-width:40px; opacity:1; filter:alpha(opacity=100); }

.scn_musclearmy { background-image: url('/diverse/images/bg/scitec_muscle-army_bg-product-page.jpg'); padding:10px; margin:-10px;}

div#content .tab-content img, 	/* Imaginile-Bannerele care apar in descriere, pe pagina produsului */
#content img, 					/* Imaginile care apar in toate paginile site-ului, in interiorul diviunii <div id="content" ... > */
.news_img						/* Imaginile-Bannerele care apar in continutul articolului, pe paginile cu articolele de pe blog-news. Clasa css este declarata in fisierul VQMOD .xml */
	{ max-width:100%; }

.youtube_video { position:relative; padding-bottom:56.25%; height:0; overflow:hidden; max-width:100%; } 
.youtube_video iframe, .youtube_video object, .youtube_video embed { position:absolute; top:0; left:0; width:100%; height:100%; }

/* Responsive iframe Google Map */
.google_maps { position:relative; padding-bottom:75%; /* <<< This is the aspect ratio */ height:0; overflow:hidden; border:1px solid #CCC; margin:10px 0 0 0; }
.google_maps iframe { position:absolute; top:0; left:0; width:100% !important; height:100% !important; }


