.items {
    padding: 0 20px 25px 20px;   
}


/* HEADING LINE */
.item-heading {
    padding-top:20px;
    width:520px;
}

.heading-content {
    display:block;    
}



/* ITEM LINE */
.item-line,
.subitem-line {
    padding-top:20px;
    padding-bottom:0;
    margin:0;
    width:520px;
}


.item-heading p,
.item-line p,
.subitem-line p {
    margin: 5px 0 0 0;
    *margin: 5px 0 0 0;
    _padding-top:3px;
    clear:both;
    padding:3px 0 0 0;
    
}

.item-photo {    
    margin-right: 20px;
    width: 75px;
    overflow:hidden;
    clear:both;
}

.item-photo img{
    height:75px;
    width: 75px;
    overflow:hidden;
    display:block;
}

.item-content,
.subitem-content {
    display:block;
    width:99%;
}

.hasphotos .item-content,
.hasphotos .subitem-content {
    display:block;
    width:425px;
}

    .item-desc{
        margin:3px 0 0 0;
        padding:0;
        width:85%;
        /*
        max-height:60px;
        _height:60px;
        */
        overflow:hidden;
    }

    .item-desc p {
        padding:0;
    }




/*.menu {
	margin:5px 0;
	border:solid 1px #ddd;
	background:#fff;
	padding:5px 10px;
}
.menuImage {
	width:80px;
	float:left;
	margin-right:5px;
}
.menuItem {
	width:510px;
	float:left;
}
.menuTitle {
	font-size:16px;
}
.menuPrice {
	font-size:16px;
	float:right;
}
.menuFootnote {
	margin-top:10px;
}
.menuIntro {
	margin-top:10px;
}
#content {
	width:878px
}
#content_left {
	padding: 0 10px;
	width:202px;
	height:531px;
	float:left;
	color:#999;
	font: normal 11px "helvetica neue roman 55", Verdana, Arial, Sans-serif;
	line-height: 16px;
}
#address {	
	margin: 315px 0 15px;
}
#reservation {
	margin-bottom: 30px;	
	font-weight:bold;
	text-transform: uppercase;
	letter-spacing: -0.1em;
}
#reservation a, #reservation a:visited {
	color: #2A4D8E;
	text-decoration:none;	
}
#language a, #language a:visited {
	color: #4E0812;
}

#content_right {
	width:656px;
	float:left;
	height:491px;
}
#sub_content {
	background:#f7fdfd;
	padding:7px 16px;
	font-size:11px;
}
a {
	color:#4E0812;
}*/

.rtl .item-photo {    
    margin-right: 0px;
    margin-left: 20px;
}