@charset "utf-8";
/* CSS Document */
#slogan{
    margin-top: 3px;
}

/* PNG FIX FOR IE6 */
img, div { 
	behavior: url(/styles/iepngfix.htc);
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:0px;
	margin:0px;
}

#wrapper {
	width:925px;
}

#wrapper_homepage {
	width:754px;
}

#logo_menu {
	width:156px;
	height:262px;
	float:left;
	padding-top:19px;
	padding-right:14px;
	margin-top:10px;
}

#spacer {
	width:14px;
	float:left;
}

#user {
	float:left;
	width:754px;
	padding-bottom:5px;
	margin-top:10px;
}

#my_events {
	width:500px;
}

#menu {
	float:left;
	width:156px;
	margin-top:20px;
	text-align:left;
	color:#666666;
}

#redline {
	background-color:#fe0000;
	width: 754px;
	height:39px;
	float:left;
}

.redline {
	height:1px;
	overflow:hidden;
	background-color:#fd0002;
	width:100%;
	/*margin-bottom:15px;*/
	float:left;	
}

#content {
	text-align:left;
	width:754px;
	height:auto;
	float:left;
}

.banner {
	padding-bottom:20px;
}

#footer {
	float:right;
	background-color:#e6e6e6;
	text-align:center;
	width:754px;
	height:18px;
	margin-top:20px;
	margin-bottom:15px;
	padding-top:3px;
}

/* GENERAL TEXT STYLING */

a:link, a:active, a:visited {
	color:#000000;
	text-decoration:none;
}

a:hover {
	color:#FF0000;
}


/* MENU */

.menu_item {
	list-style-image:url(../images/MENU_ITEM_CLOSED.gif);
	font-size:12px;
	font-weight:bold;
	margin-left:20px;
	padding-left:0px;
}

.menu-item li {
	margin-bottom:10px;
}

.sub_menu_item {
	list-style-type:none;
	list-style-image:none;
	margin-left:0;
	line-height:17px;
}

a.menu_sub_link, a.menu_sub_link:visited {
	color:#979797;
}

a.main_menu_link, a.main_menu_link:visited {
	color:#666666;
	margin-top:20px;
}

ul {
	padding:0px;	
}

li {
	padding:0px;
}

#menu_link {
	color:#666666;
	text-decoration:none;
}

#menu a:hover {
	color:#FF0000;
}

h1 {
	color:red;
	font-size:16px;
	margin-top:20px !important;
	margin-bottom:20px !important;
}


/* REGISTER */

.register_form {
	background-color:#f2f2f2;
	padding-left:20px;
	width:450px;
	padding-top:20px;
	font-size:11px;
}

.loginform, .change_password, .forgot_password {
	background-color:#f2f2f2;
	padding:20px;
	width:300px;
	font-size:11px;
}

.change_password {
	width:350px;
}

.succes, .succes_small {
	/*width:100%;*/
	width:417px;
	background-color:#CCFFCC;
	padding:5px;
	font-weight:bolder;
	text-align:center;
	border:1px solid #009900;
	color:#009900;
	margin-bottom:10px;
}

.succes_small {
	width:266px;
}

.register_form label {
	padding-left:5px;
}

.star {
	margin-left:10px;
	color:#FF0000;
}

input, select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:5px;
	margin:5px;
	margin-left:0px;
	border:1px solid #DDDDDD;
}



input:hover {
	background-color:#CCCCCC;
}

input.checkbox {
	border:0px;
}

.input_large {
	width:250px;
}

.input_extralarge {
	width:332px;
}

.input_xxlarge {
	width:415px;
}

.input_medium {
	width:200px;
}

.input_small {
	width:66px;
}

.button {
	width:211px;
	border:1px solid #666666;
	/*cursor:pointer;*/
}

.button:hover {
	background-color:#999999;
}

input.error { 
	border: 1px solid #c00; 
	background: #fee;
}
textarea.error { 
	border: 1px solid #c00; 
	background: #fee;
}
select.error { 
	border: 1px solid #c00;
	background: #fee;
}

label.error {
	display:none !important;
}

.form_error, .form_error_small, .form_error_smaller, .form_error_smallest {
	/*width:92%;*/
	width:417px;
	background-color:#fee;
	padding:5px;
	font-weight:bolder;
	text-align:center;
	border:1px solid #c00; 
	color:#c00;
	margin-bottom:10px;
}

.form_error_small {
	width:339px;
}

.form_error_smaller {
	width:330px;
}

.form_error_smallest {
	width:273px;
}

/* MY PROFILE */

.mp_menuitem {
	padding:10px;
	background-color:#e6e6e6;
	color:#636363;
	font-weight:bolder;
	margin-right:1px;
}

.mp_menuitem:hover {
	background-color:#FF0000;
	color:#FFFFFF;
}


/* RECIPIES */

#recipe_container {
	width:470px;
	float:left;
}

#search_recipe {
	background-color:#f2f2f2;
	padding:10px;
}

#recipe_category, .activity_header {
	background-color:#bbbbbb;
	width:100%;
	padding:3px;
	padding-left:10px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bolder;
	margin-bottom:1px;
	margin-top:1px;
}

.activity_header {
	width:470px;
}

.activity_header:hover {
	background-color:#FF0000;
}

.all_recipes, .activity {
	background-color:#f2f2f2;
	padding:10px;
	color:#696969;
	line-height:18px;
	font-weight:normal;
	font-size:12px;
}

.activity {
	width:480px;
}

.all_recipes ul {
	padding:0;
	margin:0;
}



h3, h2 {
	width:494px;
	background-color:#bbbbbb;
	margin:0;
	margin-bottom:1px;
	padding:3px;
	color:#FFFFFF;
	font-size:14px;
	background-image:url(../images/bg_recipe_item.gif);
	background-position:right;
	background-repeat:no-repeat;
}
	
	

h2 {
	width:464px;
}

h3:hover, h2:hover, h2:active, h3:active {
	background-color:red;
	background-image:url(../images/bg_recipe_item_hover.gif);
	background-position:right;
	background-repeat:no-repeat;
	margin-bottom:1px;
}

#recipe_category:hover {
	background-color:#FF0000;
	color:white;
}

a.recipe_link {
	color:#FFFFFF;
}

.recipe_title {
	color:#fa3008;
	font-size:16px;
	
	/*border-bottom:1px solid #FF0000;*/
	font-weight:bold;
	float:left;
}

.photo {
	border:1px solid #CCCCCC;
	margin-right:20px;
}

#recipe_container ul li {
	margin:0;
	padding:0;
}

.title {
	font-size:14px;
	font-weight:bolder;
	color:#000000;
	margin-bottom:5px;
}

#event_title {
	background-color:#ff3000;
	width:457px;
	padding:3px;
	padding-left:10px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bolder;
}

.landing_item {
	float:left;
	margin-bottom:3px;
	font-size:12px;
	position:relative;
	width:100%;
	background-image:url(../images/background_landing_item.gif);
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	padding-top:3px;
}

/* OGONE MODULE */

.ncoltable1 {
	font-size:12px;
} 

/*EARLY SUBSCRIPTION*/
div.early_subscription{
	background-color: rgb(254, 0, 0); 
	font-size: 12px; 
	font-weight: bold; 
	height: 20px; 
	text-align: center; 
	padding-top: 2px;
	float:left;
}
div.early_subscription a{
	color: rgb(255, 255, 255);
}
img{
 border : 0px;
}
.page img{
	border:0px;
}