/* Reset */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

/* Fonts */
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/* Base */
h1{font-size:138.5%;}h2{font-size:123.1%;}h3{font-size:108%;}h1,h2,h3{margin:1em 0;}h1,h2,h3,h4,h5,h6,strong,dt{font-weight:bold;}optgroup{font-weight:normal;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;}em{font-style:italic;}del{text-decoration:line-through;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}ol li{list-style:decimal outside;}ul li{list-style:disc outside;}dl dd{margin-left:1em;}th,td{padding:.5em;}th{font-weight:bold;text-align:center;}caption{margin-bottom:.5em;text-align:center;}sup{vertical-align:super;}sub{vertical-align:sub;}p,fieldset,table,pre{margin-bottom:1em;}button,input[type="checkbox"],input[type="radio"],input[type="reset"],input[type="submit"]{padding:1px;}

/* General */

html {
	background: #f0f0f0;
}

h1, h2 {
	margin: 0;
}

h2 {
	font-size: 108%;
	color: #999999;
}

a:link, a:visited, a:active {
	font-size: 108%;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-size: 108%;
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

a.inapoi:link, a.inapoi:visited, a.inapoi:active {
	color: #999;
	text-decoration: none;
	font-weight: normal;
}
a.inapoi:hover {
	color: #999;
	text-decoration: underline;
	font-weight: normal;
}

.clearfloat {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

.spacer_5 {
	clear: both;
	height: 5px;
	font-size: 0;
}

.spacer_15 {
    clear: both;
    height: 15px;
    font-size: 0;
    line-height: 0;
}

.zoom {
	zoom: 1;
}

/* End General */


/* Box shadow */

.box_shadow {
	background: url(../images/layout/bg_box_v.png) repeat-y 0 0;
}

.box_shadow_top {
	height: 4px;
	background: url(../images/layout/bg_box_h.png) no-repeat 100% 0;
	text-align: left;
}

.box_shadow_top div {
	width: 4px;
	height: 4px;
	background: url(../images/layout/bg_box_h.png) no-repeat 0 0;
	font-size: 0;
}

.box_shadow_content {
	margin-left: 5px;
	padding: 1px 5px 1px 0;
	background: url(../images/layout/bg_box_v.png) repeat-y 100% 0;
}

.box_shadow_content_padding {
	margin-left: 5px;
	padding: 6px 10px 6px 5px;
	background: url(../images/layout/bg_box_v.png) repeat-y 100% 0;
}

.box_shadow_bottom {
	height: 4px;
	background: url(../images/layout/bg_box_h.png) no-repeat 100% -4px;
	text-align: left;
}

.box_shadow_bottom div {
	width: 4px;
	height: 4px;
	background: url(../images/layout/bg_box_h.png) no-repeat 0 -4px;
	font-size: 0;
}

.box_shadow_title {
	color: #999999;
	font-size: 108%;
	font-weight: bold;
	padding-bottom: 4px;
	border-bottom: 2px solid #FDC600;
	margin-bottom: 10px;
}

/* End Box shadow */


/* Header */

.header {
	width: 1000px;
	margin: 0 auto;
}

#banner_sus_cont {
	width: 990px;
	height: 200px;
	margin: 0 auto;
}

#langs {
	width: 50px;
	padding-top: 2px;
	text-align: center;
	float: left;
}

#meniu_cont {
	width: 800px;
	padding: 2px 0 0 70px;
	float: left;
}

#meniu {
	margin: 0;
	padding: 0;
}
	
#meniu li {
	float: left;
	list-style: none;
}

#meniu li a {
	display: block;
	padding: 0 12px;
	text-decoration: none;
	white-space: nowrap;
	font-size: 93% !important;
	font-weight: bold;
}

#meniu li a.menu_link_over {
	color: #999999 !important;
	text-decoration: underline;
}

#meniu li a:hover {
	text-decoration: underline;
}

#meniu li ul {
	margin: 7px 0 0 0;
	padding: 0;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	position: absolute;
	visibility: hidden;
}

#meniu li ul li {
	float: none;
	display: inline;
}

#meniu li ul li a {
	width: auto;
	padding: 8px 10px;
	background-color: #FFF !important;
}

#meniu li ul li a:hover {
	text-decoration: underline;
}

/* End Header */


/* Content */

#content {
	width: 1000px;
	margin: 0 auto;
}

#content_left {
	width: 200px;
	float: left;
}

#content_center {
	width: 590px;
	margin-left: 5px;
	float: left;
	display: inline;
}

#content_right {
	width: 200px;
	margin-left: 5px;
	float: left;
	display: inline;
}

.banner {
	width: 180px;
	margin: 10px auto;
	overflow: hidden;
	text-align: center;
}

.cont_stire {
	width: 560px;
	padding: 5px;
}

.poza_stire {
	width: 130px;
	float: left;
	margin: 5px 10px 5px 0;
}

.text_stire {
	width: 420px;
	float: left;
}

.spacer_stire {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCC;
}

.spacer_stire_in {
	width: 100%;
	height: 15px;
	background: url(../images/layout/spacer.gif) no-repeat 0 50%;
}

.tabel_marca td {
	padding: 2px;
	vertical-align: middle;
}

.cont_produs {
	width: 100%;
}

.cont_produs th {
	text-align: center;
	font-weight: bold;
}

.cont_produs td {
	padding: 2px;
}

a.categ_link_over {
	color: #999999 !important;
	text-decoration: underline;
}

/* End Content */

#footer {
	width: 1000px;
	margin: 0 auto 10px auto;
}

#text_footer {
	margin: 20px;
	text-align: justify;
}