/* carusel */

.infiniteCarousel {
  width: 750px;
  position: relative;
  height:200px;
  margin-top:150px;
}

.infiniteCarousel .wrapper {
  width: 690px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  height: 200px;
  margin: 0 50px;
  position: absolute;
  top: 0;
}

 
.infiniteCarousel .wrapper ul {
  width: 1200px; /* single item * n */
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
 
width:180px; 
height:200px;
 
}

 

.infiniteCarousel .arrow {
  display: block;
  height: 36px;
  width: 37px;
  background: url(images/arrow.png) no-repeat 0 0;
  text-indent: -999px;
  
  position: absolute;
  top: 60px;
  cursor: pointer;
  outline: 0;
}

.infiniteCarousel .forward {
  background-position: 0 0;
  right: 0;
}

.infiniteCarousel .back {
  background-position: 0 -72px;
  left: 0;
}

.infiniteCarousel .forward:hover {
  background-position: 0 -36px;
}

.infiniteCarousel .back:hover {
  background-position: 0 -108px;
}





/* end carusel*/


/* meniu */
.drawers-wrapper {
	position: relative;
	width: 220px;
	text-align:left;
}
.drawer {
 	color:#76797C;
	font-size:11px;
	line-height:1.3em;
}
.boxcap {
	height:5px;
	left:0pt;
	position:absolute;
	width:100%;
	z-index:100;
 
	margin-top:-5px;
}
.captop {
	 
	bottom:auto;
	top:0pt;
	margin-top:0;
}
.drawers {
	margin-bottom:15px;
	color:#76797C;
	font-size:11px;
	line-height: 18px;
	
}
.drawers A {
	color:#666666;
	text-decoration:none;
	font-family:"Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
}
.drawer li {
	border-bottom:1px solid #E5E5E5;
	line-height:16px;
	padding:6px 0pt;

	
}
UL {
	list-style: none;
	padding: 0;	 
	width:200px;
	margin-left:-5px;
}
UL.drawers {
	margin: 0;
}
.drawer-handle {
	background-image:url('images/left_cat_pp.png');
	background-repeat:no-repeat;	
	font-family: Arial;
	font-size: 12px;	
	color:#FFFFFF;
	font-weight:bold;
	height:25px;
	 
	margin-bottom:0pt;
	text-indent:20px;
	width:100%;
	cursor: pointer;
	display:block;
}
.drawer-handle.open {
	background-image:url('images/left_cat_pp_h.png');	
	 
	color:#FFFFFF;
}
.drawer UL {
	padding: 0 12px;
	padding-bottom:0pt;
}
.drawer-content UL {
	padding-top: 7px;
}
.drawer-content LI A {
	display:block;
	overflow:hidden;
	
}
 
 
/* meniu */



/* voturi */

.hover {
	background: url('images/star.png'); 
	z-index: 1;
	cursor: pointer;
}
  
.highlight {
	font-family: Arial, sans-serif;
	font-size: 12px;
	height:20px;
	bottom: 9px;
	color: #FF0000;
	font-weight: none;
}

.star_rating {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #93784b;
	float: left;
	width: auto;
	padding-top:2px;
	margin-right:10px;

	height:20px;
}


.rating{
width:100px;
float:left;
 

}
.rating_container{
width:100%;
float:left;
border-bottom: 1px solid #CCCCCC;
margin-top:20px;

}

/* voturi */


.comunicare{
width:100%;
float:left;
border-bottom: 1px solid #CCCCCC;
text-align:left;

}


