/* common */

div.info_box {
	background-color: #F8F8F8;
	border: 1px solid #DDDDDD;
	color: #323234;
	background-image : url("../img/bcg/box/info.gif");
	background-position: top left;
	background-repeat: no-repeat;
	line-height: 140%;
	margin: 3px 4px 3px 0px;
}
div.info_box_padding {
	width: auto;
	padding: 6px 10px 6px 25px;
}

div.warning_box {
	background-color: #FFF9E6;
	border: 1px solid #FFAF75;
	color: #EC0C00;
	background-image : url("../img/bcg/box/warning.gif");
	background-position: top left;
	background-repeat: no-repeat;
	line-height: 140%;
	margin: 3px 4px 3px 0px;
}
div.warning_box_padding {
	width: auto;
	padding: 6px 10px 6px 25px;
}

/* CSS for plugin: RestaurantMenu */

a.rm_category {color:#000000; font-family: Tahoma, Verdana ; font-size: 12px; font-weight:bold; line-height:17px;text-decoration: underline;}
a.rm_category:visited {color:#000000; text-decoration: underline;} 
a.rm_category:hover {color:#000000; text-decoration: none;} 

.rm_category {font-family: Tahoma, Verdana ; font-size: 12px; font-weight:bold; line-height:17px;}
.rm_title {font-family: Tahoma, Verdana ; font-size: 11px; font-weight:bold;}
.rm_price {font-family: Tahoma, Verdana ; font-size: 11px; font-weight:bold;}
.rm_text {font-family: Tahoma, Verdana; font-size: 11px;}
.rm_count {color:#626262;font-family: Tahoma, Verdana; font-size: 11px;}

table.rm_item { 
	/* DEBUG: border: 1px solid blue; */
	margin-bottom: 2px;
}
blockquote.rm_indent {
	/* DEBUG: border-left: 1px solid green; */
	padding-right: 0px; padding-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px;
}

/* end of: CSS for plugin: RestaurantMenu */

/* CSS for plugin Newsletter */
table.newsletter_quick_form {
	margin-top: 15px;
	padding-bottom: 20px;
	padding-right: 20px;	
	width: 277px; height: 41px;
	background-image: url('../img/bcg/right_panel_title.gif');
	background-position: bottom;
	background-repeat: no-repeat;
}
table.newsletter_quick_form td.newsletter_title {
	vertical-align: bottom;
	padding-left: 15px;
	padding-bottom: 5px;
}

table.newsletter_quick_form tr.newsletter td {
	padding-left: 15px;
}
table.newsletter_quick_form tr.newsletter  {
	padding-top: 3px;
}
a.newsletter_action, a.newsletter_action:visited {
	color: #51ab03;
	padding: 2px;
	text-decoration: none;
}
a.newsletter_action:hover {
	color: #51ab03;
	background-color: #ffedae;
	text-decoration: none;
}
/* end of: CSS for plugin: Newsletter */

