/* ALL PRODUCTS */
#lefts{
	float: left;
	width: 274px;
	display: inline;
	height: 440px;
}
#prod{
	float: right;
	display: inline;
}
#picbox ul li{
	margin: 0;
	padding: 0;
}
/*BOX IMG*/
.picbox li{
	list-style: none;
	float:left;
	margin-right: 8px;
}
.imgc{
	text-align: center;
	margin-bottom: 8px;
}
.borderit img{
	padding:2px;
	/*border: 1px solid #4b3d2a;*/
	border: 0;
}
.borderit:hover img{
/*border: 1px solid #C18656;*/
}
.borderit:hover{
/*color: #A0522D; /* irrelevant definition to overcome IE bug */
}
.ptit{
	text-align: center;
	color: #4b3d2a;
}
.ptit a{
	text-decoration: none;
	color: #4b3d2a;
}
.ptit a:hover{
	color: #c18656;
}

/* PRODUCT VIEW */
.box2 h1, #caract, .box2 h3, .box3 h1{
	color: #4b3d2a;
}
.box2 h2{
	color: #c59629;
}

.box1, .box2, .box3{
	float: left;
}
.box1{
	width: 350px;
}
.box2{
	margin-left: 30px;
	width: 300px;
}
.box3{
	margin-left: 15px;
	width: 264px;
	text-align: center;
	border-left: 1px solid #d6cdb6;

}
.box2 h1{
		margin: 0;
		font-size: 1.6em;
}
.box2 h2{
		margin: 4px 0;
		font-size: 1.2em;
}
.box2 h3{
		margin: 15px 0;
		font-size: 1.2em;
}
.box3 h1{
		margin: 0 0 20px 0;
		font-size: 1.2em;
		text-transform: uppercase;
}
.box3 ul{
	list-style: none;
}
.box3 ul li{
	margin: 0 0 5px 0; 
}
.box3 img{
	border: 0;
}
#desc{
	margin: 12px 0;
	text-align: justify;
	font-size: 1em;
}
.cantitate{
	background-color: #fdf9ee;
	border-bottom: 1px solid #e6dfcf;
	border-top: 1px solid #e6dfcf;
	line-height: 42px;
	padding: 1px 5px 1px 10px;
}
.cantitate form{
	margin: 0;
}
.cantitate select{
	margin: 0 18px;
}
#caract{
	margin: 8px 0 0 10px;
}
.float1{
	display: inline;
	float: left;
}
.float2{
	display: inline;
	float: left;
	margin-top: 12px;
}
/*.subbut input{
	position: absolute;
	z-index:3;
	filter:alpha(opacity=0);
	opacity:0;
	margin-top: -30px;
	margin-left: -58px;
	height: 30px;
}*/
.subbut input.btn{
	margin: 7px 0 0 7px;
	width:	114px;
	height: 	27px;
	text-align: center;
	font-size: 1.2em;
	background: url(../img/butcom_all.gif) no-repeat;
	float: left;
	padding: 0;
	border: 0;
	display: block;
	cursor: pointer;
	color: #4b3d2a;
}
/*.subbut a{
		text-decoration: none;
		color: #4b3d2a;
		width:	114px;
		height: 	27px;
		display: block;
}
.subbut a:hover{
		width:	114px;
		height: 	27px;
		color: #f8f6ef;
		background: url(../img/butcom_on.gif) no-repeat;
}*/
.pro-pics{
	border: 1px solid #4B3D2A;
	width: 340px;
	height: 260px;
/*	text-align: center;
	display: table-cell;
	vertical-align: middle;
	*/
}
.jqzoom{
	width: 340px;
	text-align: center;


}
.plist {
       	margin: 0;
			padding: 0;
			list-style:none;
			overflow: hidden;
        }
.plist li{
			float: left;
			display: inline;
			margin-right: 2px;
		}
.imgp{
		border: 1px solid #4B3D2A;
		width: 110px;
		height: 80px;
		text-align: center;
		display: table-cell;
		vertical-align: middle;
		top: 50%;
}
.plist li img{
	border: 0;
	}
#topdir{
		border-bottom: 1px solid #d6cdb6;
		padding: 0 0 10px 0;
		margin-bottom: 15px;
		font-size: 1.1em;
}
#topdir span{
		color: #4b3d2a;
}
#topdir span a{
		color: #4b3d2a;
		text-decoration: none;
}
#topdir span a:hover{
		color: #c18656;
}