
*{
	margin: 0px;
	padding: 0px;
}

html{
	margin: 0px;
	padding: 0px;
	background: url("../images/bg.jpg");
}

body 
{
	background: url("../images/bg_body.jpg") repeat-x;
	font: normal 12px Verdana, Arial, Helvetica;
	color: #444;
	line-height: 140%;
}

.clearFloat{
	clear: both;
}

ul li{
	list-style: none;
}

img{
	border: none;
}

a{
	text-decoration: none;
	color: #990000;
}


h1{
	font-size: 16px;
	margin: 5px 0px;
}

h2{
	font-size: 13px;
	margin: 5px 0px;
}

h3{
	font-size: 12px;
	margin: 5px 0px;
}

input
{
	border: 1px solid #ccc;
}

textarea
{
	border: 1px solid #ccc;
}

select
{
	border: 1px solid #ccc;
}

#bigWrapper
{
	background: url("../images/bigWrapper.jpg") top center no-repeat;
}

#wrapper{

	width: 982px;
	margin: 0px auto;
}

#header{
	background: none;
	padding-top: 2px;
	position: relative;
}

#search
{
	top: 40px;
	right: 30px;
	position: absolute;
	width: 205px;
	height: 26px;
	background: url("../images/searchBg.jpg") no-repeat;
}

#searchText
{
	width: 165px;
	background: none;
	color: #eee;
	height: 24px;
	font-style:italic;
	border:none;
	padding-left: 10px;
}

#searchSubmit
{
	border:none;
	background: none;
	width: 20px;
	height: 26px;
}

#logo{
	width: 200px;
	float: left;
	padding-left: 10px;
}

#banner
{
	min-height: 283px;
	background: url("../images/bannerBg.jpg") top center no-repeat;
}

#menu{
	text-align: right;
	width: 982px;
}



#menu ul {
	margin: 0px;
	padding: 0px;
}

#menu ul li{
	display: inline;
	margin: 0px;
	padding: 0px;
}

#menu ul li .tree_selected{
	display: inline;
}


#menu ul li a
{
	color:#E9CECE;
	height: 28px;
	line-height: 28px;
	padding: 5px 10px;
	font-size: 14px;
	margin: 0px;
	background: url("../images/menu_sep.jpg") center right no-repeat;
}

#menu ul li .tree_selected a
{
	color: #fff;
}

#menu ul li a:hover
{
	color: #fff;
}


#promo
{
	background: url("../images/promoBg.jpg") top center no-repeat;
}

#promo .prodPromo
{
	float: left;
	width: 280px;
	height: 130px;
	padding: 10px 20px;
	background: url("../images/bgProdPromo.jpg") center right no-repeat;
}


#promo .prodPromo_
{
	float: left;
	width: 280px;
	height: 130px;
	padding: 10px 20px;
	background: none;
}

.imgProdPromo
{
	float: left;
	width: 120px;
	height: 120px;
	text-align: center;
}

.imgProdPromo img
{
	border: 1px solid #2D1F12;
	padding: 5px;
}

.detProdPromo
{
	float: left;
	width: 150px;
	padding: 5px;
	color: #807E7B;
	font-size: 10px;
}

.detProdPromo .titlu
{
	font-size: 14px;
}

.detProdPromo .more
{
	float:right;
	font-size: 10px;
	background: url("../images/sageataPromo.jpg") center left no-repeat;
	padding-left: 10px;
}



#contentRepeat
{
	background: url("../images/contentRepeat.jpg") center repeat-y;
}

#contentBottom
{
	background: url("../images/contentBottom.jpg") bottom center no-repeat;
}

#contentTop
{
	background: url("../images/contentTop.jpg") top center no-repeat;
	padding: 26px 11px 10px 11px;
	
}

#mainBottom
{
	float: left;
	width: 500px;
	margin: 25px 0px 0px 0px;
	background: #FFF url("../images/mainBottom.jpg") bottom center no-repeat;
	padding: 0px;
	
}

#mainTop
{
	background: url("../images/mainTop.jpg") top center no-repeat;
	margin: 0px;
	padding: 20px 15px 50px 15px;	
	
}

#mainTop h1
{
	padding: 4px 0px 10px 0px;
	background: url("../images/h1.jpg") bottom left no-repeat;
	font-size: 21px;
	font-weight: normal;
	line-height: 140%;
}

#mainTop .separator
{
	background: url("../images/sep.jpg") center top no-repeat;
	padding: 20px;
	margin-top:10px;
}

#left{
	float: left;
	width: 225px;
	padding: 20px 5px 10px 0px;
}


.tab_left
{
	background: url("../images/leftH2.jpg") no-repeat;
	margin: 0px 0px;
	padding-bottom: 10px;
}

.tab_left h2
{	
	color: #fff;
	padding: 6px;
	padding-left: 27px;
	padding-bottom: 10px;
	font-size: 15px;
	font-weight: normal;
}

.tab_left ul
{
	padding: 0px 15px;
}

.tab_left ul li
{
	background: url("../images/bg_li.jpg") bottom center no-repeat;
	padding-left: 10px;
}


.tab_left ul li a
{
	display: block;
	padding: 6px 2px 6px 10px;
	color: #FFF;
	background: url("../images/sageataLeft.jpg") center left no-repeat;
}

.tab_left ul li a:hover
{
	background: url("../images/sageataLeftSelected.jpg") center left no-repeat;
	color: #990000;
}

.tab_left ul li .tree_selected a
{
	background: url("../images/sageataLeftSelected.jpg") center left no-repeat;
	font-weight: bold;
	color: #990000;
}

.tab_left .tab_left_second
{
	padding: 0px 20px;
	color: #fff;
}

.tab_left .tab_left_second p
{
	border-bottom: 1px dashed #ccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-size: 10px;
}

.tab_left .tab_left_second a
{
	color: #fff;
}


#right{
	float: left;
	width: 225px;
	padding: 20px 0px 10px 5px;
}

.tab_right
{
	background: url("../images/rightH2.jpg") top right no-repeat;
	margin: 0px 0px;
	padding-bottom: 10px;
}


.tab_right h2
{	
	color: #fff;
	padding: 6px;
	padding-left: 27px;
	padding-bottom: 10px;
	font-size: 15px;
	font-weight: normal;
}

.tab_right ul
{
	padding: 0px 15px;
}

.tab_right ul li
{
	background: url("../images/bg_li.jpg") bottom center no-repeat;
	padding-left: 10px;
}


.tab_right ul li a
{
	display: block;
	padding: 6px 2px 6px 10px;
	color: #FFF;
	background: url("../images/sageataLeft.jpg") center left no-repeat;
}

.tab_right ul li a:hover
{
	background: url("../images/sageataLeftSelected.jpg") center left no-repeat;
	color: #990000;
}

.tab_right ul li .tree_selected a
{
	background: url("../images/sageataLeftSelected.jpg") center left no-repeat;
	font-weight: bold;
	color: #990000;
}

.tab_right .tab_right_second
{
	padding: 0px 20px;
	color: #fff;
}

.tab_right .tab_right_second p
{
	border-bottom: 1px dashed #ccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-size: 10px;
}

.tab_right .tab_right_second a
{
	color: #fff;
}

#footer{

}

#footer ul li{
	display: inline;
	margin-right: 0px;
}

#footer ul li .tree_selected{
	display: inline;
}

#footer ul li a {
	color: #aaa;
	padding-right: 10px;
}

#footer ul li .tree_selected a{
}

#footer ul li a:hover{
}

#footer_inner
{
	position: relative;
	width: 960px;
	margin: 0px auto;
	padding: 20px 50px 15px 50px;
	min-height: 50px;
}


#logo_footer
{
	position: absolute;
	top: 20px;
	right: 50px;
	width: 128px;
	height: 48px;
}


/*///////////////////////////		OLD STYLE		//////////////////////////*/


.prod_row{
	width: 175px;
	height: 200px;
	text-align: center;
	float: left;
}

.prod_row img{
	border: 1px solid #ccc;
	padding: 3px;
	margin-top: 3px;
}

#sigla{
	text-align: center;
}


#pic-dreapta{
	text-align: center;
	border: 5px solid #fff;
	padding: 0px;
	width: 170px;
	margin: 5px auto;
}

#pic-wrapper
{
	padding-bottom: 20px;
	background: url("../images/promoColBg.jpg") bottom right no-repeat;
}

#sub-pic .descriere{
	line-height: 150%;
	margin: 5px;
	font-size: 13px;
}

/*///////////////////////////////        DE LA LAYOUTU VECHI          ///////////////////////////////////*/


#bread_categorii{
	margin:1px;

}

#bread_categorii ul{
	list-style:none;
	float:left;
	display:block;

	margin:0px;
	padding:0px;
}

#bread_categorii ul li{
	display:block;
	float:left;

	margin:0px;
	padding:0px;
}

#bread_categorii ul li a{
	display:none;

	margin:0px;
	padding:0px;
}

#bread_categorii .tree_selected  a{
	display:block;
	float:left;
	margin:0px;
	padding:0px;
	font-size:11px;

}

#bread_categorii .tree_selected  a:hover{
	display:block;
	float:left;
	margin:0px;
	padding:0px;
	background:none;

}


.lista_subcategorii{

}

.lista_subcategorii .nume{
	float: left;
	width: 220px;
	border-bottom: 1px dotted #ccc;
	height: 20px;
	line-height: 20px;
	margin-left: 10px;
}

.row{
	float:left;
	width:150px;
	height:250px;
	text-align:center;
	margin:2px;
}

.row .title
{
	height: 35px;
	padding: 0px 10px;
}

.img_
{
	padding-bottom: 16px;
	background: url("../images/bgProd.jpg") bottom right no-repeat;
}

.img_ img{
	border:1px solid #ccc;
	padding: 3px;
}

.col1{
	float:left;
}
.desc_prod{
	padding-left: 15px;
	width:240px;
	float:left;
}

.row_stire{
	padding: 2px;
	border-bottom: 1px dotted #ccc;
}

.row_articol{
	padding: 2px;
	border-bottom: 1px dotted #ccc;
}

.clearboth
{
	clear: both;
}
