@charset "utf-8";
/* CSS Document */

* {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.clear {
	clear: both;
	float: none;
	display: block;
	line-height: 0px;
	font-size: 0px;
}

.orangeLight {
	color: #fb662e;
}
.paddingBottom_20px {
	padding-bottom: 20px;
}

a, a:focus, a:active {
	outline: 0;
	cursor: pointer;
}

.container {
	margin: 0 auto;
}

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	background: #000;
}

#header {
	background: url(../images/header-bg.gif) repeat-x;
	height: 130px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #bababa;
}
#header .container {
	width: 980px;
}
	#header_top_content {
		height: 77px;
		position: relative;
	}
		#logo {
			background: url(../images/resetarm-furniture-manufacturer.png) no-repeat;
			width: 230px;
			height: 60px;
			position: absolute;
			left: 20px;
			top: 10px;
		}
			#logo a {
				text-indent: -9999px;
				display: block;
				width: 100%;
				height: 100%; 
			}
		#useful_content {
			position: absolute;
			right: 0px;
			list-style: none;
			height: 36px;
			top: 50%;
			margin-top: -18px;
			font-size: 10px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
		}
			#useful_content li {
				float: left;
				border-left: 1px solid #191919;
				border-right: 1px solid #2f2f2f;
				height: 36px;
				width: 140px;
				padding: 0px 10px;
			}
			#useful_content .currency {
				border-right: 0px;
			}
			#useful_content p {
				line-height: 18px;
			}
			#useful_content .login {
				text-align: right;
				width: 165px;
				border-left: 0px;
				height: 36px;
			}
					#useful_content .login a {
						text-decoration: none;
						font-size: 11px;
						letter-spacing: 1px;
						color: #bababa;
					}
					#useful_content .login .orangeLight {
						color: #fb662e;
					}
					#useful_content .login a:hover {
						color: #fff;
					}
					#useful_content .login span.orangeLight {
						font-size: 12px;
					}
				#useful_content .login form {
					width: 100%;
				}
				#useful_content .login form input {
					border: 1px solid #d24e1d;
					height: 15px;
					width: 120px;
					text-align: left;
					font-size: 10px;
					color: #353535;
					display: block;
					float: right;
				}
				#useful_content .cart {
					width: 162px;
				}
					#useful_content .cart a {
						font-size: 10px;
						text-decoration: none;
						color: #ccc;
					}
					#useful_content .cart a:hover {
						color: #fff;
					}
				#useful_content .language {
					width: 100px;
				}
					#useful_content .language ul {
						list-style: none;
					}
						#useful_content .language ul li {
							float: left;
							width: 26px;
							height: 16px;
							margin-right: 5px;
							border: 0px;
							padding: 0px;
						}
							#useful_content .language ul li a {
								text-indent: -9999px;
								display: block;
								width: 100%;
								height: 100%;
								border: 1px solid #2f2f2f;
							}
							#useful_content .language ul li a:hover {
								border: 1px solid #fff;
							}
							.ro a {
								background: url(../images/romanian_flag.gif) no-repeat;
							}
							.en a {
								background: url(../images/english_flag.gif) no-repeat;
							}
							.gr a {
								background: url(../images/german_flag.gif) no-repeat;
							}
				#useful_content .currency {
					width: 60px;
				}
				#useful_content .currency select {
					width: 60px;
					font: 10px/18px Verdana, Arial, Helvetica, sans-serif;
					height: 18px;
					border: 1px solid #d24e1d;
					color: #353535;
				}
		
	#menu {
		height: 51px;
		position: relative;
	}
		#menu ul {
			list-style: none;
			height: 51px;
			width: 100%;
		}
			#menu ul li {
				float: left;
				padding: 0px 30px 0px 32px;
				background: url(../images/menu_border.gif) no-repeat left top;
				height: 51px;
				font: bold 14px/51px Verdana, Arial, Helvetica, sans-serif;
				text-transform: uppercase;
				color: #ae7568;
			}
				#menu ul li a {
					text-decoration: none;
					font: bold 14px/51px Verdana, Arial, Helvetica, sans-serif;
					color: #fdeadb;
				}
				#menu ul li a:hover, #menu ul li a.active {
					color: #e1a676;
				}
		#search {
			position: absolute;
			top: 50%;
			margin-top: -13px;
			right: 10px;
			height: 24px;
			padding: 1px;
			width: 195px;
			background: url(../images/search_bg.gif) no-repeat;
		}
			#search input {
				background: transparent;
				display: block;
				float: left;
			}
			#search #search_field {
				width: 158px;
				height: 24px;
				font: 11px/11px Verdana, Arial, Helvetica, sans-serif;
				color: #777;
				padding-left: 4px;
				padding-right: 2px;
				padding-top: 6px;
			}
			#search #search_submit {
				width: 30px;
				height: 24px;
				background: url(../images/search_submit_bg.gif) 12px 8px no-repeat;
				cursor: pointer;
			}
			#search #search_submit:hover {
				background: url(../images/search_submit_bg_hover.gif) 12px 8px no-repeat;
			}

#content_container {
	clear: both;
	position: relative;
	background: #101010 url(../images/body-bg.jpg) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
	#content_container .container {
		padding: 20px;
		padding-bottom: 0px;
		width: 940px;
		position: relative;
		background: #e8d7b4;
		height: 100%;
	}
		#left_col {
			width: 250px;
			margin-right: 20px;
			float: left;
		}
			.module_left {
				padding: 20px;
				margin-bottom: 20px;
			}
			#categorii {
				background: #340a01 url(../images/categorii_bg.gif) repeat-x;
			}
				#categorii h1 {
					color: #fff;
					font: bold 16px/30px Verdana, Arial, Helvetica, sans-serif;
					padding-bottom: 10px;
					border-bottom: 1px solid #e1a575;
					text-transform: uppercase;
				}
				#categorii ul {
					border-top: 1px solid #611302;
					padding-top: 10px;
					list-style: none;
				}
				#categorii ul li {
					display: block;
				}
					#categorii ul li a {
						background: url(../images/arrow.gif) left center no-repeat;
						padding-left: 15px;
						font: bold 13px/18px Verdana, Arial, Helvetica, sans-serif;
						color: #eee;
						text-decoration: none;
					}
					#categorii ul li a:hover {
						color: #cecece;
					}
					#categorii ul li a.open {	
						background: url(../images/arrow2.gif) left center no-repeat;
					}
					#categorii ul ul {
						list-style: none;
						padding-left: 10px;
						padding-top: 0px;
						padding-bottom: 10px;
						border: 0px;
					}
						#categorii ul li ul li {
							background: url(../images/sagetute3.gif) left 10px no-repeat;
							padding-left: 15px;
							height: auto;
						}
						#categorii ul li ul li.open {
							background: url(../images/sagetute4.gif) left 10px no-repeat;
						}
							#categorii ul li ul li a {
								text-decoration: underline;
								color: #f4caa7;
								font: 12px/24px Arial, Helvetica, sans-serif;
								background: none;
								padding-left: 0px;
							}
							#categorii ul li ul li a:hover {
								color: #fff;
								text-decoration: none;
							}
							#categorii ul li ul li ul li a {
								color: #dcc8b7;
							}
		#right_col {
			width: 670px;
			float: left;
		}
			.module_right {
				margin-bottom: 20px;
			}
			.module_right_cos {
				margin-bottom: 20px;
				background:#FFFFFF;
				padding-left:15px;
				padding-top:5px;
			}
			
			#slideshow {
				height: 284px;
				padding: 8px;
				border: 1px solid #d5d3d1;
				background: #eeeeee;
			}
				#slideshow img {
					border: 1px solid #dedede;
					display: block;
				}
				
			.nav_bar {
				height: 30px;
				padding: 0px 5px 10px 5px;
				background: url(../images/nav_bar_bg.gif) repeat-x;
				position: relative;
			}
				.nav_bar div {
					height: 30px;
					line-height: 30px;
				}
				.nav_bar div p {
					height: 30px;
					font: bold 11px/30px Arial, Helvetica, sans-serif;
					color: #222;
					white-space: pre;
				}
					.nav_bar div p span {
						color: #888;
					}
					.nav_bar div p a {
						color: #222;
						text-decoration: none;
					}
					.nav_bar div p a.sagetute_sort {
						background-image: url(../images/sagetute_sort.gif);
						display: block;
						position: absolute;
						text-indent: -9999px;
						width: 8px;
						height: 10px;
					}
					.nav_bar div p a.sagetute_sort.down {
						background-position: left top;
						background-repeat: no-repeat;
						top: 10px;
						left: 54px;
					}
					.nav_bar div p a.sagetute_sort.up {
						background-position: right top;
						background-repeat: no-repeat;
						top: 10px;
						left: 62px;
					}
					.nav_bar div p a.sagetute_sort.down:hover, .nav_bar div p a.sagetute_sort.down.active {
						background-position: left bottom;
						background-repeat: no-repeat;
					}
					.nav_bar div p a.sagetute_sort.up:hover, .nav_bar div p a.sagetute_sort.up.active {
						background-position: right bottom;
						background-repeat: no-repeat;
					}
					.nav_bar div p a:hover, .nav_bar div p a.active {
						color: #d24e1d;
					}
				.nav_bar .paginationLeft {
					width: 200px;
					float: left;
				}
				.nav_bar .paginationRight {
					width: 450px;
					float: right;
					text-align: right;
				}
				.nav_bar.filtre .paginationLeft {
					width: 40px;
					float: left;
				}
				.nav_bar.filtre .paginationRight {
					width: 620px;
					float: right;
					text-align: left;
				}
					.nav_bar .filtru {
						display: block;
						width: 125px;
						margin-right: 10px;
						padding-top: 7px;
						position: relative;
						height: 23px;
						float: left;
					}
						.filtru_camp {
							display: block;
							padding-right: 15px;
							border: 1px solid #d4c19a;
							height: 15px;
							font-size: 11px;
							line-height: 15px;
							text-decoration: none;
							color: #5f543d;
							background: #fcf5e6 url(../images/filtru_camp_arrow.gif) right top no-repeat;
						}
						.filtru_camp span {
							display: block;
							border-right: 1px solid #d4c19a;
							padding-left: 5px;
							height: 15px;
							font-size: 11px;
							line-height: 15px;
							overflow: hidden;
						}
						.filtru_camp:hover {
							background: #fcf5e6 url(../images/filtru_camp_arrow_over.gif) right top no-repeat;
						}
						.filtru ul {
							display: none;
							position: absolute;
							top: 23px;
							list-style: none;
							border: 1px solid #d4c19a;
							border-top: 0px;
							background-color: #fcf5e6;
							width: 107px;
						}
							.filtru ul li {
								font: 11px/18px Arial, Helvetica, sans-serif;
								color: #5f543d;
								border-top: 1px solid #f2e9d6;
							}
							.filtru ul li a {
								color: #5f543d;
								text-decoration: none;
								display: block;
								padding-left: 5px;
								padding-right: 5px;
							}
							.filtru ul li a:hover {
								background-color: #f2e9d6;
							}
				
			.dot_line {
				background-image: url(../images/dot_line.gif);
				line-height: 0px;
				font-size: 0px;
			}
			.horizontal {
				height: 1px;
				width: 100%;
			}
			.vertical {
				width: 20px;
				height: 100%;
				float: left;
				background-repeat: repeat-y;
				background-position: center;
			}
			#produse .line {
				height: 210px;
				width: 670px;
			}
				#produse .produs {
					width: 325px;
					height: 190px;
					float: left;
					padding-top: 10px;
					padding-bottom: 10px;
				}
					#produse .produs h1 {
						font: bold 14px/30px Arial, Helvetica, sans-serif;
						height: 30px;
						background-color: #f3e7ce;
						color: #333;
						padding-left: 10px;
						margin-bottom: 5px;
						text-transform: uppercase;
					}
					#produse .produs h1 a {
						display: block;
						color: #333;
						text-decoration: none;
					}
					#produse .produs h1 a:hover {
						color: #d24e1d;
					}
					#produse .produs .produs_img {
						border-bottom: 1px solid #aaa;
						border-right: 1px solid #aaa;
						border-top: 1px solid #ebe0c9;
						border-left: 1px solid #ebe0c9;
						display: block;
						float: left;
						position: relative;
						text-decoration: none;
					}
					#produse .produs .produs_img:hover {
						
					}
					#produse .produs .produs_img span {
						display: none;
						position: absolute;
						background: url(../images/lupa_bg.png) repeat;
						padding: 52px 0px 0px 52px;
						width: 98px;
						height: 98px;
					}
					#produse .produs .produs_img:hover span {
						display: block;
					}
					#produse .produs .produs_img img {
						display: block;
					}
					#produse .produs .description {
						float: left;
						width: 163px;
						height: 100px;
						padding-left: 10px;
						padding-top: 50px;
						position: relative;
					}
						#produse .description h2 {
							font: bold 14px/18px Arial, Helvetica, sans-serif;
							color: #222;
							margin-bottom: 4px;
						}
						#produse .description p {
							font: 10px/12px Verdana, Arial, Helvetica, sans-serif;
							color: #333;
							overflow: hidden;
							height: 36px;
						}
						.price {
							font: bold 20px/40px Arial, Helvetica, sans-serif;
						}
						#produse .description .price {
							position: absolute;
							top: 0px;
							left: -9px;
							background: url(../images/price_tag.png) no-repeat;
							width: 100px;
							height: 36px;
							padding-bottom: 8px;
							padding-left: 35px;
							color: #fff;
							font: bold 20px/36px "trebuchet MS", helvetica, sans-serif;
						}
						#produse .description div {
							position: absolute;
							bottom: 0px;
							width: 160px;
							height: 18px;
							padding-bottom: 1px;
							background: url(../images/detalii_addCart_bg.gif) left top no-repeat;
						}
							#produse .description div a {
								color: #fff;
								display: block;
								float: left;
								text-align: center;
								text-decoration: none;
								font: bold 10px/16px Arial, Helvetica, sans-serif;
								text-transform: uppercase;
							}
							#produse .description .details {
								width: 50px;
								padding-right: 10px;
								padding-left: 15px;
							}
	
							#produse .description .add_cart {
								width: 80px;
								text-align: left;
								padding-left: 3px;
							}
							#produse .description div a:hover {
								color: #000;
							}
				#produse .line1 {
					height: 200px;
				}
					#produse .line1 .produs {
						padding-top: 0px;
					}
			#galerie_produs {
				float: left;
				width: 304px;
			}
				#img_produs {
					width: 250px;
					float: left;
				}
				#img_produs a {
					text-decoration: none;
					color: #222;
					display: block;
					position: relative;
					border: 1px solid #e4c78b;
					
				}
				#img_produs a span {
						display: none;
						position: absolute;
						background: url(../images/lupa_bg.png) repeat;
						padding: 80px 0px 0px 105px;
						width: 143px;
						height: 116px;
					}
				#img_produs a:hover span {
					display: block;
				}
				#img_produs img {
					display: block;
				}
				#img_alte_produse {
					float: left;
					width: 50px;
					height: 200px;
					padding-left: 4px;
				}
					#img_alte_produse a {
						background: #f3e7ce;
						border: 1px solid #e4c78b;
						display: block;
						margin-bottom: 4px;
					}
					#img_alte_produse a:hover {
						border: 1px solid #666;
					}
					#img_alte_produse img {
						display: block;
					}
				#detalii_produs_text {
					float: right;
					width: 330px;
				}
				#detalii_produs_text .price {
					background: url(../images/detalii_price.jpg) no-repeat;
					width: 152px;
					height: 46px;
					padding-right: 8px;
					padding-bottom: 16px;
					color: #fff;
					display: block;
					text-align: center;
					font: bold 25px/45px "trebuchet MS", helvetica, sans-serif;
				}
				#detalii_produs_text h1 {
					font: bold 20px Arial, Helvetica, sans-serif;
					color: #851a03;
					margin-bottom: 10px;
					padding-bottom: 4px;
					background: url(../images/detalii_title_bg.jpg) left bottom no-repeat;
				}
				#detalii_produs_text h2 {
					font: bold 16px Arial, Helvetica, sans-serif;
					color: #111;
					margin-bottom: 5px;
				}
				#detalii_produs_text p {
					font: 11px Arial, Helvetica, sans-serif;
					color: #333;
					margin-bottom: 10px;
				}
				#detalii_produs_text div {
					position: relative;
					bottom: 0px;
					width: 160px;
					height: 18px;
					padding-bottom: 1px;
					background: url(../images/detalii_addCart_bg.gif) left top no-repeat;
				}
					#detalii_produs_text div a {
						color: #fff;
						display: block;
						float: left;
						text-align: center;
						text-decoration: none;
						font: bold 10px/16px Arial, Helvetica, sans-serif;
						text-transform: uppercase;
					}

					#detalii_produs_text .add_cart {
						width: 80px;
						text-align: left;
						padding-left: 3px;
					}
					#detalii_produs_text div a:hover {
						color: #000;
					}
					#detalii_produs_text input {
						display: block;
						float: left;
						text-align: center;
						width: 75px;
						height: 15px;
						border-top: 1px solid #c15c36;
						border-left: 1px solid #ad441d;
						border-bottom: 1px solid #992a01;
					}
			
			.info_produs {
				margin-bottom: 15px;
			}		
			.info_produs h4 {
				background:url(../images/detalii_info_title_bg.jpg) repeat-x;
				font: bold 12px/28px Arial, Helvetica, sans-serif;
				color: #fff;
				padding: 0px 10px;
				float: left;
			}
			.info_produs div {
				border-top: 1px solid #333;
				background-color: #f3e7ce;
				background-repeat: no-repeat;
				padding: 10px;
				min-height: 100px;
				padding-right: 200px;
			}
			.info_produs div ul {
				list-style: none;
			}
			.info_produs div ul li, .info_produs div p {
				color: #444;
				font: 11px Arial, Helvetica, sans-serif;
			}
			.info_produs div ul li span {
				float: left;
				display: block;
				width: 40%;
			}
			#dim_gabarit {
				background-image: url(../images/metru.jpg);
				background-position: 500px center;
			}
			#mat_fin_color {
				background-image: url(../images/cuburi_lemn.jpg);
				background-position: 550px center;
			}
			#inst_intretinere {
				background-image: url(../images/carpa.jpg);
				background-position: 500px center;
			}
			#colete_kg {
				background-image: url(../images/cutii_carton.jpg);
				background-position: 550px center;
			}



a.shopping:link {text-decoration: none; color:#CCCCCC; font-size:8px}
a.shopping:visited {text-decoration:none; color: #CCCCCC; font-size:8px}
a.shopping:active {text-decoration:none; color: #CCCCCC; font-size:8px}
a.shopping:hover {text-decoration: underline; color: #ffffff; font-size:8px}


a.designu:link {text-decoration: none; color:#CCCCCC; font-size:10px}
a.designu:visited {text-decoration:none; color: #CCCCCC; font-size:10px}
a.designu:active {text-decoration:none; color: #CCCCCC; font-size:10px}
a.designu:hover {text-decoration: underline; color: #ffffff; font-size:10px}
	
#footer {
	clear: both;
	background: #000;
	border-top: 10px solid #611202;
	height: 60px;
}