html {
	background: #fff url('/images/2009/gradient-green.png') repeat-x;
}
#bg {
	background: url('/images/2009/bg-body-green.jpg') no-repeat;
}
a {
	color: #728f00;
}
h3 {
	color: #728f00;
}
#navigation .sidebar li {
	background: #d94a63 url('/images/2009/rightdoor-green.gif') no-repeat 100% 0;
}
#navigation .sidebar li a {
	background: url('/images/2009/leftdoor-green.gif') no-repeat;
}
#navigation .maincol .wrap {
	background: #5b7ba9 url('/images/2009/bg-nav-right-green.gif') no-repeat 100% 0;
}
#navigation .maincol ul {
	background: url('/images/2009/bg-nav-left-green.gif') no-repeat;
}
#navigation .maincol ul .active a {
	background: #fff url('/images/2009/bg-nav-active-green.gif') no-repeat 3px 50%;
	color: #7a9902;
}
.all {
	background: url('/images/2009/all-green.gif') no-repeat;
}
.box ul li {
	background: url('/images/2009/letter-green.gif') no-repeat 8px 8px;
}
.box ul a.author {
	color: #84a406;
}
.box h2 {
	background: #84a406 url('/images/2009/bg-box-h2-green.gif') no-repeat;
}
#breadcrumbs {
	color: #e7f5b2;
	background: #bdc230 url('/images/2009/bg-breadcrumbs-green.gif') no-repeat 100% 0;
}
#breadcrumbs div {
	background: url('/images/2009/bg-breadcrumbs-div-green.gif') no-repeat;
}
#breadcrumbs a {
	color: #e7f5b2;
}
.navigator ul li {
	background: #bdc230 url('/images/2009/bg-navigator-right-green.gif') no-repeat 100% 0;
}
.navigator ul a {
	background: url('/images/2009/bg-navigator-left-green.gif') no-repeat;
}
.read {
	background: url('/images/2009/read-green.gif') no-repeat;
}
.advices h2 {
	background: #84a406 url('/images/2009/bg-advices-h2-green.gif') no-repeat;;
}
.themes {
	background: url('/images/2009/bg-themes-green.gif') no-repeat 0 100%;
}
.themes .i1 {
	background: url('/images/2009/bg-themes-top-green.gif') no-repeat;
}
.themes h2 {
	color: #789601;
	background: #fff url('/images/2009/bg-themes-h2-green.gif') no-repeat;
}
.themes ul li {
	background: url('/images/2009/bullet-themes-green.gif') no-repeat 6px 9px;
}


/* рецепты */

a.recipe_title
  {
    color:#7A950E; 
    text-decoration: underline;
    font-size: 130%;
    font-weight: bold;
  }
  
table.newRecipe td.left
  {
    vertical-align: top;
    text-align: right;
  }

div.recipe
  {
    padding: 35px 5px 5px 5px;
    border-bottom: 1px solid gray;
  }

img.recipe
  {
    float: right;
    position: relative;
    border: 1px solid #6a8203;
    margin-left: 15px;
    margin-bottom: 10px;
  }

img.recipe2
  {
    float: right;
    position: relative;
    border: 1px solid #6a8203;
    margin: 0px 0px 0px 15px;
    max-height: 85px;
  }
  
img.star
  {
    cursor: pointer;
    vertical-align: bottom;
  }

hr.recipe {
	color:red;
	background-color:red;
	height: 1px;
	border-width:0px; /* убрать рамки вокруг элемента */
} 

		
input.save {
  background:transparent url(/images/design/arrow13.gif) no-repeat scroll 0 80%;
  border:medium none;
  color:#5B7BA9;
  cursor:pointer;
  display:inline;
  padding:0px 0px 0px 15px;
  text-decoration:underline;
}	
 
/* конец рецепты */

