html {
	background-position: 50% 50%;
	background-position: cover;
	height: 100%;
	background-image:url('/images/background.jpg');
}

body {
	background-color: transparent;
}

.logo-section {
	background-image: url('/images/logo-small.png');
	background-repeat: no-repeat;
	background-position: 5px 10px;
	padding-left:30px;
	box-shadow: 0px 0px 6px #999;
}

.main-container {
	background-color: rgba(255,255,255,0.9);
	min-height: 400px;
	margin: 0 0px;
	border-radius: 4px;
	padding:15px;
	box-shadow: 0px 0px 6px #999;
}

.main-title {
	margin-bottom: 30px;
}

.index-exp-section {
	min-height:150px;
}

.index-forced-height {
	height:70px;
}

.index-exp-section ul {
	margin-left:0;
	padding-left:15px;
}

.book-img-section {
	background-image: url('/images/book.png');
	background-repeat: no-repeat;
	background-position: 100% 0%;
	height: 440px;
}

.navbar {
	margin-top: 10px;
}

.spacer {
	margin-bottom: 20px;
}

.recipe-view h4 {
	margin-bottom: 2px;
	font-size: 15px;
}

.recipe-view div {
	font-size: 13px;
}

.recipie-thumb {
	color:#444;
}

.recipe-evaluation {
	display:none;
}

#book-img-title {
	width:110px;
	overflow: hidden;
	position: absolute;
	right:162px;
	top:216px;
	color:white;
	font-family: Verdana, Arial;
}

@media print {
	.noprint {
		display:none;
	}

	.recipe-evaluation {
		display: block;
	}

	#eval-star {
		display: none;
	}
}

/*********************/
/** jRating CSS **/
/*********************/

/**Div containing the color of the stars */
.jRatingAverage {
	background-color:#f62929;
	position:relative;
	top:0;
	left:0;
	z-index:2;
	height:100%;
}
.jRatingColor {
	background-color:#f4c239; /* bgcolor of the stars*/
	position:relative;
	top:0;
	left:0;
	z-index:2;
	height:100%;
}

/** Div containing the stars **/
.jStar {
	position:relative;
	left:0;
	z-index:3;
}

/** P containing the rate informations **/
p.jRatingInfos {
	position:		absolute;
	z-index:9999;
	background:	transparent url('/images/jrating/bg_jRatingInfos.png') no-repeat;
	color:			#FFF;
	display:		none;
	width:			91px;
	height:			29px;	
	font-size:16px;
	text-align:center;
	padding-top:5px;
}

p.jRatingInfos span.maxRate {
	color:#c9c9c9;
	font-size:14px;
}