#en_ProductTop, #he_ProductTop {
	width: 688px;
	height: 34px;
	
	padding-right: 15px;
	padding-top: 12px;
}

#he_ProductTop {
	background: url(/images/HeProductTop.jpg) no-repeat left bottom;
}

#en_ProductTop {
	background: url(/images/EnProductTop.jpg) no-repeat left bottom;
}

.en_ProductRepeat, .he_ProductRepeat {
	width: 688px;
	min-height: 206px;
	height: auto;
	
	padding-right: 15px;
	
	background-position: left;
}

.PictureHolder {
	width: 170px;
	height: 147px;
	padding-top: 23px;
}

.en_ProductRepeat .PictureHolder {
	float: left;
	padding-left: 21px;
}

.he_ProductRepeat .PictureHolder {
	float: right;
	padding-right: 21px;
}

.PictureHolder img {
	width: 150px;
	height: 128px;
	
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 11px;
	padding-bottom: 9px;
}

.TextHolder {
	min-height: 158px;
	height: auto;
	width: 462px;
}

.he_ProductRepeat .TextHolder {
	float: right;
	text-align: right;
	direction: rtl;
	padding-right: 15px;
	padding-left: 20px;
}

.en_ProductRepeat .TextHolder {
	float: left;
	text-align: left;
	direction: ltr;
	padding-left: 15px;
	padding-right: 20px;
}

.en_ProductRepeat {
	background: url(/images/EnProductRepeat.jpg) repeat-y;
}

.he_ProductRepeat {
	background: url(/images/HeProductRepeat.jpg) repeat-y;
}

.ProductsSeperator {
	width: 688px;
	height: 14px;
	
	padding-right: 15px;
	
	background: url(/images/ProductSeperator.jpg) no-repeat;
	background-position: left top;
}


.ProductTitle {
	color: #d72229;
	font-size: 13px;
	font-family: Arial;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 5px;
	
	width: auto;
	height: auto;
}

.ProductText {
	color: #4c4c4e;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	
	width: auto;
	height: auto;
	min-height: 120px;
}

.en_ProductButtons, .he_ProductButtons {
	padding-top: 7px;
	height: 23px;
	padding-bottom: 5px;
}

.en_ProductButtons {
	text-align: right;
	padding-right: 20px;
	direction: ltr;
}
.he_ProductButtons {
	text-align: left;
	padding-left: 20px;
	direction: rtl;
}



#ProductBottom {
	width: 705px;
	height: 85px;
	
	padding-right: 15px;
	
	background: url(/images/ProductBottom.jpg) no-repeat;
	background-position: left top;
}


