#menuLeft {
	float:left;
	padding:10px;
	background-image: url(../images/line.jpg);
	background-repeat: no-repeat;
	background-position: 130px 0px;

}

#description {
	width:520px;
	float:left;
	padding:10px;
	position:absolute;
	margin-left:236px;
}

#expandables {
	margin-top:-15px;
	margin-left:236px;
}
.desc {
	display:none;
	overflow:hidden;
	}

.hide {
	display:none;
}

.prod {
	cursor:pointer;
	display:block;
	margn-top:11px;
	margin-bottom:11px;
}

.indent {
	cursor:pointer;
	margin-left: 25px;
	margin-top:11px;
	margin-bottom:11px;
	display:block;
}

.text {
	font-size:16px;
}

.price {
	margin-top:20px;
	text-align:left;
	font-size:16px;
}
/* News box */

#news-wrapper {
  width: 180px;
  height: 300px;
  margin-left: 782px;
  border: 2px solid #99cc00;
  padding: 10px;
}

#news-wrapper .title {
  font-size: 18px;
  margin-bottom: 15px;
  color: #ff0000;
}

/* END News box */
