/* CSS Document */


body{
	background-image:url(images/background.jpg);
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
h1{
	font-family: Stencil, Impact, "Arial Black", Arial;
	font-size:24px;
	color:#504215;
	margin:0px;
	padding:0px 0px 16px 0px;
	font-weight:normal;
	}
	
h2{
	font-family: Stencil, Impact, "Arial Black", Arial;
	font-size:22px;
	color:#8f8045;
	margin:0px;
	padding:0px 0px 16px 20px;
	font-weight:normal;
	clear:both;
	}
	
h2 img{
	margin-bottom:-2px;
	}		
	
a{
	color: #ad9123;
	text-decoration:none;
	}
	
a:hover{
	color: #CC0000;
	text-decoration:none;
	}
	
p{
	margin:0px;
	padding:0px 0px 16px 0px;
	}

	
.backbottom{
	background-image:url(images/backbottom.gif);
	background-repeat:no-repeat;
	background-position:50% 100%;
	}
	
.backtop{
	background-image:url(images/backtop.gif);
	background-repeat:no-repeat;
	background-position:50% 0%;
	padding-bottom:80px;
	text-align:center;
	}
	
.main{
	width:1000px;
	margin:0px auto;
	text-align:left;
	}
	
.topheader{
	width:1000px;
	height:190px;
	position:relative;}
	
.TopMenu{
	width:1000px;
	height:30px;
	}	
	
.TopMenu .TopBut{
	font-family:Impact, Arial;
	font-size:16px;
	color:#e9d475;
	}
	
.TopMenu .TopBut .a{
	background-image:url(images/topbut0.gif);
	background-repeat:no-repeat;
	background-position:10px 4px;
	height:29px;
	display:block;
	padding:8px 0px 0px 34px;
	font-family:Impact, Arial;
	font-size:16px;
	color:#e9d475;
	text-decoration:none;
	}
	
	
.TopMenu .TopBut .TopSubMenu{
	display:none;
	}
	
.TopMenu .TopButH{
	font-family:Impact, Arial;
	font-size:16px;
	color:#e9d475;
	}
	
.TopMenu .TopButH .a{
	background-image:url(images/topbut1.gif);
	background-repeat:no-repeat;
	background-position:10px 4px;
	height:29px;
	display:block;
	padding:8px 0px 0px 34px;
	font-family:Impact, Arial;
	font-size:16px;
	color:#ffffff;
	text-decoration:none;
	}
	
.TopMenu .TopButH .TopSubMenu{
	display:block;
	position:absolute;
	z-index:100;
	background-image:url(images/topsubmenu.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#ab8f22;
	border:1px solid #ae9426;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:10px 0px 10px 0px;
	}
	
.TopMenu .TopButH .TopSubMenu .TopSubSubMenu{

	}
	
.TopMenu .TopButH .TopSubMenu .TopSubSubMenu .tdSub{
	vertical-align:top;
	}
	
.TopMenu .TopButH .TopSubMenu .TopSubSubMenu .tdSub .divsubmenu{
	width:200px !important;
	}
	
	
.TopMenu .TopButH .TopSubMenu .TopSubSubMenu .tdSub .a1 {
	height:29px;
	display:block;
	padding:8px 0px 0px 34px;
	font-family:Impact, Arial;
	font-size:16px;
	color:#ffffff;	
	text-decoration:none; 
	}	

	
.TopMenu .TopButH .TopSubMenu .TopSubSubMenu .tdSub .a2{
	display:block;
	background-image:url(images/bulltopsubmenu.gif);
	background-repeat:no-repeat;
	background-position:12px 3px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	padding:2px 0px 2px 34px;
	}
	
.TopMenu .TopButH .TopSubMenu .TopSubSubMenu .tdSub .a2:hover{
	background-color:#7a671a;
	}
	
.HighlightsMenu{
	background-image: url(images/hughlights.gif);
	height:20px;
	width:1010px;
	background-repeat:no-repeat;
	text-align:center;
	position:absolute;
	z-index:1;
	margin-left:-2px;
	font-size:12px;
	padding-top:8px;
	color:#FFFFFF;
	}
	
.HighlightsMenu a{
	color:#FFFFFF;
	text-decoration:none;
	padding:0 30px;
	}	
	
.HighlightsMenu a:hover{
	color:#FFFFFF;
	text-decoration: underline;
	}
	
.HeaderHome{
	width:1000px;
	height:345px;
	position:relative;
	background-image:url(images/backheaderhome.gif);
	background-repeat:no-repeat;
	}
	
.MainContainer{
	width:1000px;
	background-color:#FFFFFF;
	clear:both;
	padding:1px;
	}
	
.Left{
	width:680px;
	float:left;
	}
	
.Right{
	width:318px;
	float:right;
	background-color:#867544;
	}
	
.AdvSearch{
	background-image:url(images/BackSearch.gif);
	width:314px;
	height:261px;
	margin:2px auto;
	}
	
.AdvSearchContent{
	padding:60px 20px 0px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	}
	
.AdvSearchContent table td{
	vertical-align:top;
	padding:2px 10px;
	}
	
/*----------------FORM-------------------*/

form{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
.content input{
	border:1px solid #666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:2px;
	}
	
.content textarea{
	border:1px solid #666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:2px;
	}
	
.content  .radio{
	border:0px;
	}
	
.input_button_big{
	background-color:#ad9123;
	font-weight:bold;
	font-size:12px;
	border:1px solid #6d6133;
	color:#FFFFFF;
	}
	
.input_button{
	background-color:#ad9123;
	font-weight:bold;
	font-size:12px;
	border:1px solid #6d6133;
	color:#FFFFFF;
	}
	
.input{
	background-color:#fffdbe;
	border:1px solid #cccccc;
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
.SepContent{
	padding:4px 10px 4px 10px;
	background-color:#ad9123;
	font-family: Stencil, Impact, "Arial Black", Arial;
	font-size:24px;
	color:#FFFFFF;
	text-transform:uppercase;
	clear:both;
	}	
	
.SepContent img{
	margin-bottom:-4px;
	}
	
.SupBoxProd{
	clear:both;
	}
	
.ProdBox{
	width:225px;
	height:330px;
	float:left;
	margin:1px 1px 0px 0px;
	background-color:#fff;
	}
	
.ProdBox .TitleBoxProd{
	background-color:#000000;
	height:38px;
	border-bottom:3px solid #92883c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;	
	vertical-align:middle;
	text-align:center;
	}
	
.ProdBox .TitleBoxProd a{
	color:#FFFFFF;
	text-decoration:none;	
	padding:6px;
	display:block;

	}
	
.ProdBox .TitleBoxProd a:hover{
	color: #FF9900;
	text-decoration:none;
	}
	
.ProdBox .ContentProdBox{
	padding:4px;
	background-image: url(images/backprodbox.gif);
	background-repeat:repeat-x;
	height:270px;
	}
	
.ProdBox .ContentProdBox .ImgProdBox{
	width:210px;
	height:150px;
	overflow:hidden;
	border:1px solid #dddddd;
	background-color:#FFFFFF;
	}
	
.ProdBox .ContentProdBox .BoxVot{
	height:12px;
	text-align:right;
	width:210px;
	}

.ProdBox .ContentProdBox .BoxPrice{
	background-image:url(images/backbocpret.gif);
	width:79px;
	height:64px;
	float:left;
	text-align:center;
	padding-top:10px;
	background-repeat:no-repeat;
	color:#454228;
	font-size:12px;
	margin-top:8px;
	}
	
.ProdBox .ContentProdBox .BoxDet{
	width:130px;
	float: right;
	font-size:12px;
	color:#666666;
	text-align:right;
	margin-top:16px;
	}
	
.ProdBox .ContentProdBox .BoxDet a{
	color:#666666;
	text-decoration:none;
	}

.ProdBox .ContentProdBox .BoxDet a:hover{
	color: #CC0000;
	text-decoration:none;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
.CatBox{
	width:225px;
	height:310px;
	float:left;
	margin:1px 1px 0px 0px;
	background-color:#fff;
	}
	
.CatBox .TitleBoxCat{
	background-color:#000000;
	height:38px;
	border-bottom:3px solid #92883c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;	
	vertical-align:middle;
	font-weight:bold;
	text-align:center;
	}
	
.CatBox .TitleBoxCat a{
	color:#FFFFFF;
	text-decoration:none;	
	padding:6px;
	display:block;
	font-weight:bold;
	}
	
.CatBox .TitleBoxCat a:hover{
	color: #FF9900;
	text-decoration:none;
	}
	
.CatBox .ContentCatBox{
	padding:4px;
	background-image: url(images/backprodbox.gif);
	background-repeat:repeat-x;
	height:270px;
	}
	
.CatBox .ContentCatBox .ImgCatBox{
	width:210px;
	height:250px;
	text-align:center;
	background-color:#FFFFFF;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
.RightBox{
	background-image:url(images/backpuncte.gif);
	width:312px;
	height:166px;
	background-repeat:no-repeat;
	margin:0px auto;
	border-top:1px solid #FFFFFF;
	}

.RightBoxContent{
	font-size:11px;
	color:#373234;
	font-style:italic;
	padding:70px 100px 0px 20px;
	height:56px;
	overflow:hidden;
	margin-bottom:4px;
	}
	
.RightBox .ButDetalii{
	background-image:url(images/backdetalii.gif);
	width:93px;
	height:18px;
	text-align:center;
	color: #333333;
	font-size:12px;
	padding-top:3px;
	font-weight:bold;
	margin-left:20px;
	display:block;
	text-decoration:none;
	}
	
.RightBox .ButDetalii:hover{
	color:#CC0000;
	text-decoration:none;}
	
.Button{
	background-image:url(images/backdetalii.gif);
	width:93px;
	height:20px;
	text-align:center;
	color: #333333;
	font-size:12px;
	padding:0px;
	cursor:pointer;
	font-weight:bold;
	display:block;
	text-decoration:none;
	border:0px;
	margin:0px;
	list-style-type:none;
	background-repeat:no-repeat;
	}
	
.Button:hover{
	color:#CC0000;
	text-decoration:none;}
	
.RightBoxes{
	background-image:url(images/backrightboxes.gif);
	background-repeat:repeat-y;
	width:318px;
	}
	
.SondajContent{
	background-image:url(images/backsondajtop.gif);
	background-repeat:no-repeat;
	width:137px;
	padding:70px 10px 10px 10px;
	font-size:12px;
	color:#FFFFFF;
	}
	
.SondajContent .a{
	color:#FFFFFF;
	text-decoration:underline;
	}
	


.NewsletterContent{
	padding:70px 10px 10px 10px;	
	background-image: url(images/backnewslettertop.gif);
	background-repeat: no-repeat;
	font-size:12px;
	color:#FFFFFF;
	border-bottom:2px solid #867544;
	}
	
.dinblog{
	width:448px;
	float:left;
	margin-right:1px;
	background-color:#f6f0db;
	}
	
.casetuta{
	color:#604f0d;
	font-size:11px;
	padding:10px;
	clear:both;
	}
.casetuta2{
	color:#604f0d;
	font-size:11px;
	padding:10px;
	clear:both;
	}
	
.casetutaContent{
	width:120px; 
	float:right; 
	height:45px;
	}	
.casetutaContent2{
	width:120px; 
	float:right; 
	height:60px;
	}

.comentarii{
	width:230px;
	float:left;
	background-color:#f6f0db;
	}
	
.recenzii{
	width:316px;
	float:right;
	margin-right:1px;
	background-color:#f6f0db;
	}
	
.sep1{
	padding:4px 10px 0px 10px;
	background-color:#ad9123;
	margin-bottom:1px;	
	font-family: Stencil, Impact, "Arial Black", Arial;
	font-size:24px;
	color:#FFFFFF;
	text-transform:uppercase;
	clear:both;
	}	
	
.sep1 img{
	margin-bottom:-4px;
	}
		
.sep2{
	padding:4px 10px 0px 10px;
	background-color:#ddc256;
	margin-bottom:1px;	
	font-family: Stencil, Impact, "Arial Black", Arial;
	font-size:24px;
	color:#FFFFFF;
	text-transform:uppercase;
	clear:both;
	color:#403404;
	}	
	
.sep2 img{
	margin-bottom:-4px;
	}
	
.sep3{
	padding:4px 10px 0px 10px;
	background-color:#ddc256;
	font-size:24px;
	margin-bottom:1px;
	font-family: Stencil, Impact, "Arial Black", Arial;
	font-size:24px;
	color:#FFFFFF;
	text-transform:uppercase;
	clear:both;
	color:#6b5810;	
	}
	
.sep3 img{
	margin-bottom:-4px;
	}
	
.BottomBoxes{
	width:100%;
	clear:both;
	}
	
.BottomBoxes img{
	border: none;
	}
	
.BottomBox1{
	height:288px;
	padding:20px 8px 0px 8px;
	background-image:url(images/backbottombox.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	background-position:bottom;
	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#604f0d;
	border:1px solid #e8e6df;
	text-align:center;
	width:20%;
	}
	
.boxbottom{
	float:left;
	color:#666666;
	font-size:12px;
	}
	
.boxbottomtitle{
	color:#8f762e;
	font-family: Stencil, Impact, "Arial Black", Arial;
	font-size:22px;
	}
	
.menubottom{
	background-image:url(images/bottommenu.gif);
	height:31px;
	width:996px;
	margin:0px auto 0px auto;
	font-size:12px;
	clear:both;
	background-repeat:no-repeat;
	}
	
.menubottomleft{
	float:left;
	padding:10px;
	color:#666666;
	}

.menubottomleft a{
	color:#666666;
	text-decoration:none;
	}
	
.menubottomright{
	float:right;	
	padding:10px;	
	color: #000000;
	}
	
.menubottomright a{
	color: #000000;
	padding:0px 10px 0px 10px;
	text-decoration:none;
	}
	
.footer{
	clear:both;
	padding:10PX;
	font-size:10px;
	color:#403404;
	font-style:italic;
	padding-bottom:30px;
	}
	
#Logo {
	position:absolute;
	left:10px;
	top:26px;
	width:631px;
	height:131px;
	z-index:1;
}
#CosTop1 {
	position:absolute;
	left:666px;
	top:7px;
	width:182px;
	height:73px;
	z-index:2;
	background-image: url(images/costop0.jpg);
}
#prodcos {
	position:absolute;
	left:16px;
	top:39px;
	width:120px;
	height:16px;
	z-index:3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	color:#FFFFFF;
}

#prodcos a{
	color:#FFFFFF;
	text-decoration:none;
	}
	
#UserLogin {
	position:absolute;
	left:851px;
	top:34px;
	width:137px;
	height:21px;
	z-index:3;
	background-image: url(images/logininput.gif);
	background-repeat:no-repeat;
	background-position:100% 0%;
	text-align:right;
	padding:2px 4px 0px 4px;
}

#UserLogin input{
	border:0px;
	background:none;	
	font-size:12px;
	color:#666666;
	width:120px;
	text-align:right;	
	}

#PassLogin {
	position:absolute;
	left:852px;
	top:75px;
	width:137px;
	height:21px;
	z-index:3;
	background-image: url(images/logininput.gif);
	background-repeat:no-repeat;
	background-position:100% 0%;
	text-align:right;	
	padding:2px 4px 0px 4px;
}

#PassLogin input{
	border:0px;
	background:none;
	font-size:12px;
	color:#666666;
	width:120px;
	text-align:right;
	}
	
#UsserName {
	position:absolute;
	left:882px;
	top:18px;
	width:110px;
	height:14px;
	z-index:4;
	font-size:12px;
	font-weight:bold;
	color:#666666;
	text-align:right;
}

#Pass {
	position:absolute;
	left:882px;
	top:58px;
	width:110px;
	height:14px;
	z-index:4;
	font-size:12px;
	font-weight:bold;
	color:#666666;
	text-align:right;
}
#LoginBut {
	position:absolute;
	left:908px;
	top:98px;
	width:85px;
	height:33px;
	z-index:5;
}
#UserOptions {
	position:absolute;
	left:873px;
	top:141px;
	width:129px;
	height:29px;
	z-index:6;
	font-size:12px;
	text-align:center;
	color:#666666;
}

#UserOptions a{
	color:#666666;
	}
	
	
#UserMenu{
	position:absolute;
	left:873px;
	top:20px;
	width:129px;
	height:29px;
	z-index:6;
	font-size:12px;
	text-align:center;
	color:#666666;
}

#UserMenu a{
	color:#666666;
	}
	
#BannerHomeTop {
	position:absolute;
	left:0px;
	top:30px;
	width:628px;
	height:314px;
	z-index:1;
	overflow:hidden;
}
#HeaderContact {
	position:absolute;
	left:645px;
	top:42px;
	width:164px;
	height:53px;
	z-index:2;
}
#HeaderIcons {
	position:absolute;
	left:647px;
	top:285px;
	width:202px;
	height:41px;
	z-index:3;
}

#HeaderIcons img{
	margin-right:10px;
	}
#plosca {
	position:absolute;
	left:926px;
	top:-47px;
	width:242px;
	height:318px;
	z-index:1;
}
#SearchHeader {
	position:absolute;
	left:616px;
	top:149px;
	width:185px;
	height:21px;
	z-index:7;
}

#SearchHeader .input{
	border:1px solid #FFFFFF;
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:180px;
	color:#999999;
	}
#SearchHeaderGo {
	position:absolute;
	left:805px;
	top:149px;
	width:55px;
	height:22px;
	z-index:8;
}

#BannerNr {
	position:absolute;
	left:43px;
	top:301px;
	width:573px;
	height:28px;
	z-index:7;
	font-size:22px;
	color:#FF9900;
	text-align:right;
}

#BannerNr a{
	color:#CCCCCC;
	text-decoration:none;
	}
	
#BannerNr a:hover{
	color: #FF9900;
	text-decoration:none;
	}
#BoxProdCos {
	position:absolute;
	margin-top:120px;
	width:54px;
	height:54px;
	z-index:2;
}

/*Produs*/

.prodtop{
	
	}
	
.prodgallery{
	width:320px;
	float:left;
	height:390px;
	padding-left:30px;
	}

.screengal{
	width:270px;
	height:270px;
	overflow:hidden;	
	background-color:#FFFFFF;
	
	}
	
.supicongal{
	width:290px;
	position:relative;
	clear:both;
	}
	
.icongal{
	width:70px;
	height:70px;
	overflow:hidden;
	float:left;
	text-align:center;
	background-color:#FFFFFF;
	border:1px solid #e0e0e0;
	}
	
.icongal img{
	cursor:pointer;
	}
	
	
.galff2{
	position:absolute;
	z-index:20px;
	top:30px;
	left:290px;
	}
	
.galpv2{
	position:absolute;
	z-index:20px;
	top:30px;
	left:-28px;
	}
	
.prodright{
	width:300px;
	padding-right:20px;
	float: right;
	color: #504215;

	}
	
.DescriereProd{
	font-size:12px;
	padding:20px;
	margin:0px 20px 0px 20px;
	color: #504215;
	clear:both;
	background-image:url(images/backdescriere.gif);
	background-repeat:repeat-x;
	}
	
.bullprod{	
	font-size:12px;
	color:#504215;
	background-image: url(images/bullprod.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding-left:20px;
	}
	
.pret{
	background-image: url(images/pret.gif);
	background-position:100% 0%;
	padding:16px 30px 6px 0px;
	height:36px;
	line-height:22px;
	font-family:Arial, Helvetica, sans-serif;
	background-repeat:no-repeat;
	width:94px;
	color:#504215;
	vertical-align:bottom;
	font-size:22px;
	}
	
.pretprod{
	background-image: url(images/backpretprod.gif);
	background-position:100% 0%;
	padding:20px 0px 0px 0px;
	height:24px;
	font-family:Arial, Helvetica, sans-serif;
	background-repeat:no-repeat;
	width:245px;
	color:#504215;
	vertical-align:bottom;
	font-size:22px;
	}
	
#breadcrumbs{
	color:#7f6e40;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:right;
	padding:10px 20px 10px 20px;
	}
	
.prodcar{
	padding-top:8px;
	font-size:12px;
	clear:both;
	}
	
.valcarprod{
	width:40px;
	height:24px;
	float:left;
	padding:4px 14px 0px 0px;
	text-align:center;
}

.valcarprod .color{	
	border:1px solid #000000;
	width:14px;
	float:left;
	height:14px;
	}
	
.valcarprod .size{	
	width:14px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	height:14px;
	}
	
#marimi{ 	
	color:#504215;
	font-weight:bold;
	}
#marimi td{ padding:2px; width:20px; text-align:center;}

#marimi input{ FONT-SIZE:10px; 
	 VERTICAL-ALIGN: middle;  
	 WIDTH: 16px; 
	 FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	 HEIGHT: 12px; border:1px solid #504215;
	 	color:#504215;
	 background-color:#ffffff;}
	 
.SupComProd{
	position:relative;
	width:300px;
	height:154px;
	margin-top:10px;
	}
	 
.ComProd{
	background-image:url(images/backcomprod.gif);
	background-repeat:no-repeat;
	width:306px;
	height:134px;
	text-align:center;
	padding-top:12px;
	padding-left:40px;
	position:absolute;
	z-index:10;
	left: -46px;
	}
	
.paging{
	clear:both;
	height:30px;
	padding-left:20px;
	}
	
.paging div{
	width:25px;
	height:25px;
	float:left;
	margin-right:4px;
	}
	
.paging .pag{
	background-image:url(images/backpag.gif);
	font-family: Stencil, Impact, "Arial Black", Arial;
	font-size:20px;
	background-repeat:repeat-x;
	background-color:#ab9025;
	color:#ffffff;
	text-align:center;
	border:1px solid #ad9123;
	}
	
.paging .pag a{	
	color:#f3e5b6;
	text-decoration:none;
	}
	
.paging .pag a:hover{	
	color:#ffffff;
	text-decoration:none;
	}
	
.content{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:20px;
	color:#333333;
	}
	
.caseta-categorie{
	width:210px;
	vertical-align:bottom;
	height:240px;
	}
	
/*Cos*/



#cos{
font-size:12px;
border-right:1px solid #D5D2B7;
border-top:1px solid #D5D2B7;
width:100%;
}

#cos td{
border-left:1px solid #D5D2B7;
border-bottom:1px solid #D5D2B7;
}

.input-cos{
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color:#ffffff;
border:1px solid #b7b37d;
width:30px;
font-size:12px;
}

.button-input-t{
vertical-align:bottom;
background-color: #E9E9D6;
font-size:10px;
color: #000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
border:0px;
cursor:pointer;
}

/*Formular comanda*/





.date-nelogat {
	 FONT-WEIGHT: bold; WIDTH: 540px; background-color: #4a5219;
border-bottom:1px solid #424916;
	 HEIGHT: 26px; TEXT-ALIGN: center;
	 font-size:11px; color:#b7b37d;
}


.form {
	FONT-SIZE: 12px;
border-right:1px solid #D5D2B7;
border-top:1px solid #D5D2B7;
width:100%;
background-color:#F8F8F1;
}
.form td{
border-left:1px solid #D5D2B7;
border-bottom:1px solid #D5D2B7;
}

.form-td-big {
	WIDTH: 540px; HEIGHT: 20px
}
.form INPUT {
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color:#ffffff;
border:1px solid #b7b37d;
font-size:12px;
}
.form TEXTAREA {
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color:#ffffff;
border:1px solid #b7b37d;
height:50px;
font-size:12px;
}
.list { border:0px;
	 FONT-SIZE: 12px; VERTICAL-ALIGN: middle; WIDTH: 154px;
	 padding:0px; margin-bottom:4px;
	 background-color:#ffffff;
border:1px solid #b7b37d;
}
.list_data {
background-color:#ffffff;
border:1px solid #b7b37d;
 padding:0px; border:0px;
	 FONT-SIZE: 12px; VERTICAL-ALIGN: middle;
	  margin-bottom:4px;
}
.form .radio {
	WIDTH: 16px;
}

.form .input_button_big {FONT-SIZE: 12px; CURSOR: pointer; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;background-color:#383e12;border:1px solid #535c1d; color:#b7b37d;
}

.form .input_button {
vertical-align:bottom;
background-color: #E9E9D6;
font-size:10px;
color: #000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
border:0px;
cursor:pointer;
}


#transport{ color:#b7b37d;border-right:1px solid #4a5219;
border-top:1px solid #424916;}

#transport td{
border-left:1px solid #4a5219;
border-bottom:1px solid #424916
}

#transport .radio {
	WIDTH: 16px; background-color:#343400;
}

#transport TEXTAREA {
	FONT-SIZE: 12px; 
	VERTICAL-ALIGN: middle; 
	WIDTH: 150px; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	HEIGHT: 50px; 
	background-color:#9ba651; 
	border:0px;
	margin-bottom:4px;
}

#transport .input_button_big {FONT-SIZE: 10px; CURSOR: pointer; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;background-color:#383e12;border:1px solid #535c1d; color:#b7b37d;
}

.factura table {border-right:1px solid #4a5219;
border-top:1px solid #424916;}

.factura td{
border-left:1px solid #4a5219;
border-bottom:1px solid #424916;
padding:8px;
}

.facutra .sus {
background-color:#4A5219;
}

.facutra .jos {
background-color:#353A11;
}


.searchhistory{
	padding:0px;
	margin:0px;
	list-style-type:none;
	display:block;
	height:520px;
	}
	
.searchhistory li{	padding:0px;
	margin:0px;
	list-style-type:none;
	display:block;
	float:left;
	width:270px;
	padding:2px 20px;
	font-weight:bold;
	}
	
/*--------------------------------COMENTARII-------------------------------------*/


.ProdComment{	
	border-top:4px solid #efefef;
	}
	
	
.CommentList{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #5b5b5b;	
	padding:20px;
	width:400px; 
	float:left;

	}	
	
.CommentForm{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #5b5b5b;	
	padding:20px 0px;
	width:220px; 
	float:right;
	}
	
.CommentBox{
	padding:10px 0;
	border-bottom:1px solid #CCCCCC;
	clear:both;
	margin-bottom:10px;
	}
	
.CommentUser{	
	font-weight:bold;
	padding-bottom:8px;
	}
	
.CommentContent{
	font-style:italic;
	}
	
.CommentBottom{
	background-color:#f4f7f8;
	border-top:1px solid #d4dce1;
	border-bottom:3px solid #d4dce1;
	clear:both;
	padding:4px;
	font-size:12px;
	color:#6f8491;
	text-align:center;	
	}	
	

.input1{
	margin-bottom:4px;
	}
	
.input1 input{
	font-size:12px;
	width:220px; 
	padding:4px;
	border:1px solid #CCCCCC;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	}	
	
.textarea1{
	margin-bottom:4px;
	}
	
.textarea1 textarea{
	font-size:12px;
	width:220px; 
	height:40px;
	padding:4px;
	border:1px solid #CCCCCC;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	}
