body {background: url('/design/home/back_repeat.jpg') repeat-x top;}

img.inline {
    position: relative;
    top: 3px;
}

img.button {
    cursor: pointer;
    padding: 1px;
}

img.button_over {
    border: 1px solid #e85716;
    padding: 0;
}
#recette-outils{position: relative;}
#recette-outils .bar{height: 23px;left: 48px;position: absolute;top: 15px;width: 6px;}
#recette-outils .img_{margin-top: 5px;}
#zone-comment .img_{ margin-top: 5px;}
#zone-comment{position: relative;}
#zone-comment .bar{height: 17px;left: 41px;position: absolute;top: 12px;width: 6px;}
/** PAGE **********************************************************************/
#recette-body table.recette-liste {
	    clear: both;
		border-collapse: collapse;
		background: #d9d8d2;
		width: 100%;
	}
	
	#recette-body table.recette-liste tbody tr:hover td{
	    color: #000000;
	}
	#recette-body table.recette-liste tbody tr:hover td a{
	   color: #000000;
	}
	#recette-body table.recette-liste tbody tr:hover td .place_width_preparation{
	   color: #000000;
	}
	
		#recette-body table.recette-liste thead {
			background: #e7e6e4;
			color: #ff6600;
			font-weight: bold;
		}
			#recette-body table.recette-liste thead td {
			    border-top: 1px solid white;
				border-bottom: 2px solid #c2c1bb;
				background: #e7e6e4 url('/design/recette/border-thead.gif') repeat-x bottom left;
				padding: 2px 0 3px;
			    /* padding: 4px 7px 4px 7px; */
			}
			#recette-body table.recette-liste thead a {
				color: #ff6600;
   			}
   			
		#recette-body table.recette-liste tbody td {
		    background: #d9d8d2;
			
		}


/*=========================================end =================*/

table#table-page {
    border-collapse: collapse;
	width: 100%;
	height: 100%;
	background: url('/design/home/back_left.jpg') no-repeat -8px top;
}


    table#table-page td {
        vertical-align: top;
        padding: 0;
        /*border: 1px solid red;*/
    }
  
    table#table-page #page-left {
        width: 200px;
    }
    table#table-page #page-center {
    }
    table#table-page #page-right {
        width: 200px;
		background: url('/design/home/back_right.jpg') no-repeat top right;
    }

/** HEADER ********************************************************************/
#header {
    padding: 1px 8px;
    font-size: 0.8em;
}
 	#header a {
		color: #464540;
		text-decoration: none;
	}
	#header a:hover {
		text-decoration: underline;
	}

	#header #menu-haut {
	    margin: 140px auto 0;
	    width: 530px;
	    height: 25px;
	}
	

		#header #menu-haut ul {
			list-style-type: none;
			margin: 0;
			padding: 0;
		}
		#header #menu-haut li {
			float: left;
			margin-right: 0px;
		}

	#header #connexion {
	    text-align: right;
	}
	#header #login {

	}
	#flag {
		float:right;
		height:20px;
		padding:0px 6px 0 10px;
	}
	
	#flag img{
		cursor: pointer;
	}


/** MENU **********************************************************************/
 	#menu h1 {
		font-size: 1.2em;
	}
 	#menu h2 {
		font-size: 1em;
		width: 145px;
		padding-bottom: 4px;
	}
	#menu ul {
	    color: #ff9900;
	    list-style-type: none;
	   padding: 0 0px 0 8px;
	    margin: 0 0 10px 0;
	    text-align: right;
	}
	
	#menu li {
	    padding: 0;
	    margin: 0;
	}
	#menu ul ul {
        margin-left: 10px;
        color: #ff9900;
	    list-style-type: none;
	    padding: 0 25px 0 8px;
	    margin: 0 0 10px 0;
	    text-align: right;
	}
	#menu a {
		color: #464540;
		text-decoration: none;
	}
	#menu a:hover {
	
	}
	#menu a.active {
	   font-weight: bold;
    }
	#menu ul li span.align-li{padding-left:8px;}

/** DROITE ********************************************************************/
#droite {
    font-size: 0.8em;
    margin: 10px;
    margin-top: 220px;
}
 	#droite h1 {
		font-size: 1.2em;
	}
 	#droite h2 {
		font-size: 1em;
	}
	#droite ul {
	    list-style-type: none;
	    padding: 0;
	    margin: 0 0 10px 0;
	}
	#droite ul ul {
        margin-left: 10px;
	}
	#droite a {
		color: #464540;
		text-decoration: none;
	}
	#droite a:hover {
	    color: #fc781c;
		text-decoration: underline;
	}

/** MESSAGE *******************************************************************/
#message span {
    float: left;
    position: relative;
    top: -3px;
    background-position: 5px 0;
    background-repeat: no-repeat;
    padding: 7px 0 0 45px;
    margin: 10px 0 0 20px;
    text-align: left;
	height: 25px;
}
    html>body #message span {
        height: auto;
        min-height: 25px;
    }
        #message a {
            text-decoration: none;
            font-weight: bold;
        }
        #message a:hover {
            text-decoration: underline;
        }
    
    #message .erreur {
        color: red;
        background-image: url('/design/erreur.png');
    }
        #message .erreur a { color: red; }
    
    #message .avert {
        color: rgb(236, 118, 0);
        background-image: url('/design/avert.png');
    }
        #message .avert a { color: rgb(236, 118, 0); }
    
    #message .info {
        color: blue;
        background-image: url('/design/info.png');
    }
        #message .info a { color: blue; }
        
        	
/** CONTENU *******************************************************************/
#content {
    clear: both;
    margin: 30px 0 0;
    font-size: 0.8em;
}

	#content h1 {
        font-size: 1.4em;
        margin-top: 0;
	}
	#content h2 {
        font-size: 1.2em;
        margin-top: 0;
	}
	#content a {
		color: #464540;
        font-weight: bold;
		text-decoration: none;
	}
	#content a:hover {
	    color: #fc781c;
		text-decoration: underline;
	}
	#content a.nounderline:hover {
		text-decoration: none;
	}

    #content dl.detail {
		margin: 1em 0 0;
		padding: 0;
	}

	#content dl.detail dt {
		position: relative;
		width: 8em;
		font-weight: bold;
		margin: -.5em 0;
		/*height: 2em;*/
	}

	#content dl.detail dd {
		position: relative;
		top: -0.8em;
		margin: 0 0 0 8em;
		padding: 0 0 0 .5em;
	}


	#content dl.aide dt {
	    cursor: pointer;
	    font-weight: bold;
	}
	#content dl.aide dd {
	    margin-bottom: 10px;
	}


	/** FORMULAIRE ************************************************************/
    #content #page_connexion form p label {
        float: left;
        width: 100px;
    }
    #content #page_profil form p label {
        float: left;
        width: 200px;
    }
	#content form {
	    /*margin: 10px;
	    padding: 10px;
	    background: #eeeeec;*/
	}
    #content form p {
        margin: 5px 0 5px 0;
    }
    #content form p label {
        clear: left;
        float: left;
        width: 200px;
        cursor: pointer;
        text-align: right;
        margin-right: 10px;
    }
    input.submit,
    input.button {
        border: 1px solid #ff9900;
        border-style: outset;
        background: #ff9900;
        color: white;
        margin: 10px;
    }
    
    form textarea.textarea {
        font-size: 10pt;
    }
    form textarea.title {
        font-size: 10pt;
    }
    form fieldset {
        border: none;
        padding: 0;
        margin: 0;
    }


    form fieldset legend {
        font-weight: bold;
    }


    /*
        #content form fieldset dl {
        	margin: 1em 0;
        	padding: 0;
        }
            #content form fieldset dl dt {
            	position: relative;
            	width: 15em;
            	margin: -.5em 0;
            }
            #content form fieldset dl dd {
            	position: relative;
            	top: -0.9em;
            	margin: 0 0 0 16em;
            	padding: 0 0 0 .5em;
            }
            #content form fieldset dl dd.bouton{
                margin-top: 3px;
                background-color: #ffffff;
            }*/



	/** TABLEAU ***************************************************************
	#content table {
	    border-collapse: collapse;
	}
	    #content table td {
	        padding: 3px;
	    }
	    #content thead {
	        text-align: center;
	        font-weight: bold;
	        color: #909001;
	        font-size: 0.9em;
	    }
	    #content thead td {
	        border-top: 1px solid #b6b400;
	        border-bottom: 1px solid #b6b400;
	    }
	    #content tbody tr {
	        border-bottom: 1px solid #b6b400;
	    }
	    #content tfoot tr {

	    }*/

	/** ***********************************************************************/
	/*.no-puce {
        list-style-type: none;
        padding-left: 15px;
    }*/

    /** MENUBAR ***************************************************************/
    #tab {
        float: left;
        width: 100%;
        background: url('/design/tabs/tab_bg.gif') repeat-x bottom;
        margin: 0 0 5px 0;
	    color: #27537a;
	    font-size: 12px;
	    font-weight: bold;
    }
        #tab ul {
            margin: 0;
			padding: 0 10px 0;
            list-style: none;
        }
        #tab li {
            float: left;
            margin: 0 1px 0 0;
            padding: 0;
            background: url('/design/tabs/tab_right.gif') no-repeat right top;
        }
        #tab a {
            display: block;
            background: url('/design/tabs/tab_left.gif') no-repeat left top;
			padding: 5px 15px 5px;
			text-decoration: none;
        }
        #tab a:hover {

        }

        #tab li.selected {
            background-image: url('/design/tabs/tab_right_on.gif');
        }
        #tab li.selected a {
            background-image: url('/design/tabs/tab_left_on.gif');
			padding-bottom: 6px;
        }

/** FOOTER ********************************************************************/
#footer {
    padding: 10px 0;
    font-size: 0.7em;
    text-align: center;
}

#footer a:hover {
	text-decoration: underline;
}

#footer a {
	color: #ff6803;
	text-decoration: none;
}

/*********
 * RECETTE
 ******************************************************************************/
 
.orange {
    color: #FF6600;
}


div.rounded-box {
	background: #eeeeec !important;
}
div.rounded-box div {
	background: url('/design/recette/recette-info-topleft.gif') no-repeat top left !important; }
div.rounded-box div div {
	background: url('/design/recette/recette-info-topright.gif') no-repeat top right !important; }
div.rounded-box div div div {
	background: url('/design/recette/recette-info-bottomright.gif') no-repeat bottom right !important; }
div.rounded-box div div div div {
	background: url('/design/recette/recette-info-bottomleft.gif') no-repeat bottom left !important;
	padding: 6px;
}
div.rounded-box div div div div > div {
	background: none !important;
	padding: 0px;
}

#materiel-body {
	background: #c2c1bb;
	padding: 0 0 10px 0;
}

#materiel-body-main-photo {
	background: #c2c1bb;
	padding: 0 0 10px 0;
	height: 120px;
}

#ingredient-body {
	background: #c2c1bb;
	padding: 0;
}

#ingredient-body-main-photo {
	background: #c2c1bb;
	padding: 0;
	height: 120px;
}

#nothing-recette {
	background: #c2c1bb;
}

#recette-video {
	background: #c2c1bb;
	padding: 10px 0 10px 15px;
}

#recette-body {
	background: #c2c1bb;
	padding: 10px 0 10px 0;
}
    #recette-body p {
        margin: 0 10px 0px;
    }
	#recette-body h2 {
	    font-size: 1.1em;
		padding: 2px 10px 1px;
		margin: 0;
		color: #464540;
	}

	#recette-body div.recette-liste {
	    clear: both;
		border-collapse: collapse;
		background: #d9d8d2;
		width: 100%;
	}
	
	#recette-body table.recette-liste tbody tr:hover td{
	    color: #000000;
	}
	#recette-body table.recette-liste tbody tr:hover td a{
	   color: #000000;
	}
	#recette-body table.recette-liste tbody tr:hover td .place_width_preparation{
	   color: #000000;
	}
	.title_recette {
	    float: left;
	    font-size: 1.2em;
	    font-weight: bold;
	    margin: 0;
	    width: 585px;
	}	
	.title_recette_no_photo {
	    float: left;
	    font-size: 1.2em;
	    font-weight: bold;
	    margin: 0;
	    width: 662px;
	}
	.cover_col {
    float: left;
    margin-bottom: 3px;
}
	.nb_photos{
		float: left;
		width: 50px;
	}
	.nb_videos{
		float: left;
		width: 45px;
	}
	.nb_rate{
		float: left;
		width: 60px;
	}
	.hig_space{
		float: left;
		width: 50px;
	}
	.login_createur{
		float: left;
		width: 74px;
	}
	.place_width_preparation {
	    color: #333333;
	    font-size: 8pt;
	    margin-top: 0;
	    padding-left: 5px;
	}
		#recette-body div.recette-liste div.thead {
			background: #e7e6e4;
			color: #ff6600;
			font-weight: bold;
		}
			#recette-body div.recette-liste div.thead div.td {
			    border-top: 1px solid white;
				border-bottom: 2px solid #c2c1bb;
				background: #e7e6e4 url('/design/recette/border-thead.gif') repeat-x bottom left;
				padding: 2px 0 3px;
			    /* padding: 4px 7px 4px 7px; */
			}
			#recette-body table.recette-liste thead a {
				color: #ff6600;
   			}
   			
		#recette-body div.recette-liste div.tbody div.td {
		    background: #d9d8d2;
			
		}


	#recette-filter {
	    float: right;
	    width: 240px;
	    margin: 0 10px 10px;
	}
	
	#recette-filter #btn-collapse-filter {
	    cursor: pointer;
	    font-weight: bold;
	}
	

/** ingredient ************************/
#ingredient-similary {
	background: #c2c1bb;
	padding: 0 0 10px 0;
}
    #ingredient-similary p {
        margin: 0 10px 0px;
    }
	#ingredient-similary h2 {
	    font-size: 1.1em;
		padding: 2px 10px 1px;
		margin: 0;
		color: #464540;
	}

	#ingredient-similary table.recette-liste {
	    clear: both;
		border-collapse: collapse;
		background: #d9d8d2;
		width: 100%;
	}
		#ingredient-similary table.recette-liste thead {
			background: #e7e6e4;
			color: #ff6600;
			font-weight: bold;
		}
			#ingredient-similary table.recette-liste thead td {
			    border-top: 1px solid white;
				border-bottom: 2px solid #c2c1bb;
				background: #e7e6e4 url('/design/recette/border-thead.gif') repeat-x bottom left;
				padding: 2px 0 3px;
			    /* padding: 4px 7px 4px 7px; */
			}
			#ingredient-similary table.recette-liste thead a {
				color: #ff6600;
   			}
   			
		#ingredient-similary table.recette-liste tbody td {
		    border-bottom: 1px solid white;
		    background: #d9d8d2;
			padding: 4px 7px 4px 7px;
		}


	#recette-filter {
	    float: right;
	    width: 240px;
	    margin: 0 10px 10px;
	}
	
	#recette-filter #btn-collapse-filter {
	    cursor: pointer;
	    font-weight: bold;
	}



#photo-rate {
	zoom: 1;
	background: #eeeeec;
	width: 310px;
	margin: 10px auto;
}
#photo-rate div.line {
    padding: 1px 0;
}
#photo-rate div.underline {
    border-bottom: 1px solid white;
}
#photo-rate em {
	font-style: normal;
	font-weight: bold;
	color: #ff6600;
}
	#photo-rate .corner-topleft  { background: url('/design/corner/corner-topleft-1.gif') no-repeat top left; }
	#photo-rate .corner-topright { background: url('/design/corner/corner-topright-1.gif') no-repeat top right; }
	#photo-rate .corner-btmright { background: url('/design/corner/corner-btmright-1.gif') no-repeat bottom right; }
	#photo-rate .corner-btmleft  {
		background: url('/design/corner/corner-btmleft-1.gif') no-repeat bottom left;
		padding: 6px;
	}
	#photo-rate form { margin: 0; }
	
/* profil détail
     ***********************************************************************/
    #profil-box { border: 1px solid #31859B; /* height: 148px; */ } 
    
    #profil dl.detail {
    	position: relative;
    	float: left;
    	left: 5px;
    	margin-top: 10px;
	}

	#profil .detail dt {
		position: relative;
		width: 15em;
		font-weight: bold;
		margin: -.5em 0;
	}

	#profil .detail dd {
		position: relative;
		top: -0.8em;
		margin: 0 0 0 16em;
		padding: 0 0 0 .5em;
		min-height: 18px;
	}

/* profil detail *************************************************************/
#profil div#detail {clear: both; position: relative; font-weight: bold; padding: 4px;}
#profil div#detail div#title {float: left; width: 12%;}
#profil div#detail div#field {float: left; width: 88%;}

/* profil-freemail *****************************************************************/
div#mail {position: relative; float: left; width: 100%;}
div#mail h1 {text-align: center; margin: 15px;}
div#mail #connection {position: relative; float: left; width: 49%; border-right: 2px solid;}
div#mail #inscription {position: relative; float: right; width: 50%;}
div#detail {clear: both; position: relative; padding: 4px;}
div#detail div#title {float: left; width: 20%;}
div#detail div#field {float: left; width: 50%;}
.place_width {
    width: 917px;
    display: table;
    margin: 4px;
    padding: 2px 7px;
}

.location_photo {
    float: left;
    margin: 0 auto;
    text-align: center;
    width: 77px;
}
.location_photo img {
    -moz-background-inline-policy: continuous;
    background: none repeat scroll 0 0 #DDF2F5;
    border: 1px solid #DDDDDD;
    border-radius: 2px 2px 2px 2px;
    display: inline-block;
    margin: 0 4px 0 0;
    padding: 3px;
}
.line_border {
    background-color: white;
    display: block;
    height: 1px;
}
#preview{position:absolute; border:1px solid #ccc; background:#333; padding:5px; display:none; color:#fff; z-index: 999;}



/*******CHUCH ADD NEW 22/06/2011*********/
.have_img img {
    -moz-background-inline-policy: continuous;
    background: none repeat scroll 0 0 #DDF2F5;
    border: 1px solid #DDDDDD;
    border-radius: 2px 2px 2px 2px;
    display: inline-block;
    margin: 0 4px 0 5px;
    padding: 3px;
    float: left;
}

#recette-body .left_inden{
	margin-left:5px;
}
#recette-body div.tr div.td{padding: 2px 0;}

#recette-body .line_border {
    background-color: white;
    display: block;
    height: 1px;
    padding: 0 5px;
}
#recette-body .nb_rate{
	float: left;
	width: 60px;
	margin-left:0;
}
#page-center{width: *;}
/*******CHUCH ADD NEW 24/06/2011*********/
.left_inden a{
	color: #464540 !important;
    font-weight: bold !important;
    text-decoration: none !important;
}
.left_inden a:hover{
	color: #FC781C !important;
    text-decoration:underline !important;
}
#facebook_button{
	cursor: pointer;
}
#facebook_shear{
	text-align: center;
	padding:5px;
}
.box-right .name-ad{
	text-align: center;
	padding-bottom: 2px;
}
#wrapout_addthis{
	text-align: center;
	padding: 3px !important;
}
#facebook_connect{
	height: 30px;
	cursor: pointer;
}
.popup_center{
	text-align: center;	
}
.google_plus_one_st {
	clear: both;
	padding: 3px !important;
	height: 60px;
}
.google_plus_one_re{
	position: relative;
	clear: both;
}
.google_plus_one_re #gpage{
	position: absolute;
	left: 80px;
	top: 3px;
}
.google_plus_one_re #gplus{
	position: absolute;
	left: 3px;
	top: 3px;
}
.google_plus_one_re #fb_like_count{
	position: absolute;
	top:40px;
}
.google_plus_one_re #fb_like_page{
	position: absolute;
	top:70px;
}
#fb_like_page iframe{ width:100% !important;}
.fb_like_count_st{
	clear: both;
	padding: 3px !important;
	width: 100% !important;
	position: relative;
}
.fb_like_count_st iframe{
	width: 100px !important;
	height: 21px !important;
}


.yt_video_view{
	padding-right: 10px !important;
	width: 120px;
	float: left;
}
#videoPlayer{
	display: none;
	margin-top: -160px;
}

.video_zoom{
	width: 120px;
	height: 90px;
	position: relative;
	z-index: 0;
}
.video_zoom .video_inside{
	width: 40px;
	height: 40px;
	position:absolute;
	top: 25px;
	left:40px;
	z-index: 10;
	
}
.video_zoom .preview{
}
.videolink{
	z-index: 20;
}

/*================for list photo place name ===================*/

#photo_place_name .impair { background-color: #EEEDE9;height: 32px;}
#photo_place_name .over   { background-color: #D9D5D2; height: 32px;}
#photo_place_name .pair 	{ height: height: 32px;}
#photo_place_name .tbody .td1 {width: 9%; float: left;}
#photo_place_name .tbody .td2 {width: 11%; float: left;}
#photo_place_name .tbody .td3 {width: 45%; float: left;}
#photo_place_name .tbody .td4 {width: 35%; float: right;}
#photo_place_name .table .thead {background: #BDD2FF;color: #8D2760;font-weight: bold;height: 20px; padding:5px 0;}
#photo_place_name .table .thead .td1 {width: 9%; float: left;}
#photo_place_name .table .thead .td2 {width: 11%; float: left;}
#photo_place_name .table .thead .td3 {width: 45%; float: left;}
#photo_place_name .table .thead .td4 {width: 35%; float: right;}
#photo_place_name .delete:hover{cursor: pointer;text-decoration: underline;}
#photo_place_name .delete_video:hover{cursor: pointer;text-decoration: underline;}
#photo_place_name{font-family:verdana,Arial,Helvetica,Garuda,sans-serif;font-size:1.2em;}
#photo_place_name .status_waiting_photo, .validate_photo{
	border: 1px solid #ff9900;
	border-style: outset;
	background: #ff9900;
	color: white;
	margin:0;
	margin-top: 5px;
}
#photo_place_name input.submit,input.button {
        border: 1px solid #ff9900;
        border-style: outset;
        background: #ff9900;
        color: white;
        margin:0;
        margin-top: 5px;
    }
#photo_place_name .status_waiting_video, .validate_video{
	border: 1px solid #ff9900;
	border-style: outset;
	background: #ff9900;
	color: white;
	margin:0;
	margin-top: 5px;
}
#form-single{ width: 200px; float: left;}
#form-multi{ width: 200px; float: left;}
.upload_video_process{
	color: red;
}
.short_description{
	padding: 10px 5px;
}

.bl-btn-validate-refuse{float:right;margin-right:140px;width:200px;}



/*recett list tout*/
div.tbody div.tr #list_tout div.td{
	background: none repeat scroll 0 0 #D9D8D2;
}
.list_tout{
	width: 100%;
	clear: both;
	position: relative;
	padding: 2px 0;
}
.clr{
	position: relative;
	clear: both;
	height: 1px;
}
.list_tout .left_list{
	width: 50%;
	float: left;
}


.list_tout .right_bar{
	width: 49%;
	float: left;
}
.list_tout .right_bar .photo{
	width: 16%;
	float: left;
	text-align: center;
}
.list_tout .right_bar .video{
	width: 16%;
	float: left;
	text-align: center;
}
.list_tout .right_bar .difi{
	width: 33%;
	float: right;
}
.list_tout .right_bar .note{
	width: 34%;
	float: right;
	
}

/*style for page no note*/
.list_tout .left_list_no{
	width: 60%;
	float: left;
}
.list_tout .right_bar_no{
	width: 39%;
	float: left;
}
.list_tout .right_bar_no .photo_no{
	width: 18%;
	float: left;
	text-align: center;
}
.list_tout .right_bar_no .video_no{
	width: 30%;
	float: left;
	text-align: center;
}
.list_tout .right_bar_no .difi_no{
	width: 43%;
	float: right;
}

/*end style for page no note*/

.list_tout img{
	float: left;
	-moz-background-inline-policy: continuous;
    background: none repeat scroll 0 0 #DDF2F5;
    border: 1px solid #DDDDDD;
    display: inline-block;
    float: left;
    margin: 0 4px 0 0;
    padding: 3px;
}
.padding_left_20px{
	padding-left: 13px !important;
}



/********new style for div**********/
/** PAGE **********************************************************************/
div#table-page{
    border-collapse: collapse;
	width: 100%;
	height: 100%;
	background: url('/design/home/back_left.jpg') no-repeat -8px top;
}
div#table-page div {
    vertical-align: top;
    padding: 0;
    /*border: 1px solid red;*/
}

div#table-page #page-left {
    width: 20%;
    float: left;
    min-width: 200px;
}
div#table-page #margin {
    width: 1.1%;
    float: left;
}
div#table-page #page-center {
	width: 58%;
    float: left;
    min-width: 499px;
    position: relative;
}

#translate_block select{
	font-size: 11px !important;
}
div#table-page #page-right {
    width: 20%;
    float: right;
    min-width: 200px;
	background: url('/design/home/back_right.jpg') no-repeat top right;
}

div#table-page ##footer {
    font-size: 0.7em;
    padding: 10px 0;
    text-align: center;
    clear: both;
}
/********end new style for div**********/
#page-left h2{
	text-align: right !important;
	padding: 2px 8px 0 2px !important;
}
#title_facebook{float: left;margin-right: 20px;margin-top: 5px !important;}
.class_translate {}
#translate_block{background-color: #FFFFFF;padding: 6px !important;position: absolute; right: 0; top: 0; z-index: 101;position: absolute !important;right: 0 !important;top:0 !important;font-size: 11px !important;}
.message_successful{color: red;}
.colorTextCooking{
	color: #FF6803;
}
#clear_border{border-left: 1px solid #C2C1BB !important;border-right: 1px solid #C2C1BB;border-top: 1px solid #C2C1BB;}
.fb-box-contian{
	clear:both;
	width: 100%;
}
.fb-box-insided{
	padding: 10px 8px 8px !important;
}
#fb-comments{
	padding: 10px 8px 0 !important;
}
.fb-box-contian iframe.fb_ltr{width:100% !important; min-width: 400px !important;}
#fb-comments iframe.fb_ltr{width:100% !important;}
#likebox-fb iframe{
	width:100% !important;
	height: 167px !important;
	overflow: hidden !important;
	border-bottom: 1px solid #94A3C4 !important;
}

#likebox-fb #fb-root iframe{
	width: 100px !important;
}
#___plus_0{
	width: 100% !important;
}
#___plus_0 iframe{
	width: 100% !important;
}
#setYoutubeImageStyle a img{
	width: 40px;
	padding: 5px;
	float: left;
}
