#bannerPrint {
	visibility: hidden;	
	position: absolute;
}

#Public_Button, #Private_Button {
	margin: 15px 20px 0 20px;
	height: 19px;
}
#Public_Button img, #Private_Button img {
	float: right;
	margin-left: 5px; 
}

#Owned {
	margin: 15px 20px 0 20px;
	font-size: 10px;
}
#Owned a {
	text-decoration: none;
	font-size: 10px;
	color: #000;
	line-height: 17px;
	border-bottom: 1px dotted #000;
}
#Owned a:hover {
	border-bottom-style: solid;
}
#Owned img {
	float: left;
	margin-right: 5px; 
	border-width: 0;
}

.Top_Block_Title {
	margin: 15px 20px 0 240px;
	border-bottom: 1px solid #990033;
	padding-bottom: 5px;
	color: #990033;
	font-size: 14px;
	font-weight: bold;		
}
.Top_Block_Title * {
	color: #990033;
	font-size: 14px;
	font-weight: bold;		
}

#Left_Block {
	float: left;
	margin-left: 20px;
	width: 190px;
	display: inline; /* iefix */
}

#Left_Block #pictureWrapper {
	position: relative;
	width: 180px;
}

#Left_Block #pictureWrapper #play {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -17px;
	margin-left: -21px;
	opacity: 0.75;
	filter:alpha(opacity=75);
}

#Left_Block .Subtitle, #Right_Block .Subtitle {
	margin-top: 5px;
	margin-bottom: 15px;
	color: #990033;
	font-size: 10px;
	font-weight: bold;
}

#Left_Block .enVideo {
	font-weight: bold;
	color: #990033;
}
#Left_Block .enVideo img {
	display: inline;
}

#Left_Block .Ingredients, #Left_Block .Ingredients * {
	font-size: 10px;
	color: #666;	
}

#Left_Block .marinade {
	margin-top: 20px;
	color: #EF9730;
	/*text-transform: uppercase;*/
	font-weight: bold;
}

#Left_Block .kids {
	margin-top: 20px;
	color: #EF9730;
	background-image:url(../Pictures/Recipes/Detail/kids_friendly.png);
	background-repeat:no-repeat;
	padding-left:30px;
	background-position:0 2px;
	/*text-transform: uppercase;*/
	font-weight: bold;
}

#Left_Block #criterions {
	margin-top: 20px;
	color: #990033;
	font-size: 10px;
	padding-bottom: 1px;
}
#Left_Block #criterions .criterion {
	font-weight: bold;
	color: #990033;
	font-size: 10px;	
}

#Left_Block #Equilibrium {
	color: #EF9730; 
	font-size: 10px;
	font-weight: bold;
}
#Left_Block a#Equilibrium {
	text-decoration: none; 
	border-bottom: 1px dotted #EF9730;		
}
#Left_Block a#Equilibrium:hover {
	border-bottom-style: solid;
}

#Right_Block {
	margin-left: 240px;
	margin-right: 20px;
}

#Right_Block #Drill, #Right_Block #Drill * {
	font-size: 10px;
	color: #333;
}
#Left_Block .Ingredients a, #Right_Block #Drill a{
	color : #990033;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #990033;
	text-decoration: none !important;
}
#Left_Block .Ingredients a:hover ,#Right_Block #Drill a:hover{
	border-bottom-style: solid;
}

#Right_Block #commented {
	margin-top: 15px;
	font-size: 10px;
	color: #990033;
}

#Right_Block .Book {
	color: #990033;
	font-size: 10px;
	margin-top: 15px;
	font-weight: bold;
}
#Right_Block .Book a {
	color: #3E3E3E;
	font-size: 10px;
	text-decoration: none;
	border-bottom: 1px dotted #3E3E3E;
}
#Right_Block .Book a:hover {
	border-bottom-style: solid;
}

#Right_Block .Book #booksPicture {
	margin-top: 15px;
}
#Right_Block .Book #booksPicture a {
	display: block;
	border-width: 0;
	width: 100px;
}

.Proposed {
	color: #990033;
	font-weight: bold;
	font-size: 10px;
	margin-top: 15px;
}
.Proposed .Suggest {
	font-size: 10px;
	color: #333;
}
.Proposed .Suggest a {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.Proposed .Suggest a:hover{
	text-decoration: underline;
}
.Proposed .Suggest img {
	display: inline;
	vertical-align: middle;
}

.action {
	border-collapse: collapse;
	margin-top: 15px;
}
.action td {
	vertical-align: middle;
}
.action td.picto {
	width: 35px;
	height: 35px;
}
.action td.legend {
	padding-left: 5px;
}
.action img {
	border-width: 0;
}
.action a {
	color: #990033;
	text-decoration: none;
	border-bottom: 1px dotted #990033;
}
.action a:hover {
	border-bottom-style: solid;
}

#embed {
	display: none;			    
	position: absolute;
	top: 110px;
	left: 50%;
	width: 415px;
	height: 370px;
	margin-left: -213px;
	background-color: #B787A1;
	border: 5px solid #A2004C;
	z-index: 1; 
}
#Left_Block > #embed {
	position: fixed;
}
#embed .buttons {
	text-align: center;
	padding: 5px;
}
#embed .buttons a {
	color: #990033;
	text-decoration: none;
	border-bottom: 1px dotted #990033;
}
#embed .buttons a:hover {
	border-bottom-style: solid;
}
