/*
Vudara styles, version 0.1
Restaurant styles
*/

#tab_menu {
  float:left;
  width:100%;
  /*background:#DAE0D2 url("images/bg.gif") repeat-x bottom;*/
  font-size:93%;
  line-height:normal;
  
  }
#tab_menu ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#tab_menu li {
  float:left;
  background:url("images/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 8px;
  }
#tab_menu a {
  float:left;
  display:block;
  background:url("images/right.gif") no-repeat right top;
  padding:4px 4px 4px 2px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#tab_menu a {float:none;}
/* End IE5-Mac hack */
#tab_menu a:hover {
  color:#333;
  }
#tab_menu #current {
  background-image:url("images/left_on.gif");
  }
#tab_menu #current a {
  background-image:url("images/right_on.gif");
  color:#333;
  padding-bottom:5px;
  }


#review_content{
clear:both;
margin-top:20px;
padding:16px;
height:auto;
border: 1px solid black;
	}
.float_left{
	float:left;
}
.three_col{
	float:left; 
	margin:0; 
	padding:4px;
	position:relative;
	width:300px;
}
.reviewer_col1{
	float:left; 
	margin:0; 
	padding:4px;
	position:relative;
	width:200px;
	height:auto;
	margin-right:16px;
/*background-color:lightgray;*/	
}
.reviewer_col2{
	float:left; 
	margin:0; 
	padding:4px;
	position:relative;
	width:680px;
	height:auto;
	margin-right:16px;
/*background-color:gray;*/	
}
.review_text_small{
	height:45px;
	overflow:hidden;
}
.review_text{
	height:90px;
	overflow:hidden;
}

.half_screen_width{
width:600px;
/*background-color: gray;*/
}
.qtr_screen_width{
width:300px;
/*background-color: gray;*/
}

table.review_profile {
	/*background-color: gray;*/
	width:240px;
	font:100% Arial,Verdana,Tahoma,sans-serif; 
}
table.review_profile tr th{ 
	text-align:left;
	padding-right:16px;
}


.blog_listing{
	border-bottom: 1px solid #000;
	padding-top:8px;
	padding-bottom:8px;
}
table tr td{
font-size:100%;
}
table.reviews {
border-bottom: 1px solid #000;
width:100%;
}
table.reviews tr th{
	border-bottom: 1px solid #000;
	text-align:left;
}
table.reviews tr th.ratings{
	width:100px;
}
table.reviews tr th.date{
	width:80px;
}
table.reviews tr td{
	padding-left:2px;
	padding-right:2px;
}
.text_block{
display:inline-block;
width:300px;
}
.text_block_tiny{
display:inline-block;
width:40px;
}
.text_block_small{
display:inline-block;
width:60px;
}
.flashcontent{
z-index:1;
}
.invite-restaurant_popup{
	z-index:2;
}
a.btn_feedback{
    display:inline-block;
    width:61px;
    padding:1px 0 0 20px;
    height:15px;
    text-decoration:none;
    text-align:left;
    color:#000;
    vertical-align:top;
    font-size:11px;
    background: url(images/feedback-button.png) no-repeat 0 0;    
}
a.btn_feedback:hover{
    background: url(images/feedback-button.png) no-repeat 0 -16px;    
}
/* used for content pages */
.content p{
	margin:0 0 10px 0;
}
