/* 
	Homepage - grid layout styles
	--------------------------------------------------
*/
div#content {
	margin: 200px 320px 0 265px;
}

div#sidebar-right {
	float: left;
	width: 250px;
	margin: 200px 0 0 -270px;
}

div#sidebar-right h2 {
	color: #24a3d5;
}

div.searchstore {
	margin-bottom: 1em;
	padding: 10px 10px 15px 10px;
	background-color: #d9f4fd;
}

div#sidebar-right div.searchstore h2 {
	color: #002a54;
}

div.searchstore input {
	float: left;
	padding: .2em;
}

input.submit {
	/*float: right;*/
	font-weight: bold;	
	cursor: pointer;
	padding: .2em;
	color: #fff;
	background: #0e9ad1 url(../img/bg_button.png) repeat-x 0 0;
	border: 1px solid #0094cd;
}

input.submit:hover {
	background: #57b9df url(../img/bg_button_h.png) repeat-x 0 0;
	border: 1px solid #000;
}

/* Recepten */
div#sidebar h3 {
	margin-left: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

div#sidebar div.article_1 {
	margin: 20px 0 0 0;
	padding: 0 10px 20px 10px;
	color: #fff;
	background: #5acaf7 url(../img/offer_bottom.png) no-repeat center bottom;
}

div#sidebar div.article_1 h2 {
	font-size: 21px;
	color: #fff;
	background: #5acaf7 url(../img/bg_offer.png) repeat-x 0 0;
}

div#sidebar div.article_1 h3 {
	margin: 0;
	font-size: 17px;
	color: #fff;
}

div#sidebar div.article_1 img {
	float: right;
	width: 80px;
	height: 80px;
	border: 1px solid #fff;
}

div#sidebar div.article_1 ul {
	list-style: none;
	margin-left: 0;
}

/* recipe on homepage */
div.RecipeOfTheWeek h3 {
	font-size: 12px;
}

div.RecipeOfTheWeek {
	padding: 0 10px 10px 10px;
	background:  url(../img/bg_recipetoftheweek.png) repeat-x 0 0;
}

div#sidebar div.article_2 h2 {
	display: block;
	height: 35px;
	margin-bottom: 0;
	background: #fafdff url(../img/recipeoftheweek.gif) no-repeat 10px 0;
	text-indent: -999em;
}

div.article_1 div.RecipeOfTheWeek {
	padding: 0 0 10px 0;
	background: 0; /* Article_1 already has a background */
}

div.RecipeOfTheWeek h3 {
	margin: 0 0 0 110px;
	font-size: 20px;
}

div.RecipeOfTheWeek img {
	float: left;
	width: 100px;
	margin: 0 10px 10px 0;
	border: 1px solid #fff;
}

div.RecipeOfTheWeek ul {
	margin-left: 110px;
	list-style: none;
}

div.RecipeOfTheWeek li {
	padding-left: 23px;
}

div.RecipeOfTheWeek a {
	clear: both;
	display: block;
	width: 95%;
	margin: 0;
	line-height: 1;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	border: 1px solid #0094cd;
	background: #0094cd url(../img/bg_button.png) repeat-x 0 0;
}

div.Recipe {
	padding: 10px 0;
	border-bottom: 1px dotted #6dcff6;
}

div.Recipe img {
	float: left;
	width: 59px;
	height: 59px;
	border: 1px solid #d9f4fd;
}

div.Recipe ul {
	list-style: none;
	margin: 0 0 0 71px;
	padding: 0;
}

div.Recipe li.Difficulty {
	background: url("../img/ico_rating.gif") no-repeat top left;
}

div.Recipe li.PreparationTime {
	background: url("../img/ico_clock.gif") no-repeat top left;
}

div.Recipe li {
	padding-left: 23px;
}

div.Recipe a {
	display: block;
	padding-left: 70px;
}

li.Difficulty {
	background: url("../img/ico_difficulty.gif") no-repeat top left;
}

li.PreparationTime {
	background: url("../img/ico_clock.gif") no-repeat top left;
}