html {
	background-color: #d6d6d6;
}

body {
	background: url(../images/bg_header.jpg) top left repeat-x;
	color: #575757;
	font-family: helvetica, arial, sans-serif;
}

/* GENERAL STYLES */

p {
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	padding: 0px 0px 10px 0px;
}

a {
	color: #0d2f5d;
}

span.red {
	color: #c93124;
}

.curier {
	float:left;
	line-height:32px;
}

a.buton {
	padding: 2px 6px;
	background-color: #811709;
	border: 1px solid #4f150e;
	color: #ffffff;
	text-decoration: none;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
}

#container {
	position: relative;
	width: 950px;
	margin: 0 auto;
}

/* HEADER */

#header {
	position: relative;
	width: 950px;
	height: 141px;
	min-height: 141px !important;
	float: left;
	*display: inline;
}

	#header h1 {
		margin-top: 33px;
		background: url(../images/logo.png) no-repeat;
		width: 468px;
		height: 34px;
		text-indent: -9999px;
		line-height: 0;
		float: left;
		*display: inline;
	}
	
	#header .header_info {
		width: 200px;
		margin: 33px 0px 0px 25px;
		font-size: 12px;
		line-height: 14px;
		color: #c7c7c7;
		text-align: right;
		float: right;
		*display: inline;
	}
	
		#header .header_info img {
			margin: 4px 0px 0px 8px;
			float: right;
			*display: inline;
		}
	
	#header ul#nav {
		position: absolute;
		bottom: 0px;
		*bottom: -1px;
		left: 0px;
		list-style:none;
		margin: 0px;
		padding: 0px;
		float: left;
		*display: inline;
	}
	
		#header ul#nav li {
			margin: 0px;
			padding: 0px;
			float: left;
			display: inline;
		}
		
			#header ul#nav li a {
				height: 28px;
				min-height: 28px !important;
				line-height: 28px;
				margin: 0px 20px 0px 0px;
				font-size: 12px;
				color: #e3f0d1;
				text-decoration: none;
				float: left;
				*display: inline;
			}
			
			#header ul#nav li a:hover {
				text-decoration: underline;
			}
			
			#header ul#nav li a.selected {
				margin: 0px;
				padding: 0px 0px 0px 10px;
				color: #1e1e1e;
				background: url(../images/menu-item-left.png) no-repeat left top;
			}
			
			#header ul#nav li a.selected:hover {
				text-decoration: none;
			}

			#header ul#nav li a.selected span {
				padding: 0px 24px 0px 0px;
				background: url(../images/menu-item-right.png) no-repeat right top;
				float: left;
				*display: inline;
				*cursor: pointer;
			}
			
	img#messenger {
		position: absolute;
		bottom: 14px;
		*bottom: -13px;
		right: 0px;
		margin: 0px;
		padding: 0px;
		float: right;
		*display: inline;
	}
	
/* MAIN */

#main {
	width: 950px;
	padding-top: 44px;
	float: left;
	*display: inline;
}

		#main #sidebar {
			width: 238px;
			margin-right: 22px;
			float: left;
			*display: inline;
		}

			#main #sidebar ul {
				margin: 0px 0px 22px 0px;
				padding: 0px;
				list-style: none;
				float: left;
			}
			
				#main #sidebar ul li {
					margin: 0px;
					padding: 0px;
					text-indent: none;
					float: left;
				}
				
				#main #sidebar ul li a {
					width: 221px;
					height: 38px;
					min-height: 38px !important;
					line-height: 38px;
					margin: 0px;
					padding-left: 15px;
					border-top: 1px solid #c3c3c3;
					border-right: 1px solid #c3c3c3;
					border-left: 1px solid #c3c3c3;
					background-color: #e9e9e9;
					color: #252525;
					text-decoration: none;
					font-weight: normal;
					font-size: 14px;
					float: left;
				}
				
				#main #sidebar ul li a.last {
					border-bottom: 1px solid #c3c3c3;
				}
				
				#main #sidebar ul li a.selected{
					border-top: 1px solid #b1f555;
					border-right: 1px solid #b1f555;
					border-left: 1px solid #b1f555;
					background-color: #91c44b;
					color: #ffffff;
				}
							
				#main #sidebar ul li a:hover {
					border-top: 1px solid #b1f555;
					border-right: 1px solid #b1f555;
					border-left: 1px solid #b1f555;
					background-color: #91c44b;
					color: #ffffff;
				}
			
		#main #content {
			width: 690px;
			float: left;
			*display: inline;
		}
		
			#main #content #cu3er-container {
				margin-bottom: 18px;
			}

			#main #content .content_690 {
				width: 690px;
				margin-bottom: 22px;
				float: left;
				*display: inline;
			}
		
			#main #content .content_690 .top {
				width: 690px;
				height: 10px;
				min-height: 10px !important;
				*overflow:hidden;
				background: url(../images/690-top.png) center top no-repeat;
				float: left;
				*display: inline;
			}
			
			#main #content .content_690 .bottom {
				width: 690px;
				height: 10px;
				min-height: 10px !important;
				background: url(../images/690-bottom.png) center top no-repeat;
				float: left;
				*display: inline;
			}
			
			#main #content .content_690 .middle {
				width: 646px;
				padding: 0 22px;
				background-color: #ffffff;
				float: left;
				*display: inline;
			}
			
				#main #content .content_690 .middle .product_image {
					width: 200px;
					margin-right: 22px;
					text-align: center;
					float: left;
					*display: inline;
				}
			
					#main #content .content_690 .middle .product_image img {
						margin-top: 12px;
					}
					
				#main #content .content_690 .middle .product_spec {
					width: 424px;
					float: left;
				}
			
				#main #content h2 {
					padding-top: 18px;
					font-size: 30px;
					line-height: 30px;
				}
				
				#main #content h2 a {
					color: #252525;
					text-decoration: none;
				}
				
				#main #content .content_690 .middle .product_spec .brand {
					width: 422px;
					height: 38px;
					min-height: 38px !important;
					line-height: 38px;
					border: 1px solid #c3c3c3;
					background-color: #e9e9e9;
					color: #252525;
					text-decoration: none;
					font-weight: normal;
					font-size: 14px;
					float: left;
					*display: inline;
				}
				
				#main #content .content_690 .middle .product_spec .oferta {
					width: 422px;
					height: 38px;
					min-height: 38px !important;
					line-height: 38px;
					border: 1px solid #c93124;
					background-color: #b9827c;
					color: #ffffff;
					text-decoration: none;
					font-weight: normal;
					font-size: 14px;
					float: left;
					*display: inline;
				}
				
					#main #content .content_690 .middle .product_spec .producator {
						margin-left: 22px;
						font-size: 11px;
						float: left;
						*display: inline;
					}
					
					#main #content .content_690 .middle .product_spec .pret {
						float: right;
						margin-right: 22px;
						color: #1e1e1e;
						font-weight: bold;
						*display: inline;
					}
					
					#main #content .content_690 .middle .product_spec .reducere {
						float: right;
						margin-right: 11px;
						color: #b0150c;
						text-decoration: line-through;
						*display: inline;
					}
					
					#main #content .content_690 .middle .product_spec img {
						float: right;
						margin-top: 8px;
						margin-right: 22px;
						*display: inline;
					}
					
/* FOOTER */

#footer {
	width:100%;
	height: 210px;
	min-height: 210px !important;
	margin-top: 44px;
	background: #393939;
	float: left;
	*display: inline;
}

	#footer #footer_info {
		width: 950px;
		margin: 0 auto;
	}

		#footer #footer_info img {
			margin-top: 44px;
		}

		#footer #footer_info p {
			margin-top: 22px;
			color: #a1a1a1;
			font-size: 11px;
		}
		
		#footer #footer_info p a {
			color: #a5ff2a;
		}
	
/* TABEL */

#ver-zebra {
	width: 646px;
	margin-top: 11px;
	font-size: 12px;
	text-align: left;
	border-collapse: collapse;
}

#ver-zebra th {
	padding: 12px 15px;
	border-right: 1px solid #f2e7e5;
	border-left: 1px solid #f2e7e5;
	font-size: 14px;
	font-weight: bold;
}

#ver-zebra td {
	padding: 8px 15px;
	border-right: 1px solid #f2e7e5;
	border-left: 1px solid #f2e7e5;
}

.vzebra-odd {
	background: #f7f1ef;
}

.vzebra-even {
	background: #f5ecea;
}

#ver-zebra #vzebra-produs,#ver-zebra #vzebra-pret {
	background: #efe1df;
	border-bottom: 1px solid #e9d6d3;
}

#ver-zebra #vzebra-stergere,#ver-zebra #vzebra-cantitate,#ver-zebra #vzebra-subtotal {
	background: #ebdbd8;
	border-bottom: 1px solid #e6d2cf;
}

/* FORMULAR */

form {

}

fieldset {

}

label {
	float: left;
	width: 100px;
	height: 30px;
	min-height: 30px !important;
	line-height: 30px;
	padding: 0px;
	margin-top: 10px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

label.cautare {
	float: left;
	width: 75px;
	height: 30px;
	min-height: 30px !important;
	line-height: 30px;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

input.text {
	width: 240px;
	height: 20px;
	min-height: 20px !important;
	line-height: 20px;
	padding: 5px;
	margin: 10px 25px 0px 0px;
	font-size: 14px;
	color: #999999;
}

input.cos {
	width: 40px;
	height: 20px;
	min-height: 20px !important;
	line-height: 20px;
	padding: 5px;
	margin: 0px;
	font-size: 14px;
	color: #999999;
}

textarea {
	width: 240px;
	height: 120px;
	min-height: 120px !important;
	line-height: 20px;
	padding: 5px;
	margin: 10px 25px 0px 0px;
	font-size: 14px;
	color: #999999;
}

select {
	float: left;
	width: 100px;
	line-height: 20px;
	padding: 5px;
	margin: 0px 25px 0px 0px;
	*margin: 5px 25px 0px 0px;
	font-size: 14px;
	color: #999999;
}

input.buton {
	float: left;
	width: 100px;
	padding: 0px;
	margin: 0px 0px 0px 100px;
}

input.buton_cautare {
	margin: 0px;
	padding: 0px;
	float: left;
}
